import React, { SVGAttributes } from "react"; //#region src/_utils/components.d.ts /** Props compatible with @tiny-design/icons IconProps */ interface SvgIconProps extends SVGAttributes { size?: string | number; color?: string; } //#endregion export { SvgIconProps }; //# sourceMappingURL=components.d.ts.map