Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
yarn add @tabler/icons-react
import { IconArrowLeft } from "@tabler/icons-react"; export const MyComponent = () => { return <IconArrowLeft color="red" size={48} />; };
import { IconAddressBook } from 'twenty-ui/display'; export const MyComponent = () => { return <IconAddressBook size={24} stroke={2} />; };
Was this page helpful?