change from fontawesome-free to fontawesomefree

This commit is contained in:
2021-06-28 18:32:46 +00:00
parent 555c217a3e
commit 25ee447a3f
13501 changed files with 332404 additions and 283834 deletions

View File

@@ -0,0 +1,30 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'face-dizzy';
var width = 512;
var height = 512;
var aliases = ['dizzy'];
var unicode = 'f567';
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM159.1 214.6L131.3 243.3c-14.77 14.88-37.78-7.5-22.52-22.5L137.4 192L108.8 163.3c-15.02-15 7.629-37.5 22.52-22.5l28.7 28.62l28.7-28.62c15.02-15 37.66 7.625 22.64 22.5L182.6 192l28.7 28.75c15.14 15.12-7.871 37.38-22.64 22.5L159.1 214.6zM256 416c-35.36 0-64.04-28.75-64.04-64S220.6 288 256 288s64.04 28.75 64.04 64S291.4 416 256 416zM380.7 243.3l-28.7-28.62l-28.7 28.62c-14.77 14.88-37.78-7.5-22.64-22.5L329.4 192l-28.7-28.75c-15.02-15 7.75-37.5 22.64-22.5l28.7 28.62l28.7-28.62c15.02-15 37.54 7.625 22.52 22.5L374.6 192l28.7 28.75C418.5 235.9 395.4 258.1 380.7 243.3z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faFaceDizzy = 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;