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

15 lines
776 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": "M11.105 18.79l-1 .992a4.159 4.159 0 0 1 -6.038 -5.715l.157 -.166l8.282 -8.401l1.5 1.5l3.45 -3.391a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-3.391 3.45l1.5 1.5l-3.668 3.617", "key": "svg-0" }], ["path", { "d": "M10.5 7.5l6 6", "key": "svg-1" }], ["path", { "d": "M11 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0", "key": "svg-2" }]];
const IconCricket = createReactComponent("outline", "cricket", "Cricket", __iconNode);
export { __iconNode, IconCricket as default };
//# sourceMappingURL=IconCricket.mjs.map