Files
botgroup.chat/node_modules/lucide-react/dist/esm/icons/arrow-big-up-dash.mjs
2025-02-12 17:18:18 +08:00

14 lines
353 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const ArrowBigUpDash = createLucideIcon("ArrowBigUpDash", [
["path", { d: "M9 19h6", key: "456am0" }],
["path", { d: "M9 15v-3H5l7-7 7 7h-4v3H9z", key: "1r2uve" }]
]);
export { ArrowBigUpDash as default };
//# sourceMappingURL=arrow-big-up-dash.mjs.map