Class: Mdi::FlashTriangleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/flash_triangle_outline.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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12 2L1 21H23M12 6L19.5 19H4.5M14 14H12.5L14 11H10V15H11V18L14 14Z"></path>
  HTML
end