feat(icons): added ellipse icon (#3749)

* Added icons/ellipse.svg

* Added icons/ellipse.json

* Updated icons/ellipse.json

* Update icons/ellipse.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
KISHORE KUMAR S
2026-03-04 14:53:48 +05:30
committed by GitHub
parent d88dca3732
commit 0ea8780434
2 changed files with 35 additions and 0 deletions

22
icons/ellipse.json Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"KISHORE-KUMAR-S"
],
"tags": [
"shape",
"geometry",
"rounded",
"smooth",
"outline",
"form",
"boundary",
"curve",
"shapes",
"ellipse",
"oval"
],
"categories": [
"shapes"
]
}

13
icons/ellipse.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<ellipse cx="12" cy="12" rx="10" ry="6" />
</svg>

After

Width:  |  Height:  |  Size: 253 B