@fortawesome/free-brands-svg-icons
Version:
The iconic font, CSS, and SVG framework
30 lines (28 loc) • 884 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'dolibarr';
var width = 448;
var height = 512;
var aliases = [];
var unicode = 'e8bf';
var svgPathData = 'M167.6 160.2l0 319.5-119.4-1.3 0-446.4 155.6 0c68.2 0 121.7 17.2 160.3 51.7 45.9 41.2 68.8 97.1 68.8 167.8 0 67.6-19.6 122.7-58.8 165.5S285.3 480 223.6 480c-7.3 0-20.3-.2-36.6-.3l0-131.1 32.9-.2c69.6-.4 90.6-32.2 90.6-97 0-60.8-34.2-91.2-102.6-91.2l-40.3 0z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faDolibarr = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = aliases;
exports.unicode = unicode;
exports.svgPathData = svgPathData;
exports.aliases = aliases;