From c08eae4b1e7ff97057753f0f743ed33aaeb0f7d1 Mon Sep 17 00:00:00 2001 From: KISHORE KUMAR S <77736919+KISHORE-KUMAR-S@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:38:28 +0530 Subject: [PATCH 1/4] Added icons/ellipse.svg --- icons/ellipse.svg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 icons/ellipse.svg diff --git a/icons/ellipse.svg b/icons/ellipse.svg new file mode 100644 index 00000000000..e8927a4ea24 --- /dev/null +++ b/icons/ellipse.svg @@ -0,0 +1,13 @@ + + + From 2d21b8d3301db5583908afe4c71659ce0b6b3761 Mon Sep 17 00:00:00 2001 From: KISHORE KUMAR S <77736919+KISHORE-KUMAR-S@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:38:29 +0530 Subject: [PATCH 2/4] Added icons/ellipse.json --- icons/ellipse.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 icons/ellipse.json diff --git a/icons/ellipse.json b/icons/ellipse.json new file mode 100644 index 00000000000..e05c3998c5d --- /dev/null +++ b/icons/ellipse.json @@ -0,0 +1,13 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "KISHORE-KUMAR-S" + ], + "tags": [ + "shapes", + "ellipse" + ], + "categories": [ + "shapes" + ] +} From 60d50020fa1caf5327ac62dbd3ea061f7784b422 Mon Sep 17 00:00:00 2001 From: KISHORE KUMAR S <77736919+KISHORE-KUMAR-S@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:40:40 +0530 Subject: [PATCH 3/4] Updated icons/ellipse.json --- icons/ellipse.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icons/ellipse.json b/icons/ellipse.json index e05c3998c5d..5e7edd85bef 100644 --- a/icons/ellipse.json +++ b/icons/ellipse.json @@ -5,7 +5,8 @@ ], "tags": [ "shapes", - "ellipse" + "ellipse", + "oval" ], "categories": [ "shapes" From d294b497026bc11cd7263304a2a5381cba5910fc Mon Sep 17 00:00:00 2001 From: KISHORE KUMAR S <77736919+KISHORE-KUMAR-S@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:43:20 +0530 Subject: [PATCH 4/4] Update icons/ellipse.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- icons/ellipse.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/icons/ellipse.json b/icons/ellipse.json index 5e7edd85bef..bffc3322605 100644 --- a/icons/ellipse.json +++ b/icons/ellipse.json @@ -4,6 +4,14 @@ "KISHORE-KUMAR-S" ], "tags": [ + "shape", + "geometry", + "rounded", + "smooth", + "outline", + "form", + "boundary", + "curve", "shapes", "ellipse", "oval"