Split from https://github.com/twentyhq/twenty/pull/4518 Part of https://github.com/twentyhq/twenty/issues/4766
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
import { IconAddressBook } from 'twenty-ui';
|
|
|
|
export const MyComponent = () => {
|
|
return <IconAddressBook size={24} stroke={2} />;
|
|
};
|