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