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