Sha256: 2f1ddd7cc94a49377eeff1b2cd051159802f658bd20b615cb4ffab1c9e9f40f3

Contents?: true

Size: 1.41 KB

Versions: 12

Compression:

Stored size: 1.41 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength,Metrics/MethodLength
module Phlex
  module Icons
    module Tabler
      class BooksOff < 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: 'M9 9v10a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-14')
            s.path(d: 'M8 4a1 1 0 0 1 1 1')
            s.path(d: 'M9 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4')
            s.path(d: 'M13 13v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-10')
            s.path(d: 'M5 8h3')
            s.path(d: 'M9 16h4')
            s.path(
              d:
                'M14.254 10.244l-1.218 -4.424a1.02 1.02 0 0 1 .634 -1.219l.133 -.041l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.236 11.75'
            )
            s.path(
              d:
                'M19.585 19.589l-1.572 .38c-.562 .136 -1.133 -.19 -1.282 -.731l-.952 -3.458'
            )
            s.path(d: 'M14 9l4 -1')
            s.path(d: 'M19.207 15.199l.716 -.18')
            s.path(d: 'M3 3l18 18')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength,Metrics/MethodLength

Version data entries

12 entries across 12 versions & 2 rubygems

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