mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
9 lines
142 B
TypeScript
Executable File
9 lines
142 B
TypeScript
Executable File
import warning from '../_util/warning';
|
|
|
|
const Icon = () => {
|
|
warning(false, 'Icon', 'Empty Icon');
|
|
return null;
|
|
};
|
|
|
|
export default Icon;
|