Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-solid-svg-icons/faDrumstick.js
2018-12-07 15:47:08 -06:00

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'drumstick';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f6d6';
var svgPathData = 'M462.43 49.57c-66.09-66.09-173.23-66.09-239.31 0C187.66 85.02 160 128 160 192v85.83l-40.59 40.59c-9.7 9.69-24.02 11.07-36.75 5.98-21.71-8.68-47.38-4.29-64.96 13.29-23.59 23.59-23.59 61.84 0 85.43 15.27 15.27 36.5 19.58 56.1 15.09-4.49 19.6-.18 40.83 15.09 56.1 23.59 23.59 61.84 23.59 85.43 0 17.58-17.58 21.97-43.26 13.29-64.97-5.09-12.73-3.71-27.05 5.98-36.75L234.17 352H320c64 0 106.98-27.66 142.44-63.12 66.08-66.09 66.08-173.23-.01-239.31z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faDrumstick = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;