'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'adjust'; var width = 640; var height = 512; var ligatures = []; var unicode = 'f042'; var svgPathData = ['M568 256c0 137-111 248-248 248V8c137 0 248 111 248 248z', 'M320 8v496C183 504 72 393 72 256S183 8 320 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;