mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 09:28:23 +02:00
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:
42
icons/message-circle-dashed-check.json
Normal file
42
icons/message-circle-dashed-check.json
Normal 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"
|
||||
]
|
||||
}
|
||||
21
icons/message-circle-dashed-check.svg
Normal file
21
icons/message-circle-dashed-check.svg
Normal 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 |
Reference in New Issue
Block a user