Class: Mdi::DownloadLockOutline

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

Overview

  • Version: 4.9.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 16A1.08 1.08 0 0 1 23 17V21A1.08 1.08 0 0 1 22 22H17A1.08 1.08 0 0 1 16 21V17A1.08 1.08 0 0 1 17 16V14.5A2.5 2.5 0 0 1 22 14.5V16M21 16V14.5A1.5 1.5 0 0 0 18 14.5V16H21M13 5V11H14.17L12 13.17L9.83 11H11V5H13M15 3H9V9H5L12 16L19 9H15V3M14 18H5V20H14Z"></path>
  HTML
end