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