mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2025-08-08 09:24:06 +00:00
* ⚡️ feat: create wavy border component * ⚡️ feat: create project card component * ⚡️ feat: add new size in avatar * 🎨 style: add default border radius when the shape is default on the button * ⚡️ feat: create some icons for project card component * 🔧 chore: install and setup jetbrains mono font family * ⚡️ feat: create `getInitials` util function * 🎨 style: add jetbrains mono font to the tailwind config * ⚡️ feat: add warning error icon * ♻️ refactor: change `jetbrains-mono` to `mono`
33 lines
1.0 KiB
TypeScript
33 lines
1.0 KiB
TypeScript
export * from './PlusIcon';
|
|
export * from './CustomIcon';
|
|
export * from './CheckIcon';
|
|
export * from './ChevronGrabberHorizontal';
|
|
export * from './ChevronLeft';
|
|
export * from './ChevronRight';
|
|
export * from './InfoSquareIcon';
|
|
export * from './WarningIcon';
|
|
export * from './SearchIcon';
|
|
export * from './CrossIcon';
|
|
export * from './GlobeIcon';
|
|
export * from './CalendarIcon';
|
|
export * from './CheckRoundFilledIcon';
|
|
export * from './InfoRoundFilledIcon';
|
|
export * from './LoadingIcon';
|
|
export * from './FolderIcon';
|
|
export * from './SettingsSlidersIcon';
|
|
export * from './LifeBuoyIcon';
|
|
export * from './QuestionMarkRoundIcon';
|
|
export * from './GitIcon';
|
|
export * from './EllipseIcon';
|
|
export * from './EllipsesIcon';
|
|
export * from './SnowballIcon';
|
|
export * from './NotificationBellIcon';
|
|
export * from './PencilIcon';
|
|
export * from './CheckRadioIcon';
|
|
export * from './ChevronDownIcon';
|
|
export * from './BranchIcon';
|
|
export * from './GitHubLogo';
|
|
export * from './ClockIcon';
|
|
export * from './HorizontalDotIcon';
|
|
export * from './WarningDiamondIcon';
|