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