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