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