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

29 lines
949 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'bold';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f032';
var svgPathData = ['M332.49 238a122 122 0 0 0 27-65.21C366.87 96.49 307 32 232.42 32H32a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H32a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h210.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM64 112h168.42a48 48 0 1 1 0 96H64zm168.42 288H64V288h168.42a56 56 0 1 1 0 112z', 'M64 112v96h80v-96zm0 288h80V288H64z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faBold = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;