Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/arrow-big-up-dash.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03: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