iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 823 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 ClubThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 92a52.88 52.88 0 00-8.26.65 52 52 0 10-95.48 0A52.88 52.88 0 0072 92a52 52 0 1031.38 93.48l-11.21 37.37A4 4 0 0096 228h64a4 4 0 003.83-5.15l-11.21-37.37A52 52 0 10184 92zm0 96a43.92 43.92 0 01-36.73-19.77 4 4 0 00-7.17 3.36L154.62 220h-53.24l14.52-48.41a4 4 0 00-7.17-3.36 44 44 0 11-21.91-65.67 4 4 0 004.66-6 44 44 0 1173 0 4 4 0 004.66 6A44 44 0 11184 188z" }));
exports.default = ClubThin;