Class: Mdi::Post

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

Overview

  • Version: 4.0.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 3V21H21V3H3M18 18H6V17H18V18M18 16H6V15H18V16M18 12H6V6H18V12Z"></path>
  HTML
end