Class: Mdi::StarFourPointsSmall

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/star_four_points_small.rb

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10.74 10.75L12 8L13.25 10.75L16 12L13.25 13.26L12 16L10.74 13.26L8 12L10.74 10.75Z"></path>
  HTML
end