Sha256: 3c995054274f2e5f03b4000d5f37c6f6dcca459a0959393f7fd76d7af3a31a12

Contents?: true

Size: 1 KB

Versions: 14

Compression:

Stored size: 1 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class GhostOff < 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.794 4.776a7 7 0 0 1 10.206 6.224v4m-.12 3.898a1.779 1.779 0 0 1 -2.98 .502a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7c0 -1.683 .594 -3.227 1.583 -4.434'
            )
            s.path(d: 'M14 10h.01')
            s.path(d: 'M10 14a3.5 3.5 0 0 0 4 0')
            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/ghost_off.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/ghost_off.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/ghost_off.rb