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