Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faWatch.js
2019-07-29 11:21:43 -05:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'watch';
var width = 352;
var height = 512;
var ligatures = [];
var unicode = 'f2e1';
var svgPathData = ['M176 432A176 176 0 1 0 0 256a176 176 0 0 0 176 176zm-28-272a12 12 0 0 1 12-12h32a12 12 0 0 1 12 12v93l41.2 30a12.08 12.08 0 0 1 2.6 16.8L229 325.7a11.91 11.91 0 0 1-16.8 2.6l-59.3-43.2a12.08 12.08 0 0 1-4.9-9.7z', 'M192 148h-32a12 12 0 0 0-12 12v115.4a12.08 12.08 0 0 0 4.9 9.7l59.3 43.2a11.91 11.91 0 0 0 16.8-2.6l18.8-25.9a12.08 12.08 0 0 0-2.6-16.8L204 253v-93a12 12 0 0 0-12-12zM280 0H72a23.94 23.94 0 0 0-24 24v78.3a200.08 200.08 0 0 1 256 0V24a23.94 23.94 0 0 0-24-24zM48 409.7V488a23.94 23.94 0 0 0 24 24h208a23.94 23.94 0 0 0 24-24v-78.3a200.08 200.08 0 0 1-256 0z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faWatch = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;