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