Class: Mdi::SurroundSound512

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

def content
  <<-HTML.squish.html_safe
    <path d="M18 7V9H22V11H20C18.9 11 18 11.9 18 13V17H24V15H20V13H22C23.1 13 24 12.1 24 11V9C24 7.9 23.1 7 22 7H18M9 17H7V15H9V17M9 7V9H11V17H13V7H9M0 7V13H4V15H0V17H4C5.1 17 6 16.1 6 15V13C6 11.9 5.1 11 4 11H2V9H6V7H0M17 17H15V15H17V17"></path>
  HTML
end