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