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-rolling-eyes';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['meh-rolling-eyes'];
|
||||
var unicode = 'f5a5';
|
||||
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM96.03 224c0-24.25 13.7-45.25 33.56-56C128.9 170.6 128 173.3 128 176c0 17.75 14.3 32 31.98 32s31.97-14.25 31.97-32c0-2.75-.8613-5.375-1.588-8C210.4 178.8 224 199.8 224 224c0 35.25-28.68 64-64.04 64C124.7 288 96.03 259.3 96.03 224zM320.1 400H191.9c-21.19 0-21.19-32 0-32h128.1C341.3 368 341.3 400 320.1 400zM352 288c-35.36 0-64.04-28.75-64.04-64c0-24.25 13.67-45.25 33.65-56c-.7266 2.625-1.588 5.25-1.588 8c0 17.75 14.29 32 31.97 32s31.98-14.25 31.98-32c0-2.75-.8613-5.375-1.588-8C402.3 178.8 415.1 199.8 415.1 224C415.1 259.3 387.3 288 352 288z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFaceRollingEyes = 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