Class: Mdi::NewspaperVariant

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 3H4C2.89 3 2 3.89 2 5V19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V5C22 3.89 21.11 3 20 3M5 7H10V13H5V7M19 17H5V15H19V17M19 13H12V11H19V13M19 9H12V7H19V9Z"></path>
  HTML
end