Class: Mdi::BookSettingsOutline

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

Overview

  • Version: 5.8.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 0H6C4.89 0 4 .895 4 2V18C4 19.11 4.89 20 6 20H18C19.11 20 20 19.11 20 18V2C20 .895 19.11 0 18 0M18 18H6V2H8V10L10.5 7.75L13 10V2H18V18M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22Z"></path>
  HTML
end