Class: Mdi::StarFourPoints

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z"></path>
  HTML
end