function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VVS Udaya Kiran AthmakuriVVS Udaya Kiran Athmakuri 

'dislike' svg icon missing in SLDS file

I want display "dislike" svg image in lightning component. SLDS file don't have this icon. But slds site https://www.lightningdesignsystem.com/icons/ showing this image. Can someone have a look?
Laxman Vattam 26Laxman Vattam 26
You do not need to download SLDS and add it as static resource anymore. Instead just add the tag <apex:slds /> to your VF page to access any of the images. Try using this approach and see if you are able to display the image from there

Sample Code for building VF pages with SLDS:
https://yoursalesforceguide.blogspot.com/2017/03/develop-visualforce-page-in-lightning.html