Class: Mdi::Crown

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 16L3 5L8.5 10L12 4L15.5 10L21 5L19 16H5M19 19C19 19.6 18.6 20 18 20H6C5.4 20 5 19.6 5 19V18H19V19Z"></path>
  HTML
end