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