Class: Mdi::AlertOctagonOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M8.27,3L3,8.27V15.73L8.27,21H15.73C17.5,19.24 21,15.73 21,15.73V8.27L15.73,3M9.1,5H14.9L19,9.1V14.9L14.9,19H9.1L5,14.9V9.1M11,15H13V17H11V15M11,7H13V13H11V7"></path>
  HTML
end