mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
85fcf0fe6e
close #13205 close #19638
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;
|