import * as React from "react"; import { SVGProps } from "react"; const SvgChatSleepOutline = (props: SVGProps) => ( ); export default SvgChatSleepOutline;