import React from "react";

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

export default NotificationsSolidIcon;
