diff options
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/ErrorWarning.svg | 1 | ||||
-rw-r--r-- | editor/icons/README.md | 15 |
2 files changed, 6 insertions, 10 deletions
diff --git a/editor/icons/ErrorWarning.svg b/editor/icons/ErrorWarning.svg new file mode 100644 index 0000000000..72b5037e50 --- /dev/null +++ b/editor/icons/ErrorWarning.svg @@ -0,0 +1 @@ +<svg height="8" viewBox="0 0 8 8" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m4 0c-2.216 0-4 1.784-4 4s1.784 4 4 4z" fill="#ff5d5d"/><path d="m4 .00000003c2.216 0 4 1.78399997 4 3.99999997s-1.784 4-4 4z" fill="#ffdd65"/></svg>
\ No newline at end of file diff --git a/editor/icons/README.md b/editor/icons/README.md index 5f652e47ab..3159565180 100644 --- a/editor/icons/README.md +++ b/editor/icons/README.md @@ -1,12 +1,7 @@ -The icons here are optimized SVGs, because the editor renders the svgs at runtime, they need -to be small in size, so they can be efficiently parsed. +# Editor icons -The original icons can be found at: -https://github.com/godotengine/godot-design/tree/master/engine/icons +This folder contains all the icons used by Godot editor (except for platform +icons which are located in their respective platform folder). -There you can find the optimizer script. - -If you add a new icon, please make a pull request to this repo: -https://github.com/godotengine/godot-design/ - -and store the optimized SVG version here. +See [Editor icons](https://docs.godotengine.org/en/latest/development/editor/creating_icons.html) +in the documentation for details on creating icons for the Godot editor. |