4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
import { IconDefinition } from '../types';
|
|
declare const CopyOutlined: IconDefinition;
|
|
export default CopyOutlined;
|