Class: Mdi::Collage

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

Overview

  • Version: 1.6.50

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,3C3.89,3 3,3.89 3,5V19C3,20.11 3.89,21 5,21H11V3M13,3V11H21V5C21,3.89 20.11,3 19,3M13,13V21H19C20.11,21 21,20.11 21,19V13"></path>
  HTML
end