Class: Mdi::FlashAlertOutline

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

Overview

  • Version: 3.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,2H15L11.5,9H15L8,22V14H5V2M7,4V12H10V14.66L12,11H8.24L11.76,4M17,15H19V17H17V15M17,7H19V13H17V7Z"></path>
  HTML
end