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