Class: Mdi::FlagTriangle

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7,2H9V22H7V2M19,9L11,14.6V3.4L19,9Z"></path>
  HTML
end