Class: Mdi::RadioHandheld

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

def content
  <<-HTML.squish.html_safe
    <path d="M9,2A1,1 0 0,0 8,3C8,8.67 8,14.33 8,20C8,21.11 8.89,22 10,22H15C16.11,22 17,21.11 17,20V9C17,7.89 16.11,7 15,7H10V3A1,1 0 0,0 9,2M10,9H15V13H10V9Z"></path>
  HTML
end