mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 11:14:44 +02:00
* feat(icons): add lens-convex icon * feat(icon): add lens-concave icon * fix(icon): replace approximate curve segments with 14-unit * fix(icon): undo changes of making convex icon into concave * fix(lens-concave): round path values from 13.9 to 14 to improve icon math * Add 'shapes' category to lens-convex.json * Add 'shapes' category to lens-concave.json --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
29 lines
411 B
JSON
29 lines
411 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"Muhammad-Aqib-Bashir",
|
|
"jamiemlaw",
|
|
"karsa-mistmere"
|
|
],
|
|
"tags": [
|
|
"concave",
|
|
"lens",
|
|
"optics",
|
|
"light",
|
|
"magnification",
|
|
"curved",
|
|
"focus",
|
|
"refraction",
|
|
"science",
|
|
"physics",
|
|
"eyeglass",
|
|
"telescope",
|
|
"microscope"
|
|
],
|
|
"categories": [
|
|
"science",
|
|
"tools",
|
|
"shapes"
|
|
]
|
|
}
|