Files

4 lines
136 B
TypeScript
Raw Permalink Normal View History

import { IconDefinition } from '../types';
declare const InsertRowRightOutlined: IconDefinition;
export default InsertRowRightOutlined;