30 lines
1.1 KiB
JavaScript
30 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'stopwatch';
|
|
var width = 448;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'f2f2';
|
|
var svgPathData = 'M398.5 190.9l27.18-27.18c6.252-6.248 6.252-16.38 .0031-22.63l-22.68-22.69c-6.249-6.25-16.38-6.25-22.63-.0003l-24.67 24.67c-28-23-62.21-38.68-99.71-44.47V64h16.02c17.6 0 31.1-14.4 31.1-31.1S289.6 0 272 0H176C158.4 0 144 14.4 144 32C144 49.6 158.4 64 176 64h15.99v34.61c-97.63 14.98-172.8 97.87-175.9 198.1c-3.45 113.9 90.68 212.6 204.6 214.4C337.1 513.8 432 419.1 432 304C432 262.2 419.7 223.3 398.5 190.9zM248 328c0 13.25-10.75 24-24 24s-24-10.75-24-24v-112C200 202.8 210.8 192 224 192s24 10.75 24 24V328z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faStopwatch = 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; |