diff --git a/node/src/documents/elements/icon.html.eco b/node/src/documents/elements/icon.html.eco
index 2dab59513..2ddfe2dbd 100755
--- a/node/src/documents/elements/icon.html.eco
+++ b/node/src/documents/elements/icon.html.eco
@@ -56,8 +56,8 @@ type : 'UI Element'
Dashboard
Desktop
Empty Calendar
- External Link
- External Link Sign
+ External URL
+ External URL Sign
File
File Outline
Folder
@@ -96,6 +96,7 @@ type : 'UI Element'
Text File Outline
Time
Trash
+ URL
User
Users
@@ -114,8 +115,8 @@ type : 'UI Element'
-
-
+
+
@@ -154,6 +155,7 @@ type : 'UI Element'
+
@@ -189,7 +191,6 @@ type : 'UI Element'
Level Down
Level Up
Lightbulb
- Link
Off
Refresh
Remove Circle
@@ -212,53 +213,52 @@ type : 'UI Element'
Upload
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node/src/documents/modules/popup.html.eco b/node/src/documents/modules/popup.html.eco
index 01109beb5..2170a9595 100755
--- a/node/src/documents/modules/popup.html.eco
+++ b/node/src/documents/modules/popup.html.eco
@@ -26,7 +26,7 @@ type : 'UI Module'
@@ -34,14 +34,14 @@ type : 'UI Module'
A popup can be large or small
-
-
+
+
A popup can have its colors inverted
-
+
@@ -57,7 +57,7 @@ type : 'UI Module'
Frequently used metadata like, title, content, html, or arrowOffset or variation, can be included in html metadata
-
+
Popups can specify content in three ways:
@@ -69,7 +69,7 @@ type : 'UI Module'
-
+
@@ -77,32 +77,32 @@ type : 'UI Module'
A popup can be positioned to any side of an element. If space is not available, it will automatically search for a similar alternative position to use.
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
A popup can be formatted with a title
-
+
A popup can be formatted with html
-
+
A popup can have different transitions. Any transition with both an in and out animation can be specified. The following are just a few examples.
-
+
$('.fade.icon')
@@ -112,7 +112,7 @@ type : 'UI Module'
-
+
$('.slide.icon')
@@ -122,7 +122,7 @@ type : 'UI Module'
-
+
$('.flip.icon')
diff --git a/src/elements/icon.less b/src/elements/icon.less
index 1199ace40..546c14896 100755
--- a/src/elements/icon.less
+++ b/src/elements/icon.less
@@ -185,8 +185,8 @@ i.icon.exchange:before { content: "\f0ec"; }
i.icon.attention:before { content: "\f06a"; }
i.icon.exclamation:before { content: "\f12a"; }
i.icon.expand:before { content: "\f116"; }
-i.icon.external.link.sign:before { content: "\f14c"; }
-i.icon.external.link:before { content: "\f08e"; }
+i.icon.external.url.sign:before { content: "\f14c"; }
+i.icon.external.url:before { content: "\f08e"; }
i.icon.facebook.sign:before { content: "\f082"; }
i.icon.facebook:before { content: "\f09a"; }
i.icon.facetime.video:before { content: "\f03d"; }
@@ -261,7 +261,7 @@ i.icon.lemon:before { content: "\f094"; }
i.icon.level.down:before { content: "\f149"; }
i.icon.level.up:before { content: "\f148"; }
i.icon.lightbulb:before { content: "\f0eb"; }
-i.icon.link:before { content: "\f0c1"; }
+i.icon.url:before { content: "\f0c1"; }
i.icon.linkedin.sign:before { content: "\f08c"; }
i.icon.linkedin:before { content: "\f0e1"; }
i.icon.linux:before { content: "\f17c"; }