跳转到主要内容
Header
我們應用程式中使用的圖標列表。

Tabler 圖標

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

yarn add @tabler/icons-react

自訂圖標

除了 Tabler 圖標,該應用程式還使用了一些自訂圖標。

圖標通訊錄

顯示一個通訊錄圖標。
  • Usage
  • Props
import { IconAddressBook } from 'twenty-ui/display';

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