mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 10:24:49 +02:00
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:
22
icons/ellipse.json
Normal file
22
icons/ellipse.json
Normal 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
13
icons/ellipse.svg
Normal 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 |
Reference in New Issue
Block a user