Skip to content

Instantly share code, notes, and snippets.

@svierk
Created January 25, 2024 18:53
Show Gist options
  • Save svierk/eccca346a3551a0b0d0a34c2d5075697 to your computer and use it in GitHub Desktop.
Save svierk/eccca346a3551a0b0d0a34c2d5075697 to your computer and use it in GitHub Desktop.
JS Code for Content Document Icon LWC
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