Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-light-svg-icons/faChessPawnAlt.js
2019-01-28 13:58:18 -06:00

29 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fal';
var iconName = 'chess-pawn-alt';
var width = 320;
var height = 512;
var ligatures = [];
var unicode = 'f444';
var svgPathData = 'M313.7 435.1L288 421v-25c0-6.6-5.4-12-12-12h-25.1c-10.4-27.3-21-64.8-22.7-120H252c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12h-18.8c16.6-17.9 26.8-41.8 26.8-68 0-55.1-44.9-100-100-100S60 108.9 60 164c0 26.2 10.2 50.1 26.8 68H68c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h23.8c-.9 31.7-5.4 73.8-22.7 120H44c-6.6 0-12 5.4-12 12v25L6.3 435c-3.9 2.1-6.3 6.1-6.3 10.5V500c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-54.4c0-4.4-2.4-8.4-6.3-10.5zM160 96c37.5 0 68 30.5 68 68s-30.5 68-68 68-68-30.5-68-68 30.5-68 68-68zm56.9 288H103.1c15.8-46.4 19.9-88.2 20.8-120h72.3c.8 31.7 4.9 73.6 20.7 120zm71.1 96H32v-22.5L64 440v-24h192v24l32 17.5z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faChessPawnAlt = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;