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