kubernetesicon Icon
App.tsx
import { KubernetesIcon } from 'mmk-icons'; const App = () => { return ( <KubernetesIcon /> ); }; export default App;