Class: Mdi::ChessRook

Inherits:
MdiData show all
Defined in:
app/models/mdi/chess_rook.rb

Overview

  • Version: 2.1.99

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,20H19V22H5V20M17,2V5H15V2H13V5H11V2H9V5H7V2H5V8H7V18H17V8H19V2H17Z"></path>
  HTML
end