Class: Mdi::MonitorVertical

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

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 2H8C6.89 2 6 2.89 6 4V16C6 17.11 6.9 18 8 18H10V20H8V22H16V20H14V18H16C17.11 18 18 17.11 18 16V4C18 2.89 17.1 2 16 2M16 16H8V4H16V16Z"></path>
  HTML
end