Class: Mdi::VideoInputScart

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

Overview

  • Version: 3.9.97

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.6 2.2L17.3 2.4L13.8 4.4L13.3 3.5L2 10V17H3V19C3 20.1 3.9 21 5 21H15C16.1 21 17 20.1 17 19V17H18V10H17L16.8 9.6L20.3 7.6L22.1 4.8L20.6 2.2M15 17V19H5V17H15Z"></path>
  HTML
end