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-laugh';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['laugh'];
|
||||
var unicode = 'f599';
|
||||
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM336 160c17.68 0 31.97 14.25 31.97 32s-14.29 32-31.97 32c-17.8 0-32.09-14.25-32.09-32S318.2 160 336 160zM175.1 160c17.8 0 32.09 14.25 32.09 32S193.8 224 175.1 224C158.3 224 143.1 209.8 143.1 192S158.3 160 175.1 160zM264 432H247.1c-73.38 0-134-55-142.9-126C103.9 296.5 111.4 288 120.1 288h270c9.566 0 17.07 8.375 15.86 18C398 377 337.4 432 264 432z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFaceLaugh = 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