feat(icons): added trending-up-down icon (#2372)

* Added icons/chart-arrows.svg

* Added icons/chart-arrows.json

* Update chart-arrows.svg

- removed the chart part

* Update and rename chart-arrows.json to trending-up-down.json

- updated name
- updated tags
- changed category

* Rename chart-arrows.svg to trending-up-down.svg

- changed name to trending-up-down.svg

* Update icons/trending-up-down.json

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/trending-up-down.json

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/trending-up-down.svg

Co-authored-by: Karsa <contact@karsa.org>

---------

Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Alexandru Portan
2024-08-23 11:10:52 +02:00
committed by GitHub
parent aa4b1f06b4
commit 944e428630
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"Alportan"
],
"tags": [
"arrows",
"estimated",
"indeterminate",
"data fluctuation",
"uncertain",
"forecast",
"variable",
"prediction",
"dynamic",
"volatile"
],
"categories": [
"charts",
"arrows"
]
}

View File

@@ -0,0 +1,16 @@
<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"
>
<path d="M14.828 14.828 21 21" />
<path d="M21 16v5h-5" />
<path d="m21 3-9 9-4-4-6 6" />
<path d="M21 8V3h-5" />
</svg>

After

Width:  |  Height:  |  Size: 330 B