Files
rrt-sales-wizard/node_modules/lucide-react/dist/esm/icons/arrow-big-right-dash.js
dnviti cc5b8b32bb
Some checks failed
Build and Deploy / build (push) Failing after 1m34s
first commit
2025-11-23 03:24:27 +01:00

14 lines
362 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const ArrowBigRightDash = createLucideIcon("ArrowBigRightDash", [
["path", { d: "M5 9v6", key: "158jrl" }],
["path", { d: "M9 9h3V5l7 7-7 7v-4H9V9z", key: "1sg2xn" }]
]);
export { ArrowBigRightDash as default };
//# sourceMappingURL=arrow-big-right-dash.js.map