Class: Mdi::VolcanoOutline

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

Overview

  • Version: 6.7.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 8H11L9 13H6L2 22H22L18 8M7.3 15H10.35L10.85 13.74L12.35 10H16.5L19.35 20H5.08L7.3 15M13 1H15V5H13V1M16.12 5.47L18.95 2.64L20.36 4.05L17.54 6.88L16.12 5.47M7.64 4.05L9.05 2.64L11.88 5.46L10.47 6.88L7.64 4.05Z"></path>
  HTML
end