Class: Mdi::LandRowsHorizontal

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/land_rows_horizontal.rb

Overview

  • Version: 6.8.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 20V4C22 2.9 21.1 2 20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20M4 6.5V4H20V6.5H4M4 11V8.5H20V11H4M4 15.5V13H20V15.5H4M4 20V17.5H20V20H4Z"></path>
  HTML
end