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