Files

4 lines
114 B
TypeScript

import { IconDefinition } from '../types';
declare const EyeOutlined: IconDefinition;
export default EyeOutlined;