feat: add Upload icon with multiple sizes (16, 24, 32) and update index export
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user