UNPKG

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