Sha256: 2a6c96c88f891f133789fccd93a0de95006b508fc220d85c1c0c493875185e4a

Contents?: true

Size: 960 Bytes

Versions: 12

Compression:

Stored size: 960 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandCoinbase < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            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:
                'M12.95 22c-4.503 0 -8.445 -3.04 -9.61 -7.413c-1.165 -4.373 .737 -8.988 4.638 -11.25a9.906 9.906 0 0 1 12.008 1.598l-3.335 3.367a5.185 5.185 0 0 0 -7.354 .013a5.252 5.252 0 0 0 0 7.393a5.185 5.185 0 0 0 7.354 .013l3.349 3.367a9.887 9.887 0 0 1 -7.05 2.912z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_coinbase.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_coinbase.rb