From 19f01d29aa5a76fbf88f222063a7d64e0a167ebf Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 18 Apr 2021 16:01:27 -0400 Subject: [PATCH] remove example --- docs/components/icon.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/components/icon.md b/docs/components/icon.md index f52b0f2b..1d9310e9 100644 --- a/docs/components/icon.md +++ b/docs/components/icon.md @@ -445,18 +445,6 @@ This example will load the same set of icons from the jsDelivr CDN instead of yo ``` -Alternatively, you can replace the default icons with a completely different icon set. Just keep in mind that some of the default icons are used by components so you'll want to make sure those names resolve to an appropriate alternative. - -```html - -``` -