Class: Mdi::VectorTriangle

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,3V9H9.73L5.79,16H2V22H8V20H16V22H22V16H18.21L14.27,9H15V3M11,5H13V7H11M12,9.04L16,16.15V18H8V16.15M4,18H6V20H4M18,18H20V20H18"></path>
  HTML
end