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