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