Class: Mdi::AxisYArrow

Inherits:
MdiData show all
Defined in:
app/models/mdi/axis_y_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_y_arrow.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M22.5,20.5L17,21.96L18.53,19.35L12,15.58L2.61,21L1.61,19.27L11,13.85V3H13V13.85L19.53,17.61L21,15.03L22.5,20.5Z"></path>
  HTML
end