UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.35 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 BasketballFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M63.6 46.39a103.48 103.48 0 0152-21.65 4 4 0 014.45 4V120H95.7a103.77 103.77 0 00-32.32-67.56 4 4 0 01.22-6.05zM46 64.07a103.51 103.51 0 00-21.29 51.46 4 4 0 004 4.47h50.92a87.86 87.86 0 00-27.74-56.41 4 4 0 00-5.89.48zm146.4-17.68a103.48 103.48 0 00-52-21.65 4 4 0 00-4.45 4V120h24.3a103.77 103.77 0 0132.32-67.56 4 4 0 00-.17-6.05zm38.86 69.14A103.51 103.51 0 00210 64.07a4 4 0 00-5.86-.48A87.86 87.86 0 00176.37 120h50.91a4 4 0 003.98-4.47zM24.74 140.47A103.51 103.51 0 0046 191.93a4 4 0 005.86.48A87.86 87.86 0 0079.63 136H28.72a4 4 0 00-3.98 4.47zM210 191.93a103.51 103.51 0 0021.29-51.46 4 4 0 00-4-4.47h-50.92a87.86 87.86 0 0027.74 56.41 4 4 0 005.89-.48zM63.6 209.61a103.48 103.48 0 0052 21.65 4 4 0 004.45-4V136H95.7a103.77 103.77 0 01-32.32 67.56 4 4 0 00.22 6.05zM160.3 136H136v91.28a4 4 0 004.45 4 103.48 103.48 0 0052-21.65 4 4 0 00.22-6.05A103.77 103.77 0 01160.3 136z" })); exports.default = BasketballFill;