Files
emaui/node_modules/@tabler/icons-react/dist/esm/icons/IconExerciseBall.mjs
2026-05-29 15:23:46 +03:00

15 lines
749 B
JavaScript

/**
* @license @tabler/icons-react v3.44.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
import createReactComponent from '../createReactComponent.mjs';
const __iconNode = [["path", { "d": "M5.59 18.31a15.57 15.57 0 0 1 4.51 -9.21a15.9 15.9 0 0 1 7.43 -4.19", "key": "svg-0" }], ["path", { "d": "M11.55 21a9.34 9.34 0 0 1 2.79 -7.65a9.5 9.5 0 0 1 6.54 -2.85", "key": "svg-1" }], ["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", "key": "svg-2" }]];
const IconExerciseBall = createReactComponent("outline", "exercise-ball", "ExerciseBall", __iconNode);
export { __iconNode, IconExerciseBall as default };
//# sourceMappingURL=IconExerciseBall.mjs.map