Created
January 25, 2024 18:53
-
-
Save svierk/eccca346a3551a0b0d0a34c2d5075697 to your computer and use it in GitHub Desktop.
JS Code for Content Document Icon LWC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default class ContentDocumentIcon extends LightningElement { | |
@api icon; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment