
Tabler Icons
We use Tabler icons for React throughout the app.- Installation
- Props
- Props
カスタムアイコン
Tablerアイコンに加えて、アプリにはいくつかのカスタムアイコンも使用されています。アイコンアドレス帳
アドレス帳のアイコンを表示します。- Usage
- Props

yarn add @tabler/icons-react
import { IconAddressBook } from 'twenty-ui/display';
export const MyComponent = () => {
return <IconAddressBook size={24} stroke={2} />;
};
このページは役に立ちましたか?