'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'stopwatch'; var width = 416; var height = 512; var ligatures = []; var unicode = 'f2f2'; var svgPathData = ['M228 192.5h-40a12 12 0 0 0-12 12V340a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12V204.5a12 12 0 0 0-12-12zM268 0H148a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h28v34.45a210.2 210.2 0 0 1 64 0V64h28a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12zm144.5 143.9l-28.3-28.3a12 12 0 0 0-17 0l-27.45 27.45a209.26 209.26 0 0 1 42.8 47.8l.55-.55 29.4-29.4a12 12 0 0 0 0-17z', 'M208 96C93.12 96 0 189.12 0 304s93.12 208 208 208 208-93.12 208-208S322.88 96 208 96zm101.82 309.82A144 144 0 1 1 352 304a143 143 0 0 1-42.18 101.82z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faStopwatch = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;