From bb68c9593c0496a4d6da243cbd3303b0e5e98f5f Mon Sep 17 00:00:00 2001 From: Yuta Osawa Date: Tue, 11 Mar 2025 09:20:39 +0900 Subject: [PATCH 1/3] Added icons/check-line.svg --- icons/check-line.svg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 icons/check-line.svg diff --git a/icons/check-line.svg b/icons/check-line.svg new file mode 100644 index 0000000000..d6009aff91 --- /dev/null +++ b/icons/check-line.svg @@ -0,0 +1,15 @@ + + + + + From a39eb02978e06bfdc5d04d60101bdf9f584592cc Mon Sep 17 00:00:00 2001 From: Yuta Osawa Date: Tue, 11 Mar 2025 09:20:40 +0900 Subject: [PATCH 2/3] Added icons/check-line.json --- icons/check-line.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 icons/check-line.json diff --git a/icons/check-line.json b/icons/check-line.json new file mode 100644 index 0000000000..07f6767b26 --- /dev/null +++ b/icons/check-line.json @@ -0,0 +1,17 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "oosawy" + ], + "tags": [ + "notifications" + ], + "categories": [ + "success", + "done", + "todo", + "tick", + "complete", + "task" + ] +} From 09c7dc95f7f6b27ec6e7f475a591001f5359e65c Mon Sep 17 00:00:00 2001 From: Yuta Osawa Date: Wed, 12 Mar 2025 00:26:10 +0900 Subject: [PATCH 3/3] Inherit contributors from check icon --- icons/check-line.json | 1 + 1 file changed, 1 insertion(+) diff --git a/icons/check-line.json b/icons/check-line.json index 07f6767b26..f79e9b1459 100644 --- a/icons/check-line.json +++ b/icons/check-line.json @@ -1,6 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ + "colebemis", "oosawy" ], "tags": [