Class: Mdi::PostOutline

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

Overview

  • Version: 4.0.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 5V19H5V5H19M21 3H3V21H21V3M17 17H7V16H17V17M17 15H7V14H17V15M17 12H7V7H17V12Z"></path>
  HTML
end