Files
GNX-mailEnterprise/frontend/node_modules/lucide-react/dist/esm/icons/arrow-big-left-dash.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

14 lines
363 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const ArrowBigLeftDash = createLucideIcon("ArrowBigLeftDash", [
["path", { d: "M19 15V9", key: "1hci5f" }],
["path", { d: "M15 15h-3v4l-7-7 7-7v4h3v6z", key: "16tjna" }]
]);
export { ArrowBigLeftDash as default };
//# sourceMappingURL=arrow-big-left-dash.mjs.map