Class: Mdi::CheckboxIntermediate

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

Overview

  • Version: 2.1.99

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M17,17H7V7H17V17Z"></path>
  HTML
end