Files
dnviti cc5b8b32bb
Some checks failed
Build and Deploy / build (push) Failing after 1m34s
first commit
2025-11-23 03:24:27 +01:00

25 lines
434 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const Battery = createLucideIcon("Battery", [
[
"rect",
{
width: "16",
height: "10",
x: "2",
y: "7",
rx: "2",
ry: "2",
key: "1w10f2"
}
],
["line", { x1: "22", x2: "22", y1: "11", y2: "13", key: "4dh1rd" }]
]);
export { Battery as default };
//# sourceMappingURL=battery.js.map