
Tabler Icons
We use Tabler icons for React throughout the app.- Installation
- Props
- Props
Custom Icons
In addition to Tabler icons, the app also uses some custom icons.Icon Address Book
Displays an address book icon.- Usage
- Props

yarn add @tabler/icons-react
import { IconAddressBook } from 'twenty-ui/display';
export const MyComponent = () => {
return <IconAddressBook size={24} stroke={2} />;
};
Was this page helpful?