mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:58:24 +02:00
* feat(icons): add angle Adds an angle icon: two rays meeting at a vertex with an arc marking the angle between them. There is no icon for an angle or degree measurement in the set today. The arc is r=10 centred on the vertex at (3,21), so its endpoints land exactly on the two rays rather than floating near them. The rays reuse the 2px rounded corner used throughout the set. * Apply suggestion from @github-actions[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestion from @github-actions[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
35 lines
603 B
JSON
35 lines
603 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"samuelalake"
|
|
],
|
|
"use-cases": [
|
|
"rotation input in a design inspector",
|
|
"measurement tool in cad software",
|
|
"dimensioning in technical drawings",
|
|
"labeling angles in geometry exercises",
|
|
"displaying degrees for rotation controls"
|
|
],
|
|
"tags": [
|
|
"angle",
|
|
"degree",
|
|
"corner",
|
|
"geometry",
|
|
"measure",
|
|
"math",
|
|
"rotate",
|
|
"vertex",
|
|
"slope",
|
|
"protractor",
|
|
"measurement",
|
|
"dimension",
|
|
"arc",
|
|
"drafting",
|
|
"cad"
|
|
],
|
|
"categories": [
|
|
"math",
|
|
"design"
|
|
]
|
|
}
|