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