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