Class: Mdi::ImageOffOutline

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

Overview

  • Version: 4.5.95

  • Author: frankgrinaert

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 20.7L3.3 2L2 3.3L3 4.3V19C3 20.1 3.9 21 5 21H19.7L20.7 22L22 20.7M5 19V6.3L12.6 13.9L11.1 15.8L9 13.1L6 17H15.7L17.7 19H5M8.8 5L6.8 3H19C20.1 3 21 3.9 21 5V17.2L19 15.2V5H8.8"></path>
  HTML
end