Class: Mdi::CheckboxMultipleBlankOutline

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20,16V4H8V16H20M22,16A2,2 0 0,1 20,18H8C6.89,18 6,17.1 6,16V4C6,2.89 6.89,2 8,2H20A2,2 0 0,1 22,4V16M16,20V22H4A2,2 0 0,1 2,20V7H4V20H16Z"></path>
  HTML
end