Class: Mdi::MapMarkerAlert

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C15.9 2 19 5.1 19 9C19 14.2 12 22 12 22S5 14.2 5 9C5 5.1 8.1 2 12 2M11 6V12H13V6H11M11 14V16H13V14H11Z"></path>
  HTML
end