Sha256: 6567d308b7fad0fe17dae976015a23b3cebafe5ef1e4d930d487b5671cb4b7a9

Contents?: true

Size: 1.01 KB

Versions: 12

Compression:

Stored size: 1.01 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class HemisphereOff < 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:
                'M6.588 6.603c-2.178 .547 -3.588 1.417 -3.588 2.397c0 1.657 4.03 3 9 3m3.72 -.267c3.114 -.473 5.28 -1.518 5.28 -2.733c0 -1.657 -4.03 -3 -9 -3c-.662 0 -1.308 .024 -1.93 .07'
            )
            s.path(
              d: 'M3 9a9 9 0 0 0 13.677 7.69m2.165 -1.843a8.965 8.965 0 0 0 2.158 -5.847'
            )
            s.path(d: 'M3 3l18 18')
          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/hemisphere_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/hemisphere_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/hemisphere_off.rb