Class: Mdi::RadioAm

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

Overview

  • Version: 3.2.89

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,7A2,2 0 0,0 3,9V17H5V13H7V17H9V9A2,2 0 0,0 7,7H5M5,9H7V11H5V9M13,7A2,2 0 0,0 11,9V17H13V9H15V16H17V9H19V17H21V9A2,2 0 0,0 19,7H13Z"></path>
  HTML
end