import type { SVGProps } from "react"; const SvgSickIcon = (props: SVGProps) => ( ); export default SvgSickIcon;