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 = 'grip-lines-vertical';
|
||||
var width = 192;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f7a5';
|
||||
var svgPathData = 'M32 32C14.4 32 0 46.4 0 63.1V448C0 465.6 14.4 480 31.1 480S64 465.6 64 448V63.1C64 46.4 49.6 32 32 32zM160 32C142.4 32 128 46.4 128 63.1V448C128 465.6 142.4 480 159.1 480C177.6 480 192 465.6 192 448V63.1C192 46.4 177.6 32 160 32z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faGripLinesVertical = 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