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