Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faChair.js
2019-07-29 11:21:43 -05:00

29 lines
981 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'chair';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f6c0';
var svgPathData = ['M208 256h-48V128A128 128 0 0 1 288 0h64a128 128 0 0 1 128 128v128h-48V128c0-29.5-16.2-55-40-68.9V256h-48V48h-48v208h-48V59.1C224.22 73 208 98.5 208 128z', 'M512 384v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V384H192v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V384a32.08 32.08 0 0 1-30.4-42.1l10.7-32a32 32 0 0 1 30.4-21.9h362.5a32 32 0 0 1 30.4 21.9l10.7 32A32 32 0 0 1 512 384z'];
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;