forked from lucide-icons/lucide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
9fc7653
commit 14c7ea8
Showing
52 changed files
with
883 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Oops, something went wrong.