Class: Mdi::DirectionsFork

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

Overview

  • Version: 1.6.50

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,4V12.5L6,9.5L9,13C10,14 10,15 10,15V21H14V14C14,14 14,13 13.47,12C12.94,11 12,10 12,10L9,6.58L11.5,4M18,4L13.54,8.47L14,9C14,9 14.93,10 15.47,11C15.68,11.4 15.8,11.79 15.87,12.13L21,7"></path>
  HTML
end