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