import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgDonutSmall: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgDonutSmall; //# sourceMappingURL=DonutSmall.d.ts.map