Class: Mdi::HighDefinition

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

Overview

  • Version: 2.0.46

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,7H7V11H9V7H11V17H9V13H7V17H5V7M13,7H16A3,3 0 0,1 19,10V14A3,3 0 0,1 16,17H13V7M16,15A1,1 0 0,0 17,14V10A1,1 0 0,0 16,9H15V15H16Z"></path>
  HTML
end