Class: Mdi::BookMultiple

Inherits:
MdiData show all
Defined in:
app/models/mdi/book_multiple.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,18H9A2,2 0 0,1 7,16V4A2,2 0 0,1 9,2H10V7L12,5.5L14,7V2H19A2,2 0 0,1 21,4V16A2,2 0 0,1 19,18M17,20V22H5A2,2 0 0,1 3,20V6H5V20H17Z"></path>
  HTML
end