Class: Mdi::Axe

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

Overview

  • Version: 2.3.50

  • Author: Nick

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2L22,8C22,12 20,14 16,15L13,10L9,6L12,2M4.11,19.84L2.12,18.33L9.19,9L11,10.81L4.11,19.84Z"></path>
  HTML
end