Class: Mdi::SquareOffOutline

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

Overview

  • Version: 4.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22.11 21.46L2.39 1.73L1.11 3L3 4.89V21H19.11L20.84 22.73L22.11 21.46M5 19V6.89L17.11 19H5M8.2 5L6.2 3H21V17.8L19 15.8V5H8.2Z"></path>
  HTML
end