diff --git a/docs/pages/components/icon.md b/docs/pages/components/icon.md
index 4314f7d..65d401f 100644
--- a/docs/pages/components/icon.md
+++ b/docs/pages/components/icon.md
@@ -172,22 +172,6 @@ import SlIcon from '@onsonr/nebula/dist/react/icon';
const App = () => ;
```
-### Custom Icons
-
-Custom icons can be loaded individually with the `src` attribute. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon, it might make sense to register a [custom icon library](#icon-libraries).
-
-```html:preview
-
-```
-
-{% raw %}
-
-```jsx:react
-import SlIcon from '@onsonr/nebula/dist/react/icon';
-
-const App = () => ;
-```
-
{% endraw %}
## Icon Libraries
@@ -211,11 +195,33 @@ Icons sourced from our internal style guide.
```html:preview
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
```
@@ -228,6 +234,7 @@ All Caps ticker symbol for the icon.
```html:preview
+
@@ -239,6 +246,15 @@ All Caps ticker symbol for the icon.
+
+
+
+
+
+
+
+
+
```