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