'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'grip-lines'; var width = 448; var height = 512; var aliases = ['']; var unicode = 'f7a4'; var svgPathData = 'M416 288H32C14.4 288 .0001 302.4 .0001 319.1C.0001 337.6 14.4 352 32 352h384c17.6 0 32-14.4 32-31.1C448 302.4 433.6 288 416 288zM416 160H32C14.4 160 .0001 174.4 .0001 191.1S14.4 224 32 224h384c17.6 0 32-14.4 32-31.1S433.6 160 416 160z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faGripLines = 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;