Class: Mdi::CellphoneText

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

Overview

  • Version: 2.3.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,19V5H7V19H17M17,1A2,2 0 0,1 19,3V21A2,2 0 0,1 17,23H7C5.89,23 5,22.1 5,21V3C5,1.89 5.89,1 7,1H17M9,7H15V9H9V7M9,11H13V13H9V11Z"></path>
  HTML
end