Sha256: 5ed9ac909cfba0b5c6e6692a77bcda617770cd8499f1605abbd3a39a05348dc0

Contents?: true

Size: 833 Bytes

Versions: 16

Compression:

Stored size: 833 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class WalletFill < 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 8.99979H21.0049C21.5572 8.99979 22.0049 9.4475 22.0049 9.99979V19.9998C22.0049 20.5521 21.5572 20.9998 21.0049 20.9998H3.00488C2.4526 20.9998 2.00488 20.5521 2.00488 19.9998V8.99979ZM3.00488 2.99979H18.0049V6.99979H2.00488V3.99979C2.00488 3.4475 2.4526 2.99979 3.00488 2.99979ZM15.0049 13.9998V15.9998H18.0049V13.9998H15.0049Z'
            )
          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/wallet_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/wallet_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/wallet_fill.rb