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