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