Class: Mdi::Coffin

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

Overview

  • Version: 3.0.39

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8,22L5,8L8,2H16L19,8L16,22H8M11,6V8H9V10H11V15H13V10H15V8H13V6H11Z"></path>
  HTML
end