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 <github@jguddas.de>
Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Ali Yasir Naç
2026-08-28 16:01:56 +03:00
committed by GitHub
parent 48fb4d0079
commit 0516a35c56
2 changed files with 63 additions and 0 deletions

View File

@@ -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"
]
}

View File

@@ -0,0 +1,21 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10.1 2.182a10 10 0 013.8 0" />
<path d="M13.9 21.818a10 10 0 01-3.8 0" />
<path d="M17.609 3.72a10 10 0 012.69 2.7" />
<path d="M2.182 13.9a10 10 0 010-3.8" />
<path d="M20.28 17.61a10 10 0 01-2.7 2.69" />
<path d="M21.818 10.1a10 10 0 010 3.8" />
<path d="M3.721 6.391a10 10 0 012.7-2.69" />
<path d="m6.163 21.117-2.906.85a1 1 0 01-1.236-1.169l.965-2.98" />
<path d="m16 9-5.5 5.5L8 12" />
</svg>

After

Width:  |  Height:  |  Size: 628 B