Release 5.10.0 (#1385)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'circle-notch';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f1ce';
|
||||
var svgPathData = ['M504 254.28v.23C503.42 391 392.44 501.24 256 501v-64a184.08 184.08 0 0 0 177.16-134.42c27.44-97.84-29.63-199.41-127.47-226.85A24 24 0 0 1 288 52.66V36a23.7 23.7 0 0 1 .76-6A24 24 0 0 1 318 12.78c107.4 27.65 186.61 125.38 186 241.5z', 'M256 436.93v64C119.56 501.24 8.58 391 8 254.51v-.23C7.39 138.16 86.6 40.43 194 12.78A24 24 0 0 1 223.24 30a23.7 23.7 0 0 1 .76 6v16.66a24 24 0 0 1-17.69 23.07c-97.84 27.44-154.91 129-127.47 226.85A184.08 184.08 0 0 0 256 436.93z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleNotch = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
Reference in New Issue
Block a user