UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

3 lines (2 loc) 653 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ const e={danger:"exclamation-mark-circle",info:"information",neutral:void 0,success:"check",warning:"exclamation-mark-triangle",brand:void 0};function r(e){if(null==e||"object"!=typeof e)return"layer";if("isTable"in e&&e.isTable)return"table";if("type"in e){if("feature"===e.type)return"feature-layer";if("group"===e.type)return"layers";if("subtype-group"===e.type)return"subtype";if("knowledge-graph"===e.type)return"knowledge-layer";if("link-chart"===e.type)return"knowledge-graph";if("graphics"===e.type)return"layer-graphics"}return"layer"}export{r as getIconForLayer,e as iconByKind};