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