Class: Mdi::MonitorArrowDownVariant

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/monitor_arrow_down_variant.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_variant.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M17 14L22 9L20.6 7.6L18 10.2V3H16V10.2L13.4 7.6L12 9L17 14M23 14V16C23 17.1 22.1 18 21 18H14V20H16V22H8V20H10V18H3C1.9 18 1 17.1 1 16V4C1 2.9 1.9 2 3 2H12V4H3V16H21V14H23Z"></path>
  HTML
end