Class: Mdi::AxisArrowInfo

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

Overview

  • Version: 5.1.45

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/axis_arrow_info.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 2M21 5H19V3H21V5M22 10V12H18V10H19V8H18V6H21V10H22Z"></path>
  HTML
end