Passer au contenu principal
Header
A list of icons used throughout our app.

Tabler Icons

We use Tabler icons for React throughout the app.

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.
import { IconAddressBook } from 'twenty-ui/display';

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