UNPKG

279 BTypeScriptView Raw
1import * as React from 'react';
2/** @deprecated */
3declare const ArrowSmallUpIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
4export default ArrowSmallUpIcon;