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 = 'face-surprise';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['surprise'];
|
||||
var unicode = 'f5c2';
|
||||
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM143.1 208c0-17.75 14.29-32 31.97-32c17.8 0 32.09 14.25 32.09 32s-14.29 32-32.09 32C158.3 240 143.1 225.8 143.1 208zM256 416c-35.33 0-64.01-28.75-64.01-64S220.7 288 256 288s64.01 28.75 64.01 64S291.3 416 256 416zM336 240c-17.79 0-32.07-14.25-32.07-32s14.28-32 32.07-32c17.66 0 31.95 14.25 31.95 32S353.7 240 336 240z';
|
||||
|
||||
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