'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fab'; var iconName = 'think-peaks'; var width = 529; var height = 512; var ligatures = []; var unicode = 'f731'; var svgPathData = 'M442.4 409.4l87.1-150.2-32-.3-55.1 95L236.2 0 0 407.4l32 .3L236.2 55.6zM87.1 365.3h32.1l117.4-202.5L440 511.9l32.5.1-235.8-404.6z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faThinkPeaks = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;