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