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