import * as React from "react" import type { IconProps } from "../types" const ServerStackSolid = React.forwardRef( ({ color = "currentColor", ...props }, ref) => { return ( ) } ) ServerStackSolid.displayName = "ServerStackSolid" export default ServerStackSolid