Class: Mdi::FlashAlert

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

def content
  <<-HTML.squish.html_safe
    <path d="M5,2V13H8V22L15,10H11L15,2M17,15H19V17H17V15M17,7H19V13H17V7Z"></path>
  HTML
end