Class: Mdi::Atm

Inherits:
MdiData show all
Defined in:
app/models/mdi/atm.rb

Overview

  • Version: 3.4.93

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,9V10.5H10.25V15H11.75V10.5H14V9H8M6,9H3A1,1 0 0,0 2,10V15H3.5V13.5H5.5V15H7V10A1,1 0 0,0 6,9M5.5,12H3.5V10.5H5.5V12M21,9H16.5A1,1 0 0,0 15.5,10V15H17V10.5H18V14H19.5V10.5H20.5V15H22V10A1,1 0 0,0 21,9Z"></path>
  HTML
end