Class: Mdi::TempleHinduOutline

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

Overview

  • Version: 6.9.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 11V13H18L15 3V1H13V3H11V1H9V3.1L6 13H4V11H2V22H11V17H13V22H22V11H20M15.3 11H8.7L9.3 9H14.7L15.3 11M14.1 7H9.9L10.5 5H13.5L14.1 7M20 20H15V15H9V20H4V15H7.5L8.1 13H15.9L16.5 15H20V20Z"></path>
  HTML
end