CMake config file is broken
The config.cmake.in is missing find_dependency(fortran-support). Without that command, packages that depend on iconmath targets have to be aware of the dependency on the fortran-support package and call find_package(fortran-support) themselves. I don't know whether find_dependency(fortran-support) should be conditioned on whether the fortran-support in use is a fetched one.