diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-11-27 14:23:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 14:23:24 +0100 |
commit | d992eb1b25e3612293d6c72cd462a99cd5a0e4a3 (patch) | |
tree | db2257996346152f298e86ca58b538f93e695e11 /editor/icons | |
parent | 17b4f43e0e0a16d27bd769cab854e2be5e26833f (diff) | |
parent | 91b8b9463520242183af6dd2c4f999ea714ebbd6 (diff) |
Merge pull request #13173 from poke1024/fixicons
Add polygon 2d editor handle icons
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/icon_editor_handle_add.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/icons/icon_editor_handle_add.svg b/editor/icons/icon_editor_handle_add.svg new file mode 100644 index 0000000000..be61cd53f9 --- /dev/null +++ b/editor/icons/icon_editor_handle_add.svg @@ -0,0 +1,5 @@ +<svg width="10" height="10" version="1.1" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"> + <circle cx="5" cy="5" r="5" fill-opacity=".29412"/> + <circle cx="5" cy="5" r="4" fill="#474747"/> + <path d="m4 2v2h-2v2h2v2h2v-2h2v-2h-2v-2z" fill="#84ffb1"/> +</svg> |