@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 626 B
JavaScript
exports.__esModule = true;
exports.BowlingBallIconConfig = {
name: 'BowlingBallIcon',
icon: {"xOffset":0,"yOffset":0,"width":496,"height":512,"svgPathData":"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"},
rhUiIcon: null,
};
exports.BowlingBallIcon = require('../createIcon').createIconBase(exports.BowlingBallIconConfig);
exports["default"] = exports.BowlingBallIcon;