Class: Mdi::MapMarkerDown

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

Overview

  • Version: 4.3.95

  • Author: François Risoud

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2A7 7 0 0 0 5 9C5 14.25 12 22 12 22S19 14.25 19 9A7 7 0 0 0 12 2M7.5 10H10V5H14V10H16.5L12 14.5Z"></path>
  HTML
end