import { h } from 'preact'; import { IconProps } from './types'; export declare const ArrowForwardUpIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element; //# sourceMappingURL=arrow-forward-up.d.ts.map