fix: add search input
This commit is contained in:
9
js/icons/index.js
Normal file
9
js/icons/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Lucide Icons Index
|
||||
* Re-exports all icons for easy importing
|
||||
*/
|
||||
export { micIcon } from "./mic.js";
|
||||
export { searchIcon } from "./search.js";
|
||||
export { menuIcon } from "./menu.js";
|
||||
export { userIcon } from "./user.js";
|
||||
export { shoppingBagIcon } from "./shopping-bag.js";
|
||||
Reference in New Issue
Block a user