dikplhd/public/assets/libs/lucide/esm/icons/bug.js

25 lines
545 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const Bug = [
"svg",
defaultAttributes,
[
["rect", { width: "8", height: "14", x: "8", y: "6", rx: "4" }],
["path", { d: "m19 7-3 2" }],
["path", { d: "m5 7 3 2" }],
["path", { d: "m19 19-3-2" }],
["path", { d: "m5 19 3-2" }],
["path", { d: "M20 13h-4" }],
["path", { d: "M4 13h4" }],
["path", { d: "m10 4 1 2" }],
["path", { d: "m14 4-1 2" }]
]
];
export { Bug as default };
//# sourceMappingURL=bug.js.map