
Tabler Icons
نستخدم أيقونات Tabler لـ React في جميع أنحاء التطبيق.- 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} />;
};
هل كانت هذه الصفحة مفيدة؟