Class: Mdi::NotebookOutline

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

Overview

  • Version: 3.7.94

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,4V10L15,8L13,10V4H9V20H19V4H17M3,7V5H5V4C5,2.89 5.9,2 7,2H19C20.05,2 21,2.95 21,4V20C21,21.05 20.05,22 19,22H7C5.95,22 5,21.05 5,20V19H3V17H5V13H3V11H5V7H3M5,5V7H7V5H5M5,19H7V17H5V19M5,13H7V11H5V13Z"></path>
  HTML
end