Sha256: 50906b6d5adc59eba80f90f4b04f85dd4f8c8d30c1766169f48f9500339d3feb

Contents?: true

Size: 946 Bytes

Versions: 14

Compression:

Stored size: 946 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class FoldersOff < 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:
                'M17 17h-8a2 2 0 0 1 -2 -2v-8m1.177 -2.823c.251 -.114 .53 -.177 .823 -.177h3l2 2h5a2 2 0 0 1 2 2v7c0 .55 -.223 1.05 -.583 1.411'
            )
            s.path(d: 'M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 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

14 entries across 14 versions & 2 rubygems

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