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