Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faSpinnerThird.js
2019-07-29 11:21:43 -05:00

29 lines
803 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'spinner-third';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f3f4';
var svgPathData = ['', 'M456.43 371.72l-27.79-16.05a15.94 15.94 0 0 1-6.48-20.67A184 184 0 0 0 270.63 72.58 16 16 0 0 1 256 56.65V24.56a16 16 0 0 1 17.2-16A248 248 0 0 1 478.86 364.8a16 16 0 0 1-22.43 6.92z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSpinnerThird = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;