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