/// import { IconProps } from '../../types'; declare const GraphUp: (allProps: IconProps) => JSX.Element; export default GraphUp;