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 = 'van-shuttle';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = ['shuttle-van'];
|
||||
var unicode = 'f5b6';
|
||||
var svgPathData = 'M628.9 210.6L494.4 49.27C485.3 38.33 471.8 32 457.5 32H48C21.6 32 0 53.6 0 80v256C0 362.4 21.6 384 48 384H64c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h16c26.4 0 48-21.6 48-48V241.4C640 230.1 636 219.3 628.9 210.6zM64 192V96h96v96H64zM160 432c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48S186.5 432 160 432zM320 192H224V96h96V192zM480 432c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48S506.5 432 480 432zM384 192V96h65.1l79.1 96H384z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faVanShuttle = 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