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