import * as React from 'react'; export interface ArrowUp64Props extends React.SVGProps { ariaLabel?: string } export default function ArrowUp64({ ariaLabel, ...props }: ArrowUp64Props) { return ( ); }