Class: Mdi::MonitorSmall

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

Overview

  • Version: 6.2.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 2H5C3.89 2 3 2.89 3 4V16C3 17.11 3.9 18 5 18H10V20H8V22H16V20H14V18H19C20.11 18 21 17.11 21 16V4C21 2.89 20.1 2 19 2M19 16H5V4H19V16Z"></path>
  HTML
end