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 = 'far';
|
||||
var iconName = 'face-surprise';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['surprise'];
|
||||
var unicode = 'f5c2';
|
||||
var svgPathData = 'M256 280c-35.36 0-64.06 28.75-64.06 64s28.7 64 64.06 64s64.06-28.75 64.06-64S291.4 280 256 280zM208 208c0-17.75-14.29-32-32.09-32c-17.68 0-31.97 14.25-31.97 32s14.29 32 31.97 32C193.8 240 208 225.8 208 208zM336 176c-17.8 0-32.07 14.25-32.07 32s14.27 32 32.07 32c17.68 0 31.95-14.25 31.95-32S353.7 176 336 176zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFaceSurprise = 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