Class: Mdi::CellphoneSettings

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,16H8V4H16M16,0H8A2,2 0 0,0 6,2V18A2,2 0 0,0 8,20H16A2,2 0 0,0 18,18V2A2,2 0 0,0 16,0M15,24H17V22H15M11,24H13V22H11M7,24H9V22H7V24Z"></path>
  HTML
end