Class: Mdi::SurroundSound21

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

Overview

  • Version: 5.9.55

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 7V9H8V11H6C4.9 11 4 11.9 4 13V17H10V15H6V13H8C9.1 13 10 12.1 10 11V9C10 7.9 9.1 7 8 7H4M14 17H12V15H14V17M16 7V9H18V17H20V7H16Z"></path>
  HTML
end