15 lines
344 B
JavaScript
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
|