Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faHandSpock.js
2019-12-10 16:48:26 -06:00

29 lines
1.8 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'hand-spock';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f259';
var svgPathData = ['M481.26,97.0985a40.02985,40.02985,0,0,0-48.17162,29.64056L403.69405,250.1978a7.55279,7.55279,0,0,1-14.746-3.26757L422.7877,81.96572c4.18748-20.41207-6.81637-41.78508-26.67564-48.08584a40.05627,40.05627,0,0,0-51.3044,30.08978l-37.67949,183.7047a10.42076,10.42076,0,0,1-20.30067.5L230.73015,30.0166a39.99638,39.99638,0,1,0-77.46832,19.93746l50.30441,195.64023a8.33016,8.33016,0,0,1-16.0546,4.4414l-37.156-125.39428a40.00575,40.00575,0,1,0-76.71833,22.7187L116.32843,291.434a283.31409,283.31409,0,0,1,11.66791,80.46859L67.40292,314.87735a39.992,39.992,0,0,0-54.8122,58.24988L120.89091,475.047A135.9695,135.9695,0,0,0,214.074,512h127.3665A103.9892,103.9892,0,0,0,442.604,432.09391l68.2965-286.82364A39.98824,39.98824,0,0,0,481.26,97.0985ZM352.00293,368.00029H270.31587a111.6497,111.6497,0,0,1,33.68732,79.99984,15.99991,15.99991,0,1,1-31.99982,0,80.08383,80.08383,0,0,0-79.99957-79.99984,16,16,0,0,1,0-31.99993H352.00293a16,16,0,0,1,0,31.99993Z', 'M288.00328,464.0001a15.99074,15.99074,0,0,1-15.99991-16,80.08383,80.08383,0,0,0-79.99957-79.99984,16,16,0,0,1,0-31.99993H352.00293a16,16,0,0,1,0,31.99993H270.31587a111.6497,111.6497,0,0,1,33.68732,79.99984A15.99074,15.99074,0,0,1,288.00328,464.0001Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faHandSpock = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;