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