Class: Mdi::Engine

Inherits:
MdiData show all
Defined in:
app/models/mdi/engine.rb,
lib/mdi/engine.rb

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,4V6H10V8H7L5,10V13H3V10H1V18H3V15H5V18H8L10,20H18V16H20V19H23V9H20V12H18V8H12V6H15V4H7Z"></path>
  HTML
end