feat: update icon exports and add Search icon with multiple sizes

This commit is contained in:
2026-05-15 18:51:05 +02:00
parent 678ce7f36f
commit 18702da0b6
6 changed files with 65 additions and 102 deletions
+4 -3
View File
@@ -1,3 +1,4 @@
export { default as Arrow2 } from './Arrow2/Arrow2.astro';
export { default as Profile } from './profile/profile.astro';
export { default as Share } from './share/share.astro';
export { default as Arrow2Icon } from './Arrow2/Arrow2.astro';
export { default as ProfileIcon } from './profile/profile.astro';
export { default as ShareIcon } from './share/share.astro';
export { default as SearchIcon } from './search/search.astro';