Class: Mdi::NewspaperVariantMultipleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/newspaper_variant_multiple_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/newspaper_variant_multiple_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M4 7V19H19V21H4C2 21 2 19 2 19V7H4M21 5V15H8V5H21M21.3 3H7.7C6.76 3 6 3.7 6 4.55V15.45C6 16.31 6.76 17 7.7 17H21.3C22.24 17 23 16.31 23 15.45V4.55C23 3.7 22.24 3 21.3 3M9 6H12V11H9V6M20 14H9V12H20V14M20 8H14V6H20V8M20 11H14V9H20V11Z"></path>
  HTML
end