Class: Mdi::MapMarkerAlertOutline

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

Overview

  • Version: 3.8.95

  • Author: François Risoud

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2A7,7 0 0,1 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9A7,7 0 0,1 12,2M12,4A5,5 0 0,0 7,9C7,10 7,12 12,18.71C17,12 17,10 17,9A5,5 0 0,0 12,4M11,6H13V11H11V6M11,13H13V15H11V13Z"></path>
  HTML
end