Class: Mdi::Bookshelf

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

Overview

  • Version: 4.7.95

  • Author: Thomas de Saint-ExupĂ©ry

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 3V18H12V3H9M12 5L16 18L19 17L15 4L12 5M5 5V18H8V5H5M3 19V21H21V19H3Z"></path>
  HTML
end