Sha256: 37eea780abb2e3715ed9a4888f2f5a5a4fc878a4f1c7027926938445283bb051

Contents?: true

Size: 824 Bytes

Versions: 24

Compression:

Stored size: 824 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class AuctionFill < 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:
                'M14.0049 20.0028V22.0028H2.00488V20.0028H14.0049ZM14.5907 0.689087L22.3688 8.46726L20.9546 9.88147L19.894 9.52792L17.4191 12.0028L23.076 17.6597L21.6617 19.0739L16.0049 13.417L13.6007 15.8212L13.8836 16.9525L12.4693 18.3668L4.69117 10.5886L6.10539 9.17437L7.23676 9.45721L13.53 3.16396L13.1765 2.1033L14.5907 0.689087Z'
            )
          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/auction_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/auction_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/auction_fill.rb