srf-feathers 1.8.2 → 1.8.3
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.
|
@@ -128,4 +128,6 @@ export declare const WordWrapIcon: React.FC<IconProps>;
|
|
|
128
128
|
export declare const EyeIcon: React.FC<IconProps>;
|
|
129
129
|
export declare const EyeSlashIcon: React.FC<IconProps>;
|
|
130
130
|
export declare const LogoutIcon: React.FC<IconProps>;
|
|
131
|
+
export declare const PlayIcon: React.FC<IconProps>;
|
|
132
|
+
export declare const PlaySrfIcon: React.FC<IconProps>;
|
|
131
133
|
export default Icon;
|