Class: Mdi::ShieldHalf

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

Overview

  • Version: 4.9.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 1L3 5V11C3 16.5 6.8 21.7 12 23V1Z"></path>
  HTML
end