design-system-silkhaus 4.3.1-beta.bundle-icons.1 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -315,6 +315,14 @@ export declare const CalendarRegularIcon: FC<{
315
315
  className?: string;
316
316
  }>;
317
317
 
318
+ export declare const CalendarWithArrowIcon: FC<{
319
+ className?: string;
320
+ }>;
321
+
322
+ export declare const CalendarWithDotIcon: FC<{
323
+ className?: string;
324
+ }>;
325
+
318
326
  export declare const CallBellIcon: FC<{
319
327
  className?: string;
320
328
  }>;