export default IconUnderline;
declare var IconUnderline: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<any>>;
import React from 'react';
