Class: Mdi::SquareOff

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

def content
  <<-HTML.squish.html_safe
    <path d="M20.84 22.73L19.11 21H3V4.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M21 3H6.2L21 17.8V3Z"></path>
  HTML
end