Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Created May 14, 2023 11:17
Show Gist options
  • Save TheShubhamVsnv/6556e299b8cbd033144575387cc88d29 to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/6556e299b8cbd033144575387cc88d29 to your computer and use it in GitHub Desktop.
slds-icon
<li class="site-icon-width-container slds-m-bottom_x-large">
<figure>
<span class="slds-icon_container null slds-icon__svg--default">
<svg class="slds-icon slds-icon-text-default test-class" aria-hidden="true">
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#all"></use>
</svg>
</span>
<figcaption class="slds-p-top_x-small slds-text-body_small icon-figcaption">all</figcaption>
</figure>
</li>
<li class="site-icon-width-container slds-m-bottom_x-large">
<figure>
<span class="slds-icon_container null slds-icon__svg--default">
<svg class="slds-icon slds-icon_large" aria-hidden="true">
<use xlink:href="/assets/icons/doctype-sprite/svg/symbols.svg#csv"></use>
</svg>
</span>
<figcaption class="slds-p-top_x-small slds-text-body_small icon-figcaption">csv</figcaption>
</figure>
</li>
<li class="site-icon-width-container slds-m-bottom_x-large">
<figure>
<span class="slds-icon_container slds-icon-standard-account">
<svg class="slds-icon slds-icon_large" aria-hidden="true">
<use xlink:href="/assets/icons/standard-sprite/svg/symbols.svg#account"></use>
</svg>
</span>
<figcaption class="slds-p-top_x-small slds-text-body_small icon-figcaption">account</figcaption>
</figure>
</li>
<li class="site-icon-width-container slds-m-bottom_x-large">
<figure>
<span class="slds-icon_container slds-icon-action-delete slds-icon_container_circle">
<svg class="slds-icon slds-icon_small" aria-hidden="true">
<use xlink:href="/assets/icons/action-sprite/svg/symbols.svg#delete"></use>
</svg>
</span>
<figcaption class="slds-p-top_x-small slds-text-body_small icon-figcaption">delete</figcaption>
</figure>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment