Class: Mdi::CheckerboardMinus

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

def content
  <<-HTML.squish.html_safe
    <path d="M14 17V19H22V17M8 16H12V12H8V16M12 12H16V8H12V12M2 2V22H13.5C13 21.4 12.6 20.7 12.3 20H8V16H4V12H8V8H4V4H8V8H12V4H16V8H20V12.4C20.7 12.7 21.4 13.1 22 13.6V2H2Z"></path>
  HTML
end