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