Class: Mdi::PentagonOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,5L19.6,10.5L16.7,19.4H7.3L4.4,10.5L12,5M12,2.5L2,9.8L5.8,21.5H18.1L22,9.8L12,2.5Z"></path>
  HTML
end