Files
dewedev/node_modules/lucide-react/dist/esm/icons/scissors-line-dashed.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

19 lines
632 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const ScissorsLineDashed = createLucideIcon("ScissorsLineDashed", [
["path", { d: "M5.42 9.42 8 12", key: "12pkuq" }],
["circle", { cx: "4", cy: "8", r: "2", key: "107mxr" }],
["path", { d: "m14 6-8.58 8.58", key: "gvzu5l" }],
["circle", { cx: "4", cy: "16", r: "2", key: "1ehqvc" }],
["path", { d: "M10.8 14.8 14 18", key: "ax7m9r" }],
["path", { d: "M16 12h-2", key: "10asgb" }],
["path", { d: "M22 12h-2", key: "14jgyd" }]
]);
export { ScissorsLineDashed as default };
//# sourceMappingURL=scissors-line-dashed.mjs.map