UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.05 kB
"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 Basketball = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 24a104 104 0 10104 104A104.11 104.11 0 00128 24zM60 72.17A87.2 87.2 0 0179.63 120H40.37A87.54 87.54 0 0160 72.17zM136 120V40.37a87.59 87.59 0 0148.68 20.37A103.06 103.06 0 00160.3 120zm-16 0H95.7a103.06 103.06 0 00-24.38-59.26A87.59 87.59 0 01120 40.37zm-40.37 16A87.2 87.2 0 0160 183.83 87.54 87.54 0 0140.37 136zm16.07 0H120v79.63a87.59 87.59 0 01-48.68-20.37A103.09 103.09 0 0095.7 136zm40.3 0h24.3a103.09 103.09 0 0024.38 59.26A87.59 87.59 0 01136 215.63zm40.37 0h39.26A87.54 87.54 0 01196 183.83 87.2 87.2 0 01176.37 136zm0-16A87.2 87.2 0 01196 72.17 87.54 87.54 0 01215.63 120z" })); exports.default = Basketball;