Class: Mdi::LibraryShelves

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

Overview

  • Version: 3.0.39

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19.5,9V1.5H16.5V9H13.5V1.5H10.5V9H7.5V1.5H4.65V9H3V10.5H21V9H19.5M19.5,13.5H16.5V21H13.5V13.5H10.5V21H7.5V13.5H4.65V21H3V22.5H21V21H19.5V13.5Z"></path>
  HTML
end