Class: Mdi::CrownOutline

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

Overview

  • Version: 4.5.95

  • Author: frankgrinaert

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 8L15 13.2L18 10.5L17.3 14H6.7L6 10.5L9 13.2L12 8M12 4L8.5 10L3 5L5 16H19L21 5L15.5 10L12 4M19 18H5V19C5 19.6 5.4 20 6 20H18C18.6 20 19 19.6 19 19V18Z"></path>
  HTML
end