diff --git a/iconpacks/eclipse-dual-tone/dual-tone-icons/new_wiz.svg b/iconpacks/eclipse-dual-tone/dual-tone-icons/new_wiz.svg new file mode 100644 index 0000000..f491ceb --- /dev/null +++ b/iconpacks/eclipse-dual-tone/dual-tone-icons/new_wiz.svg @@ -0,0 +1,505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/iconpacks/eclipse-dual-tone/dual-tone-icons/newclass_wiz.svg b/iconpacks/eclipse-dual-tone/dual-tone-icons/newclass_wiz.svg new file mode 100644 index 0000000..c6fc952 --- /dev/null +++ b/iconpacks/eclipse-dual-tone/dual-tone-icons/newclass_wiz.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/iconpacks/eclipse-dual-tone/dual-tone-icons/newinterface_wiz.svg b/iconpacks/eclipse-dual-tone/dual-tone-icons/newinterface_wiz.svg new file mode 100644 index 0000000..4a8b25d --- /dev/null +++ b/iconpacks/eclipse-dual-tone/dual-tone-icons/newinterface_wiz.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/iconpacks/eclipse-dual-tone/icon-mapping.json b/iconpacks/eclipse-dual-tone/icon-mapping.json index 3f58e6a..8870ac4 100644 --- a/iconpacks/eclipse-dual-tone/icon-mapping.json +++ b/iconpacks/eclipse-dual-tone/icon-mapping.json @@ -1678,5 +1678,17 @@ "console-standard-output.svg" : [ "org.eclipse.debug.ui/icons/full/elcl16/writeout_co.svg", "org.eclipse.debug.ui/elcl16/writeout_co.svg" + ], + + + "newclass_wiz.svg" : [ + "org.eclipse.jdt.ui/icons/full/wizban/newclass_wiz.svg" + ], + "newinterface_wiz.svg" : [ + "org.eclipse.jdt.ui/icons/full/wizban/newint_wiz.svg" + ], + "new_wiz.svg" : [ + "org.eclipse.ui/icons/full/wizban/new_wiz.svg", + "org.eclipse.ui.ide/icons/full/wizban/new_wiz.svg" ] } diff --git a/iconpacks/eclipse-dual-tone/semantic-icon-library.json b/iconpacks/eclipse-dual-tone/semantic-icon-library.json index 5ca3134..d659ce3 100644 --- a/iconpacks/eclipse-dual-tone/semantic-icon-library.json +++ b/iconpacks/eclipse-dual-tone/semantic-icon-library.json @@ -246,5 +246,10 @@ "new-enum.svg" : "Create a new enum.", "new-annotation.svg" : "Create a new annotation.", "new-interface.svg" : "Create a new interface.", - "home.svg" : "Jump to workspace/project root." + "home.svg" : "Jump to workspace/project root.", + + + "newclass_wiz.svg" : "New class wizard wizban icon.", + "newinterface_wiz.svg" : "New interface wizard wizban icon.", + "new_wiz.svg" : "New wizard wizban icon." }