Class: Mdi::StarThreePointsOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,9.5L13.2,13.5L16,16.5L12,15.6L7.9,16.5L10.7,13.5L12,9.5M12,2.6L9,12.4L2,19.9L12,17.6L22,20L15,12.5L12,2.6Z"></path>
  HTML
end