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

This commit is contained in:
2026-05-15 18:44:25 +02:00
parent a67d5eae12
commit 678ce7f36f
6 changed files with 43 additions and 2 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
export { default as Arrow2 } from './Arrow2/Arrow2.astro';
export { default as Profile } from './profile/profile.astro';
export { default as Profile } from './profile/profile.astro';
export { default as Share } from './share/share.astro';