@deepanmano/berry-icon-library 1.0.42 → 1.0.46

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
@@ -35,6 +35,13 @@ export interface FinanceBerryGraphicProps extends React.SVGProps<SVGSVGElement>
35
35
  height?: number | string;
36
36
  }
37
37
  export declare const FinanceBerryGraphic: ({ size, color, width, height, ...rest }: FinanceBerryGraphicProps) => React.JSX.Element;
38
+ export interface ThumbsUpBerryGraphicProps extends React.SVGProps<SVGSVGElement> {
39
+ size?: number | string;
40
+ color?: string;
41
+ width?: number | string;
42
+ height?: number | string;
43
+ }
44
+ export declare const ThumbsUpBerryGraphic: ({ size, color, width, height, ...rest }: ThumbsUpBerryGraphicProps) => React.JSX.Element;
38
45
  export interface BerryFormsRoundedIcon200Props extends React.SVGProps<SVGSVGElement> {
39
46
  size?: number | string;
40
47
  color?: string;
@@ -175,6 +182,13 @@ export interface ExpandCloseIconProps extends React.SVGProps<SVGSVGElement> {
175
182
  height?: number | string;
176
183
  }
177
184
  export declare const ExpandCloseIcon: ({ size, color, width, height, ...rest }: ExpandCloseIconProps) => React.JSX.Element;
185
+ export interface UploadRoundedIcon300Props extends React.SVGProps<SVGSVGElement> {
186
+ size?: number | string;
187
+ color?: string;
188
+ width?: number | string;
189
+ height?: number | string;
190
+ }
191
+ export declare const UploadRoundedIcon300: ({ size, color, width, height, ...rest }: UploadRoundedIcon300Props) => React.JSX.Element;
178
192
  export interface MobileIconProps extends React.SVGProps<SVGSVGElement> {
179
193
  size?: number | string;
180
194
  color?: string;