Class: Mdi::TriangleSmallDown

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

Overview

  • Version: 6.6.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8 9H16L12 16"></path>
  HTML
end