Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faCommentAlt.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 = 'comment-alt';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f27a';
var svgPathData = ['M448 0H64A64.06 64.06 0 0 0 0 64v288a64.06 64.06 0 0 0 64 64h96v84a12 12 0 0 0 19.1 9.7L304 416h144a64.06 64.06 0 0 0 64-64V64a64.06 64.06 0 0 0-64-64zm-16 321.78A14.45 14.45 0 0 1 417.33 336H94.67A14.45 14.45 0 0 1 80 321.78V94.22A14.45 14.45 0 0 1 94.67 80h322.66A14.45 14.45 0 0 1 432 94.22z', 'M432 94.22v227.56A14.45 14.45 0 0 1 417.33 336H94.67A14.45 14.45 0 0 1 80 321.78V94.22A14.45 14.45 0 0 1 94.67 80h322.66A14.45 14.45 0 0 1 432 94.22z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faCommentAlt = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;