Sha256: b072e3e242c358ba4816c9f069503d5efeefddf0fd76c69bba0d8baf71303423

Contents?: true

Size: 527 Bytes

Versions: 18

Compression:

Stored size: 527 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class VipCrownFill < 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:
                'M2.00488 19H22.0049V21H2.00488V19ZM2.00488 5L7.00488 8L12.0049 2L17.0049 8L22.0049 5V17H2.00488V5Z'
            )
          end
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

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