Class: Mdi::TrafficCone

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

Overview

  • Version: 4.9.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 15L18 19H21V22H3V19H6L7 15H17M15 8L16 12H8L9 8H15M13 1L14 5H10L11 1H13Z"></path>
  HTML
end