メインコンテンツへスキップ
Header
アプリ全体で使用されるアイコンの一覧。

Tabler Icons

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} />;
};