Class: Mdi::Triforce

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

Overview

  • Version: 3.0.39

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M1.5,21L12,3.5L22.5,21H1.5M12,21L17,12H7L12,21Z"></path>
  HTML
end