From 733448d041f9dcd2be7d21ab2d42c17abd195e84 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Sat, 1 May 2021 00:45:15 +0530 Subject: [PATCH 1/6] add 2-fa icon (#235) * add 2-fa icon * rename to "form-input" * Update form-input.svg Co-authored-by: Eric Fennis --- icons/form-input.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 icons/form-input.svg diff --git a/icons/form-input.svg b/icons/form-input.svg new file mode 100644 index 000000000..0546ed879 --- /dev/null +++ b/icons/form-input.svg @@ -0,0 +1,16 @@ + + + + + + From cad3214584767d772efc39677827ccf8bfb289d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:48:30 +0200 Subject: [PATCH 2/6] Bump ssri from 6.0.1 to 6.0.2 (#299) Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b0f9f8a8e..ef196cafc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12025,9 +12025,9 @@ sshpk@^1.7.0: tweetnacl "~0.14.0" ssri@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" - integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== + version "6.0.2" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" + integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== dependencies: figgy-pudding "^3.5.1" From c51bffbd54b50fcf88265db1b341c6e30554d533 Mon Sep 17 00:00:00 2001 From: Locness <37651007+locness3@users.noreply.github.com> Date: Mon, 3 May 2021 22:00:10 +0200 Subject: [PATCH 3/6] Add pull request template for new icons (#312) * Create new-icon.md * Use proper label for icon request issue template * Use proper label for bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/icon_request.md | 2 +- .github/PULL_REQUEST_TEMPLATE/new-icon.md | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/new-icon.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bc746af0c..730e27c30 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -labels: bug +labels: "🐛 bug" --- + +- **Name of the icon** : +- **What is the purpose of this icon?** : +- **100% scale preview** : +- **Have you considered alternative possibilities** for its naming or design? : From 820727329d2dbeeb506ac6954358fb311664ee4f Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Tue, 4 May 2021 02:07:50 +0530 Subject: [PATCH 4/6] add sidebar open & close icon (#204) * add sidebar open & close icon * fix sidebar open/close icon * Update sidebar-close.svg * Update sidebar-open.svg Co-authored-by: Eric Fennis --- icons/sidebar-close.svg | 15 +++++++++++++++ icons/sidebar-open.svg | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 icons/sidebar-close.svg create mode 100644 icons/sidebar-open.svg diff --git a/icons/sidebar-close.svg b/icons/sidebar-close.svg new file mode 100644 index 000000000..2e5277969 --- /dev/null +++ b/icons/sidebar-close.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/sidebar-open.svg b/icons/sidebar-open.svg new file mode 100644 index 000000000..8c03d29fb --- /dev/null +++ b/icons/sidebar-open.svg @@ -0,0 +1,15 @@ + + + + + From 494292618b44985bdcbaafcce932c14c001c393e Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Tue, 4 May 2021 02:35:04 +0530 Subject: [PATCH 5/6] add accessibility icon (#199) * add accessibility icon * Update and rename accessibility.svg to person-standing.svg Co-authored-by: Eric Fennis --- icons/person-standing.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 icons/person-standing.svg diff --git a/icons/person-standing.svg b/icons/person-standing.svg new file mode 100644 index 000000000..843285418 --- /dev/null +++ b/icons/person-standing.svg @@ -0,0 +1,16 @@ + + + + + + From 7cbc2ac5a79045f669e0860fbc028737f7b05fdb Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Tue, 4 May 2021 20:54:31 +0530 Subject: [PATCH 6/6] add pause octagon icon (#307) --- icons/pause-octagon.svg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 icons/pause-octagon.svg diff --git a/icons/pause-octagon.svg b/icons/pause-octagon.svg new file mode 100644 index 000000000..fc9521aa0 --- /dev/null +++ b/icons/pause-octagon.svg @@ -0,0 +1,15 @@ + + + + +