Class: Mdi::Axis

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

def content
  <<-HTML.squish.html_safe
    <path d="M2.61,21L1.61,19.27L11,13.85V3H13V13.85L22.39,19.27L21.39,21L12,15.58L2.61,21Z"></path>
  HTML
end