Skip to main content
Header
A list of icons used throughout our app.

Tabler Icons

We use Tabler icons for React throughout the app.
  • Installation
  • Props
  • Props

yarn add @tabler/icons-react

Custom Icons

In addition to Tabler icons, the app also uses some custom icons.

Icon Address Book

Displays an address book icon.
  • Usage
  • Props
import { IconAddressBook } from 'twenty-ui/display';

export const MyComponent = () => {
  return <IconAddressBook size={24} stroke={2} />;
};