Sha256: b50d9d079eecd969a2181bd5cf5148daf968093d1d5e320090b8a2276d8a9c87

Contents?: true

Size: 789 Bytes

Versions: 16

Compression:

Stored size: 789 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TrophyFill < 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:
                'M13.0049 16.9409V19.0027H18.0049V21.0027H6.00488V19.0027H11.0049V16.9409C7.05857 16.4488 4.00488 13.0824 4.00488 9.00275V3.00275H20.0049V9.00275C20.0049 13.0824 16.9512 16.4488 13.0049 16.9409ZM1.00488 5.00275H3.00488V9.00275H1.00488V5.00275ZM21.0049 5.00275H23.0049V9.00275H21.0049V5.00275Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

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