'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'hexagon'; var width = 576; var height = 512; var ligatures = []; var unicode = 'f312'; var svgPathData = ['M553.52 280.2l-112 192A48.1 48.1 0 0 1 400 496H176a48.11 48.11 0 0 1-41.5-23.8l-112-192a48.19 48.19 0 0 1 0-48.4l112-192A48.11 48.11 0 0 1 176 16h224a48.1 48.1 0 0 1 41.5 23.8l112 192a48.14 48.14 0 0 1 .02 48.4z', '']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faHexagon = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;