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

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'file-edit';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f31c';
var svgPathData = ['M377 105L279.1 7a24 24 0 0 0-17-7H256v128h128v-6.1a23.92 23.92 0 0 0-7-16.9zm-153 31V0H24A23.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-24z', 'M298.1 239.3l-25.4-25.4a20.22 20.22 0 0 0-28.6 0l-26 26a5.07 5.07 0 0 0 0 7.2l46.8 46.8a5.07 5.07 0 0 0 7.2 0l26-26a20.22 20.22 0 0 0 0-28.6zm-102.5 30.3a5.07 5.07 0 0 0-7.2 0l-95 95-5.4 48.2A10.17 10.17 0 0 0 99.2 424l48.2-5.4 95-95a5.07 5.07 0 0 0 0-7.2z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faFileEdit = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;