/// import { IconProps } from './types'; export declare const ThickArrowUpIcon: ({ color, ...props }: IconProps) => JSX.Element; export default ThickArrowUpIcon;