Sha256: 8308cbf04b5188e8458e995c0884916b6759ec91e188d94b9dd89ba99d578d41

Contents?: true

Size: 652 Bytes

Versions: 14

Compression:

Stored size: 652 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class CurrencyEthereum < 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: 'M6 12l6 -9l6 9l-6 9z')
            s.path(d: 'M6 12l6 -3l6 3l-6 2z')
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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