Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faClub.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 = 'club';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f327';
var svgPathData = ['M384 160c-1.36 0-2.71 0-4.05.07a128 128 0 1 0-247.9 0c-1.34 0-2.69-.07-4.05-.07a128 128 0 1 0 88 221c-.3 32.57-3.65 47.8-53 69.72A32 32 0 0 0 175.86 512h160.28A32 32 0 0 0 349 450.7c-48.81-21.76-52.52-36.45-52.95-69.71A128 128 0 1 0 384 160zm0 192a63.68 63.68 0 0 1-44-17.5L256 255l-84 79.51A64 64 0 1 1 128 224h2.06l85.28 2.66L194 144.08a64 64 0 1 1 124 0l-21.34 82.62 85.28-2.7H384a64 64 0 0 1 0 128z', 'M384 352a63.68 63.68 0 0 1-44-17.5L256 255l-84 79.51A64 64 0 1 1 128 224h2.06l85.28 2.66L194 144.08a64 64 0 1 1 124 0l-21.34 82.62 85.28-2.7H384a64 64 0 0 1 0 128z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faClub = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;