Class: Mdi::MonitorOff

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

Overview

  • Version: 3.4.93

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,18V20H16V22H8V20H10V18H3A2,2 0 0,1 1,16V4L0,3L1.41,1.58L22.16,22.34L20.75,23.75L15,18H14M3,16H13L3,6V16M21,2A2,2 0 0,1 23,4V16A2,2 0 0,1 21,18H20.66L18.66,16H21V4H6.66L4.66,2H21Z"></path>
  HTML
end