Class: Mdi::MonitorArrowDown

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

Overview

  • Version: 6.6.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 16H3V4H21M21 2H3C1.9 2 1 2.9 1 4V16C1 17.1 1.9 18 3 18H10V20H8V22H16V20H14V18H21C22.1 18 23 17.1 23 16V4C23 2.9 22.1 2 21 2M16 10H13V6H11V10H8L12 14L16 10"></path>
  HTML
end