iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 763 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Club = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 88h-2.33a56 56 0 10-107.34 0H72a56 56 0 1024.54 106.35l-8.2 27.35A8 8 0 0096 232h64a8 8 0 007.66-10.3l-8.2-27.35A56 56 0 10184 88zm0 96a40 40 0 01-33.4-18 8 8 0 00-14.33 6.71l13 43.26h-42.5l13-43.26A8 8 0 00105.4 166a40 40 0 11-19.93-59.71 8 8 0 009.33-12 40 40 0 1166.4 0 8 8 0 009.33 12A40 40 0 11184 184z" }));
exports.default = Club;