Class: Mdi::TableOfContents

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

Overview

  • Version: 2.1.19

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,9H17V7H3V9M3,13H17V11H3V13M3,17H17V15H3V17M19,17H21V15H19V17M19,7V9H21V7H19M19,13H21V11H19V13Z"></path>
  HTML
end