Class: Mdi::CheckboxOutline

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

Overview

  • Version: 3.2.89

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/checkbox_outline.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,5V19H5V5H19M10,17L6,13L7.41,11.58L10,14.17L16.59,7.58L18,9"></path>
  HTML
end