Sha256: 9b7738f4ae079e250c26243dea8d5714d208eb9051f0b0cbbd73a2c83a8346dc

Contents?: true

Size: 986 Bytes

Versions: 14

Compression:

Stored size: 986 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class GaugeOff < 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:
                'M20.038 16.052a9 9 0 0 0 -12.067 -12.102m-2.333 1.686a9 9 0 1 0 12.73 12.726'
            )
            s.path(d: 'M11.283 11.303a1 1 0 0 0 1.419 1.41')
            s.path(d: 'M14 10l2 -2')
            s.path(
              d:
                'M7 12c0 -1.386 .564 -2.64 1.475 -3.546m2.619 -1.372c.294 -.054 .597 -.082 .906 -.082'
            )
            s.path(d: 'M3 3l18 18')
          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/gauge_off.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/gauge_off.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/gauge_off.rb