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