Class: Mdi::RayEndArrow

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M1,12L5,16V13H17.17C17.58,14.17 18.69,15 20,15A3,3 0 0,0 23,12A3,3 0 0,0 20,9C18.69,9 17.58,9.83 17.17,11H5V8L1,12Z"></path>
  HTML
end