Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faScrollOld.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 = 'scroll-old';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f70f';
var svgPathData = ['M539.31 228.69L512 256l27.31 27.32a16 16 0 0 1 4.69 11.31V352H256v60.57c0 31.89-21.78 61.43-53.25 66.55A64 64 0 0 1 128 416V262.62a16 16 0 0 1 4.69-11.31L160 224l-27.31-27.32a16 16 0 0 1-4.69-11.31V48a79.24 79.24 0 0 0-16.41-48H448a96.11 96.11 0 0 1 95.72 88.69 16.15 16.15 0 0 1-4.86 12.45L512 128l27.31 27.32a16 16 0 0 1 4.69 11.31v50.75a16 16 0 0 1-4.69 11.31z', 'M48 0A48.05 48.05 0 0 0 0 48v64a16 16 0 0 0 16 16h80V48A48.05 48.05 0 0 0 48 0zm576 384H454.63a16 16 0 0 0-11.32 4.69L416 416l-27.31-27.31a16 16 0 0 0-11.31-4.69H288v32a96.11 96.11 0 0 1-96 96h336a112 112 0 0 0 112-112 16 16 0 0 0-16-16z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faScrollOld = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;