codigo0/node_modules/lucide-react/dist/esm/icons/shopping-basket.js
planetazuzu 5d7a6500fe refactor: Fase 1 - Clean Architecture, refactorización modular y eliminación de duplicidades
-  Ticket 1.1: Estructura Clean Architecture en backend
-  Ticket 1.2: Schemas Zod compartidos
-  Ticket 1.3: Refactorización drugs.ts (1362 → 8 archivos modulares)
-  Ticket 1.4: Refactorización procedures.ts (3583 → 6 archivos modulares)
-  Ticket 1.5: Eliminación de duplicidades (~50 líneas)

Cambios principales:
- Creada estructura Clean Architecture en backend/src/
- Schemas Zod compartidos en backend/src/shared/schemas/
- Refactorización modular de drugs y procedures
- Utilidades genéricas en src/utils/ (filter, validation)
- Eliminados scripts obsoletos y documentación antigua
- Corregidos errores: QueryClient, import test-error-handling
- Build verificado y funcionando correctamente
2026-01-25 21:09:47 +01:00

22 lines
759 B
JavaScript

/**
* @license lucide-react v0.462.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const ShoppingBasket = createLucideIcon("ShoppingBasket", [
["path", { d: "m15 11-1 9", key: "5wnq3a" }],
["path", { d: "m19 11-4-7", key: "cnml18" }],
["path", { d: "M2 11h20", key: "3eubbj" }],
["path", { d: "m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4", key: "yiazzp" }],
["path", { d: "M4.5 15.5h15", key: "13mye1" }],
["path", { d: "m5 11 4-7", key: "116ra9" }],
["path", { d: "m9 11 1 9", key: "1ojof7" }]
]);
export { ShoppingBasket as default };
//# sourceMappingURL=shopping-basket.js.map