In the Kenar plugin for Divar, we append various icons to enhance user interactions—for example, when sending a message in Divar Chat. These icons are identified by names like SHOW_CHART, and seem to be part of the internal kt icon system developed by Divar.
We reference these icons via SCSS styles from this file: Icon.scss
Additionally, the full icon list and their names are available in the Figma file below: Figma – Kenar Docs
Problem :
Some icons listed in Figma (e.g., BANK) are missing from the Icon.scss file, so when we try to use them in the web version, they are not rendered. However, the Android version doesn't have this issue—all icons load correctly there.
Suggestion:
Please update the Icon.scss file to ensure it includes styles for all supported icons, especially the ones present in the Figma documentation.
🍻