Class: Mdi::VectorSquareClose

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

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