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