import React from "react";

/**
 * bug.svg
 */
declare const BugIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default BugIcon;
