feat: add Close icon with multiple sizes (16, 24, 32) and update index export

This commit is contained in:
2026-05-15 19:07:08 +02:00
parent 18702da0b6
commit ed7bc3ab6b
6 changed files with 45 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
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';
export { default as SearchIcon } from './search/search.astro';
export { default as CloseIcon } from './close/close.astro';