@deepanmano/berry-icon-library 1.0.49 → 1.0.50

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
@@ -49,6 +49,13 @@ export interface BerryFormsRoundedIcon200Props extends React.SVGProps<SVGSVGElem
49
49
  height?: number | string;
50
50
  }
51
51
  export declare const BerryFormsRoundedIcon200: ({ size, color, width, height, ...rest }: BerryFormsRoundedIcon200Props) => React.JSX.Element;
52
+ export interface ExcitedBerryGraphicProps extends React.SVGProps<SVGSVGElement> {
53
+ size?: number | string;
54
+ color?: string;
55
+ width?: number | string;
56
+ height?: number | string;
57
+ }
58
+ export declare const ExcitedBerryGraphic: ({ size, color, width, height, ...rest }: ExcitedBerryGraphicProps) => React.JSX.Element;
52
59
  export interface ExpandArrowIconProps extends React.SVGProps<SVGSVGElement> {
53
60
  size?: number | string;
54
61
  color?: string;