import React from "react";

/**
 * inline-code.svg
 */
declare const InlineCodeIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default InlineCodeIcon;
