Class: Mdi::MapMarkerAccount

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

Overview

  • Version: 6.3.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C8.14 2 5 5.14 5 9C5 14.25 12 22 12 22S19 14.25 19 9C19 5.14 15.86 2 12 2M12 4C13.1 4 14 4.9 14 6C14 7.11 13.1 8 12 8S10 7.11 10 6C10 4.9 10.9 4 12 4M12 14C10.33 14 8.86 13.15 8 11.85C8 10.53 10.67 9.8 12 9.8S16 10.53 16 11.85C15.14 13.15 13.67 14 12 14Z"></path>
  HTML
end