diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-29 18:51:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-29 18:51:28 +0200 |
commit | 9ca1a5af3e8186c396e5b8c74b2cebe1e25a65c9 (patch) | |
tree | 01070dec6f8aa5002386b6433781c4bd6796008f /modules/gdscript/icons/icon_g_d_script.svg | |
parent | 9a999876c3d0a335ffd2ef5bb191d5d92d28eadd (diff) | |
parent | 7c11a1b162f9f1ac5ad8b8e2a879a200b22603d0 (diff) |
Merge pull request #30167 from Xrayez/module-editor-icons
Add support for creating editor icons per module
Diffstat (limited to 'modules/gdscript/icons/icon_g_d_script.svg')
-rw-r--r-- | modules/gdscript/icons/icon_g_d_script.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gdscript/icons/icon_g_d_script.svg b/modules/gdscript/icons/icon_g_d_script.svg new file mode 100644 index 0000000000..953bb9ae9e --- /dev/null +++ b/modules/gdscript/icons/icon_g_d_script.svg @@ -0,0 +1,5 @@ +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> +<g transform="translate(0 -1036.4)"> +<path transform="translate(0 1036.4)" d="m7 1l-0.56445 2.2578a5 5 0 0 0 -0.68945 0.2793l-1.9883-1.1934-1.4141 1.4141 1.1953 1.9941a5 5 0 0 0 -0.28516 0.68555l-2.2539 0.5625v2l2.2578 0.56445a5 5 0 0 0 0.2793 0.6875l-1.1934 1.9902 1.4141 1.4141 1.9941-1.1953a5 5 0 0 0 0.68555 0.28516l0.5625 2.2539h2l0.56445-2.2578a5 5 0 0 0 0.6875 -0.2793l1.9902 1.1934 1.4141-1.4141-1.1953-1.9941a5 5 0 0 0 0.28516 -0.68555l2.2539-0.5625v-2l-2.2578-0.56445a5 5 0 0 0 -0.2793 -0.6875l1.1934-1.9902-1.4141-1.4141-1.9941 1.1953a5 5 0 0 0 -0.68555 -0.28516l-0.5625-2.2539h-2zm1 5a2 2 0 0 1 2 2 2 2 0 0 1 -2 2 2 2 0 0 1 -2 -2 2 2 0 0 1 2 -2z" fill="#e0e0e0"/> +</g> +</svg> |