iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 kB
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 BasketballBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 20a108 108 0 10108 108A108.12 108.12 0 00128 20zM60 177.28A83.59 83.59 0 0144.87 140h30.27A83.1 83.1 0 0160 177.28zM44.87 116A83.59 83.59 0 0160 78.72 83.1 83.1 0 0175.14 116zM116 211.13a83.63 83.63 0 01-39-16.46A106.94 106.94 0 0099.34 140H116zm0-95.13H99.34A106.94 106.94 0 0077 61.33a83.63 83.63 0 0139-16.46zm80-37.28A83.59 83.59 0 01211.13 116h-30.27A83.1 83.1 0 01196 78.72zm-56 132.41V140h16.66A106.94 106.94 0 00179 194.67a83.63 83.63 0 01-39 16.46zM156.66 116H140V44.87a83.63 83.63 0 0139 16.46A106.94 106.94 0 00156.66 116zM196 177.28A83.1 83.1 0 01180.86 140h30.27A83.59 83.59 0 01196 177.28z" }));
exports.default = BasketballBold;