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