Class: Mdi::FormatPageSplit

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

Overview

  • Version: 6.4.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 11V7H13V11H11M13 1V5H11V1H13M11 17V13H13V17H11M9 20H6V4H9V2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H9V20M15 3V8H18V20H15V22H18C19.11 22 20 21.11 20 20V8L15 3M13 19H11V23H13V19Z"></path>
  HTML
end