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