Class: Mdi::StarThreePoints

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2.6L9,12.4L2,19.9L12,17.6L22,20L15,12.5L12,2.6Z"></path>
  HTML
end