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