From 69397ee2698bc194f327e5e76d2a8699e1a2cc42 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Sun, 11 Apr 2021 19:47:06 +0200 Subject: [PATCH 1/4] Add bug icon (#256) --- icons/bug.svg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 icons/bug.svg diff --git a/icons/bug.svg b/icons/bug.svg new file mode 100644 index 000000000..a4cef2335 --- /dev/null +++ b/icons/bug.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + From af9dc9f51060b4bfee08da26039a7a407584216b Mon Sep 17 00:00:00 2001 From: SMAH1 Date: Tue, 13 Apr 2021 18:36:08 +0430 Subject: [PATCH 2/4] Fix link of README (#286) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df786025a..4e5810537 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ npm install lucide yarn add lucide ``` -For more details, see the [documentation](https://github.com/lucide-icons/lucide/blob/master/packages/lucide-react/README.md). +For more details, see the [documentation](https://github.com/lucide-icons/lucide/tree/master/packages/lucide#lucide). ### React @@ -93,7 +93,7 @@ yarn add lucide-angular npm install lucide-angular ``` -For more details, see the [documentation](https://github.com/lucide-icons/lucide/tree/packages/lucide-angular/projects/lucide-angular#lucide-angular). +For more details, see the [documentation](https://github.com/lucide-icons/lucide/tree/master/packages/lucide-angular/projects/lucide-angular#lucide-angular). ### Figma From 74c077b3ae4d37bd442b17d7f9fe90dff8be7f70 Mon Sep 17 00:00:00 2001 From: Locness <37651007+locness3@users.noreply.github.com> Date: Tue, 13 Apr 2021 16:06:42 +0200 Subject: [PATCH 3/4] Add note about brand icons to issue template (#287) --- .github/ISSUE_TEMPLATE/icon_request.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/icon_request.md b/.github/ISSUE_TEMPLATE/icon_request.md index 22e705de7..7085b2eda 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.md +++ b/.github/ISSUE_TEMPLATE/icon_request.md @@ -6,10 +6,13 @@ labels: "icon request" ## Icon Request * Icon name: * Use case: -* Screenshots of similar icons: +* _Screenshots_ of similar icons: From 96357adbe79b8b873ffe5b7fe9fe7f19dce2b757 Mon Sep 17 00:00:00 2001 From: Alexandr Antonov Date: Wed, 14 Apr 2021 18:42:55 +0300 Subject: [PATCH 4/4] feat: Add glasses icon (#149) * feat: Add glasses icon * Update icons/glasses.svg Co-authored-by: Alexander Antonov Co-authored-by: Eric Fennis --- icons/glasses.svg | 17 +++++++++++++++++ tags.json | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 icons/glasses.svg diff --git a/icons/glasses.svg b/icons/glasses.svg new file mode 100644 index 000000000..94e405c35 --- /dev/null +++ b/icons/glasses.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/tags.json b/tags.json index cdddcd335..c3b64be24 100644 --- a/tags.json +++ b/tags.json @@ -687,6 +687,10 @@ "logo", "version control" ], + "glasses": [ + "glasses", + "spectacles" + ], "globe": [ "world", "browser",