Class: Mdi::Volcano

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

def content
  <<-HTML.squish.html_safe
    <path d="M18 8H11L9 13H6L2 22H22L18 8M13 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