Class: Mdi::SimAlertOutline

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

Overview

  • Version: 5.6.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 13H11V7H13M13 17H11V15H13M18 4V20H6V8.8L10.8 4H18M18 2H10L4 8V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2Z"></path>
  HTML
end