Sha256: f57d9026533be15abc0d7b3db90026ddaceed94d09374842b1bb5240373845d0

Contents?: true

Size: 761 Bytes

Versions: 24

Compression:

Stored size: 761 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class RefundFill < 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:
                'M22.0049 7H2.00488V4C2.00488 3.44772 2.4526 3 3.00488 3H21.0049C21.5572 3 22.0049 3.44772 22.0049 4V7ZM22.0049 9V20C22.0049 20.5523 21.5572 21 21.0049 21H3.00488C2.4526 21 2.00488 20.5523 2.00488 20V9H22.0049ZM11.0049 14V11.5L6.50488 16H17.0049V14H11.0049Z'
            )
          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/refund_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/refund_fill.rb