Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faHockeySticks.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 = 'hockey-sticks';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f454';
var svgPathData = ['M212.6 1.66l-57.3 28.6a16.12 16.12 0 0 0-7.2 21.5l91.4 182.6 53.7-107.3-59.1-118.2a16.12 16.12 0 0 0-21.5-7.2zm187.9 340.1l-53.7 107.3c12.6 25.2 25.4 63 71.1 63H544v-160H415.6c-4.6 0-10.8-1.7-15.1-10.3zm223.5 10.3h-48v160h48a16 16 0 0 0 16-16v-128a16 16 0 0 0-16-16z', 'M484.6 30.36l-57.2-28.6A16 16 0 0 0 405.9 9L238.8 343.26a15.92 15.92 0 0 1-14.3 8.8H96v160h126.1a63.92 63.92 0 0 0 57.2-35.4l212.5-424.8a16.12 16.12 0 0 0-7.2-21.5zM0 368.06v128a16 16 0 0 0 16 16h48v-160H16a16 16 0 0 0-16 16z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faHockeySticks = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;