Sha256: 49f944fd4b26bd2f4a795782bae2ffcf40f54b811cbcd2f1b181034936d62f32

Contents?: true

Size: 1.04 KB

Versions: 12

Compression:

Stored size: 1.04 KB

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class FileZip < 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:
                'M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1'
            )
            s.path(
              d:
                'M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2z'
            )
            s.path(d: 'M11 5l-1 0')
            s.path(d: 'M13 7l-1 0')
            s.path(d: 'M11 9l-1 0')
            s.path(d: 'M13 11l-1 0')
            s.path(d: 'M11 13l-1 0')
            s.path(d: 'M13 15l-1 0')
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/file_zip.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/file_zip.rb