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