Class: Mdi::BookMultipleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/book_multiple_outline.rb

Overview

  • Version: 1.5.54

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/book_multiple_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M19 2A2 2 0 0 1 21 4V16A2 2 0 0 1 19 18H9A2 2 0 0 1 7 16V4A2 2 0 0 1 9 2H19M19 4H16V10L13.5 7.75L11 10V4H9V16H19M3 20A2 2 0 0 0 5 22H17V20H5V6H3Z"></path>
  HTML
end