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

15 lines
728 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": "M7 21l10 -7l-10 -7", "key": "svg-0" }], ["path", { "d": "M17 7l-10 7l10 7", "key": "svg-1" }], ["path", { "d": "M20 7h-16a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1", "key": "svg-2" }], ["path", { "d": "M3 21h18", "key": "svg-3" }]];
const IconCarLifter = createReactComponent("outline", "car-lifter", "CarLifter", __iconNode);
export { __iconNode, IconCarLifter as default };
//# sourceMappingURL=IconCarLifter.mjs.map