mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 12:07:38 +02:00
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:
22
icons/trending-up-down.json
Normal file
22
icons/trending-up-down.json
Normal 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"
|
||||
]
|
||||
}
|
||||
16
icons/trending-up-down.svg
Normal file
16
icons/trending-up-down.svg
Normal 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 |
Reference in New Issue
Block a user