Class: Mdi::PageNextOutline

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

Overview

  • Version: 3.0.39

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,3H5A2,2 0 0,0 3,5V9H5V5H22V19H5V15H3V19A2,2 0 0,0 5,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M7,15V13H0V11H7V9L11,12L7,15M20,13H13V11H20V13M20,9H13V7H20V9M17,17H13V15H17V17Z"></path>
  HTML
end