Class: Mdi::Pillar

Inherits:
MdiData show all
Defined in:
app/models/mdi/pillar.rb

Overview

  • Version: 1.8.36

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6,5H18A1,1 0 0,1 19,6A1,1 0 0,1 18,7H6A1,1 0 0,1 5,6A1,1 0 0,1 6,5M21,2V4H3V2H21M15,8H17V22H15V8M7,8H9V22H7V8M11,8H13V22H11V8Z"></path>
  HTML
end