Files
botgroup.chat/node_modules/lucide-react/dist/esm/icons/text.mjs
2025-02-12 17:18:18 +08:00

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