import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Grid1x2: React.FC<IconBaseProps>;
export default Grid1x2;
