feat: add Arrow2 and Profile icons with multiple sizes and orientations
- Introduced new SVG icons for Arrow2 in sizes 16, 24, and 32 with orientations: up, down, left, and right. - Added Profile icon in sizes 16, 24, and 32. - Created a new index file for icons to facilitate easier imports. - Updated the main page to showcase the new icons in a grid layout. - Added global styles for the design system, including typography and spacing tokens. - Updated layout styles for better visual consistency.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export { default as Arrow2 } from './Arrow2/Arrow2.astro';
|
||||
export { default as Profile } from './profile/profile.astro';
|
||||
Reference in New Issue
Block a user