Sha256: 998fda1abb99d49314ef33de43f6a346614b39e75a3970b98c4fe06d328679e8

Contents?: true

Size: 1.08 KB

Versions: 14

Compression:

Stored size: 1.08 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class GlassOff < 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: 'M8 21h8')
            s.path(d: 'M12 16v5')
            s.path(
              d:
                'M17 5l1 6c0 .887 -.233 1.685 -.646 2.37m-2.083 1.886c-.941 .48 -2.064 .744 -3.271 .744c-3.314 0 -6 -1.988 -6 -5l.711 -4.268'
            )
            s.path(
              d:
                'M10.983 6.959c.329 .027 .669 .041 1.017 .041c2.761 0 5 -.895 5 -2s-2.239 -2 -5 -2c-1.716 0 -3.23 .346 -4.13 .872'
            )
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/glass_off.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/glass_off.rb