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