Class: Mdi::MathTan

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

Overview

  • Version: 3.2.89

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,7V9H4V17H6V9H8V7H2M11,7A2,2 0 0,0 9,9V17H11V13H13V17H15V9A2,2 0 0,0 13,7H11M11,9H13V11H11V9M16,7V17H18V12L20,17H22V7H20V12L18,7H16Z"></path>
  HTML
end