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