first commit
This commit is contained in:
15
node_modules/lucide-react/dist/esm/icons/bookmark.mjs
generated
vendored
Normal file
15
node_modules/lucide-react/dist/esm/icons/bookmark.mjs
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* lucide-react v0.0.1 - ISC
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.mjs';
|
||||
|
||||
const Bookmark = createLucideIcon("Bookmark", [
|
||||
[
|
||||
"path",
|
||||
{ d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z", key: "1fy3hk" }
|
||||
]
|
||||
]);
|
||||
|
||||
export { Bookmark as default };
|
||||
//# sourceMappingURL=bookmark.mjs.map
|
||||
Reference in New Issue
Block a user