Class: Mdi::LocationExit

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

def content
  <<-HTML.squish.html_safe
    <path d="M22 12L18 8V11H10V13H18V16M20 18A10 10 0 1 1 20 6H17.27A8 8 0 1 0 17.27 18Z"></path>
  HTML
end