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