Class: Mdi::CheckerboardRemove

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

def content
  <<-HTML.squish.html_safe
    <path d="M8 16H12V12H8V16M12 12H16V8H12V12M2 2V22H13.5C13 21.4 12.6 20.7 12.3 20H8V16H4V12H8V8H4V4H8V8H12V4H16V8H20V12.4C20.7 12.7 21.4 13.1 22 13.6V2H2M20.1 14.5L18 16.6L15.9 14.5L14.5 15.9L16.6 18L14.5 20.1L15.9 21.5L18 19.4L20.1 21.5L21.5 20.1L19.4 18L21.5 15.9L20.1 14.5Z"></path>
  HTML
end