Class: Mdi::RadioFm

Inherits:
MdiData show all
Defined in:
app/models/mdi/radio_fm.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_fm.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M3,7V17H5V13H8V11H5V9H9V7H3M13,7A2,2 0 0,0 11,9V17H13V9H15V16H17V9H19V17H21V9A2,2 0 0,0 19,7H13Z"></path>
  HTML
end