Class: Mdi::AxisArrow

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

Overview

  • Version: 3.4.93

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2L16,6H13V13.85L19.53,17.61L21,15.03L22.5,20.5L17,21.96L18.53,19.35L12,15.58L5.47,19.35L7,21.96L1.5,20.5L3,15.03L4.47,17.61L11,13.85V6H8L12,2Z"></path>
  HTML
end