Ana içeriğe atla
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

Özel İkonlar

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

İkon Adres Defteri

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

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