Class: Mdi::CertificateOutline

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

Overview

  • Version: 4.4.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 21L15 20L17 21V14H13M17 9V7L15 8L13 7V9L11 10L13 11V13L15 12L17 13V11L19 10M20 3H4A2 2 0 0 0 2 5V15A2 2 0 0 0 4 17H11V15H4V5H20V15H19V17H20A2 2 0 0 0 22 15V5A2 2 0 0 0 20 3M11 8H5V6H11M9 11H5V9H9M11 14H5V12H11Z"></path>
  HTML
end