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