Class: Mdi::MonitorShare

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

Overview

  • Version: 5.3.45

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M23 4V16C23 17.11 22.11 18 21 18H15V16H21V4H3V16H9V18H3C1.9 18 1 17.11 1 16V4C1 2.89 1.89 2 3 2H21C22.1 2 23 2.89 23 4M13 13H16L12 9L8 13H11V20H8V22H16V20H13V13Z"></path>
  HTML
end