I was using KIbana 7.4.2. At that time I use to fetch scripted field images as below
/bundles/src/legacy/ui/public/field_editor/components/field_format_editor/editors/url/icons/{{value}}.png"}.
Now we upgraded Kibana to 7.10.2 and placed images in
/src/plugins/index_pattern_management/public/assets/icons/
. When I try to give URL as
/bundles/src/plugins/index_pattern_management/public/assets/icons/{{value}}.png, its throwing error
So in 7.10.2 Kibana, where should I place images and how should I enter that URL in scripted field