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