iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 625 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 ClubFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 144a56 56 0 01-84.81 48h-4.44l8.91 29.7A8 8 0 01152 232h-48a8 8 0 01-7.66-10.3l8.91-29.7h-4.44A56 56 0 1172 88h2.33a56 56 0 11107.34 0H184a56.06 56.06 0 0156 56z" }));
exports.default = ClubFill;