Class: Mdi::ChessKing

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

def content
  <<-HTML.squish.html_safe
    <path d="M19,22H5V20H19V22M17,10C15.58,10 14.26,10.77 13.55,12H13V7H16V5H13V2H11V5H8V7H11V12H10.45C9.35,10.09 6.9,9.43 5,10.54C3.07,11.64 2.42,14.09 3.5,16C4.24,17.24 5.57,18 7,18H17A4,4 0 0,0 21,14A4,4 0 0,0 17,10Z"></path>
  HTML
end