Class: Mdi::VideoImage

Inherits:
MdiData show all
Defined in:
app/models/mdi/video_image.rb

Overview

  • Version: 2.3.50

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,10.5L21,6.5V17.5L17,13.5V17A1,1 0 0,1 16,18H4A1,1 0 0,1 3,17V7A1,1 0 0,1 4,6H16A1,1 0 0,1 17,7V10.5M10.91,9.55L9.2,11.82L10.5,13.55L9.77,14.09L7.73,11.36L5,15H15L10.91,9.55Z"></path>
  HTML
end