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