Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/pi.mjs
2025-10-23 21:52:07 +03:30

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