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-0.5.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.4.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.3.0 lib/phlex/icons/remix/refund_fill.rb
phlex-icons-0.2.0 lib/phlex/icons/remix/refund_fill.rb