30 lines
1.3 KiB
JavaScript
30 lines
1.3 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'grip-vertical';
|
|
var width = 320;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'f58e';
|
|
var svgPathData = 'M96 32H32c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32V64C128 46.38 113.6 32 96 32zM96 192H32c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32V224C128 206.4 113.6 192 96 192zM96 352H32c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32v-64C128 366.4 113.6 352 96 352zM288 32h-64c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32V64C320 46.38 305.6 32 288 32zM288 192h-64c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32V224C320 206.4 305.6 192 288 192zM288 352h-64c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32v-64C320 366.4 305.6 352 288 352z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faGripVertical = 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; |