Class: Mdi::TriangleDownOutline

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

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 22L1 3H23M12 18L19.53 5H4.47"></path>
  HTML
end