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';
|
|
var width = 448;
|
|
var height = 512;
|
|
var aliases = ['grip-horizontal'];
|
|
var unicode = 'f58d';
|
|
var svgPathData = 'M96 288h-64C14.38 288 .0001 302.4 .0001 320v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32v-64C128 302.4 113.6 288 96 288zM256 288h-64c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32v-64C288 302.4 273.6 288 256 288zM416 288h-64c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32v-64C448 302.4 433.6 288 416 288zM96 96h-64C14.38 96 .0001 110.4 .0001 128v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32V128C128 110.4 113.6 96 96 96zM256 96h-64c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32V128C288 110.4 273.6 96 256 96zM416 96h-64c-17.62 0-32 14.38-32 32v64c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32V128C448 110.4 433.6 96 416 96z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faGrip = 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; |