'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 = ['M194.36 416L101 256l93.36-160h187.33L475 256l-93.31 160z', 'M400 16H176a48.12 48.12 0 0 0-41.5 23.8l-112 192a48.19 48.19 0 0 0 0 48.4l112 192A48.12 48.12 0 0 0 176 496h224a48.1 48.1 0 0 0 41.5-23.8l112-192a48.14 48.14 0 0 0 0-48.4l-112-192A48.1 48.1 0 0 0 400 16zM194.36 416L101 256l93.36-160h187.33L475 256l-93.31 160z']; 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;