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 = 'caravan';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f8ff';
|
||||
var svgPathData = 'M624 352H576V192c0-88.38-71.63-160-160-160H64C28.62 32 0 60.63 0 96v256c0 35.38 28.62 64 64 64h32c0 53 43 96 96 96s96-43 96-96h336c8.875 0 16-7.125 16-16v-32C640 359.1 632.9 352 624 352zM192 464c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48S218.5 464 192 464zM256 224c0 17.62-14.38 32-32 32H96C78.38 256 64 241.6 64 224V160c0-17.62 14.38-32 32-32h128c17.62 0 32 14.38 32 32V224zM320 352V160c0-17.62 14.38-32 32-32h64c17.62 0 32 14.38 32 32v64h-32c-8.836 0-16 7.162-16 16C400 248.8 407.2 256 416 256h32v96H320z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaravan = 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