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