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