Class: Mdi::Pin

Inherits:
MdiData show all
Defined in:
app/models/mdi/pin.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/pin.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z"></path>
  HTML
end