Class: Mdi::HeadsetDock

Inherits:
MdiData show all
Defined in:
app/models/mdi/headset_dock.rb

Overview

  • Version: 1.5.54

  • Author: Chris Litherland

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,18H9V6.13C7.27,6.57 6,8.14 6,10V11H8V17H6A2,2 0 0,1 4,15V10A6,6 0 0,1 10,4H11A6,6 0 0,1 17,10V12H18V9H20V12A2,2 0 0,1 18,14H17V15A2,2 0 0,1 15,17H13V11H15V10C15,8.14 13.73,6.57 12,6.13V18H22V20H2V18Z"></path>
  HTML
end