import { ReactIconComponentType } from '../types';

declare const LineIcon: ReactIconComponentType;
export default LineIcon;
            