mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 17:46:20 +01:00
* Add `variable` icon * Add `constant` icon * Add `pi` (constant) icon * Update icons/pi.svg Co-authored-by: Jakob Guddas <github@jguddas.de> * Refine `pi` icon --------- Co-authored-by: Jakob Guddas <github@jguddas.de>
19 lines
249 B
JSON
19 lines
249 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"tags": [
|
|
"constant",
|
|
"code",
|
|
"coding",
|
|
"programming",
|
|
"symbol",
|
|
"trigonometry",
|
|
"geometry",
|
|
"formula"
|
|
],
|
|
"categories": [
|
|
"development",
|
|
"maths",
|
|
"shapes"
|
|
]
|
|
}
|