Sha256: 2a9d8eea2e08e366a607a561a899835de2be887b348ed3c361f5df7560a4bb88

Contents?: true

Size: 1.9 KB

Versions: 18

Compression:

Stored size: 1.9 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class Receipt < Base
        def filled
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor'
          ) do |s|
            s.path(
              d:
                'M17 2a3 3 0 0 1 3 3v16a1 1 0 0 1 -1.555 .832l-2.318 -1.545l-1.42 1.42a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.421 -1.42l-2.317 1.545l-.019 .012l-.054 .03l-.028 .017l-.054 .023l-.05 .023l-.049 .015l-.06 .019l-.052 .009l-.057 .011l-.084 .006l-.026 .003h-.022l-.049 -.003h-.039l-.013 -.003h-.016l-.041 -.008l-.038 -.005l-.015 -.005l-.018 -.002l-.034 -.011l-.04 -.01l-.019 -.007l-.015 -.004l-.029 -.013l-.04 -.015l-.021 -.011l-.013 -.005l-.028 -.016l-.036 -.018l-.014 -.01l-.018 -.01l-.038 -.027l-.022 -.014l-.01 -.009l-.02 -.014l-.045 -.041l-.012 -.008l-.024 -.024l-.035 -.039l-.02 -.02l-.007 -.011l-.011 -.012l-.032 -.045l-.02 -.025l-.012 -.019l-.03 -.054l-.017 -.028l-.023 -.054l-.023 -.05a1 1 0 0 1 -.034 -.108l-.01 -.057l-.01 -.053l-.009 -.132v-16a3 3 0 0 1 3 -3zm-2 12h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 1 0 0 2h6a1 1 0 0 0 0 -2'
            )
          end
        end

        def outline
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(
              d:
                'M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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