Class: Mdi::ShieldStar

Inherits:
MdiData show all
Defined in:
app/models/mdi/shield_star.rb

Overview

  • Version: 4.4.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1M15.08 16L12 14.15L8.93 16L9.74 12.5L7.03 10.16L10.61 9.85L12 6.55L13.39 9.84L16.97 10.15L14.26 12.5L15.08 16Z"></path>
  HTML
end