import React from "react";

/**
 * error-solid.svg
 */
declare const ErrorSolidIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ErrorSolidIcon;
