Class: Mdi::Hexagram

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

Overview

  • Version: 2.7.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.5,7.66L20.64,6.97L17,12L20.68,16.97L14.5,16.32L12.03,22L9.5,16.34L3.36,17.03L7,12L3.32,7.03L9.5,7.68L11.97,2L14.5,7.66Z"></path>
  HTML
end