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

29 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'watch-fitness';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f63e';
var svgPathData = ['M320 80H64a64 64 0 0 0-64 64v224a64 64 0 0 0 64 64h256a64 64 0 0 0 64-64V144a64 64 0 0 0-64-64zm-33.43 182.21l-84.67 85.64a13.89 13.89 0 0 1-19.64.16l-.16-.16-84.67-85.64a60.64 60.64 0 0 1 4.33-89.08c24-20 59.65-16.42 81.62 5.81l8.62 8.72 8.62-8.72c22-22.23 57.66-25.82 81.62-5.81a60.64 60.64 0 0 1 4.33 89.08z', 'M288 0H96a32 32 0 0 0-32 32v16h256V32a32 32 0 0 0-32-32zM64 480a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-16H64zm218.24-306.87c-24-20-59.65-16.42-81.62 5.81l-8.62 8.72-8.62-8.72c-22-22.23-57.66-25.83-81.62-5.81a60.64 60.64 0 0 0-4.33 89.08l84.67 85.64.16.16a13.89 13.89 0 0 0 19.64-.16l84.67-85.64a60.64 60.64 0 0 0-4.33-89.08z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faWatchFitness = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;