29 lines
1.7 KiB
JavaScript
29 lines
1.7 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'journal-whills';
|
|
var width = 448;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f66a';
|
|
var svgPathData = ['M96,448c-19.2,0-32-12.8-32-32s16-32,32-32H415.33c-1.93,16.24-1.76,48.38.53,64Z', 'M96,384H424a24,24,0,0,0,24-24V32A32,32,0,0,0,416,0H96A96,96,0,0,0,0,96V416a96,96,0,0,0,96,96H424a24,24,0,0,0,24-24V472a24,24,0,0,0-24-24H96c-19.2,0-32-12.8-32-32S80,384,96,384Zm37.08-239.61,21.26,21.26a8.00091,8.00091,0,1,0,11.32-11.31h0l-26.42-26.42a111.86007,111.86007,0,0,1,46.37-49.26,63,63,0,0,0,14,82.65,55.86,55.86,0,0,0,28.72,93.45l1.36-32.71-10.37,7a4.19009,4.19009,0,0,1-2.25.69,4,4,0,0,1-3.44-6l8.54-14.31-17.91-3.72a4,4,0,0,1,0-7.84l17.91-3.72-8.54-14.31a4,4,0,0,1,5.69-5.36l12,8.16L236,71.83a4,4,0,1,1,8,0l4.68,112.29,14.2-9.65a4.07,4.07,0,0,1,5,.41,4,4,0,0,1,.69,5L260,194.14l17.91,3.72a4,4,0,0,1,0,7.84L260,209.42l8.54,14.31a4,4,0,0,1-5.69,5.31l-12.68-8.62,1.43,34.28a55.84,55.84,0,0,0,28.71-93.43,63,63,0,0,0,14.09-82.6,111.86,111.86,0,0,1,46.37,49.26l-26.42,26.42a8.00091,8.00091,0,1,0,11.32,11.31h0l21.26-21.26A110.42911,110.42911,0,0,1,352,176c0,.52-.14,1-.15,1.51L314.74,210a8,8,0,1,0,10.52,12l23.59-20.64a111.71,111.71,0,0,1-217.71,0L154.73,222A8.00453,8.00453,0,0,0,166,210.63q-.35-.33-.72-.63l-37.11-32.47c0-.52-.15-1-.15-1.51C128,165,130.1,154.48,133.08,144.39Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faJournalWhills = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |