Class: Mdi::CurrentDc

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

Overview

  • Version: 2.4.85

  • Author: Nick

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,9V11H22V9H2M2,13V15H7V13H2M9,13V15H15V13H9M17,13V15H22V13H17Z"></path>
  HTML
end