Class: Mdi::CellphoneArrowDown

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

Overview

  • Version: 2.5.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,1H7A2,2 0 0,0 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3A2,2 0 0,0 17,1M17,19H7V5H17V19M16,13H13V8H11V13H8L12,17L16,13Z"></path>
  HTML
end