Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faTasksAlt.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 = 'tasks-alt';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f828';
var svgPathData = ['M488.12 352H288v48h176v32H288v48h200a23.94 23.94 0 0 0 24-23.88V376a23.94 23.94 0 0 0-23.88-24zm0-320H352v48h112v32H352v48h136a23.94 23.94 0 0 0 24-23.88V56a23.94 23.94 0 0 0-23.88-24zm0 160H160v48h304v32H160v48h328a23.94 23.94 0 0 0 24-23.88V216a23.94 23.94 0 0 0-23.88-24z', 'M0 375.88V456a23.94 23.94 0 0 0 23.88 24H288V352H24a23.94 23.94 0 0 0-24 23.88zM24 32A23.94 23.94 0 0 0 0 55.88V136a23.94 23.94 0 0 0 23.88 24H352V32zm-.12 288H160V192H24a23.94 23.94 0 0 0-24 23.88V296a23.94 23.94 0 0 0 23.88 24z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faTasksAlt = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;