Search for a command to run...
No tags
import { FastAPI } from '@designali/logos';const App = () => { return ( <FastAPI size={260} color="currentColor" /> );};export default App;