Class: Mdi::AlertBox

Inherits:
MdiData show all
Defined in:
app/models/mdi/alert_box.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M13,13V7H11V13H13M13,17V15H11V17H13Z"></path>
  HTML
end