From 685e75fba021d4628bcf6b31704dab3564cf8ac6 Mon Sep 17 00:00:00 2001 From: samshara Date: Wed, 31 Jan 2024 11:40:01 +0545 Subject: [PATCH 1/2] feat: add location and mail icons --- icons/location.svg | 3 +++ icons/mail.svg | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 icons/location.svg create mode 100644 icons/mail.svg diff --git a/icons/location.svg b/icons/location.svg new file mode 100644 index 0000000..982ec6d --- /dev/null +++ b/icons/location.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/mail.svg b/icons/mail.svg new file mode 100644 index 0000000..a8b2b95 --- /dev/null +++ b/icons/mail.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 572b37aada0785886a035546eed749bdf620effb Mon Sep 17 00:00:00 2001 From: samshara Date: Wed, 31 Jan 2024 11:43:31 +0545 Subject: [PATCH 2/2] chore: release v1.3.0 --- gh-pages/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gh-pages/package.json b/gh-pages/package.json index 401accb..8657f1f 100644 --- a/gh-pages/package.json +++ b/gh-pages/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "@ifrc-go/icons": "^1.2.0", + "@ifrc-go/icons": "^1.3.0", "@types/node": "20.2.5", "@types/react": "18.2.7", "@types/react-dom": "18.2.4", diff --git a/package.json b/package.json index 7b224a3..0f572a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ifrc-go/icons", - "version": "1.2.0", + "version": "1.3.0", "description": "IFRC-GO icons library for React.", "keywords": [ "ifrc-go",