diff --git a/docs/keywords.json b/docs/keywords.json
index cd9b1163..d04d59cf 100644
--- a/docs/keywords.json
+++ b/docs/keywords.json
@@ -12253,5 +12253,52 @@
],
"category":"Generic",
"release":""
+},
+"text-button":{
+ "alias":[
+ "3.23.2",
+ "text",
+ "button",
+ "letter",
+ "fill",
+ "A",
+ "box",
+ "words",
+ "type",
+ "layout"
+ ],
+ "category":"Text",
+ "release":"3.23.2"
+},
+"text-dashed-underline":{
+ "alias":[
+ "3.23.2",
+ "text",
+ "button",
+ "letter",
+ "A",
+ "line",
+ "words",
+ "type",
+ "layout"
+ ],
+ "category":"Text",
+ "release":"3.23.2"
+},
+"text-solid-underline":{
+ "alias":[
+ "3.23.2",
+ "text",
+ "button",
+ "letter",
+ "A",
+ "line",
+ "words",
+ "type",
+ "layout",
+ "solid"
+ ],
+ "category":"Text",
+ "release":"3.23.2"
}
}
\ No newline at end of file
diff --git a/icons/text-button-16.svg b/icons/text-button-16.svg
new file mode 100644
index 00000000..538d566c
--- /dev/null
+++ b/icons/text-button-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/text-button-24.svg b/icons/text-button-24.svg
new file mode 100644
index 00000000..3663c2fe
--- /dev/null
+++ b/icons/text-button-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/text-button-32.svg b/icons/text-button-32.svg
new file mode 100644
index 00000000..a3d707d6
--- /dev/null
+++ b/icons/text-button-32.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/text-dashed-underline-16.svg b/icons/text-dashed-underline-16.svg
new file mode 100644
index 00000000..aa75e9a7
--- /dev/null
+++ b/icons/text-dashed-underline-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/text-dashed-underline-24.svg b/icons/text-dashed-underline-24.svg
new file mode 100644
index 00000000..4fd6d6e0
--- /dev/null
+++ b/icons/text-dashed-underline-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/text-dashed-underline-32.svg b/icons/text-dashed-underline-32.svg
new file mode 100644
index 00000000..6c232153
--- /dev/null
+++ b/icons/text-dashed-underline-32.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/text-solid-underline-16.svg b/icons/text-solid-underline-16.svg
new file mode 100644
index 00000000..735eb12b
--- /dev/null
+++ b/icons/text-solid-underline-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/text-solid-underline-24.svg b/icons/text-solid-underline-24.svg
new file mode 100644
index 00000000..ec829d91
--- /dev/null
+++ b/icons/text-solid-underline-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/text-solid-underline-32.svg b/icons/text-solid-underline-32.svg
new file mode 100644
index 00000000..a0d55b70
--- /dev/null
+++ b/icons/text-solid-underline-32.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/package.json b/package.json
index aaaf995d..196be03d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"spriter": "bin/spriter.js"
},
"name": "@esri/calcite-ui-icons",
- "version": "3.23.1",
+ "version": "3.23.2",
"private": false,
"description": "A collection of UI SVG icons created by Esri for applications.",
"repository": {