Class: Mdi::AlertOctagon

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 13H11V7H13M11 15H13V17H11M15.73 3H8.27L3 8.27V15.73L8.27 21H15.73L21 15.73V8.27L15.73 3Z"></path>
  HTML
end