Class: Mdi::FileCloudOutline

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

Overview

  • Version: 4.1.95

  • Author: Terren

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M17 16.92C17 18.07 16.07 19 14.92 19H9.5C8.12 19 7 17.88 7 16.5C7 15.21 8 14.15 9.23 14C9.75 13 10.79 12.33 12 12.33C13.5 12.33 14.78 13.42 15.07 14.83C16.14 14.93 17 15.82 17 16.92Z"></path>
  HTML
end