Sha256: 97ac027a5dbffaa31a551fb38cd12ae4372fbca0e807c8ba23b28e48aca4f643

Contents?: true

Size: 1.31 KB

Versions: 18

Compression:

Stored size: 1.31 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class Books < 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:
                'M5 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z'
            )
            s.path(
              d:
                'M9 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z'
            )
            s.path(d: 'M5 8h4')
            s.path(d: 'M9 16h4')
            s.path(
              d:
                'M13.803 4.56l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.695 13.418a1.02 1.02 0 0 1 -.634 1.219l-.133 .041l-2.184 .53c-.562 .135 -1.133 -.19 -1.282 -.732l-3.695 -13.418a1.02 1.02 0 0 1 .634 -1.219l.133 -.041z'
            )
            s.path(d: 'M14 9l4 -1')
            s.path(d: 'M16 16l3.923 -.98')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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