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 = 'sleigh';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f7cc';
|
||||
var svgPathData = 'M612.7 350.8l-9.375-7.5c-6.875-5.5-17-4.375-22.5 2.5l-10 12.5c-5.5 7-4.375 17 2.5 22.5l9.375 7.5c5.875 4.625 9.125 11.63 9.125 19.13c0 13.62-11 24.62-24.62 24.62H48C39.25 432 32 439.2 32 448l.0001 16c0 8.75 7.25 16 16 16h516c39 0 73.72-29.25 75.84-68.25C641.2 387.9 631.2 365.4 612.7 350.8zM32 224c0 59.63 40.88 109.2 96 123.5V400h64V352h192v48h64V352c53 0 96-43 96-96V160c17.75 0 32-14.25 32-32s-14.25-32-32-32h-96v64c0 35.25-28.75 64-64 64h-20.75C297.5 224 237.4 186.8 208 128S118.4 32 52.75 32H32C14.25 32 0 46.25 0 64s14.25 32 32 32V224z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faSleigh = 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