Class: Mdi::FileVideoOutline

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

Overview

  • Version: 3.6.95

  • Author: Peter Noble

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M16,18L13.5,16.3V18H8V13H13.5V14.7L16,13V18Z"></path>
  HTML
end