Class: Mdi::AlertOctagram

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

Overview

  • Version: 1.9.32

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M13,17V15H11V17H13M13,13V7H11V13H13Z"></path>
  HTML
end