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