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