import React from "react";

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

export default StopSolidIcon;
