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