Files
milinda-pitch/js/icons/index.js
rubberducky 49d22484c0 feature/site-header (#1)
Co-authored-by: Tim Rijkse <trijkse@gmail.com>
Reviewed-on: #1
2026-01-15 07:49:01 +00:00

10 lines
280 B
JavaScript

/**
* 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";