import React from "react";

/**
 * sign-out.svg
 */
declare const SignOutIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default SignOutIcon;
