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

15 lines
385 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Pi = createLucideIcon("Pi", [
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
]);
export { Pi as default };
//# sourceMappingURL=pi.mjs.map