Class: Mdi::LocationEnter

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

Overview

  • Version: 4.0.96

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 12L10 8V11H2V13H10V16M22 12A10 10 0 0 1 2.46 15H4.59A8 8 0 1 0 4.59 9H2.46A10 10 0 0 1 22 12Z"></path>
  HTML
end