Class: Mdi::AudioInputStereoMinijack

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

Overview

  • Version: 6.2.95

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 4V3C11 2.45 11.45 2 12 2S13 2.45 13 3V4H11M13 9V5H11V9H9V15C9 16.3 9.84 17.4 11 17.82V22H13V17.82C14.16 17.4 15 16.3 15 15V9H13Z"></path>
  HTML
end