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