Class: Mdi::VectorSquareOpen

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

Overview

  • Version: 6.2.95

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 4H6V6H4V4M6 20H4V18H6V20M18 8V16H16V18H8V16H6V8H8V2H2V8H4V16H2V22H8V20H16V22H22V16H20V8H22V2H16V8H18M20 20H18V18H20V20M18 6V4H20V6H18Z"></path>
  HTML
end