Sha256: 76f14848193c6ba3aa4c61d07828f051d33f6b575721d8570100a57ab55d8325

Contents?: true

Size: 912 Bytes

Versions: 12

Compression:

Stored size: 912 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class SphereOff < 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:
                'M3 12c0 1.657 4.03 3 9 3c.987 0 1.936 -.053 2.825 -.15m3.357 -.67c1.735 -.547 2.818 -1.32 2.818 -2.18'
            )
            s.path(
              d:
                'M20.051 16.027a9 9 0 0 0 -12.083 -12.075m-2.34 1.692a9 9 0 0 0 12.74 12.716'
            )
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

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