lucide-react
Version:
A Lucide icon library package for React applications.
27 lines (23 loc) • 778 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "car-battery",
size: 24,
node: [
["path", { d: "M14 13h4", key: "xb9564" }],
["path", { d: "M16 15v-4", key: "rpmtp7" }],
["path", { d: "M18 5v2", key: "n2sebz" }],
["path", { d: "M6 13h4", key: "vm80m7" }],
["path", { d: "M6 5v2", key: "h3tt00" }],
["rect", { x: "2", y: "7", width: "20", height: "12", rx: "2", key: "uzf593" }]
]
};
__iconData.node;
const CarBattery = createLucideIcon(__iconData);
export { __iconData, CarBattery as default };
//# sourceMappingURL=car-battery.mjs.map