From 48fb4d0079e9c403febbd92e1eae7feb366a47e0 Mon Sep 17 00:00:00 2001 From: Karsa Date: Fri, 28 Aug 2026 15:01:54 +0200 Subject: [PATCH 1/2] fix(icons): unify check, cross and plus sizes across icons (#3875) * fix(icons): unify check, cross and plus sizes across icons * fix(icons): fix minor gap issues * fix(icons): shrink x in git-merge-conflict * fix(icons): adjust x to be aligned with matching plus in book-x, grid-2x2-x and user-round-x * fix(icons): update checkmark in message-circle-check.svg --------- Co-authored-by: Eric Fennis --- icons/badge-check.svg | 2 +- icons/book-x.svg | 4 ++-- icons/circle-check.svg | 2 +- icons/clipboard-x.svg | 4 ++-- icons/clock-check.svg | 4 ++-- icons/copy-x.svg | 8 ++++---- icons/git-merge-conflict.svg | 4 ++-- icons/git-pull-request-closed.svg | 8 ++++---- icons/grid-2x2-x.svg | 4 ++-- icons/mail-x.svg | 8 ++++---- icons/message-circle-check.svg | 2 +- icons/spell-check.svg | 6 +++--- icons/square-check.svg | 2 +- icons/user-round-x.svg | 6 +++--- icons/volume-x.svg | 6 +++--- 15 files changed, 35 insertions(+), 35 deletions(-) diff --git a/icons/badge-check.svg b/icons/badge-check.svg index f77fe8bdb..011cdce04 100644 --- a/icons/badge-check.svg +++ b/icons/badge-check.svg @@ -10,5 +10,5 @@ stroke-linejoin="round" > - + diff --git a/icons/book-x.svg b/icons/book-x.svg index 1bf0394de..4be50ef30 100644 --- a/icons/book-x.svg +++ b/icons/book-x.svg @@ -9,7 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > - + - + diff --git a/icons/circle-check.svg b/icons/circle-check.svg index 2690cda6d..14e45c58c 100644 --- a/icons/circle-check.svg +++ b/icons/circle-check.svg @@ -10,5 +10,5 @@ stroke-linejoin="round" > - + diff --git a/icons/clipboard-x.svg b/icons/clipboard-x.svg index 0dc1c1b72..eb53190af 100644 --- a/icons/clipboard-x.svg +++ b/icons/clipboard-x.svg @@ -11,6 +11,6 @@ > - - + + diff --git a/icons/clock-check.svg b/icons/clock-check.svg index 80daf91ce..c8d671d70 100644 --- a/icons/clock-check.svg +++ b/icons/clock-check.svg @@ -9,7 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > + - - + diff --git a/icons/copy-x.svg b/icons/copy-x.svg index 2ba09debb..b1e1369f2 100644 --- a/icons/copy-x.svg +++ b/icons/copy-x.svg @@ -9,8 +9,8 @@ stroke-linecap="round" stroke-linejoin="round" > - - - - + + + + diff --git a/icons/git-merge-conflict.svg b/icons/git-merge-conflict.svg index be617b12e..78a5faccb 100644 --- a/icons/git-merge-conflict.svg +++ b/icons/git-merge-conflict.svg @@ -11,7 +11,7 @@ > - - + + diff --git a/icons/git-pull-request-closed.svg b/icons/git-pull-request-closed.svg index 93e0fba29..b7d195c88 100644 --- a/icons/git-pull-request-closed.svg +++ b/icons/git-pull-request-closed.svg @@ -9,10 +9,10 @@ stroke-linecap="round" stroke-linejoin="round" > - + + + - - - + diff --git a/icons/grid-2x2-x.svg b/icons/grid-2x2-x.svg index 86105dc16..ec38950d2 100644 --- a/icons/grid-2x2-x.svg +++ b/icons/grid-2x2-x.svg @@ -10,6 +10,6 @@ stroke-linejoin="round" > - - + + diff --git a/icons/mail-x.svg b/icons/mail-x.svg index 6b3393cac..b01007985 100644 --- a/icons/mail-x.svg +++ b/icons/mail-x.svg @@ -9,8 +9,8 @@ stroke-linecap="round" stroke-linejoin="round" > - - - - + + + + diff --git a/icons/message-circle-check.svg b/icons/message-circle-check.svg index 27222effd..3cb12007b 100644 --- a/icons/message-circle-check.svg +++ b/icons/message-circle-check.svg @@ -10,5 +10,5 @@ stroke-linejoin="round" > - + diff --git a/icons/spell-check.svg b/icons/spell-check.svg index 7a10edf62..692649a2b 100644 --- a/icons/spell-check.svg +++ b/icons/spell-check.svg @@ -9,7 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > - - - + + + diff --git a/icons/square-check.svg b/icons/square-check.svg index 02b0e2faf..92e3ad37a 100644 --- a/icons/square-check.svg +++ b/icons/square-check.svg @@ -10,5 +10,5 @@ stroke-linejoin="round" > - + diff --git a/icons/user-round-x.svg b/icons/user-round-x.svg index 53dd7c79a..8805db6a7 100644 --- a/icons/user-round-x.svg +++ b/icons/user-round-x.svg @@ -9,8 +9,8 @@ stroke-linecap="round" stroke-linejoin="round" > - + + + - - diff --git a/icons/volume-x.svg b/icons/volume-x.svg index bbec496f1..3e2600946 100644 --- a/icons/volume-x.svg +++ b/icons/volume-x.svg @@ -9,7 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > - - - + + + From 0516a35c56532028b0d5d0edde7845eaf68ce371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Yasir=20Na=C3=A7?= <76746351+aliyasirnac@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:01:56 +0300 Subject: [PATCH 2/2] feat(icons): added `message-circle-dashed-check` icon (#3678) * Added icons/message-circle-tick-dashed.svg * Added icons/message-circle-tick-dashed.json * Update icons/message-circle-tick-dashed.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * renamed file names * Update message-circle-dashed-check.svg * Update message-circle-dashed-check.svg replaces paths to use the exact same ones as in `message-circle-dashed` * Update message-circle-dashed-check.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jakob Guddas Co-authored-by: Karsa --- icons/message-circle-dashed-check.json | 42 ++++++++++++++++++++++++++ icons/message-circle-dashed-check.svg | 21 +++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 icons/message-circle-dashed-check.json create mode 100644 icons/message-circle-dashed-check.svg diff --git a/icons/message-circle-dashed-check.json b/icons/message-circle-dashed-check.json new file mode 100644 index 000000000..82836af80 --- /dev/null +++ b/icons/message-circle-dashed-check.json @@ -0,0 +1,42 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "colebemis", + "csandman", + "ericfennis", + "jguddas", + "karsa-mistmere", + "aliyasirnac" + ], + "use-cases": [ + "Confirming a draft message is ready", + "Marking pending feedback as resolved", + "Indicating provisional approval in conversation threads", + "Showing completed review status for comments" + ], + "tags": [ + "comment", + "chat", + "conversation", + "dialog", + "feedback", + "speech bubble", + "draft", + "pending", + "provisional", + "verification", + "confirmation", + "success", + "status", + "check", + "approval", + "moderate", + "resolved", + "done", + "complete" + ], + "categories": [ + "social", + "account" + ] +} diff --git a/icons/message-circle-dashed-check.svg b/icons/message-circle-dashed-check.svg new file mode 100644 index 000000000..9635902e2 --- /dev/null +++ b/icons/message-circle-dashed-check.svg @@ -0,0 +1,21 @@ + + + + + + + + + + +