Class: Mdi::AlertOctagramOutline

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

Overview

  • Version: 3.3.92

  • Author: Peter Noble

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/alert_octagram_outline.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.06M4.81,9L6.05,12L4.81,15L7.79,16.21L9,19.19L12,17.95L15,19.19L16.21,16.21L19.19,15L17.95,12L19.19,9L16.21,7.79L15,4.81L12,6.05L9,4.81L7.79,7.79L4.81,9M11,15H13V17H11V15M11,7H13V13H11V7"></path>
  HTML
end