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

29 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'file-user';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f65c';
var svgPathData = ['M384 121.9v6.1H256V0h6.1a24 24 0 0 1 17 7l97.9 98a23.92 23.92 0 0 1 7 16.9zM248 160h136v328a23.94 23.94 0 0 1-24 24H24a23.94 23.94 0 0 1-24-24V24A23.94 23.94 0 0 1 24 0h200v136a24.07 24.07 0 0 0 24 24zm-11.2 192h-5a103.25 103.25 0 0 1-79.7 0h-5c-37.01 0-67.1 25.79-67.1 57.6v19.2c0 10.6 10 19.2 22.4 19.2h179.2c12.37 0 22.4-8.59 22.4-19.2v-19.2c0-31.81-30.09-57.6-67.2-57.6zm19.2-96a64 64 0 1 0-64 64 64 64 0 0 0 64-64z', 'M192 320a64 64 0 1 0-64-64 64 64 0 0 0 64 64zm44.8 32h-5a103.25 103.25 0 0 1-79.7 0h-5c-37.01 0-67.1 25.79-67.1 57.6v19.2c0 10.6 10 19.2 22.4 19.2h179.2c12.37 0 22.4-8.59 22.4-19.2v-19.2c0-31.81-30.09-57.6-67.2-57.6z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faFileUser = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;