@deepanmano/berry-icon-library 1.0.48 → 1.0.49

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
@@ -322,6 +322,13 @@ export interface ChevronLeftIconProps extends React.SVGProps<SVGSVGElement> {
322
322
  height?: number | string;
323
323
  }
324
324
  export declare const ChevronLeftIcon: ({ size, color, width, height, ...rest }: ChevronLeftIconProps) => React.JSX.Element;
325
+ export interface BalloonBerryGraphicProps extends React.SVGProps<SVGSVGElement> {
326
+ size?: number | string;
327
+ color?: string;
328
+ width?: number | string;
329
+ height?: number | string;
330
+ }
331
+ export declare const BalloonBerryGraphic: ({ size, color, width, height, ...rest }: BalloonBerryGraphicProps) => React.JSX.Element;
325
332
  export interface BerryNerdRoundedIcon200Props extends React.SVGProps<SVGSVGElement> {
326
333
  size?: number | string;
327
334
  color?: string;