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