Class: Mdi::FlashTriangle

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

Overview

  • Version: 6.9.96

  • Author: tetzla

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2L1 21H23L12 2M10 15V10H14L12.5 13.5H14.5L11.5 19V15H10Z"></path>
  HTML
end