Sha256: 50c4a487e2a3b6f1341b75d1766ec08079d088b56fe58b4a2ca68c649127cc1f

Contents?: true

Size: 769 Bytes

Versions: 18

Compression:

Stored size: 769 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class StarHalfSFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M11.9998 14.6564L14.8165 16.3769L14.0507 13.1664L16.5574 11.0192L13.2673 10.7554L11.9998 7.70792V14.6564ZM11.9998 17L6.12197 20.5902L7.72007 13.8906L2.48926 9.40983L9.35479 8.85942L11.9998 2.5L14.6449 8.85942L21.5104 9.40983L16.2796 13.8906L17.8777 20.5902L11.9998 17Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/star_half_s_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/star_half_s_fill.rb