123456789101112131415161718192021222324252627282930 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- var prefix = 'far';
- var iconName = 'note-sticky';
- var width = 448;
- var height = 512;
- var aliases = [62026,"sticky-note"];
- var unicode = 'f249';
- var svgPathData = 'M384 32H64.01C28.66 32 .0085 60.65 .0065 96L0 415.1C-.002 451.3 28.65 480 64 480h232.1c25.46 0 49.88-10.12 67.89-28.12l55.88-55.89C437.9 377.1 448 353.6 448 328.1V96C448 60.8 419.2 32 384 32zM52.69 427.3C50.94 425.6 48 421.8 48 416l.0195-319.1C48.02 87.18 55.2 80 64.02 80H384c8.674 0 16 7.328 16 16v192h-88C281.1 288 256 313.1 256 344v88H64C58.23 432 54.44 429.1 52.69 427.3zM330.1 417.9C322.9 425.1 313.8 429.6 304 431.2V344c0-4.406 3.594-8 8-8h87.23c-1.617 9.812-6.115 18.88-13.29 26.05L330.1 417.9z';
- exports.definition = {
- prefix: prefix,
- iconName: iconName,
- icon: [
- width,
- height,
- aliases,
- unicode,
- svgPathData
- ]};
- exports.faNoteSticky = exports.definition;
- exports.prefix = prefix;
- exports.iconName = iconName;
- exports.width = width;
- exports.height = height;
- exports.ligatures = aliases;
- exports.unicode = unicode;
- exports.svgPathData = svgPathData;
- exports.aliases = aliases;
|