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