Sha256: 2e4c0e79eb561777669d149b0240bdb2fd371bd4b4d4226c947c0badcee9bfd7

Contents?: true

Size: 851 Bytes

Versions: 18

Compression:

Stored size: 851 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BookFill < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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