Class: Mdi::CheckboxBlankOff

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

def content
  <<-HTML.squish.html_safe
    <path d="M20.84 22.73L19.1 21C19.06 21 19.03 21 19 21H5C3.9 21 3 20.11 3 19V5C3 4.97 3 4.94 3 4.9L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M21 5C21 3.89 20.1 3 19 3H6.2L21 17.8V5Z"></path>
  HTML
end