Sha256: d542f49f1942d1d0d27311256c5d7c51fbd18b28f4bc81c40fbedbb4186381c9

Contents?: true

Size: 776 Bytes

Versions: 24

Compression:

Stored size: 776 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class StarHalfFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M12.0006 15.968L16.2473 18.3451L15.2988 13.5717L18.8719 10.2674L14.039 9.69434L12.0006 5.27502V15.968ZM12.0006 18.26L4.94715 22.2082L6.52248 14.2799L0.587891 8.7918L8.61493 7.84006L12.0006 0.5L15.3862 7.84006L23.4132 8.7918L17.4787 14.2799L19.054 22.2082L12.0006 18.26Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/star_half_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/star_half_fill.rb