Class: Mdi::Turnstile

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

Overview

  • Version: 3.2.89

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,22H16V11L10,5V2H22V22M9.17,6.17C8.42,6.92 8,7.94 8,9H2V11H8.55C8.9,11.6 9.4,12.1 10,12.45V19H12V13C13.06,13 14.08,12.58 14.83,11.83L9.17,6.17Z"></path>
  HTML
end