microsoft / powercat-creator-kit

This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
296 stars 49 forks source link

[BUG]: MapPin12 icon not available in Icon component #450

Closed ma-i0 closed 3 months ago

ma-i0 commented 4 months ago

Describe the bug The icon MapPin12 cannot be used in the component, probably because is not included in the available icon set for the component while it is available here: https://uifabricicons.azurewebsites.net/.

To Reproduce Steps to reproduce the behavior:

  1. Insert Icon component in canvas
  2. Paste "MapPin12" in the name of the icon
  3. Icon is not shown

Expected behavior Expecting to find every icon in the link https://uifabricicons.azurewebsites.net/

Screenshots If applicable, add screenshots to help explain your problem.

Additional context It seems that the icon is not available in the file https://github.com/microsoft/powercat-creator-kit/blob/main/CreatorKitCore/SolutionPackage/src/Controls/cat_PowerCAT.Icon/platformlibs/fluent_8_29_0.js and that's why is not shown.

AB#2358

denise-msft commented 4 months ago

@ma-i0 sorry for the confusion, please use this link to reference which icons are available in the library: https://developer.microsoft.com/en-us/fluentui#/styles/web/icons

It appears MapPin is available, which is very similar to MapPin12. Please try that out. We will fix the link in the documentation.