Class: Mdi::Filmstrip

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,9H16V7H18M18,13H16V11H18M18,17H16V15H18M8,9H6V7H8M8,13H6V11H8M8,17H6V15H8M18,3V5H16V3H8V5H6V3H4V21H6V19H8V21H16V19H18V21H20V3H18Z"></path>
  HTML
end