From 3c6dc470435157c9a9dfebb7025429369b5b5ad9 Mon Sep 17 00:00:00 2001 From: Iliyana Dyankova Date: Tue, 15 Aug 2023 16:21:29 +0300 Subject: [PATCH] chore: add icon category --- src/telerik-icons/icon-list.json | 2 +- src/telerik-icons/icons.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/telerik-icons/icon-list.json b/src/telerik-icons/icon-list.json index 5e336abc..6c6ee416 100644 --- a/src/telerik-icons/icon-list.json +++ b/src/telerik-icons/icon-list.json @@ -128,7 +128,7 @@ "text-overflow", "text-wrap-arrow", "text-truncate", - null, + "text-clip", null, null, null, diff --git a/src/telerik-icons/icons.json b/src/telerik-icons/icons.json index 844d8398..bd759fef 100644 --- a/src/telerik-icons/icons.json +++ b/src/telerik-icons/icons.json @@ -1445,6 +1445,16 @@ "unicode": "e080", "id": 668 }, + { + "name": "text-clip", + "ligatures": [], + "aliases": [], + "categories": [ + "text-formatting" + ], + "unicode": "e081", + "id": 670 + }, { "name": "undo", "ligatures": [],