From 76dcacac01f682eea38e3c50e980ecb5c8286d73 Mon Sep 17 00:00:00 2001 From: Jade Pennig Date: Wed, 10 Jun 2020 16:18:42 -0500 Subject: [PATCH] chore(link-updates): update icons link ref to match site updates --- ui/components/icons/docs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/icons/docs.mdx b/ui/components/icons/docs.mdx index 10f0e468b9..73ad6696f4 100644 --- a/ui/components/icons/docs.mdx +++ b/ui/components/icons/docs.mdx @@ -56,7 +56,7 @@ When placing the icon code into your page, customize the path in the `use` attri If an icon has more than one word in the name, it should be included in the `use` attribute with the underscore separator as shown on the icon page. For example: log_a_call. You must require SLDS in your application for SVG sprites to work. If you’re using Visualforce, see the Visualforce tutorial. If you’re using Lightning components, see this documentation. -- You can access the SVG sprites by downloading the entire [CSS Framework or just the icons](/downloads). To include a sprite in your application, the recommended method is to place it into the page as the first element inside the `body` element. Alternatively, you can leave the sprite in the assets/icons directory and link to it from your page. To render a sprite icon, add the tiny [SVG for Everybody](https://github.com/jonathantneal/svg4everybody) script for Internet Explorer. +- You can access the SVG sprites by downloading the entire [CSS Framework or just the icons](/resources/downloads). To include a sprite in your application, the recommended method is to place it into the page as the first element inside the `body` element. Alternatively, you can leave the sprite in the assets/icons directory and link to it from your page. To render a sprite icon, add the tiny [SVG for Everybody](https://github.com/jonathantneal/svg4everybody) script for Internet Explorer. - When placed into the `body`, the SVG sprite takes up space in the page. Use either `display:none` or `position:absolute` and set both the width and height to zero. ## Types