Class: Mdi::Routes

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,10H5L3,8L5,6H11V3L12,2L13,3V4H19L21,6L19,8H13V10H19L21,12L19,14H13V20A2,2 0 0,1 15,22H9A2,2 0 0,1 11,20V10Z"></path>
  HTML
end