A list of icons used throughout our app.
We use Tabler icons for React throughout the app.
yarn add @tabler/icons-react
In addition to Tabler icons, the app also uses some custom icons.
Displays an address book icon.
import { IconAddressBook } from 'twenty-ui'; export const MyComponent = () => { return <IconAddressBook size={24} stroke={2} />; };
As an open-source company, we welcome contributions through Github. Help us keep it up-to-date, accurate, and easy to understand by getting involved and sharing your ideas!