-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `radius` icon * Add `tangent` icon * Refine `radius` icon * Add `circumference` icon * Add `tangent` icon * Fix: rename `circumference` to `diameter` * Add `cylinder` icon * Add `cylinder-volume` icon * Add `area` icon * Refine `layers` icon * Add `drafting-compass` icon * Update icons/drafting-compass.svg Co-authored-by: Karsa <[email protected]> * Update icons/cylinder-volume.svg Co-authored-by: Jakob Guddas <[email protected]> * Update icons/diameter.svg Co-authored-by: Jakob Guddas <[email protected]> * Add `pyramid` icon * Add `cone` icon * Update icons/cone.svg Co-authored-by: Karsa <[email protected]> * Refine `cone` icon * Improve geometry icons metadata * Refine `layers` icon * Add `layers` alternate icon * Add `pentagon` icon * Improve `layers` alternate icon metadata * Add `torus` icon * Refine `area` icon * Improve metadata * Add `layers-3` variant * Add `plot` icon * Refine `plot` icon * Rename `plot` to `land-plot` * Add `cuboid` (brick) icon * Add `weight` icon * Optimise `triangle` icon * Update icons/weight.svg Co-authored-by: Karsa <[email protected]> * Update icons/weight.json Co-authored-by: Karsa <[email protected]> * Refine `pyramid` icon * Optimise `tangent` icon * Refine `cone` icon * Refine `pyramid` icon * Update icons/cone.svg Co-authored-by: Karsa <[email protected]> * Update icons/cuboid.svg Co-authored-by: Karsa <[email protected]> * Update icons/cylinder-volume.svg Co-authored-by: Karsa <[email protected]> * Update icons/land-plot.svg Co-authored-by: Karsa <[email protected]> * Update icons/diameter.svg Co-authored-by: Karsa <[email protected]> * Update icons/layers-2.svg Co-authored-by: Karsa <[email protected]> * Update icons/layers.svg Co-authored-by: Karsa <[email protected]> * Update icons/pyramid.svg Co-authored-by: Karsa <[email protected]> * Update icons/radius.svg Co-authored-by: Karsa <[email protected]> * Update icons/tangent.svg Co-authored-by: Karsa <[email protected]> * Update icons/triangle.svg Co-authored-by: Karsa <[email protected]> * Update icons/layers-3.svg Co-authored-by: Karsa <[email protected]> * Delete icons/area.json * Delete icons/area.svg * Delete icons/cylinder-volume.json * Delete icons/cylinder-volume.svg * Add comma database.json --------- Co-authored-by: Karsa <[email protected]> Co-authored-by: Jakob Guddas <[email protected]> Co-authored-by: Eric Fennis <[email protected]>
- Loading branch information
1 parent
062a64a
commit 4a33e90
Showing
38 changed files
with
525 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
"group", | ||
"units", | ||
"collection", | ||
"cluster" | ||
"cluster", | ||
"geometry" | ||
], | ||
"categories": [ | ||
"shapes", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"tags": [ | ||
"conical", | ||
"triangle", | ||
"triangular", | ||
"geometry", | ||
"filter", | ||
"funnel", | ||
"hopper", | ||
"spotlight", | ||
"searchlight" | ||
], | ||
"categories": [ | ||
"shapes", | ||
"maths" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"tags": [ | ||
"brick", | ||
"block", | ||
"container", | ||
"storage", | ||
"geometry", | ||
"rectangular", | ||
"hexahedron" | ||
], | ||
"categories": [ | ||
"shapes", | ||
"maths", | ||
"buildings" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"tags": [ | ||
"shape", | ||
"elliptical", | ||
"geometry", | ||
"container", | ||
"storage", | ||
"tin", | ||
"pot" | ||
], | ||
"categories": [ | ||
"shapes", | ||
"design", | ||
"maths" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"tags": [ | ||
"shape", | ||
"circle", | ||
"geometry", | ||
"trigonometry", | ||
"width", | ||
"height", | ||
"size", | ||
"calculate", | ||
"measure" | ||
], | ||
"categories": [ | ||
"shapes", | ||
"maths", | ||
"design", | ||
"tools" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"tags": [ | ||
"geometry", | ||
"trigonometry", | ||
"radius", | ||
"diameter", | ||
"circumference", | ||
"calculate", | ||
"measure", | ||
"arc", | ||
"curve", | ||
"draw", | ||
"sketch" | ||
], | ||
"categories": [ | ||
"shapes", | ||
"maths", | ||
"design", | ||
"tools" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"contributors": [ | ||
"danielbayley" | ||
], | ||
"tags": [ | ||
"area", | ||
"surface", | ||
"square metres", | ||
"allotment", | ||
"parcel", | ||
"property", | ||
"plane", | ||
"acres", | ||
"measure", | ||
"distance", | ||
"isometric", | ||
"flag", | ||
"golf course", | ||
"hole" | ||
], | ||
"categories": [ | ||
"shapes", | ||
"design", | ||
"tools", | ||
"maths", | ||
"sports", | ||
"gaming" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"tags": [ | ||
"stack", | ||
"pile", | ||
"pages", | ||
"sheets", | ||
"paperwork", | ||
"copies", | ||
"copy", | ||
"duplicate", | ||
"double", | ||
"shortcuts" | ||
], | ||
"categories": [ | ||
"design", | ||
"layout" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"$schema": "../icon.schema.json", | ||
"tags": [ | ||
"stack", | ||
"pile", | ||
"pages", | ||
"sheets", | ||
"paperwork", | ||
"copies", | ||
"copy", | ||
"duplicate", | ||
"triple" | ||
], | ||
"categories": [ | ||
"design", | ||
"layout" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.