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 = 'palette';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f53f';
|
||||
var svgPathData = 'M204.3 5.017C104.9 24.42 24.8 104.4 5.171 203.5c-36.1 187 131.7 326.4 258.8 306.7c41.19-6.406 61.41-54.61 42.5-91.7c-23.09-45.41 9.897-98.4 60.9-98.4h79.7c35.81 0 64.8-29.59 64.9-65.31C511.5 97.13 368.1-26.89 204.3 5.017zM96 320c-17.69 0-32-14.31-32-32c0-17.69 14.31-32.03 31.1-32.03s32 14.31 32 31.1C127.1 305.7 113.7 320 96 320zM128 192c-17.69 0-32-14.31-32-32s14.31-32 32-32s32 14.31 32 32S145.7 192 128 192zM256 128c-17.69 0-32-14.31-32-32S238.3 64.04 256 64.04s32 14.31 32 32S273.7 128 256 128zM384 192c-17.69 0-32-14.31-32-32s14.31-32 32-32s32 14.31 32 32S401.7 192 384 192z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faPalette = 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