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