'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'adjust'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f042'; var svgPathData = ['M504 256c0 137-111 248-248 248V8c137 0 248 111 248 248z', 'M256 8v496C119 504 8 393 8 256S119 8 256 8z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faAdjust = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;