Sha256: 12a1b5c36708e69e9cde633713eb555f7f60944f106450d2e5789a80cb38cef4

Contents?: true

Size: 1.02 KB

Versions: 18

Compression:

Stored size: 1.02 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CouponFill < 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 9.49966V3.99966C2.00488 3.44738 2.4526 2.99966 3.00488 2.99966H21.0049C21.5572 2.99966 22.0049 3.44738 22.0049 3.99966V9.49966C20.6242 9.49966 19.5049 10.619 19.5049 11.9997C19.5049 13.3804 20.6242 14.4997 22.0049 14.4997V19.9997C22.0049 20.5519 21.5572 20.9997 21.0049 20.9997H3.00488C2.4526 20.9997 2.00488 20.5519 2.00488 19.9997V14.4997C3.38559 14.4997 4.50488 13.3804 4.50488 11.9997C4.50488 10.619 3.38559 9.49966 2.00488 9.49966ZM9.00488 8.99966V10.9997H15.0049V8.99966H9.00488ZM9.00488 12.9997V14.9997H15.0049V12.9997H9.00488Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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