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