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