mblabs-roccato-frontend-commons 0.2.4 → 0.2.6
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
|
@@ -456,6 +456,8 @@ export declare function ChevronUpDouble(props: ComponentProps<'svg'>): JSX.Eleme
|
|
|
456
456
|
|
|
457
457
|
export declare function ClockRewind(props: ComponentProps<'svg'>): JSX.Element;
|
|
458
458
|
|
|
459
|
+
export declare function ClockStopwatch(props: ComponentProps<'svg'>): JSX.Element;
|
|
460
|
+
|
|
459
461
|
export declare function cn(...inputs: ClassValue[]): string;
|
|
460
462
|
|
|
461
463
|
export declare function CoinsHand(props: ComponentProps<'svg'>): JSX.Element;
|
|
@@ -944,6 +946,8 @@ export declare function Eye(props: ComponentProps<'svg'>): JSX.Element;
|
|
|
944
946
|
|
|
945
947
|
export declare const FaceFrown: (props: ComponentProps<"svg">) => JSX.Element;
|
|
946
948
|
|
|
949
|
+
export declare const FaceHappy: (props: ComponentProps<"svg">) => JSX.Element;
|
|
950
|
+
|
|
947
951
|
export declare function File06(props: ComponentProps<'svg'>): JSX.Element;
|
|
948
952
|
|
|
949
953
|
export declare function FileAttachment04(props: ComponentProps<'svg'>): JSX.Element;
|