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