Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/arrow-big-up-dash.mjs
2025-10-23 21:52:07 +03:30

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