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