From 375e45567503515bd22c07e7d4f3a3d263f48080 Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Mon, 17 Jun 2024 16:48:44 +0000 Subject: [PATCH 1/3] Add search icon --- icons/16/search.svg | 1 + icons/32/search.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/16/search.svg create mode 100644 icons/32/search.svg diff --git a/icons/16/search.svg b/icons/16/search.svg new file mode 100644 index 0000000..c9143ce --- /dev/null +++ b/icons/16/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/32/search.svg b/icons/32/search.svg new file mode 100644 index 0000000..a1117e2 --- /dev/null +++ b/icons/32/search.svg @@ -0,0 +1 @@ + \ No newline at end of file From a368864c75b1b71e5fbbe2201d465d198f0de5bc Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Mon, 17 Jun 2024 16:48:53 +0000 Subject: [PATCH 2/3] Add missing apple icon --- icons/32/apple.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/32/apple.svg diff --git a/icons/32/apple.svg b/icons/32/apple.svg new file mode 100644 index 0000000..5e678a4 --- /dev/null +++ b/icons/32/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file From 60452ef77cf0ab6698e5aa5b82d6aa5daab02bdc Mon Sep 17 00:00:00 2001 From: Eduard-Constantin Ibinceanu Date: Mon, 17 Jun 2024 16:50:07 +0000 Subject: [PATCH 3/3] Change version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50537e4..8d80159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doticons-source", - "version": "0.6.2", + "version": "0.6.3", "description": "Doticons is a comprehensive and carefully curated collection of SVG dot icons.", "author": "Eduard-Constantin Ibinceanu", "license": "MIT",