Initial commit
This commit is contained in:
14
node_modules/lucide-react/dist/esm/icons/text.mjs
generated
vendored
Normal file
14
node_modules/lucide-react/dist/esm/icons/text.mjs
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user