Sha256: 79b6a92d1d26201c5d31ba468f5e953992fe8c2290b87c64afd6011710f72b37

Contents?: true

Size: 1020 Bytes

Versions: 26

Compression:

Stored size: 1020 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Metrics/MethodLength
module Phlex
  module Icons
    module Lucide
      class BookDashed < Base
        def view_template
          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: 'M12 17h2')
            s.path(d: 'M12 22h2')
            s.path(d: 'M12 2h2')
            s.path(d: 'M18 22h1a1 1 0 0 0 1-1')
            s.path(d: 'M18 2h1a1 1 0 0 1 1 1v1')
            s.path(d: 'M20 15v2h-2')
            s.path(d: 'M20 8v3')
            s.path(d: 'M4 11V9')
            s.path(d: 'M4 19.5V15')
            s.path(d: 'M4 5v-.5A2.5 2.5 0 0 1 6.5 2H8')
            s.path(d: 'M8 22H6.5a1 1 0 0 1 0-5H8')
          end
        end
      end
    end
  end
end
# rubocop:enable Metrics/MethodLength

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
phlex-icons-0.17.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-lucide-0.17.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-lucide-0.16.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.16.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.15.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-lucide-0.15.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-lucide-0.14.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.14.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-lucide-0.13.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.13.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.12.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-lucide-0.12.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-lucide-0.11.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.11.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.10.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.9.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-lucide-0.9.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.8.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.7.0 lib/phlex/icons/lucide/book_dashed.rb
phlex-icons-0.6.0 lib/phlex/icons/lucide/book_dashed.rb