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