29 lines
1.2 KiB
JavaScript
29 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'far';
|
|
var iconName = 'chess-knight';
|
|
var width = 384;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f441';
|
|
var svgPathData = 'M84 184c11 0 20-9 20-20s-9-20-20-20-20 9-20 20 9 20 20 20zm288 280H12c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12v-24c0-6.6-5.4-12-12-12zM36.4 327.2l18.7 8C32.6 361.5 32 390 32 397.7V448h320V224c0-106-85.9-192-192-192H60.1C18.1 32-9.5 75.1 7 113c-4.6 9.6-6.9 20.2-7 30.8V272c0 24.1 14.3 45.8 36.4 55.2zM48 143.9c0-7.7 3.7-14.9 9.9-19.4L64 120 51.2 94.4c-3.1-6.1 1-14.4 8.9-14.4H160c79.5 0 144 64.5 144 144v176H80v-2.3c0-18.2 10.3-34.8 26.5-42.9l58.9-29.5c16.3-8.1 26.5-24.8 26.5-42.9V208l-35.3 11.8c-7.9 2.6-13.9 9.2-15.8 17.3l-11.6 49.5c-.8 3.5-3.1 6.4-6.3 8l-14 7c-3.2 1.6-6.8 1.7-10.1.3l-43.6-18.7c-4.4-1.9-7.3-6.2-7.3-11V143.9z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faChessKnight = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |