Class: Mdi::CheckboxMultipleOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M20,16H8V4H20V16M16,20V22H4A2,2 0 0,1 2,20V7H4V20H16M18.53,8.06L17.47,7L12.59,11.88L10.47,9.76L9.41,10.82L12.59,14L18.53,8.06Z"></path>
  HTML
end