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