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

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'file-upload';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f574';
var svgPathData = ['M224 136V0H24A23.94 23.94 0 0 0 0 24v464a23.94 23.94 0 0 0 24 24h336a23.94 23.94 0 0 0 24-24V160H248a24.07 24.07 0 0 1-24-24zm65.18 216H224v80a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36L180 229a17.05 17.05 0 0 1 24 0l96.42 95.7c10.16 10.02 3.04 27.3-11.24 27.3zM384 121.9v6.1H256V0h6.1a24 24 0 0 1 17 7l97.9 98a23.92 23.92 0 0 1 7 16.9z', 'M300.43 324.65c10.15 10.07 3 27.36-11.25 27.36H224v80a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352H94.82c-14.28 0-21.41-17.29-11.27-27.36L180 229a17.05 17.05 0 0 1 24 0z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faFileUpload = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;