rte-utils 1.2.311 → 1.2.312
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/components/Icons.d.ts +4 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -72,6 +72,8 @@ export declare const CloudRainIcon: React.FC<IconProps>;
|
|
|
72
72
|
export declare const CloudSnowIcon: React.FC<IconProps>;
|
|
73
73
|
export declare const SunIcon: React.FC<IconProps>;
|
|
74
74
|
export declare const WindIcon: React.FC<IconProps>;
|
|
75
|
+
export declare const CrossIcon: React.FC<IconProps>;
|
|
76
|
+
export declare const DeclineRoundedIcon: React.FC<IconProps>;
|
|
75
77
|
export declare const Icons: {
|
|
76
78
|
Send: React.FC<IconProps>;
|
|
77
79
|
Edit: React.FC<IconProps>;
|
|
@@ -137,5 +139,7 @@ export declare const Icons: {
|
|
|
137
139
|
Sun: React.FC<IconProps>;
|
|
138
140
|
CloudRain: React.FC<IconProps>;
|
|
139
141
|
CloudLightning: React.FC<IconProps>;
|
|
142
|
+
DeclineRounded: React.FC<IconProps>;
|
|
143
|
+
Cross: React.FC<IconProps>;
|
|
140
144
|
};
|
|
141
145
|
export default Icons;
|