Iconography
Enhance your user interfaces with rothko ui's extensive collection of high-quality icons. Our comprehensive iconography system provides a wide range of customizable icons to help you convey meaning, improve navigation, and add visual appeal to your web applications.
12 import { ActivityOutline } from '@rothko-ui/icons';34 const App = () => {5 return <ActivityOutline height={20} width={20} />;6 };78 export default App;9