Files
dewedev/node_modules/lucide-react/dist/esm/icons/clapperboard.mjs
dwindown 7f2dd5260f Initial commit: Developer Tools MVP with visual editor
- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
2025-08-02 09:31:26 +07: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