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

This commit is contained in:
2026-05-15 19:30:42 +02:00
parent ed7bc3ab6b
commit 68641ef5fe
6 changed files with 44 additions and 2 deletions
+2 -1
View File
@@ -2,4 +2,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 CloseIcon } from './close/close.astro';
export { default as CloseIcon } from './close/close.astro';
export { default as UploadIcon } from './upload/upload.astro';