UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 813 B
"use strict"; 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 ClubBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M186.79 84.06a60 60 0 10-117.58 0 60 60 0 1019 117.73l-4 19.86A12 12 0 0096 236h64a12 12 0 0011.77-14.35l-4-19.86a60 60 0 1019-117.73zM184 180a35.88 35.88 0 01-24.78-9.88 12 12 0 00-20 11.06l6.14 30.82h-34.72l6.16-30.82a12 12 0 00-20-11.06 36 36 0 11-12.65-60 12 12 0 0014-18A35.68 35.68 0 0192 72a36 36 0 1165.88 20.08 12 12 0 0014 18A36 36 0 11184 180z" })); exports.default = ClubBold;