Files
botgroup.chat/node_modules/lucide-react/dist/esm/icons/chevrons-down.mjs
2025-02-12 17:18:18 +08:00

14 lines
335 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const ChevronsDown = createLucideIcon("ChevronsDown", [
["path", { d: "m7 6 5 5 5-5", key: "1lc07p" }],
["path", { d: "m7 13 5 5 5-5", key: "1d48rs" }]
]);
export { ChevronsDown as default };
//# sourceMappingURL=chevrons-down.mjs.map