Class: Mdi::MapMarkerStar

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

Overview

  • Version: 5.6.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C8.1 2 5 5.1 5 9C5 14.2 12 22 12 22S19 14.2 19 9C19 5.1 15.9 2 12 2M14.5 13L12 11.5L9.5 13L10.2 10.2L8 8.3L10.9 8.1L12 5.4L13.1 8L16 8.3L13.8 10.2L14.5 13Z"></path>
  HTML
end