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