Sha256: 24d81c3be2fde014d2c419ef144204f3d97d37d9b04d095e28c0a836dee80bdd

Contents?: true

Size: 902 Bytes

Versions: 14

Compression:

Stored size: 902 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class CurrencyEuroOff < Base
        def filled
          raise NotImplementedError
        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:
                'M17.2 7c-1.977 -2.26 -4.954 -2.602 -7.234 -1.04m-1.913 2.079c-1.604 2.72 -1.374 6.469 .69 8.894c2.292 2.691 6 2.758 8.356 .18'
            )
            s.path(d: 'M10 10h-5m0 4h8')
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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