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

15 lines
845 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": "M4 13a8 8 0 1 0 16 0a8 8 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M11 5l1 -2l1 2", "key": "svg-1" }], ["path", { "d": "M4.512 10.161c2.496 -1.105 4.992 -.825 7.488 .839c2.627 1.752 5.255 1.97 7.882 .653", "key": "svg-2" }], ["path", { "d": "M4.315 15.252c2.561 -1.21 5.123 -.96 7.685 .748c2.293 1.528 4.585 1.889 6.878 1.081", "key": "svg-3" }]];
const IconChristmasBall = createReactComponent("outline", "christmas-ball", "ChristmasBall", __iconNode);
export { __iconNode, IconChristmasBall as default };
//# sourceMappingURL=IconChristmasBall.mjs.map