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

15 lines
675 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": "M17 2a3 3 0 0 1 3 3v2a3 3 0 0 1 -6 0h-1v10h1a3 3 0 0 1 6 0v2a3 3 0 0 1 -6 0h-4a3 3 0 0 1 -6 0v-2a3 3 0 0 1 6 0h1v-10h-1a3 3 0 1 1 -6 0v-2a3 3 0 1 1 6 0h4a3 3 0 0 1 3 -3", "key": "svg-0" }]];
const IconCar4wdFilled = createReactComponent("filled", "car-4wd-filled", "Car4wdFilled", __iconNode);
export { __iconNode, IconCar4wdFilled as default };
//# sourceMappingURL=IconCar4wdFilled.mjs.map