We're using ArcGIS Maps SDK for JavaScript in a React application. I understand how to use military symbol styles and a Dictionary Renderer to display mil symbols in a map view.
https://solutions.arcgis.com/defense/help/military-symbology-styles/
Is there a way to also use the generated map symbols within normal (non-map) React components within the application? Example: allow the user to browse/configure mil symbols (in a dialog) for use in feature layers that will be displayed on the map.
As an alternative, I also understand there is a Joint Military Symbology XML schema available. The example code that comes with the schema is C#. Is there an Esri supported JavaScript integration available?