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