Class: Mdi::CheckboxMarkedOutline

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,19H5V5H15V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V11H19M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"></path>
  HTML
end