Class: Mdi::FileStarFourPointsOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 11L10.74 13.75L8 15L10.74 16.26L12 19L13.25 16.26L16 15L13.25 13.75L12 11M6 2H14L20 8V20C20 21.1 19.1 22 18 22H6C4.9 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2M6 4V20H18V9H13V4H6Z"></path>
  HTML
end