Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faFileImage.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-image';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f1c5';
var svgPathData = ['M224 136V0H24A24 24 0 0 0 0 24v464a24 24 0 0 0 24 24h336a24 24 0 0 0 24-24V160H248a24.07 24.07 0 0 1-24-24zm-111.46 40a48 48 0 1 1-48 48 48 48 0 0 1 48-48zM281 264.48L320.54 304v112h-256l.46-48.48L104.54 328c4.69-4.69 11.8-4.2 16.49.48L160.54 368l103.52-103.52a12 12 0 0 1 16.94 0zm103-142.54V128H256V0h6.06a24 24 0 0 1 17 7L377 105a24 24 0 0 1 7 16.94z', 'M112.54 272a48 48 0 1 0-48-48 48 48 0 0 0 48 48zM281 264.48a12 12 0 0 0-17 0L160.54 368 121 328.48c-4.69-4.68-11.8-5.17-16.49-.48L65 367.52 64.54 416h256V304z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faFileImage = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;