Class: Mdi::NearMe

Inherits:
MdiData show all
Defined in:
app/models/mdi/near_me.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,3L3,10.53V11.5L9.84,14.16L12.5,21H13.46L21,3Z"></path>
  HTML
end