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-smile';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['smile'];
|
||||
var unicode = 'f118';
|
||||
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM336 176c17.69 0 31.99 14.3 31.99 32s-14.3 32-31.99 32s-32.02-14.3-32.02-32S318.3 176 336 176zM175.1 176c17.69 0 32.02 14.3 32.02 32s-14.33 32-32.02 32s-31.99-14.3-31.99-32S158.3 176 175.1 176zM370.8 346.2C342.3 380.4 300.5 399.1 256 399.1s-86.27-19.55-114.8-53.76c-13.59-16.3 10.95-36.7 24.57-20.5C188.2 352.6 221 367.9 256 367.9s67.82-15.42 90.2-42.22C359.6 309.5 384.3 329.9 370.8 346.2z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFaceSmile = 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