diff options
| author | Daniel J. Ramirez | 2017-09-14 00:45:00 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-09-14 12:45:42 -0500 |
| commit | 74d028729fabca2041e4025835294d0769b0cb6d (patch) | |
| tree | e563353d105a6323d07b4dad7c655bc9ae15cb88 /editor/icons | |
| parent | 4cc4f5cc5dc8ad272d694efe1d01229289b0b6c0 (diff) | |
| download | godot-74d028729fabca2041e4025835294d0769b0cb6d.tar.gz godot-74d028729fabca2041e4025835294d0769b0cb6d.tar.zst godot-74d028729fabca2041e4025835294d0769b0cb6d.zip | |
Diffstat (limited to 'editor/icons')
| -rw-r--r-- | editor/icons/icon_gui_close_customizable.svg | 5 | ||||
| -rw-r--r-- | editor/icons/icon_gui_graph_node_port.svg | 5 | ||||
| -rw-r--r-- | editor/icons/icon_gui_resizer.svg | 3 |
3 files changed, 13 insertions, 0 deletions
diff --git a/editor/icons/icon_gui_close_customizable.svg b/editor/icons/icon_gui_close_customizable.svg new file mode 100644 index 000000000..ac023b703 --- /dev/null +++ b/editor/icons/icon_gui_close_customizable.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="m3.7578 2.3438l-1.4141 1.4141 4.2422 4.2422-4.2422 4.2422 1.4141 1.4141 4.2422-4.2422 4.2422 4.2422 1.4141-1.4141-4.2422-4.2422 4.2422-4.2422-1.4141-1.4141-4.2422 4.2422-4.2422-4.2422z" fill="#fff" fill-opacity=".89804"/> +</g> +</svg> diff --git a/editor/icons/icon_gui_graph_node_port.svg b/editor/icons/icon_gui_graph_node_port.svg new file mode 100644 index 000000000..112021884 --- /dev/null +++ b/editor/icons/icon_gui_graph_node_port.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"> +<g transform="translate(0 -1042.4)"> +<circle cx="5" cy="1047.4" r="5" fill="#fff" fill-rule="evenodd"/> +</g> +</svg> diff --git a/editor/icons/icon_gui_resizer.svg b/editor/icons/icon_gui_resizer.svg new file mode 100644 index 000000000..d9af04721 --- /dev/null +++ b/editor/icons/icon_gui_resizer.svg @@ -0,0 +1,3 @@ +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> +<path d="m11 3c-0.55228 0-1 0.44772-1 1v6h-6c-0.55228 0-1 0.44772-1 1s0.44772 1 1 1h7c0.55226-5.5e-5 0.99994-0.44774 1-1v-7c0-0.55228-0.44772-1-1-1z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" fill-opacity=".58824" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/> +</svg> |
