import React from "react";

/**
 * presence-outline-8x8.svg
 */
declare const PresenceOutline8X8Icon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default PresenceOutline8X8Icon;
