Ant Design Icons
Ant Design Icons is a set of icons that can be used with Ant Design. It is used by the Djot client to provide a consistent look and feel across the application.
Full documentation: https://ant.design/components/icon/
Usage
tsx
import { SmileOutlined } from '@ant-design/icons';
const Icon = () => <SmileOutlined />;
import { SmileOutlined } from '@ant-design/icons';
const Icon = () => <SmileOutlined />;