Class: Mdi::Pentagon

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

Overview

  • Version: 1.8.36

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2.5L2,9.8L5.8,21.5H18.2L22,9.8L12,2.5Z"></path>
  HTML
end