mblabs-roccato-frontend-commons 0.2.4 → 0.2.5

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
@@ -944,6 +944,8 @@ export declare function Eye(props: ComponentProps<'svg'>): JSX.Element;
944
944
 
945
945
  export declare const FaceFrown: (props: ComponentProps<"svg">) => JSX.Element;
946
946
 
947
+ export declare const FaceHappy: (props: ComponentProps<"svg">) => JSX.Element;
948
+
947
949
  export declare function File06(props: ComponentProps<'svg'>): JSX.Element;
948
950
 
949
951
  export declare function FileAttachment04(props: ComponentProps<'svg'>): JSX.Element;