Class: Mdi::VideoOffOutline

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

Overview

  • Version: 3.0.39

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3.41,1.86L2,3.27L4.73,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16C16.21,18 16.39,17.92 16.55,17.82L19.73,21L21.14,19.59L12.28,10.73L3.41,1.86M5,16V8H6.73L14.73,16H5M15,8V10.61L21,16.61V6.5L17,10.5V7A1,1 0 0,0 16,6H10.39L12.39,8H15Z"></path>
  HTML
end