Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/clapperboard.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

25 lines
587 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Clapperboard = createLucideIcon("Clapperboard", [
[
"path",
{ d: "M4 11v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z", key: "1hxvyx" }
],
[
"path",
{
d: "m4 11-.88-2.87a2 2 0 0 1 1.33-2.5l11.48-3.5a2 2 0 0 1 2.5 1.32l.87 2.87L4 11.01Z",
key: "1vz1k2"
}
],
["path", { d: "m6.6 4.99 3.38 4.2", key: "192ida" }],
["path", { d: "m11.86 3.38 3.38 4.2", key: "hhucvz" }]
]);
export { Clapperboard as default };
//# sourceMappingURL=clapperboard.mjs.map