29 lines
1.1 KiB
JavaScript
29 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fal';
|
|
var iconName = 'chair';
|
|
var width = 448;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f6c0';
|
|
var svgPathData = 'M446.21 341.52l-22.19-64c-4.46-12.88-16.6-21.52-30.23-21.52H384V128C384 57.31 326.69 0 256 0h-64C121.31 0 64 57.31 64 128v128h-9.79c-13.63 0-25.77 8.64-30.23 21.52l-22.19 64C-5.42 362.31 10.02 384 32.03 384H32v120c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V384h320v120c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8l-.03-120c22.01 0 37.45-21.69 30.24-42.48zM288 37.9c37.17 13.25 64 48.44 64 90.1v128h-64V37.9zM192 32h64v224h-64V32zm-96 96c0-41.66 26.83-76.85 64-90.1V256H96V128zM32.03 352l22.19-64h339.57l22.19 64H32.03z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faChair = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |