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