Sha256: 82d1d92c0007533d8fb45c44480220b1bb8eff885afe38cd2098b0ce54f3c6b2

Contents?: true

Size: 1020 Bytes

Versions: 12

Compression:

Stored size: 1020 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandTether < 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:
                'M14.08 20.188c-1.15 1.083 -3.02 1.083 -4.17 0l-6.93 -6.548c-.96 -.906 -1.27 -2.624 -.69 -3.831l2.4 -5.018c.47 -.991 1.72 -1.791 2.78 -1.791h9.06c1.06 0 2.31 .802 2.78 1.79l2.4 5.019c.58 1.207 .26 2.925 -.69 3.83c-3.453 3.293 -3.466 3.279 -6.94 6.549z'
            )
            s.path(d: 'M12 15v-7')
            s.path(d: 'M8 8h8')
          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_tether.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_tether.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_tether.rb