Skip to content

Commit

Permalink
Refine/add message[-*] icons (lucide-icons#1208)
Browse files Browse the repository at this point in the history
* Add `message-square-warning` icon

* Optimise `message-square-plus` icon

* Add `message-square-diff` (request changes) icon

* Refine `message-circle` icon

* Add `message-circle-question` icon

* Add `message-circle-warning` icon

* Add `message-square-x` icon

* Add `message-square-off` icon

* Add `message-circle-plus` icon

* Add `message-circle-x` icon

* Add `message-circle-off` icon

* Refine `message-circle` icons

* Fix `message-circle-question` mark

* Fix `message-square-diff` icon

* Add `message-square-share` icon

* Add `message-square-text` icon

* Refine `message-square-x` icon

* Add `message-square-code` icon

* Improve `message-*` icons metadata

* Add `message-square-more` icon

* Improve `more-horizontal` metadata

* Add `message-circle-more` icon

* Add `message-circle-dashed` icon

* Add `message-square-text-quote` icon

* Add `message-square-quote` icon

* Add `message-square-reply` icon

* Add `message-circle-code` icon

* Add `message-circle-reply` icon

* Add `message-circle-heart` icon

* Add `message-square-heart` icon

* Add `message-square-dot` (unread) icon

* Add `message-square-dot-big` (unread/notification) variant

* Remove message-square-text-quote and rename message-square-dot-big

* Added as contributor in meta data

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
  • Loading branch information
danielbayley and ericfennis authored Dec 13, 2023
1 parent 9fc7653 commit 14c7ea8
Show file tree
Hide file tree
Showing 52 changed files with 883 additions and 12 deletions.
21 changes: 21 additions & 0 deletions icons/message-circle-code.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"code review",
"coding"
],
"categories": [
"development",
"account",
"social"
]
}
15 changes: 15 additions & 0 deletions icons/message-circle-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions icons/message-circle-dashed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"draft"
],
"categories": [
"account",
"social"
]
}
20 changes: 20 additions & 0 deletions icons/message-circle-dashed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions icons/message-circle-heart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"positive",
"like",
"love",
"interest",
"valentine",
"dating",
"date",
"speech bubble"
],
"categories": [
"social"
]
}
14 changes: 14 additions & 0 deletions icons/message-circle-heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions icons/message-circle-more.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"typing",
"writing",
"responding",
"ellipsis",
"etc",
"et cetera",
"...",
""
],
"categories": [
"account",
"social"
]
}
16 changes: 16 additions & 0 deletions icons/message-circle-more.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions icons/message-circle-off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"clear",
"close",
"delete",
"remove",
"cancel",
"silence",
"mute",
"moderate"
],
"categories": [
"account",
"social"
]
}
15 changes: 15 additions & 0 deletions icons/message-circle-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions icons/message-circle-plus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"add"
],
"categories": [
"account",
"social"
]
}
15 changes: 15 additions & 0 deletions icons/message-circle-plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions icons/message-circle-question.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"help"
],
"categories": [
"account",
"social"
]
}
15 changes: 15 additions & 0 deletions icons/message-circle-question.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions icons/message-circle-reply.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"reply",
"response"
],
"categories": [
"account",
"social"
]
}
15 changes: 15 additions & 0 deletions icons/message-circle-reply.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions icons/message-circle-warning.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"report",
"abuse",
"offense",
"alert",
"danger",
"caution",
"protected",
"exclamation mark"
],
"categories": [
"account",
"social",
"notifications"
]
}
15 changes: 15 additions & 0 deletions icons/message-circle-warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions icons/message-circle-x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"comment",
"chat",
"conversation",
"dialog",
"feedback",
"speech bubble",
"clear",
"close",
"delete",
"remove",
"cancel",
"silence",
"mute",
"moderate"
],
"categories": [
"account",
"social"
]
}
Loading

0 comments on commit 14c7ea8

Please sign in to comment.