Class: Mdi::SignDirection

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/sign_direction.rb

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,12H3.5L6,9.5L3.5,7H11V3L12,2L13,3V7H18L20.5,9.5L18,12H13V20A2,2 0 0,1 15,22H9A2,2 0 0,1 11,20V12Z"></path>
  HTML
end