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

15 lines
788 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.844 13.57l4.843 7.264a10 10 0 0 1 -11.015 -1.09zm6.507 6.154l-4.481 -6.724h8.081a10 10 0 0 1 -3.348 6.511zm-7.35 -17.674v9.534l-6.744 6.744a10 10 0 0 1 -2.257 -6.328l.005 -.324a10 10 0 0 1 8.995 -9.626m6 1.29a10 10 0 0 1 4.95 7.66h-8.95v-8.95a10 10 0 0 1 4 1.29", "key": "svg-0" }]];
const IconChartPie4Filled = createReactComponent("filled", "chart-pie-4-filled", "ChartPie4Filled", __iconNode);
export { __iconNode, IconChartPie4Filled as default };
//# sourceMappingURL=IconChartPie4Filled.mjs.map