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

15 lines
344 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Text = createLucideIcon("Text", [
["path", { d: "M17 6.1H3", key: "wptmhv" }],
["path", { d: "M21 12.1H3", key: "1j38uz" }],
["path", { d: "M15.1 18H3", key: "1nb16a" }]
]);
export { Text as default };
//# sourceMappingURL=text.mjs.map