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-wink';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['smile-wink'];
|
||||
var unicode = 'f4da';
|
||||
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM175.1 176c17.8 0 32.09 14.25 32.09 32s-14.29 32-32.09 32c-17.68 0-31.97-14.25-31.97-32S158.3 176 175.1 176zM370.8 346.3C342.3 380.4 300.4 400 256 400s-86.34-19.62-114.8-53.75c-13.56-16.38 11.14-36.75 24.58-20.5C188.2 352.8 221 368 256 368s67.81-15.38 90.21-42.25C359.8 309.6 384.4 330 370.8 346.3zM376.2 233L366.5 224.5c-14.89-13.25-46.26-13.25-61.03 0l-9.566 8.5c-8.234 7.375-21.55 .375-19.74-10.75c3.996-25.25 34.18-42.13 59.85-42.13c25.79 0 55.88 16.88 59.88 42.13C397.6 233.2 384.6 240.5 376.2 233z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFaceSmileWink = 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