'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'brush'; var width = 384; var height = 512; var ligatures = []; var unicode = 'f55d'; var svgPathData = ['M384 32v224H0V32A32 32 0 0 1 32 0h320a32 32 0 0 1 32 32z', 'M0 288v32a64 64 0 0 0 64 64h64v64a64 64 0 0 0 128 0v-64h64a64 64 0 0 0 64-64v-32zm192 184a24 24 0 1 1 24-24 24 24 0 0 1-24 24z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faBrush = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;