This came together via several parties of people (Sasha, Russ and Michael Z.)
The original question was this:
When deploying open automation connector module and trying to create side menu per UCSD docs
https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/ucs-director/open-automation-cookbook/6-6/cisco_ucsd_open_automation_cookbook_66/cisco_ucsd_open_automation_cookbook_66_chapter_01010.html
The issue is that for some reason it’s not getting image for Google Cloud category.
The result is her:

Develop a svg icon.
Placed this GooogleCloudPlatform.svg file in to
/opt/infra/web_cloudmgr/apache-tomcat/webapps/app/ux/resources/img/Sidebar_icons
Changed sidebar_icon.json file in /opt/infra/web_cloudmgr/apache-tomcat/webapps/app/ux/resources directory and bottom this:

Changed my menu.xml file to include icon
<menuid>14000</menuid>
<label>GoogleCloud</label>
<path>gcp_cat/</path>
<icon>gcpIcon</icon>
<op>no_check</op>
Updated my automation module and restart services.