import React from "react"; import { SVGIcon } from "#/components/SVGIcon"; import { css } from "@emotion/css"; const classes = { root: css({ width: "3rem", height: "3rem", }), }; export const OpenShiftIcon: React.FC = () => ( ); OpenShiftIcon.displayName = "OpenShiftIcon";