Sha256: 8a8e1b9c5d8c4c9aec889d7394690c220dcba0a80ac1a92d75707847b32b94c2

Contents?: true

Size: 950 Bytes

Versions: 12

Compression:

Stored size: 950 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class LayersOff < 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:
                'M8.59 4.581c.362 -.359 .86 -.581 1.41 -.581h8a2 2 0 0 1 2 2v8c0 .556 -.227 1.06 -.594 1.422m-3.406 .578h-6a2 2 0 0 1 -2 -2v-6'
            )
            s.path(d: 'M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2')
            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/layers_off.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/layers_off.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/layers_off.rb