Sha256: f3b5adf5dc7b3d7377eedd0581ab081cc44a2ffca63aa61c7642713d69666531

Contents?: true

Size: 892 Bytes

Versions: 14

Compression:

Stored size: 892 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class HelpOff < 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:
                'M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098'
            )
            s.path(d: 'M12 17v.01')
            s.path(
              d: 'M12 13.5a1.5 1.5 0 0 1 .394 -1.1m2.106 -1.9a2.6 2.6 0 0 0 -3.347 -3.361'
            )
            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/help_off.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/help_off.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/help_off.rb