Sha256: 7a05bf159b9dae47add8dcd2d811ee5334f99f884d0bc60b1888d3a4558bff53

Contents?: true

Size: 950 Bytes

Versions: 24

Compression:

Stored size: 950 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TicketFill < 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:
                'M21.0049 2.99966C21.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.49966V3.99966C2.00488 3.44738 2.4526 2.99966 3.00488 2.99966H21.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/ticket_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/ticket_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/ticket_fill.rb