Class: Mdi::Road

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,16H13V20H11M11,10H13V14H11M11,4H13V8H11M4,22H20V2H4V22Z"></path>
  HTML
end