iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.17 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 BusketBall = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 2.5c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10zM6.598 5.937a8.461 8.461 0 014.652-1.904v3.809a8.461 8.461 0 01-4.652-1.905zM5.524 6.994a9.956 9.956 0 005.726 2.353v2.403H3.533a8.463 8.463 0 011.99-4.756zm7.226 2.353a9.957 9.957 0 005.726-2.353 8.464 8.464 0 011.991 4.756H12.75V9.347zm4.652-3.41a8.46 8.46 0 01-4.652 1.905v-3.81a8.46 8.46 0 014.652 1.905zM3.532 13.25h7.718v2.402a9.957 9.957 0 00-5.727 2.353 8.463 8.463 0 01-1.99-4.755zm3.065 5.812a8.462 8.462 0 014.653-1.905v3.81a8.461 8.461 0 01-4.653-1.905zm6.153-1.905a8.462 8.462 0 014.653 1.905 8.461 8.461 0 01-4.653 1.905v-3.81zm5.727.848a9.956 9.956 0 00-5.727-2.353V13.25h7.717a8.463 8.463 0 01-1.99 4.755z", fill: "#323544" }));
exports.default = BusketBall;