Class: Mdi::ShieldEdit

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

Overview

  • Version: 4.5.95

  • Author: François Risoud

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21.7 14.4L20.7 15.4L18.6 13.3L19.6 12.3C19.8 12.1 20.2 12.1 20.4 12.3L21.7 13.6C21.9 13.8 21.9 14.1 21.7 14.4M12 19.9L18.1 13.8L20.2 15.9L14.1 22H12V19.9M10 19.1L21 8.1V5L12 1L3 5V11C3 15.8 5.9 20.3 10 22.3V19.1Z"></path>
  HTML
end