Class: Mdi::CheckerboardPlus

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

Overview

  • Version: 4.6.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 17H22V19H19V22H17V19H14V17H17V14H19V17M8 16H12V12H8V16M12 12H16V8H12V12M2 2V22H13.54C13 21.42 12.63 20.74 12.36 20H8V16H4V12H8V8H4V4H8V8H12V4H16V8H20V12.36C20.74 12.63 21.42 13 22 13.54V2H2Z"></path>
  HTML
end