Class: Mdi::UsbPort

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

Overview

  • Version: 4.5.95

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8 2C6.9 2 6 2.9 6 4V12H5V16L9 20V22H15V20L19 16V12H18V4C18 2.9 17.11 2 16 2M8 4H16V12H8M9 7V9H11V7M13 7V9H15V7Z"></path>
  HTML
end