Created
January 25, 2024 18:47
-
-
Save svierk/719c02ba10d6a31e924addd9456e141a to your computer and use it in GitHub Desktop.
HTML Template 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
<template> | |
<lightning-icon class="slds-current-color" icon-name={icon} size="small"></lightning-icon> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment