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