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