fix: add search input

This commit is contained in:
Tim Rijkse
2026-01-15 07:54:53 +01:00
parent 6816650ea5
commit f7be64dbba
11 changed files with 394 additions and 46 deletions

9
js/icons/index.js Normal file
View 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";