Class: Mdi::FileKeyOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/file_key_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/file_key_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M14 2H6A2 2 0 0 0 4 4V20A2 2 0 0 0 6 22H18A2 2 0 0 0 20 20V8L14 2M18 20H6V4H13V9H18M12.83 15A3 3 0 1 0 12.83 17H14V19H16V17H17V15M10 17A1 1 0 1 1 11 16A1 1 0 0 1 10 17Z"></path>
  HTML
end