Class: Mdi::CellphoneScreenshot

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

Overview

  • Version: 2.6.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,1A2,2 0 0,0 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3A2,2 0 0,0 17,1H7M7,4H17V20H7V4M9,6V10H10.5V7.5H13V6H9M13.5,14V16.5H11V18H15V14H13.5Z"></path>
  HTML
end