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 = 'plane-departure';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f5b0';
|
||||
var svgPathData = 'M80.47 341.3C86.85 348.1 95.6 352 104.8 352l130.5-.25c10.38 0 20.5-2.375 29.62-7.125l290.1-147.6c26.75-13.5 50.75-32.87 66.1-58.24c18.38-28.5 20.38-49.12 13.12-63.62c-7.25-14.62-24.75-25.37-58.25-27.5c-29.88-2-59.5 5.873-86.25 19.5l-98.5 49.99L174.3 35.03c-5.373-3.623-12.25-3.998-17.1-1.123L90.6 67.28C79.97 72.78 77.35 87.03 85.47 95.9L241.6 193.9L138.5 246.3L66.1 209.9c-5.125-2.623-11-2.623-16.12 0L9.852 230.3c-10.38 5.25-13.12 19.12-5.5 27.1L80.47 341.3zM608 448H31.1C14.33 448 0 462.3 0 479.1S14.33 512 31.1 512h576C625.7 512 640 497.7 640 480S625.7 448 608 448z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faPlaneDeparture = 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