Class: Mdi::Xml

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12.89,3L14.85,3.4L11.11,21L9.15,20.6L12.89,3M19.59,12L16,8.41V5.58L22.42,12L16,18.41V15.58L19.59,12M1.58,12L8,5.58V8.41L4.41,12L8,15.58V18.41L1.58,12Z"></path>
  HTML
end