change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'clock-rotate-left';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['history'];
|
||||
var unicode = 'f1da';
|
||||
var svgPathData = 'M491.3 207.6C484.3 171.4 431.6 15.9 256 16C181.5 15.96 125.3 47.15 86.35 86.32L54.39 54.34C40.23 40.17 16 50.2 16 70.24v121.6c0 8.832 7.16 15.99 15.99 15.99h121.5c20.05 0 30.1-24.24 15.92-38.42L131.6 131.6C184.1 78.82 243.5 79.96 256 79.96c93.1-.0313 157.2 67.85 171.9 137.6c24.11 113.8-62.39 214.4-171.9 214.4c-28.6 0-55.6-6.91-79.49-19.09c-12.56-6.403-27.7-4.505-37.66 5.467c-15.14 15.16-11.63 41.02 7.387 50.88C179.1 486.3 216.4 496 256 496C404.3 496 521.2 361.4 491.3 207.6zM256 128C242.8 128 232 138.8 232 152V272c0 7.562 3.567 14.66 9.598 19.19l64 48C309.9 342.4 314.1 344 319.1 344c7.297 0 14.5-3.312 19.22-9.594c7.953-10.62 5.797-25.66-4.797-33.59L280 260L280 152C280 138.8 269.3 128 256 128z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faClockRotateLeft = 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;
|
||||
Reference in New Issue
Block a user