import React from "react";

/**
 * space.svg
 */
declare const SpaceIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default SpaceIcon;
