Class: Mdi::Highway

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

Overview

  • Version: 1.5.54

  • Author: Christopher Schreiner

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,2L8,8H11V2H10M13,2V8H16L14,2H13M2,9V10H4V11H6V10H18L18.06,11H20V10H22V9H2M7,11L3.34,22H11V11H7M13,11V22H20.66L17,11H13Z"></path>
  HTML
end