Class: Mdi::DownloadOffOutline

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

Overview

  • Version: 4.2.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22.11 21.46L2.39 1.73L1.11 3L7.11 9H5L12 16L13.06 14.95L16.11 18H5V20H18.11L20.84 22.73L22.11 21.46M11 5H13V9.8L15.6 12.4L19 9H15V3H9V5.8L11 7.8V5Z"></path>
  HTML
end