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