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