Class: Mdi::Api

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

Overview

  • Version: 4.2.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 7H5A2 2 0 0 0 3 9V17H5V13H7V17H9V9A2 2 0 0 0 7 7M7 11H5V9H7M14 7H10V17H12V13H14A2 2 0 0 0 16 11V9A2 2 0 0 0 14 7M14 11H12V9H14M20 9V15H21V17H17V15H18V9H17V7H21V9Z"></path>
  HTML
end