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