29 lines
1.1 KiB
JavaScript
29 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'file-import';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f56f';
|
|
var svgPathData = ['M376 160h136v328a23.94 23.94 0 0 1-24 24H152a23.94 23.94 0 0 1-24-24V352h127.6v64.9c0 14.26 17.28 21.34 27.37 11.27L378.56 332a17 17 0 0 0 0-23.94l-95.49-96.25c-10.09-10.07-27.37-3-27.37 11.27v65H128V24a23.94 23.94 0 0 1 24-24h200v136a24.07 24.07 0 0 0 24 24zm129-55L407.1 7a24 24 0 0 0-17-7H384v128h128v-6.1a23.92 23.92 0 0 0-7-16.9z', 'M378.56 332L283 428.17c-10.09 10.07-27.37 3-27.37-11.27V352H16a16 16 0 0 1-16-16v-31.91a16 16 0 0 1 16-16h239.7v-65c0-14.26 17.28-21.34 27.37-11.27l95.49 96.25a17 17 0 0 1 0 23.93z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faFileImport = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |