iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 806 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 ClubLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 90q-2.59 0-5.16.24a54 54 0 10-101.69 0c-1.7-.16-3.42-.24-5.15-.24a54 54 0 1027.85 100.28l-9.6 32A6 6 0 0096 230h64a6 6 0 005.75-7.72l-9.6-32A54 54 0 10184 90zm0 96a41.92 41.92 0 01-35.06-18.87 6 6 0 00-10.76 5L151.94 218h-47.88l13.76-45.84a6 6 0 00-10.76-5 42 42 0 11-20.91-62.69 6 6 0 007-9 42 42 0 1169.72 0 6 6 0 007 9A42 42 0 11184 186z" }));
exports.default = ClubLight;