From af8306fd59c70628f8a93192759de19bc61c093f Mon Sep 17 00:00:00 2001 From: BrunoDatoMeneses <bruno.dato.meneses@gmail.com> Date: Tue, 15 May 2018 15:36:25 +0200 Subject: [PATCH] CLN: separate MAS and MAS visualization --- AMOEBA3/src/{ => MAS}/agents/Agent.java | 6 +-- AMOEBA3/src/{ => MAS}/agents/Percept.java | 16 +++---- AMOEBA3/src/{ => MAS}/agents/SystemAgent.java | 4 +- .../agents/context/AbstractContext.java | 14 +++--- .../src/{ => MAS}/agents/context/Context.java | 28 ++++++------ .../{ => MAS}/agents/context/Experiment.java | 4 +- .../src/{ => MAS}/agents/context/Range.java | 6 +-- .../{ => MAS}/agents/head/AbstractHead.java | 10 ++--- AMOEBA3/src/{ => MAS}/agents/head/Head.java | 22 ++++----- .../agents/localModel/LocalModelAgent.java | 14 +++--- .../agents/localModel/LocalModelAverage.java | 10 ++--- .../agents/localModel/LocalModelFirstExp.java | 8 ++-- .../LocalModelMillerRegression.java | 14 +++--- .../agents/localModel/Regression.java | 2 +- .../agents/localModel/TypeLocalModel.java | 3 +- .../{ => MAS}/agents/messages/Message.java | 4 +- .../agents/messages/MessageType.java | 2 +- .../src/{ => MAS}/blackbox/BBFunction.java | 12 ++--- AMOEBA3/src/{ => MAS}/blackbox/BlackBox.java | 6 +-- .../src/{ => MAS}/blackbox/BlackBoxAgent.java | 8 ++-- AMOEBA3/src/{ => MAS}/blackbox/Input.java | 8 ++-- .../src/{ => MAS}/blackbox/MathFunction.java | 2 +- AMOEBA3/src/{ => MAS}/blackbox/Output.java | 8 ++-- .../blackbox/constraints/Constraint.java | 4 +- .../ConstraintConnectedToOneInput.java | 10 ++--- .../ConstraintConnectedToOneOutput.java | 10 ++--- .../constraints/ConstraintFuncOneLinkOut.java | 10 ++--- .../constraints/ConstraintFuncTwoLinkIn.java | 10 ++--- .../constraints/ConstraintOutOneLinkIn.java | 10 ++--- .../src/{ => MAS}/init/Initialization.java | 2 +- .../src/{ => MAS}/init/LearningProvider.java | 4 +- AMOEBA3/src/{ => MAS}/init/ManagerOutput.java | 2 +- .../src/{ => MAS}/init/RequestCallable.java | 4 +- AMOEBA3/src/{ => MAS}/init/Serialization.java | 2 +- .../{ => MAS}/init/amoeba/AMOEBAFactory.java | 4 +- .../init/amoeba/DefaultAMOEBAFactory.java | 12 ++--- .../init/amoeba/SerializedAMOEBAFactory.java | 14 +++--- .../init/amoeba/XMLFilesAMOEBAFactory.java | 12 ++--- AMOEBA3/src/{ => MAS}/kernel/AMOEBA.java | 28 ++++++------ AMOEBA3/src/{ => MAS}/kernel/Config.java | 4 +- AMOEBA3/src/{ => MAS}/kernel/Launcher.java | 10 ++--- AMOEBA3/src/{ => MAS}/kernel/Preset.java | 2 +- AMOEBA3/src/{ => MAS}/kernel/Scheduler.java | 20 ++++----- .../src/{ => MAS}/kernel/StudiedSystem.java | 2 +- AMOEBA3/src/{ => MAS}/kernel/World.java | 28 ++++++------ AMOEBA3/src/{ => MAS}/ncs/NCS.java | 4 +- .../csv/CsvFileWriter.java | 10 ++--- .../graphView/GraphicVisualization2Dim.java | 4 +- .../graphView/GraphicVisualizationNDim.java | 2 +- .../graphView/TemporalGraph.java | 2 +- .../graphView/annotations/AxisAnnotation.java | 2 +- .../annotations/AxisAnnotationEntity.java | 2 +- .../annotations/IntervalAnnotation.java | 2 +- .../annotations/ValueAnnotation.java | 2 +- .../annotations/XYDomainValueAnnotation.java | 2 +- .../src/{ => VISUALIZATION}/icons/abacus.png | Bin .../src/{ => VISUALIZATION}/icons/acorn.png | Bin .../icons/address-book--arrow.png | Bin .../icons/address-book--exclamation.png | Bin .../icons/address-book--minus.png | Bin .../icons/address-book--pencil.png | Bin .../icons/address-book--plus.png | Bin .../icons/address-book-blue.png | Bin .../icons/address-book-open.png | Bin .../icons/address-book.png | Bin .../icons/alarm-clock--arrow.png | Bin .../icons/alarm-clock--exclamation.png | Bin .../icons/alarm-clock--minus.png | Bin .../icons/alarm-clock--pencil.png | Bin .../icons/alarm-clock--plus.png | Bin .../icons/alarm-clock-blue.png | Bin .../icons/alarm-clock-select-remain.png | Bin .../icons/alarm-clock-select.png | Bin .../{ => VISUALIZATION}/icons/alarm-clock.png | Bin .../src/{ => VISUALIZATION}/icons/anchor.png | Bin .../src/{ => VISUALIZATION}/icons/android.png | Bin .../{ => VISUALIZATION}/icons/animal-dog.png | Bin .../icons/animal-monkey-sulky.png | Bin .../icons/animal-monkey.png | Bin .../icons/animal-penguin.png | Bin .../src/{ => VISUALIZATION}/icons/animal.png | Bin .../icons/application--arrow.png | Bin .../icons/application--exclamation.png | Bin .../icons/application--minus.png | Bin .../icons/application--pencil.png | Bin .../icons/application--plus.png | Bin .../icons/application-ab.png | Bin .../icons/application-block.png | Bin .../icons/application-blog.png | Bin .../icons/application-blue.png | Bin .../icons/application-browser.png | Bin .../icons/application-cloud.png | Bin .../icons/application-detail.png | Bin .../icons/application-dialog.png | Bin .../icons/application-dock-090.png | Bin .../icons/application-dock-180.png | Bin .../icons/application-dock-270.png | Bin .../icons/application-dock-tab.png | Bin .../icons/application-dock.png | Bin .../icons/application-document.png | Bin .../icons/application-documents.png | Bin .../icons/application-export.png | Bin .../icons/application-form.png | Bin .../icons/application-home.png | Bin .../icons/application-icon-large.png | Bin .../icons/application-icon.png | Bin .../icons/application-image.png | Bin .../icons/application-import.png | Bin .../icons/application-list.png | Bin .../icons/application-medium.png | Bin .../icons/application-monitor.png | Bin .../icons/application-network.png | Bin .../icons/application-plus-black.png | Bin .../icons/application-plus-red.png | Bin .../icons/application-plus.png | Bin .../icons/application-rename.png | Bin .../icons/application-resize-actual.png | Bin .../icons/application-resize-full.png | Bin .../icons/application-resize.png | Bin .../icons/application-run.png | Bin .../icons/application-search-result.png | Bin .../icons/application-share.png | Bin .../icons/application-sidebar-collapse.png | Bin .../icons/application-sidebar-expand.png | Bin .../icons/application-sidebar-list.png | Bin .../icons/application-sidebar.png | Bin .../icons/application-small-blue.png | Bin .../icons/application-small-list-blue.png | Bin .../icons/application-small-list.png | Bin .../icons/application-small.png | Bin .../icons/application-split-tile.png | Bin .../icons/application-split-vertical.png | Bin .../icons/application-split.png | Bin .../icons/application-sub.png | Bin .../icons/application-table.png | Bin .../icons/application-task.png | Bin .../icons/application-terminal.png | Bin .../icons/application-text-image.png | Bin .../icons/application-text.png | Bin .../icons/application-tile-horizontal.png | Bin .../icons/application-tile-vertical.png | Bin .../icons/application-tile.png | Bin .../icons/application-tree.png | Bin .../icons/application-wave.png | Bin .../{ => VISUALIZATION}/icons/application.png | Bin .../icons/applications-blue.png | Bin .../icons/applications-stack.png | Bin .../icons/applications.png | Bin .../icons/arrow-000-medium.png | Bin .../icons/arrow-000-small.png | Bin .../icons/arrow-045-medium.png | Bin .../icons/arrow-045-small.png | Bin .../{ => VISUALIZATION}/icons/arrow-045.png | Bin .../icons/arrow-090-medium.png | Bin .../icons/arrow-090-small.png | Bin .../{ => VISUALIZATION}/icons/arrow-090.png | Bin .../icons/arrow-135-medium.png | Bin .../icons/arrow-135-small.png | Bin .../{ => VISUALIZATION}/icons/arrow-135.png | Bin .../icons/arrow-180-medium.png | Bin .../icons/arrow-180-small.png | Bin .../{ => VISUALIZATION}/icons/arrow-180.png | Bin .../icons/arrow-225-medium.png | Bin .../icons/arrow-225-small.png | Bin .../{ => VISUALIZATION}/icons/arrow-225.png | Bin .../icons/arrow-270-medium.png | Bin .../icons/arrow-270-small.png | Bin .../{ => VISUALIZATION}/icons/arrow-270.png | Bin .../icons/arrow-315-medium.png | Bin .../icons/arrow-315-small.png | Bin .../{ => VISUALIZATION}/icons/arrow-315.png | Bin .../icons/arrow-branch-000-left.png | Bin .../icons/arrow-branch-090-left.png | Bin .../icons/arrow-branch-090.png | Bin .../icons/arrow-branch-180-left.png | Bin .../icons/arrow-branch-180.png | Bin .../icons/arrow-branch-270-left.png | Bin .../icons/arrow-branch-270.png | Bin .../icons/arrow-branch.png | Bin .../icons/arrow-circle-045-left.png | Bin .../icons/arrow-circle-135-left.png | Bin .../icons/arrow-circle-135.png | Bin .../icons/arrow-circle-225-left.png | Bin .../icons/arrow-circle-225.png | Bin .../icons/arrow-circle-315-left.png | Bin .../icons/arrow-circle-315.png | Bin .../icons/arrow-circle-double-135.png | Bin .../icons/arrow-circle-double.png | Bin .../icons/arrow-circle.png | Bin .../icons/arrow-continue-000-top.png | Bin .../icons/arrow-continue-090-left.png | Bin .../icons/arrow-continue-090.png | Bin .../icons/arrow-continue-180-top.png | Bin .../icons/arrow-continue-180.png | Bin .../icons/arrow-continue-270-left.png | Bin .../icons/arrow-continue-270.png | Bin .../icons/arrow-continue.png | Bin .../icons/arrow-curve-000-double.png | Bin .../icons/arrow-curve-000-left.png | Bin .../icons/arrow-curve-090-left.png | Bin .../icons/arrow-curve-090.png | Bin .../icons/arrow-curve-180-double.png | Bin .../icons/arrow-curve-180-left.png | Bin .../icons/arrow-curve-180.png | Bin .../icons/arrow-curve-270-left.png | Bin .../icons/arrow-curve-270.png | Bin .../{ => VISUALIZATION}/icons/arrow-curve.png | Bin .../icons/arrow-in-out.png | Bin .../{ => VISUALIZATION}/icons/arrow-in.png | Bin .../icons/arrow-join-090.png | Bin .../icons/arrow-join-180.png | Bin .../icons/arrow-join-270.png | Bin .../{ => VISUALIZATION}/icons/arrow-join.png | Bin .../icons/arrow-merge-000-left.png | Bin .../icons/arrow-merge-090-left.png | Bin .../icons/arrow-merge-090.png | Bin .../icons/arrow-merge-180-left.png | Bin .../icons/arrow-merge-180.png | Bin .../icons/arrow-merge-270-left.png | Bin .../icons/arrow-merge-270.png | Bin .../{ => VISUALIZATION}/icons/arrow-merge.png | Bin .../{ => VISUALIZATION}/icons/arrow-move.png | Bin .../{ => VISUALIZATION}/icons/arrow-out.png | Bin .../icons/arrow-repeat-once.png | Bin .../icons/arrow-repeat.png | Bin .../icons/arrow-resize-045.png | Bin .../icons/arrow-resize-090.png | Bin .../icons/arrow-resize-135.png | Bin .../icons/arrow-resize.png | Bin .../icons/arrow-return-000-left.png | Bin .../icons/arrow-return-090-left.png | Bin .../icons/arrow-return-090.png | Bin .../icons/arrow-return-180-left.png | Bin .../icons/arrow-return-180.png | Bin .../icons/arrow-return-270-left.png | Bin .../icons/arrow-return-270.png | Bin .../icons/arrow-return.png | Bin .../icons/arrow-retweet.png | Bin .../icons/arrow-skip-090.png | Bin .../icons/arrow-skip-180.png | Bin .../icons/arrow-skip-270.png | Bin .../{ => VISUALIZATION}/icons/arrow-skip.png | Bin .../icons/arrow-split-090.png | Bin .../icons/arrow-split-180.png | Bin .../icons/arrow-split-270.png | Bin .../{ => VISUALIZATION}/icons/arrow-split.png | Bin .../icons/arrow-step-out.png | Bin .../icons/arrow-step-over.png | Bin .../{ => VISUALIZATION}/icons/arrow-step.png | Bin .../icons/arrow-stop-090.png | Bin .../icons/arrow-stop-180.png | Bin .../icons/arrow-stop-270.png | Bin .../{ => VISUALIZATION}/icons/arrow-stop.png | Bin .../icons/arrow-switch-090.png | Bin .../icons/arrow-switch-180.png | Bin .../icons/arrow-switch-270.png | Bin .../icons/arrow-switch.png | Bin .../icons/arrow-transition-090.png | Bin .../icons/arrow-transition-180.png | Bin .../icons/arrow-transition-270.png | Bin .../icons/arrow-transition.png | Bin .../icons/arrow-turn-000-left.png | Bin .../icons/arrow-turn-090-left.png | Bin .../icons/arrow-turn-090.png | Bin .../icons/arrow-turn-180-left.png | Bin .../icons/arrow-turn-180.png | Bin .../icons/arrow-turn-270-left.png | Bin .../icons/arrow-turn-270.png | Bin .../{ => VISUALIZATION}/icons/arrow-turn.png | Bin .../src/{ => VISUALIZATION}/icons/arrow.png | Bin .../icons/asterisk-small-yellow.png | Bin .../icons/asterisk-small.png | Bin .../icons/asterisk-yellow.png | Bin .../{ => VISUALIZATION}/icons/asterisk.png | Bin .../icons/at-sign-balloon.png | Bin .../icons/at-sign-document.png | Bin .../icons/at-sign-small.png | Bin .../src/{ => VISUALIZATION}/icons/at-sign.png | Bin .../icons/auction-hammer--arrow.png | Bin .../icons/auction-hammer--exclamation.png | Bin .../icons/auction-hammer--minus.png | Bin .../icons/auction-hammer--pencil.png | Bin .../icons/auction-hammer--plus.png | Bin .../icons/auction-hammer-gavel.png | Bin .../icons/auction-hammer.png | Bin .../icons/baggage-cart-box-label.png | Bin .../icons/baggage-cart-box.png | Bin .../icons/baggage-cart.png | Bin .../icons/balance--arrow.png | Bin .../icons/balance--exclamation.png | Bin .../icons/balance--minus.png | Bin .../icons/balance--pencil.png | Bin .../icons/balance--plus.png | Bin .../icons/balance-unbalance.png | Bin .../src/{ => VISUALIZATION}/icons/balance.png | Bin .../icons/balloon--arrow.png | Bin .../icons/balloon--exclamation.png | Bin .../icons/balloon--minus.png | Bin .../icons/balloon--pencil.png | Bin .../icons/balloon--plus.png | Bin .../icons/balloon-box-left.png | Bin .../{ => VISUALIZATION}/icons/balloon-box.png | Bin .../icons/balloon-buzz-left.png | Bin .../icons/balloon-buzz.png | Bin .../icons/balloon-ellipsis.png | Bin .../icons/balloon-facebook-left.png | Bin .../icons/balloon-facebook.png | Bin .../icons/balloon-left.png | Bin .../icons/balloon-prohibition.png | Bin .../icons/balloon-quotation.png | Bin .../icons/balloon-small-left.png | Bin .../icons/balloon-small.png | Bin .../icons/balloon-smiley-sad.png | Bin .../icons/balloon-smiley.png | Bin .../icons/balloon-sound.png | Bin .../icons/balloon-twitter-left.png | Bin .../icons/balloon-twitter-retweet.png | Bin .../icons/balloon-twitter.png | Bin .../icons/balloon-white-left.png | Bin .../icons/balloon-white.png | Bin .../src/{ => VISUALIZATION}/icons/balloon.png | Bin .../icons/balloons-box.png | Bin .../icons/balloons-facebook-box.png | Bin .../icons/balloons-facebook.png | Bin .../icons/balloons-twitter-box.png | Bin .../icons/balloons-twitter.png | Bin .../icons/balloons-white.png | Bin .../{ => VISUALIZATION}/icons/balloons.png | Bin .../src/{ => VISUALIZATION}/icons/bamboo.png | Bin .../src/{ => VISUALIZATION}/icons/bamboos.png | Bin .../icons/bandaid--arrow.png | Bin .../icons/bandaid--exclamation.png | Bin .../icons/bandaid--minus.png | Bin .../icons/bandaid--pencil.png | Bin .../icons/bandaid--plus.png | Bin .../icons/bandaid-small.png | Bin .../src/{ => VISUALIZATION}/icons/bandaid.png | Bin .../{ => VISUALIZATION}/icons/bank--arrow.png | Bin .../icons/bank--exclamation.png | Bin .../{ => VISUALIZATION}/icons/bank--minus.png | Bin .../icons/bank--pencil.png | Bin .../{ => VISUALIZATION}/icons/bank--plus.png | Bin .../src/{ => VISUALIZATION}/icons/bank.png | Bin .../{ => VISUALIZATION}/icons/barcode-2d.png | Bin .../src/{ => VISUALIZATION}/icons/barcode.png | Bin .../icons/battery--arrow.png | Bin .../icons/battery--exclamation.png | Bin .../icons/battery--minus.png | Bin .../icons/battery--pencil.png | Bin .../icons/battery--plus.png | Bin .../icons/battery-charge.png | Bin .../icons/battery-empty.png | Bin .../icons/battery-full.png | Bin .../{ => VISUALIZATION}/icons/battery-low.png | Bin .../icons/battery-plug.png | Bin .../src/{ => VISUALIZATION}/icons/battery.png | Bin .../src/{ => VISUALIZATION}/icons/bauble.png | Bin .../icons/beaker--arrow.png | Bin .../icons/beaker--exclamation.png | Bin .../icons/beaker--minus.png | Bin .../icons/beaker--pencil.png | Bin .../icons/beaker--plus.png | Bin .../icons/beaker-empty.png | Bin .../src/{ => VISUALIZATION}/icons/beaker.png | Bin .../{ => VISUALIZATION}/icons/bean--arrow.png | Bin .../icons/bean--exclamation.png | Bin .../{ => VISUALIZATION}/icons/bean--minus.png | Bin .../icons/bean--pencil.png | Bin .../{ => VISUALIZATION}/icons/bean--plus.png | Bin .../{ => VISUALIZATION}/icons/bean-green.png | Bin .../icons/bean-small-green.png | Bin .../{ => VISUALIZATION}/icons/bean-small.png | Bin .../src/{ => VISUALIZATION}/icons/bean.png | Bin .../src/{ => VISUALIZATION}/icons/beans.png | Bin .../src/{ => VISUALIZATION}/icons/beer.png | Bin .../{ => VISUALIZATION}/icons/bell--arrow.png | Bin .../icons/bell--exclamation.png | Bin .../{ => VISUALIZATION}/icons/bell--minus.png | Bin .../icons/bell--pencil.png | Bin .../{ => VISUALIZATION}/icons/bell--plus.png | Bin .../{ => VISUALIZATION}/icons/bell-small.png | Bin .../src/{ => VISUALIZATION}/icons/bell.png | Bin .../icons/billboard-empty.png | Bin .../icons/billboard-red.png | Bin .../{ => VISUALIZATION}/icons/billboard.png | Bin .../{ => VISUALIZATION}/icons/bin--arrow.png | Bin .../icons/bin--exclamation.png | Bin .../{ => VISUALIZATION}/icons/bin--minus.png | Bin .../{ => VISUALIZATION}/icons/bin--pencil.png | Bin .../{ => VISUALIZATION}/icons/bin--plus.png | Bin .../{ => VISUALIZATION}/icons/bin-full.png | Bin .../icons/bin-metal-full.png | Bin .../{ => VISUALIZATION}/icons/bin-metal.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/bin.png | Bin .../icons/binocular--arrow.png | Bin .../icons/binocular--exclamation.png | Bin .../icons/binocular--minus.png | Bin .../icons/binocular--pencil.png | Bin .../icons/binocular--plus.png | Bin .../icons/binocular-small.png | Bin .../{ => VISUALIZATION}/icons/binocular.png | Bin .../icons/block--arrow.png | Bin .../icons/block--exclamation.png | Bin .../icons/block--minus.png | Bin .../icons/block--pencil.png | Bin .../{ => VISUALIZATION}/icons/block--plus.png | Bin .../{ => VISUALIZATION}/icons/block-share.png | Bin .../{ => VISUALIZATION}/icons/block-small.png | Bin .../src/{ => VISUALIZATION}/icons/block.png | Bin .../{ => VISUALIZATION}/icons/blog--arrow.png | Bin .../icons/blog--exclamation.png | Bin .../{ => VISUALIZATION}/icons/blog--minus.png | Bin .../icons/blog--pencil.png | Bin .../{ => VISUALIZATION}/icons/blog--plus.png | Bin .../{ => VISUALIZATION}/icons/blog-blue.png | Bin .../{ => VISUALIZATION}/icons/blog-medium.png | Bin .../icons/blog-posterous.png | Bin .../{ => VISUALIZATION}/icons/blog-tumblr.png | Bin .../src/{ => VISUALIZATION}/icons/blog.png | Bin .../{ => VISUALIZATION}/icons/blogs-stack.png | Bin .../src/{ => VISUALIZATION}/icons/blogs.png | Bin .../icons/blue-document--arrow.png | Bin .../icons/blue-document--exclamation.png | Bin .../icons/blue-document--minus.png | Bin .../icons/blue-document--pencil.png | Bin .../icons/blue-document--plus.png | Bin .../icons/blue-document-access.png | Bin .../icons/blue-document-attribute-b.png | Bin .../icons/blue-document-attribute-c.png | Bin .../icons/blue-document-attribute-d.png | Bin .../icons/blue-document-attribute-e.png | Bin .../icons/blue-document-attribute-f.png | Bin .../icons/blue-document-attribute-g.png | Bin .../icons/blue-document-attribute-h.png | Bin .../icons/blue-document-attribute-i.png | Bin .../icons/blue-document-attribute-j.png | Bin .../icons/blue-document-attribute-k.png | Bin .../icons/blue-document-attribute-l.png | Bin .../icons/blue-document-attribute-m.png | Bin .../icons/blue-document-attribute-n.png | Bin .../icons/blue-document-attribute-o.png | Bin .../icons/blue-document-attribute-p.png | Bin .../icons/blue-document-attribute-q.png | Bin .../icons/blue-document-attribute-r.png | Bin .../icons/blue-document-attribute-s.png | Bin .../icons/blue-document-attribute-t.png | Bin .../icons/blue-document-attribute-u.png | Bin .../icons/blue-document-attribute-v.png | Bin .../icons/blue-document-attribute-w.png | Bin .../icons/blue-document-attribute-x.png | Bin .../icons/blue-document-attribute-y.png | Bin .../icons/blue-document-attribute-z.png | Bin .../icons/blue-document-attribute.png | Bin .../icons/blue-document-binary.png | Bin .../icons/blue-document-block.png | Bin .../icons/blue-document-bookmark.png | Bin .../icons/blue-document-break.png | Bin .../icons/blue-document-broken.png | Bin .../icons/blue-document-clock.png | Bin .../icons/blue-document-code.png | Bin .../icons/blue-document-convert.png | Bin .../icons/blue-document-copy.png | Bin .../icons/blue-document-epub-text.png | Bin .../icons/blue-document-epub.png | Bin .../icons/blue-document-excel-csv.png | Bin .../icons/blue-document-excel-table.png | Bin .../icons/blue-document-excel.png | Bin .../icons/blue-document-export.png | Bin .../icons/blue-document-film.png | Bin .../icons/blue-document-flash-movie.png | Bin .../icons/blue-document-flash.png | Bin .../icons/blue-document-globe.png | Bin .../icons/blue-document-hf-delete-footer.png | Bin .../icons/blue-document-hf-delete.png | Bin .../icons/blue-document-hf-insert-footer.png | Bin .../icons/blue-document-hf-insert.png | Bin .../icons/blue-document-hf-select-footer.png | Bin .../icons/blue-document-hf-select.png | Bin .../icons/blue-document-hf.png | Bin .../icons/blue-document-horizontal-text.png | Bin .../icons/blue-document-horizontal.png | Bin .../icons/blue-document-illustrator.png | Bin .../icons/blue-document-image.png | Bin .../icons/blue-document-import.png | Bin .../icons/blue-document-insert.png | Bin .../icons/blue-document-invoice.png | Bin .../icons/blue-document-list.png | Bin .../icons/blue-document-medium.png | Bin .../icons/blue-document-mobi-text.png | Bin .../icons/blue-document-mobi.png | Bin .../icons/blue-document-music-playlist.png | Bin .../icons/blue-document-music.png | Bin .../icons/blue-document-node.png | Bin .../icons/blue-document-number-0.png | Bin .../icons/blue-document-number-1.png | Bin .../icons/blue-document-number-2.png | Bin .../icons/blue-document-number-3.png | Bin .../icons/blue-document-number-4.png | Bin .../icons/blue-document-number-5.png | Bin .../icons/blue-document-number-6.png | Bin .../icons/blue-document-number-7.png | Bin .../icons/blue-document-number-8.png | Bin .../icons/blue-document-number-9.png | Bin .../icons/blue-document-number.png | Bin .../icons/blue-document-office-text.png | Bin .../icons/blue-document-office.png | Bin .../icons/blue-document-outlook.png | Bin .../icons/blue-document-page-last.png | Bin .../icons/blue-document-page-next.png | Bin .../icons/blue-document-page-previous.png | Bin .../icons/blue-document-page.png | Bin .../icons/blue-document-pdf-text.png | Bin .../icons/blue-document-pdf.png | Bin .../icons/blue-document-photoshop-image.png | Bin .../icons/blue-document-photoshop.png | Bin .../icons/blue-document-php.png | Bin .../icons/blue-document-powerpoint.png | Bin .../icons/blue-document-rename.png | Bin .../icons/blue-document-resize-actual.png | Bin .../icons/blue-document-resize.png | Bin .../icons/blue-document-search-result.png | Bin .../icons/blue-document-share.png | Bin .../icons/blue-document-shred.png | Bin .../icons/blue-document-small-list.png | Bin .../icons/blue-document-small.png | Bin .../icons/blue-document-smiley-sad.png | Bin .../icons/blue-document-smiley.png | Bin .../icons/blue-document-snippet.png | Bin .../icons/blue-document-stamp.png | Bin .../icons/blue-document-stand.png | Bin .../icons/blue-document-sticky-note.png | Bin .../icons/blue-document-sub.png | Bin .../icons/blue-document-table.png | Bin .../icons/blue-document-tag.png | Bin .../icons/blue-document-task.png | Bin .../icons/blue-document-template.png | Bin .../icons/blue-document-tex.png | Bin .../icons/blue-document-text-image.png | Bin .../icons/blue-document-text.png | Bin .../icons/blue-document-tree.png | Bin .../icons/blue-document-view-book.png | Bin .../icons/blue-document-view-thumbnail.png | Bin .../icons/blue-document-view.png | Bin .../icons/blue-document-visual-studio.png | Bin .../icons/blue-document-word-text.png | Bin .../icons/blue-document-word-tick.png | Bin .../icons/blue-document-word.png | Bin .../icons/blue-document-xaml.png | Bin .../icons/blue-document-zipper.png | Bin .../icons/blue-document.png | Bin .../icons/blue-documents-stack.png | Bin .../icons/blue-documents-text.png | Bin .../icons/blue-documents.png | Bin .../icons/blue-folder--arrow.png | Bin .../icons/blue-folder--exclamation.png | Bin .../icons/blue-folder--minus.png | Bin .../icons/blue-folder--pencil.png | Bin .../icons/blue-folder--plus.png | Bin .../icons/blue-folder-bookmark.png | Bin .../icons/blue-folder-broken.png | Bin .../icons/blue-folder-export.png | Bin .../icons/blue-folder-horizontal-open.png | Bin .../icons/blue-folder-horizontal.png | Bin .../icons/blue-folder-import.png | Bin .../icons/blue-folder-medium.png | Bin .../blue-folder-network-horizontal-open.png | Bin .../icons/blue-folder-network-horizontal.png | Bin .../icons/blue-folder-network.png | Bin ...ue-folder-open-document-music-playlist.png | Bin .../icons/blue-folder-open-document-music.png | Bin .../icons/blue-folder-open-document-text.png | Bin .../icons/blue-folder-open-document.png | Bin .../icons/blue-folder-open-feed.png | Bin .../icons/blue-folder-open-film.png | Bin .../icons/blue-folder-open-image.png | Bin .../icons/blue-folder-open-slide.png | Bin .../icons/blue-folder-open-table.png | Bin .../icons/blue-folder-open.png | Bin .../icons/blue-folder-rename.png | Bin .../icons/blue-folder-search-result.png | Bin .../icons/blue-folder-share.png | Bin .../icons/blue-folder-shred.png | Bin .../icons/blue-folder-small-horizontal.png | Bin .../icons/blue-folder-small.png | Bin .../icons/blue-folder-smiley-sad.png | Bin .../icons/blue-folder-smiley.png | Bin .../icons/blue-folder-stamp.png | Bin .../icons/blue-folder-stand.png | Bin .../icons/blue-folder-sticky-note.png | Bin .../icons/blue-folder-tree.png | Bin .../icons/blue-folder-zipper.png | Bin .../{ => VISUALIZATION}/icons/blue-folder.png | Bin .../icons/blue-folders-stack.png | Bin .../icons/blue-folders.png | Bin .../icons/blueprint--arrow.png | Bin .../icons/blueprint--exclamation.png | Bin .../icons/blueprint--minus.png | Bin .../icons/blueprint--pencil.png | Bin .../icons/blueprint--plus.png | Bin .../icons/blueprint-horizontal.png | Bin .../icons/blueprint-medium.png | Bin .../{ => VISUALIZATION}/icons/blueprint.png | Bin .../{ => VISUALIZATION}/icons/blueprints.png | Bin .../{ => VISUALIZATION}/icons/bluetooth.png | Bin .../icons/board-game-go.png | Bin .../{ => VISUALIZATION}/icons/board-game.png | Bin .../src/{ => VISUALIZATION}/icons/bomb.png | Bin .../{ => VISUALIZATION}/icons/book--arrow.png | Bin .../icons/book--exclamation.png | Bin .../{ => VISUALIZATION}/icons/book--minus.png | Bin .../icons/book--pencil.png | Bin .../{ => VISUALIZATION}/icons/book--plus.png | Bin .../icons/book-bookmark.png | Bin .../{ => VISUALIZATION}/icons/book-brown.png | Bin .../icons/book-open-bookmark.png | Bin .../icons/book-open-list.png | Bin .../icons/book-open-next.png | Bin .../icons/book-open-previous.png | Bin .../icons/book-open-text-image.png | Bin .../icons/book-open-text.png | Bin .../{ => VISUALIZATION}/icons/book-open.png | Bin .../icons/book-question.png | Bin .../icons/book-small-brown.png | Bin .../{ => VISUALIZATION}/icons/book-small.png | Bin .../src/{ => VISUALIZATION}/icons/book.png | Bin .../icons/bookmark--arrow.png | Bin .../icons/bookmark--exclamation.png | Bin .../icons/bookmark--minus.png | Bin .../icons/bookmark--pencil.png | Bin .../icons/bookmark--plus.png | Bin .../icons/bookmark-export.png | Bin .../icons/bookmark-import.png | Bin .../icons/bookmark-small.png | Bin .../{ => VISUALIZATION}/icons/bookmark.png | Bin .../{ => VISUALIZATION}/icons/bookmarks.png | Bin .../{ => VISUALIZATION}/icons/books-brown.png | Bin .../{ => VISUALIZATION}/icons/books-stack.png | Bin .../src/{ => VISUALIZATION}/icons/books.png | Bin .../{ => VISUALIZATION}/icons/border-all.png | Bin .../icons/border-bottom-double.png | Bin .../icons/border-bottom-thick.png | Bin .../icons/border-bottom.png | Bin .../icons/border-color.png | Bin .../{ => VISUALIZATION}/icons/border-dash.png | Bin .../{ => VISUALIZATION}/icons/border-down.png | Bin .../{ => VISUALIZATION}/icons/border-draw.png | Bin .../icons/border-horizontal-all.png | Bin .../icons/border-horizontal.png | Bin .../icons/border-inside.png | Bin .../{ => VISUALIZATION}/icons/border-left.png | Bin .../icons/border-outside-thick.png | Bin .../icons/border-outside.png | Bin .../icons/border-right.png | Bin .../icons/border-top-bottom-double.png | Bin .../icons/border-top-bottom-thick.png | Bin .../icons/border-top-bottom.png | Bin .../{ => VISUALIZATION}/icons/border-top.png | Bin .../{ => VISUALIZATION}/icons/border-up.png | Bin .../icons/border-vertical-all.png | Bin .../icons/border-vertical.png | Bin .../icons/border-weight.png | Bin .../src/{ => VISUALIZATION}/icons/border.png | Bin .../{ => VISUALIZATION}/icons/box--arrow.png | Bin .../icons/box--exclamation.png | Bin .../{ => VISUALIZATION}/icons/box--minus.png | Bin .../{ => VISUALIZATION}/icons/box--pencil.png | Bin .../{ => VISUALIZATION}/icons/box--plus.png | Bin .../icons/box-document.png | Bin .../{ => VISUALIZATION}/icons/box-label.png | Bin .../{ => VISUALIZATION}/icons/box-medium.png | Bin .../icons/box-resize-actual.png | Bin .../{ => VISUALIZATION}/icons/box-resize.png | Bin .../icons/box-search-result.png | Bin .../{ => VISUALIZATION}/icons/box-share.png | Bin .../{ => VISUALIZATION}/icons/box-small.png | Bin .../{ => VISUALIZATION}/icons/box-zipper.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/box.png | Bin .../icons/brain--arrow.png | Bin .../icons/brain--exclamation.png | Bin .../icons/brain--minus.png | Bin .../icons/brain--pencil.png | Bin .../{ => VISUALIZATION}/icons/brain--plus.png | Bin .../{ => VISUALIZATION}/icons/brain-empty.png | Bin .../src/{ => VISUALIZATION}/icons/brain.png | Bin .../src/{ => VISUALIZATION}/icons/bread.png | Bin .../src/{ => VISUALIZATION}/icons/breads.png | Bin .../icons/briefcase--arrow.png | Bin .../icons/briefcase--exclamation.png | Bin .../icons/briefcase--minus.png | Bin .../icons/briefcase--pencil.png | Bin .../icons/briefcase--plus.png | Bin .../icons/briefcase-small.png | Bin .../{ => VISUALIZATION}/icons/briefcase.png | Bin .../icons/brightness-control-up.png | Bin .../icons/brightness-control.png | Bin .../icons/brightness-low.png | Bin .../icons/brightness-small-low.png | Bin .../icons/brightness-small.png | Bin .../{ => VISUALIZATION}/icons/brightness.png | Bin .../icons/broom--arrow.png | Bin .../icons/broom--exclamation.png | Bin .../icons/broom--minus.png | Bin .../icons/broom--pencil.png | Bin .../{ => VISUALIZATION}/icons/broom--plus.png | Bin .../{ => VISUALIZATION}/icons/broom-code.png | Bin .../src/{ => VISUALIZATION}/icons/broom.png | Bin .../{ => VISUALIZATION}/icons/bug--arrow.png | Bin .../icons/bug--exclamation.png | Bin .../{ => VISUALIZATION}/icons/bug--minus.png | Bin .../{ => VISUALIZATION}/icons/bug--pencil.png | Bin .../{ => VISUALIZATION}/icons/bug--plus.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/bug.png | Bin .../icons/building--arrow.png | Bin .../icons/building--exclamation.png | Bin .../icons/building--minus.png | Bin .../icons/building--pencil.png | Bin .../icons/building--plus.png | Bin .../icons/building-hedge.png | Bin .../icons/building-low.png | Bin .../icons/building-medium.png | Bin .../icons/building-network.png | Bin .../icons/building-old.png | Bin .../icons/building-small.png | Bin .../{ => VISUALIZATION}/icons/building.png | Bin .../{ => VISUALIZATION}/icons/burn--arrow.png | Bin .../icons/burn--exclamation.png | Bin .../{ => VISUALIZATION}/icons/burn--minus.png | Bin .../icons/burn--pencil.png | Bin .../{ => VISUALIZATION}/icons/burn--plus.png | Bin .../{ => VISUALIZATION}/icons/burn-small.png | Bin .../src/{ => VISUALIZATION}/icons/burn.png | Bin .../src/{ => VISUALIZATION}/icons/cactus.png | Bin .../{ => VISUALIZATION}/icons/cake--arrow.png | Bin .../icons/cake--exclamation.png | Bin .../{ => VISUALIZATION}/icons/cake--minus.png | Bin .../icons/cake--pencil.png | Bin .../{ => VISUALIZATION}/icons/cake--plus.png | Bin .../{ => VISUALIZATION}/icons/cake-plain.png | Bin .../src/{ => VISUALIZATION}/icons/cake.png | Bin .../icons/calculator--arrow.png | Bin .../icons/calculator--exclamation.png | Bin .../icons/calculator--minus.png | Bin .../icons/calculator--pencil.png | Bin .../icons/calculator--plus.png | Bin .../icons/calculator-gray.png | Bin .../icons/calculator-scientific.png | Bin .../{ => VISUALIZATION}/icons/calculator.png | Bin .../icons/calendar--arrow.png | Bin .../icons/calendar--exclamation.png | Bin .../icons/calendar--minus.png | Bin .../icons/calendar--pencil.png | Bin .../icons/calendar--plus.png | Bin .../icons/calendar-blue.png | Bin .../icons/calendar-day.png | Bin .../icons/calendar-delete.png | Bin .../icons/calendar-empty.png | Bin .../icons/calendar-export.png | Bin .../icons/calendar-import.png | Bin .../icons/calendar-insert.png | Bin .../icons/calendar-list.png | Bin .../icons/calendar-medium.png | Bin .../icons/calendar-month.png | Bin .../icons/calendar-next.png | Bin .../icons/calendar-previous.png | Bin .../icons/calendar-property.png | Bin .../icons/calendar-relation.png | Bin .../icons/calendar-search-result.png | Bin .../icons/calendar-select-days-span.png | Bin .../icons/calendar-select-days.png | Bin .../icons/calendar-select-month.png | Bin .../icons/calendar-select-week.png | Bin .../icons/calendar-select.png | Bin .../icons/calendar-share.png | Bin .../icons/calendar-small-month.png | Bin .../icons/calendar-small.png | Bin .../icons/calendar-task.png | Bin .../{ => VISUALIZATION}/icons/calendar.png | Bin .../icons/camcorder--arrow.png | Bin .../icons/camcorder--exclamation.png | Bin .../icons/camcorder--minus.png | Bin .../icons/camcorder--pencil.png | Bin .../icons/camcorder--plus.png | Bin .../icons/camcorder-image.png | Bin .../{ => VISUALIZATION}/icons/camcorder.png | Bin .../icons/camera--arrow.png | Bin .../icons/camera--exclamation.png | Bin .../icons/camera--minus.png | Bin .../icons/camera--pencil.png | Bin .../icons/camera--plus.png | Bin .../icons/camera-black.png | Bin .../{ => VISUALIZATION}/icons/camera-lens.png | Bin .../icons/camera-small-black.png | Bin .../icons/camera-small.png | Bin .../src/{ => VISUALIZATION}/icons/camera.png | Bin .../icons/candle-white.png | Bin .../src/{ => VISUALIZATION}/icons/candle.png | Bin .../{ => VISUALIZATION}/icons/candy-cane.png | Bin .../{ => VISUALIZATION}/icons/car--arrow.png | Bin .../icons/car--exclamation.png | Bin .../{ => VISUALIZATION}/icons/car--minus.png | Bin .../{ => VISUALIZATION}/icons/car--pencil.png | Bin .../{ => VISUALIZATION}/icons/car--plus.png | Bin .../src/{ => VISUALIZATION}/icons/car-red.png | Bin .../{ => VISUALIZATION}/icons/car-taxi.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/car.png | Bin .../{ => VISUALIZATION}/icons/card--arrow.png | Bin .../icons/card--exclamation.png | Bin .../{ => VISUALIZATION}/icons/card--minus.png | Bin .../icons/card--pencil.png | Bin .../{ => VISUALIZATION}/icons/card--plus.png | Bin .../icons/card-address.png | Bin .../{ => VISUALIZATION}/icons/card-export.png | Bin .../{ => VISUALIZATION}/icons/card-import.png | Bin .../{ => VISUALIZATION}/icons/card-medium.png | Bin .../{ => VISUALIZATION}/icons/card-small.png | Bin .../src/{ => VISUALIZATION}/icons/card.png | Bin .../icons/cards-address.png | Bin .../icons/cards-bind-address.png | Bin .../{ => VISUALIZATION}/icons/cards-bind.png | Bin .../{ => VISUALIZATION}/icons/cards-stack.png | Bin .../src/{ => VISUALIZATION}/icons/cards.png | Bin .../icons/cassette--arrow.png | Bin .../icons/cassette--exclamation.png | Bin .../icons/cassette--minus.png | Bin .../icons/cassette--pencil.png | Bin .../icons/cassette--plus.png | Bin .../icons/cassette-label.png | Bin .../icons/cassette-small.png | Bin .../{ => VISUALIZATION}/icons/cassette.png | Bin .../{ => VISUALIZATION}/icons/categories.png | Bin .../icons/category-group-select.png | Bin .../icons/category-group.png | Bin .../icons/category-item-select.png | Bin .../icons/category-item.png | Bin .../{ => VISUALIZATION}/icons/category.png | Bin .../icons/caution-board-prohibition.png | Bin .../icons/caution-board.png | Bin .../{ => VISUALIZATION}/icons/certificate.png | Bin .../icons/chain--arrow.png | Bin .../icons/chain--exclamation.png | Bin .../icons/chain--minus.png | Bin .../icons/chain--pencil.png | Bin .../{ => VISUALIZATION}/icons/chain--plus.png | Bin .../{ => VISUALIZATION}/icons/chain-small.png | Bin .../icons/chain-unchain.png | Bin .../src/{ => VISUALIZATION}/icons/chain.png | Bin .../icons/chair--arrow.png | Bin .../icons/chair--exclamation.png | Bin .../icons/chair--minus.png | Bin .../icons/chair--pencil.png | Bin .../{ => VISUALIZATION}/icons/chair--plus.png | Bin .../src/{ => VISUALIZATION}/icons/chair.png | Bin .../icons/chalkboard-text.png | Bin .../{ => VISUALIZATION}/icons/chalkboard.png | Bin .../icons/chart--arrow.png | Bin .../icons/chart--exclamation.png | Bin .../icons/chart--minus.png | Bin .../icons/chart--pencil.png | Bin .../{ => VISUALIZATION}/icons/chart--plus.png | Bin .../icons/chart-down-color.png | Bin .../{ => VISUALIZATION}/icons/chart-down.png | Bin .../icons/chart-medium.png | Bin .../icons/chart-pie-separate.png | Bin .../{ => VISUALIZATION}/icons/chart-pie.png | Bin .../icons/chart-up-color.png | Bin .../{ => VISUALIZATION}/icons/chart-up.png | Bin .../src/{ => VISUALIZATION}/icons/chart.png | Bin .../icons/checkerboard.png | Bin .../{ => VISUALIZATION}/icons/cheese-hole.png | Bin .../src/{ => VISUALIZATION}/icons/cheese.png | Bin .../icons/cheque--arrow.png | Bin .../icons/cheque--exclamation.png | Bin .../icons/cheque--minus.png | Bin .../icons/cheque--plus.png | Bin .../{ => VISUALIZATION}/icons/cheque-pen.png | Bin .../{ => VISUALIZATION}/icons/cheque-sign.png | Bin .../src/{ => VISUALIZATION}/icons/cheque.png | Bin .../icons/chevron-expand.png | Bin .../icons/chevron-small-expand.png | Bin .../icons/chevron-small.png | Bin .../src/{ => VISUALIZATION}/icons/chevron.png | Bin .../icons/chocolate-bite.png | Bin .../icons/chocolate-heart-milk.png | Bin .../icons/chocolate-heart.png | Bin .../icons/chocolate-milk.png | Bin .../{ => VISUALIZATION}/icons/chocolate.png | Bin .../src/{ => VISUALIZATION}/icons/church.png | Bin .../icons/cigarette-prohibition.png | Bin .../{ => VISUALIZATION}/icons/cigarette.png | Bin .../icons/clapperboard--arrow.png | Bin .../icons/clapperboard--exclamation.png | Bin .../icons/clapperboard--minus.png | Bin .../icons/clapperboard--pencil.png | Bin .../icons/clapperboard--plus.png | Bin .../icons/clapperboard.png | Bin .../icons/clipboard--arrow.png | Bin .../icons/clipboard--exclamation.png | Bin .../icons/clipboard--minus.png | Bin .../icons/clipboard--pencil.png | Bin .../icons/clipboard--plus.png | Bin .../icons/clipboard-block.png | Bin .../icons/clipboard-empty.png | Bin .../icons/clipboard-invoice.png | Bin .../icons/clipboard-list.png | Bin .../icons/clipboard-paste-document-text.png | Bin .../icons/clipboard-paste-image.png | Bin .../icons/clipboard-paste-word.png | Bin .../icons/clipboard-paste.png | Bin .../icons/clipboard-search-result.png | Bin .../icons/clipboard-sign-out.png | Bin .../icons/clipboard-sign.png | Bin .../icons/clipboard-task.png | Bin .../icons/clipboard-text.png | Bin .../{ => VISUALIZATION}/icons/clipboard.png | Bin .../icons/clock--arrow.png | Bin .../icons/clock--exclamation.png | Bin .../icons/clock--minus.png | Bin .../icons/clock--pencil.png | Bin .../{ => VISUALIZATION}/icons/clock--plus.png | Bin .../{ => VISUALIZATION}/icons/clock-frame.png | Bin .../icons/clock-history-frame.png | Bin .../icons/clock-history.png | Bin .../icons/clock-moon-phase.png | Bin .../icons/clock-network.png | Bin .../icons/clock-select-remain.png | Bin .../icons/clock-select.png | Bin .../{ => VISUALIZATION}/icons/clock-small.png | Bin .../src/{ => VISUALIZATION}/icons/clock.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/co2.png | Bin .../icons/color--arrow.png | Bin .../icons/color--exclamation.png | Bin .../icons/color--minus.png | Bin .../icons/color--pencil.png | Bin .../{ => VISUALIZATION}/icons/color--plus.png | Bin .../icons/color-adjustment-green.png | Bin .../icons/color-adjustment-red.png | Bin .../icons/color-adjustment.png | Bin .../{ => VISUALIZATION}/icons/color-small.png | Bin .../icons/color-swatch-small.png | Bin .../icons/color-swatch.png | Bin .../icons/color-swatches.png | Bin .../src/{ => VISUALIZATION}/icons/color.png | Bin .../icons/compass--arrow.png | Bin .../icons/compass--exclamation.png | Bin .../icons/compass--minus.png | Bin .../icons/compass--pencil.png | Bin .../icons/compass--plus.png | Bin .../src/{ => VISUALIZATION}/icons/compass.png | Bin .../icons/compile-error.png | Bin .../icons/compile-warning.png | Bin .../src/{ => VISUALIZATION}/icons/compile.png | Bin .../icons/computer--arrow.png | Bin .../icons/computer--exclamation.png | Bin .../icons/computer--minus.png | Bin .../icons/computer--pencil.png | Bin .../icons/computer--plus.png | Bin .../icons/computer-cloud.png | Bin .../icons/computer-network.png | Bin .../icons/computer-off.png | Bin .../{ => VISUALIZATION}/icons/computer.png | Bin .../icons/construction.png | Bin .../icons/contrast-control-up.png | Bin .../icons/contrast-control.png | Bin .../icons/contrast-low.png | Bin .../icons/contrast-small-low.png | Bin .../icons/contrast-small.png | Bin .../{ => VISUALIZATION}/icons/contrast.png | Bin .../icons/control-000-small.png | Bin .../icons/control-090-small.png | Bin .../{ => VISUALIZATION}/icons/control-090.png | Bin .../icons/control-180-small.png | Bin .../{ => VISUALIZATION}/icons/control-180.png | Bin .../icons/control-270-small.png | Bin .../{ => VISUALIZATION}/icons/control-270.png | Bin .../icons/control-cursor.png | Bin .../icons/control-double-000-small.png | Bin .../icons/control-double-090-small.png | Bin .../icons/control-double-090.png | Bin .../icons/control-double-180-small.png | Bin .../icons/control-double-180.png | Bin .../icons/control-double-270-small.png | Bin .../icons/control-double-270.png | Bin .../icons/control-double.png | Bin .../icons/control-eject-small.png | Bin .../icons/control-eject.png | Bin .../icons/control-pause-record-small.png | Bin .../icons/control-pause-record.png | Bin .../icons/control-pause-small.png | Bin .../icons/control-pause.png | Bin .../icons/control-power-small.png | Bin .../icons/control-power.png | Bin .../icons/control-record-small.png | Bin .../icons/control-record.png | Bin .../icons/control-skip-000-small.png | Bin .../icons/control-skip-090-small.png | Bin .../icons/control-skip-090.png | Bin .../icons/control-skip-180-small.png | Bin .../icons/control-skip-180.png | Bin .../icons/control-skip-270-small.png | Bin .../icons/control-skip-270.png | Bin .../icons/control-skip.png | Bin .../icons/control-stop-000-small.png | Bin .../icons/control-stop-090-small.png | Bin .../icons/control-stop-090.png | Bin .../icons/control-stop-180-small.png | Bin .../icons/control-stop-180.png | Bin .../icons/control-stop-270-small.png | Bin .../icons/control-stop-270.png | Bin .../icons/control-stop-square-small.png | Bin .../icons/control-stop-square.png | Bin .../icons/control-stop.png | Bin .../src/{ => VISUALIZATION}/icons/control.png | Bin .../icons/controller-d-pad.png | Bin .../{ => VISUALIZATION}/icons/controller.png | Bin .../icons/cookie--arrow.png | Bin .../icons/cookie--exclamation.png | Bin .../icons/cookie--minus.png | Bin .../icons/cookie--pencil.png | Bin .../icons/cookie--plus.png | Bin .../{ => VISUALIZATION}/icons/cookie-bite.png | Bin .../icons/cookie-chocolate-sprinkles.png | Bin .../icons/cookie-chocolate.png | Bin .../cookie-heart-chocolate-sprinkles.png | Bin .../icons/cookie-heart-chocolate.png | Bin .../icons/cookie-heart.png | Bin .../icons/cookie-medium.png | Bin .../src/{ => VISUALIZATION}/icons/cookie.png | Bin .../src/{ => VISUALIZATION}/icons/cookies.png | Bin .../icons/counter-count-up.png | Bin .../icons/counter-count.png | Bin .../icons/counter-reset.png | Bin .../icons/counter-stop.png | Bin .../src/{ => VISUALIZATION}/icons/counter.png | Bin .../icons/creative-commons.png | Bin .../icons/credit-card--arrow.png | Bin .../icons/credit-card--exclamation.png | Bin .../icons/credit-card--minus.png | Bin .../icons/credit-card--pencil.png | Bin .../icons/credit-card--plus.png | Bin .../icons/credit-card-green.png | Bin .../icons/credit-card-medium.png | Bin .../{ => VISUALIZATION}/icons/credit-card.png | Bin .../icons/credit-cards.png | Bin .../icons/cross-button.png | Bin .../icons/cross-circle-frame.png | Bin .../icons/cross-circle.png | Bin .../icons/cross-octagon-frame.png | Bin .../icons/cross-octagon.png | Bin .../icons/cross-script.png | Bin .../icons/cross-shield.png | Bin .../icons/cross-small-circle.png | Bin .../icons/cross-small-white.png | Bin .../{ => VISUALIZATION}/icons/cross-small.png | Bin .../{ => VISUALIZATION}/icons/cross-white.png | Bin .../src/{ => VISUALIZATION}/icons/cross.png | Bin .../icons/crown--arrow.png | Bin .../icons/crown--exclamation.png | Bin .../icons/crown--minus.png | Bin .../icons/crown--pencil.png | Bin .../{ => VISUALIZATION}/icons/crown--plus.png | Bin .../icons/crown-bronze.png | Bin .../icons/crown-silver.png | Bin .../src/{ => VISUALIZATION}/icons/crown.png | Bin .../{ => VISUALIZATION}/icons/cup--arrow.png | Bin .../icons/cup--exclamation.png | Bin .../{ => VISUALIZATION}/icons/cup--minus.png | Bin .../{ => VISUALIZATION}/icons/cup--pencil.png | Bin .../{ => VISUALIZATION}/icons/cup--plus.png | Bin .../{ => VISUALIZATION}/icons/cup-empty.png | Bin .../src/{ => VISUALIZATION}/icons/cup-tea.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/cup.png | Bin .../icons/currency-dollar-aud.png | Bin .../icons/currency-dollar-cad.png | Bin .../icons/currency-dollar-nzd.png | Bin .../icons/currency-dollar-usd.png | Bin .../icons/currency-euro.png | Bin .../icons/currency-pound.png | Bin .../icons/currency-ruble.png | Bin .../icons/currency-yen.png | Bin .../{ => VISUALIZATION}/icons/currency.png | Bin .../icons/cursor-lifebuoy.png | Bin .../icons/cursor-question.png | Bin .../icons/cursor-small.png | Bin .../src/{ => VISUALIZATION}/icons/cursor.png | Bin .../src/{ => VISUALIZATION}/icons/curtain.png | Bin .../icons/cushion-gray.png | Bin .../src/{ => VISUALIZATION}/icons/cushion.png | Bin .../{ => VISUALIZATION}/icons/cutleries.png | Bin .../icons/cutlery-fork.png | Bin .../icons/cutlery-knife.png | Bin .../icons/cutlery-spoon.png | Bin .../src/{ => VISUALIZATION}/icons/cutlery.png | Bin .../icons/cutter--arrow.png | Bin .../icons/cutter--exclamation.png | Bin .../icons/cutter--minus.png | Bin .../icons/cutter--pencil.png | Bin .../icons/cutter--plus.png | Bin .../src/{ => VISUALIZATION}/icons/cutter.png | Bin .../icons/dashboard--arrow.png | Bin .../icons/dashboard--exclamation.png | Bin .../icons/dashboard--minus.png | Bin .../icons/dashboard--pencil.png | Bin .../icons/dashboard--plus.png | Bin .../icons/dashboard-network.png | Bin .../{ => VISUALIZATION}/icons/dashboard.png | Bin .../icons/database--arrow.png | Bin .../icons/database--exclamation.png | Bin .../icons/database--minus.png | Bin .../icons/database--pencil.png | Bin .../icons/database--plus.png | Bin .../icons/database-cloud.png | Bin .../icons/database-delete.png | Bin .../icons/database-export.png | Bin .../icons/database-import.png | Bin .../icons/database-insert.png | Bin .../icons/database-medium.png | Bin .../icons/database-network.png | Bin .../icons/database-property.png | Bin .../icons/database-share.png | Bin .../icons/database-small.png | Bin .../icons/database-sql.png | Bin .../{ => VISUALIZATION}/icons/database.png | Bin .../icons/databases-relation.png | Bin .../{ => VISUALIZATION}/icons/databases.png | Bin .../icons/desktop-empty.png | Bin .../icons/desktop-image.png | Bin .../icons/desktop-network.png | Bin .../icons/desktop-share.png | Bin .../src/{ => VISUALIZATION}/icons/desktop.png | Bin .../src/{ => VISUALIZATION}/icons/diamond.png | Bin .../icons/direction--arrow.png | Bin .../icons/direction--exclamation.png | Bin .../icons/direction--minus.png | Bin .../icons/direction--pencil.png | Bin .../icons/direction--plus.png | Bin .../{ => VISUALIZATION}/icons/direction.png | Bin .../{ => VISUALIZATION}/icons/disc--arrow.png | Bin .../icons/disc--exclamation.png | Bin .../{ => VISUALIZATION}/icons/disc--minus.png | Bin .../icons/disc--pencil.png | Bin .../{ => VISUALIZATION}/icons/disc--plus.png | Bin .../{ => VISUALIZATION}/icons/disc-blue.png | Bin .../icons/disc-case-label.png | Bin .../{ => VISUALIZATION}/icons/disc-case.png | Bin .../{ => VISUALIZATION}/icons/disc-label.png | Bin .../{ => VISUALIZATION}/icons/disc-rename.png | Bin .../{ => VISUALIZATION}/icons/disc-share.png | Bin .../{ => VISUALIZATION}/icons/disc-small.png | Bin .../src/{ => VISUALIZATION}/icons/disc.png | Bin .../src/{ => VISUALIZATION}/icons/discs.png | Bin .../{ => VISUALIZATION}/icons/disk--arrow.png | Bin .../icons/disk--exclamation.png | Bin .../{ => VISUALIZATION}/icons/disk--minus.png | Bin .../icons/disk--pencil.png | Bin .../{ => VISUALIZATION}/icons/disk--plus.png | Bin .../{ => VISUALIZATION}/icons/disk-black.png | Bin .../{ => VISUALIZATION}/icons/disk-rename.png | Bin .../icons/disk-return-black.png | Bin .../{ => VISUALIZATION}/icons/disk-return.png | Bin .../{ => VISUALIZATION}/icons/disk-share.png | Bin .../icons/disk-small-black.png | Bin .../{ => VISUALIZATION}/icons/disk-small.png | Bin .../src/{ => VISUALIZATION}/icons/disk.png | Bin .../{ => VISUALIZATION}/icons/disks-black.png | Bin .../src/{ => VISUALIZATION}/icons/disks.png | Bin .../icons/do-not-disturb-sign-prohibition.png | Bin .../icons/do-not-disturb-sign.png | Bin .../icons/document--arrow.png | Bin .../icons/document--exclamation.png | Bin .../icons/document--minus.png | Bin .../icons/document--pencil.png | Bin .../icons/document--plus.png | Bin .../icons/document-access.png | Bin .../icons/document-attribute-b.png | Bin .../icons/document-attribute-c.png | Bin .../icons/document-attribute-d.png | Bin .../icons/document-attribute-e.png | Bin .../icons/document-attribute-f.png | Bin .../icons/document-attribute-g.png | Bin .../icons/document-attribute-h.png | Bin .../icons/document-attribute-i.png | Bin .../icons/document-attribute-j.png | Bin .../icons/document-attribute-k.png | Bin .../icons/document-attribute-l.png | Bin .../icons/document-attribute-m.png | Bin .../icons/document-attribute-n.png | Bin .../icons/document-attribute-o.png | Bin .../icons/document-attribute-p.png | Bin .../icons/document-attribute-q.png | Bin .../icons/document-attribute-r.png | Bin .../icons/document-attribute-s.png | Bin .../icons/document-attribute-t.png | Bin .../icons/document-attribute-u.png | Bin .../icons/document-attribute-v.png | Bin .../icons/document-attribute-w.png | Bin .../icons/document-attribute-x.png | Bin .../icons/document-attribute-y.png | Bin .../icons/document-attribute-z.png | Bin .../icons/document-attribute.png | Bin .../icons/document-binary.png | Bin .../icons/document-block.png | Bin .../icons/document-bookmark.png | Bin .../icons/document-braille.png | Bin .../icons/document-break.png | Bin .../icons/document-broken.png | Bin .../icons/document-clock.png | Bin .../icons/document-code.png | Bin .../icons/document-convert.png | Bin .../icons/document-copy.png | Bin .../icons/document-epub-text.png | Bin .../icons/document-epub.png | Bin .../icons/document-excel-csv.png | Bin .../icons/document-excel-table.png | Bin .../icons/document-excel.png | Bin .../icons/document-export.png | Bin .../icons/document-film.png | Bin .../icons/document-flash-movie.png | Bin .../icons/document-flash.png | Bin .../icons/document-globe.png | Bin .../icons/document-hf-delete-footer.png | Bin .../icons/document-hf-delete.png | Bin .../icons/document-hf-insert-footer.png | Bin .../icons/document-hf-insert.png | Bin .../icons/document-hf-select-footer.png | Bin .../icons/document-hf-select.png | Bin .../{ => VISUALIZATION}/icons/document-hf.png | Bin .../icons/document-horizontal-text.png | Bin .../icons/document-horizontal.png | Bin .../icons/document-illustrator.png | Bin .../icons/document-image.png | Bin .../icons/document-import.png | Bin .../icons/document-insert.png | Bin .../icons/document-invoice.png | Bin .../icons/document-list.png | Bin .../icons/document-medium.png | Bin .../icons/document-mobi-text.png | Bin .../icons/document-mobi.png | Bin .../icons/document-music-playlist.png | Bin .../icons/document-music.png | Bin .../icons/document-node.png | Bin .../icons/document-number-0.png | Bin .../icons/document-number-1.png | Bin .../icons/document-number-2.png | Bin .../icons/document-number-3.png | Bin .../icons/document-number-4.png | Bin .../icons/document-number-5.png | Bin .../icons/document-number-6.png | Bin .../icons/document-number-7.png | Bin .../icons/document-number-8.png | Bin .../icons/document-number-9.png | Bin .../icons/document-number.png | Bin .../icons/document-office-text.png | Bin .../icons/document-office.png | Bin .../icons/document-outlook.png | Bin .../icons/document-page-last.png | Bin .../icons/document-page-next.png | Bin .../icons/document-page-previous.png | Bin .../icons/document-page.png | Bin .../icons/document-pdf-text.png | Bin .../icons/document-pdf.png | Bin .../icons/document-photoshop-image.png | Bin .../icons/document-photoshop.png | Bin .../icons/document-php.png | Bin .../icons/document-powerpoint.png | Bin .../icons/document-rename.png | Bin .../icons/document-resize-actual.png | Bin .../icons/document-resize.png | Bin .../icons/document-search-result.png | Bin .../icons/document-share.png | Bin .../icons/document-shred.png | Bin .../icons/document-small-list.png | Bin .../icons/document-small.png | Bin .../icons/document-smiley-sad.png | Bin .../icons/document-smiley.png | Bin .../icons/document-snippet.png | Bin .../icons/document-stamp.png | Bin .../icons/document-stand.png | Bin .../icons/document-sticky-note.png | Bin .../icons/document-sub.png | Bin .../icons/document-table.png | Bin .../icons/document-tag.png | Bin .../icons/document-task.png | Bin .../icons/document-template.png | Bin .../icons/document-tex.png | Bin .../icons/document-text-image.png | Bin .../icons/document-text.png | Bin .../icons/document-tree.png | Bin .../icons/document-view-book.png | Bin .../icons/document-view-thumbnail.png | Bin .../icons/document-view.png | Bin .../icons/document-visual-studio.png | Bin .../icons/document-word-text.png | Bin .../icons/document-word-tick.png | Bin .../icons/document-word.png | Bin .../icons/document-xaml.png | Bin .../icons/document-zipper.png | Bin .../{ => VISUALIZATION}/icons/document.png | Bin .../icons/documents-stack.png | Bin .../icons/documents-text.png | Bin .../{ => VISUALIZATION}/icons/documents.png | Bin .../{ => VISUALIZATION}/icons/door--arrow.png | Bin .../icons/door--exclamation.png | Bin .../{ => VISUALIZATION}/icons/door--minus.png | Bin .../icons/door--pencil.png | Bin .../{ => VISUALIZATION}/icons/door--plus.png | Bin .../icons/door-open-in.png | Bin .../icons/door-open-out.png | Bin .../{ => VISUALIZATION}/icons/door-open.png | Bin .../src/{ => VISUALIZATION}/icons/door.png | Bin .../icons/download-cloud.png | Bin .../icons/download-linux.png | Bin .../icons/download-mac-os.png | Bin .../{ => VISUALIZATION}/icons/download.png | Bin .../icons/drawer--arrow.png | Bin .../icons/drawer--exclamation.png | Bin .../icons/drawer--minus.png | Bin .../icons/drawer--pencil.png | Bin .../icons/drawer--plus.png | Bin .../{ => VISUALIZATION}/icons/drawer-open.png | Bin .../src/{ => VISUALIZATION}/icons/drawer.png | Bin .../src/{ => VISUALIZATION}/icons/dress.png | Bin .../icons/drill--arrow.png | Bin .../icons/drill--exclamation.png | Bin .../icons/drill--minus.png | Bin .../icons/drill--pencil.png | Bin .../{ => VISUALIZATION}/icons/drill--plus.png | Bin .../src/{ => VISUALIZATION}/icons/drill.png | Bin .../icons/drive--arrow.png | Bin .../icons/drive--exclamation.png | Bin .../icons/drive--minus.png | Bin .../icons/drive--pencil.png | Bin .../{ => VISUALIZATION}/icons/drive--plus.png | Bin .../icons/drive-disc-blue.png | Bin .../{ => VISUALIZATION}/icons/drive-disc.png | Bin .../icons/drive-download.png | Bin .../{ => VISUALIZATION}/icons/drive-globe.png | Bin .../icons/drive-medium.png | Bin .../icons/drive-network.png | Bin .../icons/drive-rename.png | Bin .../{ => VISUALIZATION}/icons/drive-share.png | Bin .../{ => VISUALIZATION}/icons/drive-small.png | Bin .../icons/drive-upload.png | Bin .../src/{ => VISUALIZATION}/icons/drive.png | Bin .../{ => VISUALIZATION}/icons/dummy-happy.png | Bin .../{ => VISUALIZATION}/icons/dummy-sad.png | Bin .../{ => VISUALIZATION}/icons/dummy-small.png | Bin .../src/{ => VISUALIZATION}/icons/dummy.png | Bin .../icons/e-book-reader-black.png | Bin .../icons/e-book-reader-white.png | Bin .../icons/e-book-reader.png | Bin .../{ => VISUALIZATION}/icons/ear--arrow.png | Bin .../icons/ear--exclamation.png | Bin .../{ => VISUALIZATION}/icons/ear--minus.png | Bin .../{ => VISUALIZATION}/icons/ear--pencil.png | Bin .../{ => VISUALIZATION}/icons/ear--plus.png | Bin .../{ => VISUALIZATION}/icons/ear-listen.png | Bin .../{ => VISUALIZATION}/icons/ear-right.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/ear.png | Bin .../icons/edit-alignment-center.png | Bin .../edit-alignment-justify-distribute.png | Bin .../icons/edit-alignment-justify.png | Bin .../icons/edit-alignment-right.png | Bin .../icons/edit-alignment.png | Bin .../icons/edit-all-caps.png | Bin .../{ => VISUALIZATION}/icons/edit-bold.png | Bin .../icons/edit-code-division.png | Bin .../{ => VISUALIZATION}/icons/edit-code.png | Bin .../{ => VISUALIZATION}/icons/edit-color.png | Bin .../{ => VISUALIZATION}/icons/edit-column.png | Bin .../{ => VISUALIZATION}/icons/edit-comma.png | Bin .../icons/edit-decimal-decrease.png | Bin .../icons/edit-decimal.png | Bin .../{ => VISUALIZATION}/icons/edit-diff.png | Bin .../icons/edit-direction-rtl.png | Bin .../icons/edit-direction.png | Bin .../icons/edit-drop-cap.png | Bin .../{ => VISUALIZATION}/icons/edit-family.png | Bin .../icons/edit-heading-1.png | Bin .../icons/edit-heading-2.png | Bin .../icons/edit-heading-3.png | Bin .../icons/edit-heading-4.png | Bin .../icons/edit-heading-5.png | Bin .../icons/edit-heading-6.png | Bin .../icons/edit-heading.png | Bin .../icons/edit-hyphenation.png | Bin .../icons/edit-image-center.png | Bin .../icons/edit-image-right.png | Bin .../{ => VISUALIZATION}/icons/edit-image.png | Bin .../icons/edit-indent-rtl.png | Bin .../{ => VISUALIZATION}/icons/edit-indent.png | Bin .../{ => VISUALIZATION}/icons/edit-italic.png | Bin .../icons/edit-kerning.png | Bin .../icons/edit-language.png | Bin .../icons/edit-letter-spacing.png | Bin .../icons/edit-line-spacing.png | Bin .../{ => VISUALIZATION}/icons/edit-lipsum.png | Bin .../icons/edit-list-order-rtl.png | Bin .../icons/edit-list-order.png | Bin .../icons/edit-list-rtl.png | Bin .../{ => VISUALIZATION}/icons/edit-list.png | Bin .../icons/edit-lowercase.png | Bin .../icons/edit-mathematics.png | Bin .../{ => VISUALIZATION}/icons/edit-number.png | Bin .../icons/edit-outdent-rtl.png | Bin .../icons/edit-outdent.png | Bin .../icons/edit-outline.png | Bin .../icons/edit-overline.png | Bin .../icons/edit-padding-left.png | Bin .../icons/edit-padding-right.png | Bin .../icons/edit-padding-top.png | Bin .../icons/edit-padding.png | Bin .../icons/edit-percent.png | Bin .../icons/edit-pilcrow.png | Bin .../icons/edit-quotation.png | Bin .../icons/edit-replace.png | Bin .../{ => VISUALIZATION}/icons/edit-rotate.png | Bin .../{ => VISUALIZATION}/icons/edit-rule.png | Bin .../icons/edit-scale-vertical.png | Bin .../{ => VISUALIZATION}/icons/edit-scale.png | Bin .../{ => VISUALIZATION}/icons/edit-shade.png | Bin .../{ => VISUALIZATION}/icons/edit-shadow.png | Bin .../icons/edit-signiture.png | Bin .../icons/edit-size-down.png | Bin .../icons/edit-size-up.png | Bin .../{ => VISUALIZATION}/icons/edit-size.png | Bin .../icons/edit-small-caps.png | Bin .../{ => VISUALIZATION}/icons/edit-space.png | Bin .../icons/edit-strike-double.png | Bin .../{ => VISUALIZATION}/icons/edit-strike.png | Bin .../{ => VISUALIZATION}/icons/edit-style.png | Bin .../icons/edit-subscript.png | Bin .../icons/edit-superscript.png | Bin .../{ => VISUALIZATION}/icons/edit-symbol.png | Bin .../icons/edit-underline-double.png | Bin .../icons/edit-underline.png | Bin .../icons/edit-uppercase.png | Bin .../icons/edit-vertical-alignment-middle.png | Bin .../icons/edit-vertical-alignment-top.png | Bin .../icons/edit-vertical-alignment.png | Bin .../icons/edit-writing-mode-tbrl.png | Bin .../icons/edit-writing-mode.png | Bin .../src/{ => VISUALIZATION}/icons/edit.png | Bin .../icons/envelope--arrow.png | Bin .../icons/envelope--exclamation.png | Bin .../icons/envelope--minus.png | Bin .../icons/envelope--pencil.png | Bin .../icons/envelope--plus.png | Bin .../icons/envelope-at-sign.png | Bin .../icons/envelope-label.png | Bin .../icons/envelope-share.png | Bin .../icons/envelope-string.png | Bin .../{ => VISUALIZATION}/icons/envelope.png | Bin .../icons/equalizer--arrow.png | Bin .../icons/equalizer--exclamation.png | Bin .../icons/equalizer--minus.png | Bin .../icons/equalizer--pencil.png | Bin .../icons/equalizer--plus.png | Bin .../icons/equalizer-flat.png | Bin .../icons/equalizer-high.png | Bin .../icons/equalizer-low.png | Bin .../{ => VISUALIZATION}/icons/equalizer.png | Bin .../icons/eraser--arrow.png | Bin .../icons/eraser--exclamation.png | Bin .../icons/eraser--minus.png | Bin .../icons/eraser--pencil.png | Bin .../icons/eraser--plus.png | Bin .../icons/eraser-small.png | Bin .../src/{ => VISUALIZATION}/icons/eraser.png | Bin .../icons/exclamation--frame.png | Bin .../icons/exclamation-button.png | Bin .../icons/exclamation-circle-frame.png | Bin .../icons/exclamation-circle.png | Bin .../icons/exclamation-diamond-frame.png | Bin .../icons/exclamation-diamond.png | Bin .../icons/exclamation-octagon-frame.png | Bin .../icons/exclamation-octagon.png | Bin .../icons/exclamation-red-frame.png | Bin .../icons/exclamation-red.png | Bin .../icons/exclamation-shield-frame.png | Bin .../icons/exclamation-shield.png | Bin .../icons/exclamation-small-red.png | Bin .../icons/exclamation-small-white.png | Bin .../icons/exclamation-small.png | Bin .../icons/exclamation-white.png | Bin .../{ => VISUALIZATION}/icons/exclamation.png | Bin .../icons/external-small.png | Bin .../{ => VISUALIZATION}/icons/external.png | Bin .../{ => VISUALIZATION}/icons/eye--arrow.png | Bin .../icons/eye--exclamation.png | Bin .../{ => VISUALIZATION}/icons/eye--minus.png | Bin .../{ => VISUALIZATION}/icons/eye--pencil.png | Bin .../{ => VISUALIZATION}/icons/eye--plus.png | Bin .../{ => VISUALIZATION}/icons/eye-close.png | Bin .../{ => VISUALIZATION}/icons/eye-half.png | Bin .../src/{ => VISUALIZATION}/icons/eye-red.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/eye.png | Bin .../{ => VISUALIZATION}/icons/feed--arrow.png | Bin .../icons/feed--exclamation.png | Bin .../{ => VISUALIZATION}/icons/feed--minus.png | Bin .../icons/feed--pencil.png | Bin .../{ => VISUALIZATION}/icons/feed--plus.png | Bin .../icons/feed-balloon.png | Bin .../icons/feed-document.png | Bin .../{ => VISUALIZATION}/icons/feed-small.png | Bin .../src/{ => VISUALIZATION}/icons/feed.png | Bin .../{ => VISUALIZATION}/icons/fill-090.png | Bin .../{ => VISUALIZATION}/icons/fill-180.png | Bin .../{ => VISUALIZATION}/icons/fill-270.png | Bin .../icons/fill-medium-090.png | Bin .../icons/fill-medium-180.png | Bin .../icons/fill-medium-270.png | Bin .../{ => VISUALIZATION}/icons/fill-medium.png | Bin .../src/{ => VISUALIZATION}/icons/fill.png | Bin .../{ => VISUALIZATION}/icons/film--arrow.png | Bin .../icons/film--exclamation.png | Bin .../{ => VISUALIZATION}/icons/film--minus.png | Bin .../icons/film--pencil.png | Bin .../{ => VISUALIZATION}/icons/film--plus.png | Bin .../{ => VISUALIZATION}/icons/film-cast.png | Bin .../{ => VISUALIZATION}/icons/film-medium.png | Bin .../{ => VISUALIZATION}/icons/film-small.png | Bin .../icons/film-timeline.png | Bin .../icons/film-youtube.png | Bin .../src/{ => VISUALIZATION}/icons/film.png | Bin .../src/{ => VISUALIZATION}/icons/films.png | Bin .../icons/fingerprint-recognition-fail.png | Bin .../icons/fingerprint-recognition.png | Bin .../{ => VISUALIZATION}/icons/fingerprint.png | Bin .../{ => VISUALIZATION}/icons/fire--arrow.png | Bin .../icons/fire--exclamation.png | Bin .../{ => VISUALIZATION}/icons/fire--minus.png | Bin .../icons/fire--pencil.png | Bin .../{ => VISUALIZATION}/icons/fire--plus.png | Bin .../{ => VISUALIZATION}/icons/fire-big.png | Bin .../{ => VISUALIZATION}/icons/fire-small.png | Bin .../src/{ => VISUALIZATION}/icons/fire.png | Bin .../{ => VISUALIZATION}/icons/flag--arrow.png | Bin .../icons/flag--exclamation.png | Bin .../{ => VISUALIZATION}/icons/flag--minus.png | Bin .../icons/flag--pencil.png | Bin .../{ => VISUALIZATION}/icons/flag--plus.png | Bin .../{ => VISUALIZATION}/icons/flag-black.png | Bin .../{ => VISUALIZATION}/icons/flag-blue.png | Bin .../icons/flag-checker.png | Bin .../{ => VISUALIZATION}/icons/flag-gray.png | Bin .../{ => VISUALIZATION}/icons/flag-green.png | Bin .../{ => VISUALIZATION}/icons/flag-pink.png | Bin .../{ => VISUALIZATION}/icons/flag-purple.png | Bin .../{ => VISUALIZATION}/icons/flag-small.png | Bin .../{ => VISUALIZATION}/icons/flag-white.png | Bin .../{ => VISUALIZATION}/icons/flag-yellow.png | Bin .../src/{ => VISUALIZATION}/icons/flag.png | Bin .../icons/flashlight--arrow.png | Bin .../icons/flashlight--exclamation.png | Bin .../icons/flashlight--minus.png | Bin .../icons/flashlight--pencil.png | Bin .../icons/flashlight--plus.png | Bin .../icons/flashlight-shine.png | Bin .../{ => VISUALIZATION}/icons/flashlight.png | Bin .../icons/flask--arrow.png | Bin .../icons/flask--exclamation.png | Bin .../icons/flask--minus.png | Bin .../icons/flask--pencil.png | Bin .../{ => VISUALIZATION}/icons/flask--plus.png | Bin .../{ => VISUALIZATION}/icons/flask-empty.png | Bin .../src/{ => VISUALIZATION}/icons/flask.png | Bin .../{ => VISUALIZATION}/icons/flower-face.png | Bin .../icons/flower-pluck.png | Bin .../src/{ => VISUALIZATION}/icons/flower.png | Bin .../src/{ => VISUALIZATION}/icons/foaf.png | Bin .../icons/folder--arrow.png | Bin .../icons/folder--exclamation.png | Bin .../icons/folder--minus.png | Bin .../icons/folder--pencil.png | Bin .../icons/folder--plus.png | Bin .../icons/folder-bookmark.png | Bin .../icons/folder-broken.png | Bin .../icons/folder-export.png | Bin .../icons/folder-horizontal-open.png | Bin .../icons/folder-horizontal.png | Bin .../icons/folder-import.png | Bin .../icons/folder-medium.png | Bin .../icons/folder-network-horizontal-open.png | Bin .../icons/folder-network-horizontal.png | Bin .../icons/folder-network.png | Bin .../folder-open-document-music-playlist.png | Bin .../icons/folder-open-document-music.png | Bin .../icons/folder-open-document-text.png | Bin .../icons/folder-open-document.png | Bin .../icons/folder-open-feed.png | Bin .../icons/folder-open-film.png | Bin .../icons/folder-open-image.png | Bin .../icons/folder-open-slide.png | Bin .../icons/folder-open-table.png | Bin .../{ => VISUALIZATION}/icons/folder-open.png | Bin .../icons/folder-rename.png | Bin .../icons/folder-search-result.png | Bin .../icons/folder-share.png | Bin .../icons/folder-shred.png | Bin .../icons/folder-small-horizontal.png | Bin .../icons/folder-small.png | Bin .../icons/folder-smiley-sad.png | Bin .../icons/folder-smiley.png | Bin .../icons/folder-stamp.png | Bin .../icons/folder-stand.png | Bin .../icons/folder-sticky-note.png | Bin .../{ => VISUALIZATION}/icons/folder-tree.png | Bin .../icons/folder-zipper.png | Bin .../src/{ => VISUALIZATION}/icons/folder.png | Bin .../icons/folders-stack.png | Bin .../src/{ => VISUALIZATION}/icons/folders.png | Bin .../{ => VISUALIZATION}/icons/folding-fan.png | Bin .../{ => VISUALIZATION}/icons/footprint.png | Bin .../{ => VISUALIZATION}/icons/footprints.png | Bin .../icons/fruit-apple-half.png | Bin .../{ => VISUALIZATION}/icons/fruit-grape.png | Bin .../{ => VISUALIZATION}/icons/fruit-lime.png | Bin .../icons/fruit-orange.png | Bin .../src/{ => VISUALIZATION}/icons/fruit.png | Bin .../{ => VISUALIZATION}/icons/function.png | Bin .../icons/funnel--arrow.png | Bin .../icons/funnel--exclamation.png | Bin .../icons/funnel--minus.png | Bin .../icons/funnel--pencil.png | Bin .../icons/funnel--plus.png | Bin .../icons/funnel-small.png | Bin .../src/{ => VISUALIZATION}/icons/funnel.png | Bin .../src/{ => VISUALIZATION}/icons/futon.png | Bin .../icons/game-monitor.png | Bin .../src/{ => VISUALIZATION}/icons/game.png | Bin .../{ => VISUALIZATION}/icons/gear--arrow.png | Bin .../icons/gear--exclamation.png | Bin .../{ => VISUALIZATION}/icons/gear--minus.png | Bin .../icons/gear--pencil.png | Bin .../{ => VISUALIZATION}/icons/gear--plus.png | Bin .../{ => VISUALIZATION}/icons/gear-small.png | Bin .../src/{ => VISUALIZATION}/icons/gear.png | Bin .../icons/gender-female.png | Bin .../src/{ => VISUALIZATION}/icons/gender.png | Bin .../icons/geolocation-small.png | Bin .../{ => VISUALIZATION}/icons/geolocation.png | Bin .../icons/geotag-balloon.png | Bin .../icons/geotag-document.png | Bin .../icons/geotag-small.png | Bin .../src/{ => VISUALIZATION}/icons/geotag.png | Bin .../{ => VISUALIZATION}/icons/ghost-small.png | Bin .../src/{ => VISUALIZATION}/icons/ghost.png | Bin .../icons/gingerbread-man-chocolate.png | Bin .../icons/gingerbread-man.png | Bin .../{ => VISUALIZATION}/icons/git-small.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/git.png | Bin .../icons/glass--arrow.png | Bin .../icons/glass--exclamation.png | Bin .../icons/glass--minus.png | Bin .../icons/glass--pencil.png | Bin .../{ => VISUALIZATION}/icons/glass--plus.png | Bin .../{ => VISUALIZATION}/icons/glass-empty.png | Bin .../icons/glass-narrow.png | Bin .../{ => VISUALIZATION}/icons/glass-wide.png | Bin .../src/{ => VISUALIZATION}/icons/glass.png | Bin .../icons/globe--arrow.png | Bin .../icons/globe--exclamation.png | Bin .../icons/globe--minus.png | Bin .../icons/globe--pencil.png | Bin .../{ => VISUALIZATION}/icons/globe--plus.png | Bin .../{ => VISUALIZATION}/icons/globe-green.png | Bin .../icons/globe-medium-green.png | Bin .../icons/globe-medium.png | Bin .../{ => VISUALIZATION}/icons/globe-model.png | Bin .../icons/globe-network-ethernet.png | Bin .../icons/globe-network.png | Bin .../{ => VISUALIZATION}/icons/globe-place.png | Bin .../{ => VISUALIZATION}/icons/globe-share.png | Bin .../icons/globe-small-green.png | Bin .../{ => VISUALIZATION}/icons/globe-small.png | Bin .../src/{ => VISUALIZATION}/icons/globe.png | Bin .../icons/gradient-small.png | Bin .../{ => VISUALIZATION}/icons/gradient.png | Bin .../icons/graduation-hat.png | Bin .../icons/graphic-card.png | Bin .../{ => VISUALIZATION}/icons/grid-dot.png | Bin .../icons/grid-small-dot.png | Bin .../{ => VISUALIZATION}/icons/grid-small.png | Bin .../icons/grid-snap-dot.png | Bin .../{ => VISUALIZATION}/icons/grid-snap.png | Bin .../src/{ => VISUALIZATION}/icons/grid.png | Bin .../{ => VISUALIZATION}/icons/guide-snap.png | Bin .../src/{ => VISUALIZATION}/icons/guide.png | Bin .../icons/guitar--arrow.png | Bin .../icons/guitar--exclamation.png | Bin .../icons/guitar--minus.png | Bin .../icons/guitar--pencil.png | Bin .../icons/guitar--plus.png | Bin .../src/{ => VISUALIZATION}/icons/guitar.png | Bin .../{ => VISUALIZATION}/icons/haiku-wide.png | Bin .../src/{ => VISUALIZATION}/icons/haiku.png | Bin .../{ => VISUALIZATION}/icons/hamburger.png | Bin .../icons/hammer--arrow.png | Bin .../icons/hammer--exclamation.png | Bin .../icons/hammer--minus.png | Bin .../icons/hammer--pencil.png | Bin .../icons/hammer--plus.png | Bin .../{ => VISUALIZATION}/icons/hammer-left.png | Bin .../icons/hammer-screwdriver.png | Bin .../src/{ => VISUALIZATION}/icons/hammer.png | Bin .../{ => VISUALIZATION}/icons/hand-finger.png | Bin .../{ => VISUALIZATION}/icons/hand-horns.png | Bin .../{ => VISUALIZATION}/icons/hand-ily.png | Bin .../{ => VISUALIZATION}/icons/hand-pinky.png | Bin .../icons/hand-point-090.png | Bin .../icons/hand-point-180.png | Bin .../icons/hand-point-270.png | Bin .../{ => VISUALIZATION}/icons/hand-point.png | Bin .../icons/hand-property.png | Bin .../icons/hand-red-string-of-fate.png | Bin .../{ => VISUALIZATION}/icons/hand-shake.png | Bin .../{ => VISUALIZATION}/icons/hand-share.png | Bin .../src/{ => VISUALIZATION}/icons/hand.png | Bin .../icons/hard-hat--arrow.png | Bin .../icons/hard-hat--exclamation.png | Bin .../icons/hard-hat--minus.png | Bin .../icons/hard-hat--pencil.png | Bin .../icons/hard-hat--plus.png | Bin .../icons/hard-hat-military-camouflage.png | Bin .../icons/hard-hat-military.png | Bin .../icons/hard-hat-mine.png | Bin .../{ => VISUALIZATION}/icons/hard-hat.png | Bin .../icons/headphone--arrow.png | Bin .../icons/headphone--exclamation.png | Bin .../icons/headphone--minus.png | Bin .../icons/headphone--pencil.png | Bin .../icons/headphone--plus.png | Bin .../icons/headphone-microphone.png | Bin .../{ => VISUALIZATION}/icons/headphone.png | Bin .../icons/headstone-cross.png | Bin .../icons/headstone-rip.png | Bin .../{ => VISUALIZATION}/icons/headstone.png | Bin .../icons/heart--arrow.png | Bin .../icons/heart--exclamation.png | Bin .../icons/heart--minus.png | Bin .../icons/heart--pencil.png | Bin .../{ => VISUALIZATION}/icons/heart--plus.png | Bin .../{ => VISUALIZATION}/icons/heart-break.png | Bin .../{ => VISUALIZATION}/icons/heart-empty.png | Bin .../{ => VISUALIZATION}/icons/heart-half.png | Bin .../icons/heart-small-empty.png | Bin .../icons/heart-small-half.png | Bin .../{ => VISUALIZATION}/icons/heart-small.png | Bin .../src/{ => VISUALIZATION}/icons/heart.png | Bin .../icons/highlighter--arrow.png | Bin .../icons/highlighter--exclamation.png | Bin .../icons/highlighter--minus.png | Bin .../icons/highlighter--plus.png | Bin .../icons/highlighter-color.png | Bin .../icons/highlighter-small.png | Bin .../icons/highlighter-text.png | Bin .../{ => VISUALIZATION}/icons/highlighter.png | Bin .../src/{ => VISUALIZATION}/icons/holly.png | Bin .../{ => VISUALIZATION}/icons/home--arrow.png | Bin .../icons/home--exclamation.png | Bin .../{ => VISUALIZATION}/icons/home--minus.png | Bin .../icons/home--pencil.png | Bin .../{ => VISUALIZATION}/icons/home--plus.png | Bin .../icons/home-for-sale-sign-blue.png | Bin .../icons/home-for-sale-sign-red.png | Bin .../icons/home-for-sale-sign.png | Bin .../{ => VISUALIZATION}/icons/home-medium.png | Bin .../icons/home-network.png | Bin .../{ => VISUALIZATION}/icons/home-share.png | Bin .../{ => VISUALIZATION}/icons/home-small.png | Bin .../src/{ => VISUALIZATION}/icons/home.png | Bin .../icons/hourglass--arrow.png | Bin .../icons/hourglass--exclamation.png | Bin .../icons/hourglass--minus.png | Bin .../icons/hourglass--pencil.png | Bin .../icons/hourglass--plus.png | Bin .../icons/hourglass-select-remain.png | Bin .../icons/hourglass-select.png | Bin .../{ => VISUALIZATION}/icons/hourglass.png | Bin .../{ => VISUALIZATION}/icons/ice--arrow.png | Bin .../icons/ice--exclamation.png | Bin .../{ => VISUALIZATION}/icons/ice--minus.png | Bin .../{ => VISUALIZATION}/icons/ice--pencil.png | Bin .../{ => VISUALIZATION}/icons/ice--plus.png | Bin .../icons/ice-cream-blue-moon.png | Bin .../icons/ice-cream-chocolate.png | Bin .../icons/ice-cream-empty.png | Bin .../icons/ice-cream-sprinkles-blue-moon.png | Bin .../icons/ice-cream-sprinkles-chocolate.png | Bin .../icons/ice-cream-sprinkles.png | Bin .../{ => VISUALIZATION}/icons/ice-cream.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/ice.png | Bin .../icons/image--arrow.png | Bin .../icons/image--exclamation.png | Bin .../icons/image--minus.png | Bin .../icons/image--pencil.png | Bin .../{ => VISUALIZATION}/icons/image--plus.png | Bin .../icons/image-balloon.png | Bin .../{ => VISUALIZATION}/icons/image-blur.png | Bin .../{ => VISUALIZATION}/icons/image-cast.png | Bin .../{ => VISUALIZATION}/icons/image-crop.png | Bin .../{ => VISUALIZATION}/icons/image-empty.png | Bin .../icons/image-export.png | Bin .../icons/image-import.png | Bin .../icons/image-instagram-frame.png | Bin .../icons/image-instagram.png | Bin .../{ => VISUALIZATION}/icons/image-map.png | Bin .../icons/image-medium.png | Bin .../icons/image-reflection.png | Bin .../icons/image-resize-actual.png | Bin .../icons/image-resize.png | Bin .../icons/image-saturation-up.png | Bin .../icons/image-saturation.png | Bin .../icons/image-select.png | Bin .../{ => VISUALIZATION}/icons/image-share.png | Bin .../icons/image-sharpen.png | Bin .../icons/image-small-sunset.png | Bin .../{ => VISUALIZATION}/icons/image-small.png | Bin .../icons/image-sunset.png | Bin .../icons/image-vertical-sunset.png | Bin .../icons/image-vertical.png | Bin .../src/{ => VISUALIZATION}/icons/image.png | Bin .../icons/images-flickr.png | Bin .../icons/images-stack.png | Bin .../src/{ => VISUALIZATION}/icons/images.png | Bin .../icons/inbox--arrow.png | Bin .../icons/inbox--exclamation.png | Bin .../icons/inbox--minus.png | Bin .../icons/inbox--pencil.png | Bin .../{ => VISUALIZATION}/icons/inbox--plus.png | Bin .../icons/inbox-document-music-playlist.png | Bin .../icons/inbox-document-music.png | Bin .../icons/inbox-document-text.png | Bin .../icons/inbox-document.png | Bin .../icons/inbox-download.png | Bin .../{ => VISUALIZATION}/icons/inbox-film.png | Bin .../{ => VISUALIZATION}/icons/inbox-image.png | Bin .../{ => VISUALIZATION}/icons/inbox-slide.png | Bin .../{ => VISUALIZATION}/icons/inbox-table.png | Bin .../icons/inbox-upload.png | Bin .../src/{ => VISUALIZATION}/icons/inbox.png | Bin .../icons/infocard-small.png | Bin .../{ => VISUALIZATION}/icons/infocard.png | Bin .../icons/information-balloon.png | Bin .../icons/information-button.png | Bin .../icons/information-frame.png | Bin .../icons/information-italic.png | Bin .../icons/information-octagon-frame.png | Bin .../icons/information-octagon.png | Bin .../icons/information-shield.png | Bin .../icons/information-small-white.png | Bin .../icons/information-small.png | Bin .../icons/information-white.png | Bin .../{ => VISUALIZATION}/icons/information.png | Bin .../{ => VISUALIZATION}/icons/jar--arrow.png | Bin .../icons/jar--exclamation.png | Bin .../{ => VISUALIZATION}/icons/jar--minus.png | Bin .../{ => VISUALIZATION}/icons/jar--pencil.png | Bin .../{ => VISUALIZATION}/icons/jar--plus.png | Bin .../{ => VISUALIZATION}/icons/jar-empty.png | Bin .../{ => VISUALIZATION}/icons/jar-label.png | Bin .../{ => VISUALIZATION}/icons/jar-open.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/jar.png | Bin .../{ => VISUALIZATION}/icons/joystick.png | Bin .../src/{ => VISUALIZATION}/icons/json.png | Bin .../{ => VISUALIZATION}/icons/key--arrow.png | Bin .../icons/key--exclamation.png | Bin .../{ => VISUALIZATION}/icons/key--minus.png | Bin .../{ => VISUALIZATION}/icons/key--pencil.png | Bin .../{ => VISUALIZATION}/icons/key--plus.png | Bin .../{ => VISUALIZATION}/icons/key-solid.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/key.png | Bin .../icons/keyboard--arrow.png | Bin .../icons/keyboard--exclamation.png | Bin .../icons/keyboard--minus.png | Bin .../icons/keyboard--pencil.png | Bin .../icons/keyboard--plus.png | Bin .../icons/keyboard-command.png | Bin .../icons/keyboard-enter.png | Bin .../icons/keyboard-full-wireless.png | Bin .../icons/keyboard-full.png | Bin .../icons/keyboard-small.png | Bin .../icons/keyboard-smiley.png | Bin .../icons/keyboard-space.png | Bin .../{ => VISUALIZATION}/icons/keyboard.png | Bin .../icons/keyboards-combination.png | Bin .../{ => VISUALIZATION}/icons/keyboards.png | Bin .../icons/language-balloon.png | Bin .../icons/language-document.png | Bin .../icons/language-small.png | Bin .../{ => VISUALIZATION}/icons/language.png | Bin .../icons/layer--arrow.png | Bin .../icons/layer--exclamation.png | Bin .../icons/layer--minus.png | Bin .../icons/layer--pencil.png | Bin .../{ => VISUALIZATION}/icons/layer--plus.png | Bin .../icons/layer-flip-vertical.png | Bin .../{ => VISUALIZATION}/icons/layer-flip.png | Bin .../{ => VISUALIZATION}/icons/layer-mask.png | Bin .../icons/layer-resize-actual.png | Bin .../icons/layer-resize-replicate-vertical.png | Bin .../icons/layer-resize-replicate.png | Bin .../icons/layer-resize.png | Bin .../icons/layer-rotate-left.png | Bin .../icons/layer-rotate.png | Bin .../icons/layer-select-point.png | Bin .../icons/layer-select.png | Bin .../{ => VISUALIZATION}/icons/layer-shade.png | Bin .../icons/layer-shape-curve.png | Bin .../icons/layer-shape-ellipse.png | Bin .../icons/layer-shape-line.png | Bin .../icons/layer-shape-polygon.png | Bin .../icons/layer-shape-polyline.png | Bin .../icons/layer-shape-round.png | Bin .../icons/layer-shape-text.png | Bin .../{ => VISUALIZATION}/icons/layer-shape.png | Bin .../{ => VISUALIZATION}/icons/layer-shred.png | Bin .../{ => VISUALIZATION}/icons/layer-small.png | Bin .../icons/layer-transparent.png | Bin .../icons/layer-vector.png | Bin .../src/{ => VISUALIZATION}/icons/layer.png | Bin .../icons/layers-alignment-bottom.png | Bin .../icons/layers-alignment-center.png | Bin .../icons/layers-alignment-left.png | Bin .../icons/layers-alignment-middle.png | Bin .../icons/layers-alignment-right.png | Bin .../icons/layers-alignment.png | Bin .../icons/layers-arrange-back.png | Bin .../icons/layers-arrange.png | Bin .../icons/layers-group.png | Bin .../icons/layers-small.png | Bin .../icons/layers-stack-arrange-back.png | Bin .../icons/layers-stack-arrange.png | Bin .../icons/layers-stack.png | Bin .../icons/layers-ungroup.png | Bin .../src/{ => VISUALIZATION}/icons/layers.png | Bin .../icons/layout-2-equal.png | Bin .../{ => VISUALIZATION}/icons/layout-2.png | Bin .../icons/layout-3-mix.png | Bin .../{ => VISUALIZATION}/icons/layout-3.png | Bin .../{ => VISUALIZATION}/icons/layout-4.png | Bin .../{ => VISUALIZATION}/icons/layout-6.png | Bin .../icons/layout-design.png | Bin .../icons/layout-header-2-equal.png | Bin .../icons/layout-header-2.png | Bin .../icons/layout-header-3-mix.png | Bin .../icons/layout-header-3.png | Bin .../icons/layout-header.png | Bin .../icons/layout-hf-2-equal.png | Bin .../{ => VISUALIZATION}/icons/layout-hf-2.png | Bin .../icons/layout-hf-3-mix.png | Bin .../{ => VISUALIZATION}/icons/layout-hf-3.png | Bin .../{ => VISUALIZATION}/icons/layout-hf.png | Bin .../icons/layout-join-vertical.png | Bin .../{ => VISUALIZATION}/icons/layout-join.png | Bin .../icons/layout-select-content.png | Bin .../icons/layout-select-footer.png | Bin .../icons/layout-select-sidebar.png | Bin .../icons/layout-select.png | Bin .../icons/layout-split-vertical.png | Bin .../icons/layout-split.png | Bin .../src/{ => VISUALIZATION}/icons/layout.png | Bin .../{ => VISUALIZATION}/icons/leaf--arrow.png | Bin .../icons/leaf--exclamation.png | Bin .../{ => VISUALIZATION}/icons/leaf--minus.png | Bin .../icons/leaf--pencil.png | Bin .../{ => VISUALIZATION}/icons/leaf--plus.png | Bin .../{ => VISUALIZATION}/icons/leaf-plant.png | Bin .../{ => VISUALIZATION}/icons/leaf-red.png | Bin .../icons/leaf-wormhole.png | Bin .../{ => VISUALIZATION}/icons/leaf-yellow.png | Bin .../src/{ => VISUALIZATION}/icons/leaf.png | Bin .../{ => VISUALIZATION}/icons/license-key.png | Bin .../icons/lifebuoy--arrow.png | Bin .../icons/lifebuoy--exclamation.png | Bin .../icons/lifebuoy--minus.png | Bin .../icons/lifebuoy--pencil.png | Bin .../icons/lifebuoy--plus.png | Bin .../icons/lifebuoy-medium.png | Bin .../icons/lifebuoy-small.png | Bin .../{ => VISUALIZATION}/icons/lifebuoy.png | Bin .../icons/light-bulb--arrow.png | Bin .../icons/light-bulb--exclamation.png | Bin .../icons/light-bulb--minus.png | Bin .../icons/light-bulb--pencil.png | Bin .../icons/light-bulb--plus.png | Bin .../icons/light-bulb-code.png | Bin .../icons/light-bulb-off.png | Bin .../icons/light-bulb-small-off.png | Bin .../icons/light-bulb-small.png | Bin .../{ => VISUALIZATION}/icons/light-bulb.png | Bin .../icons/lighthouse-shine.png | Bin .../{ => VISUALIZATION}/icons/lighthouse.png | Bin .../icons/lightning--arrow.png | Bin .../icons/lightning--exclamation.png | Bin .../icons/lightning--minus.png | Bin .../icons/lightning--pencil.png | Bin .../icons/lightning--plus.png | Bin .../icons/lightning-small.png | Bin .../{ => VISUALIZATION}/icons/lightning.png | Bin .../icons/locale-alternate.png | Bin .../src/{ => VISUALIZATION}/icons/locale.png | Bin .../{ => VISUALIZATION}/icons/lock--arrow.png | Bin .../icons/lock--exclamation.png | Bin .../{ => VISUALIZATION}/icons/lock--minus.png | Bin .../icons/lock--pencil.png | Bin .../{ => VISUALIZATION}/icons/lock--plus.png | Bin .../{ => VISUALIZATION}/icons/lock-small.png | Bin .../{ => VISUALIZATION}/icons/lock-ssl.png | Bin .../{ => VISUALIZATION}/icons/lock-unlock.png | Bin .../icons/lock-warning.png | Bin .../src/{ => VISUALIZATION}/icons/lock.png | Bin .../{ => VISUALIZATION}/icons/lollipop.png | Bin .../icons/luggage--arrow.png | Bin .../icons/luggage--exclamation.png | Bin .../icons/luggage--minus.png | Bin .../icons/luggage--pencil.png | Bin .../icons/luggage--plus.png | Bin .../{ => VISUALIZATION}/icons/luggage-tag.png | Bin .../src/{ => VISUALIZATION}/icons/luggage.png | Bin .../src/{ => VISUALIZATION}/icons/mac-os.png | Bin .../icons/magnet--arrow.png | Bin .../icons/magnet--exclamation.png | Bin .../icons/magnet--minus.png | Bin .../icons/magnet--pencil.png | Bin .../icons/magnet--plus.png | Bin .../{ => VISUALIZATION}/icons/magnet-blue.png | Bin .../icons/magnet-small.png | Bin .../src/{ => VISUALIZATION}/icons/magnet.png | Bin .../icons/magnifier--arrow.png | Bin .../icons/magnifier--exclamation.png | Bin .../icons/magnifier--minus.png | Bin .../icons/magnifier--pencil.png | Bin .../icons/magnifier--plus.png | Bin .../icons/magnifier-history-left.png | Bin .../icons/magnifier-history.png | Bin .../icons/magnifier-left.png | Bin .../icons/magnifier-medium-left.png | Bin .../icons/magnifier-medium.png | Bin .../icons/magnifier-small.png | Bin .../icons/magnifier-zoom-actual-equal.png | Bin .../icons/magnifier-zoom-actual.png | Bin .../icons/magnifier-zoom-fit.png | Bin .../icons/magnifier-zoom-in.png | Bin .../icons/magnifier-zoom-out.png | Bin .../icons/magnifier-zoom.png | Bin .../{ => VISUALIZATION}/icons/magnifier.png | Bin .../icons/mahjong--arrow.png | Bin .../icons/mahjong--exclamation.png | Bin .../icons/mahjong--minus.png | Bin .../icons/mahjong--pencil.png | Bin .../icons/mahjong--plus.png | Bin .../icons/mahjong-white.png | Bin .../src/{ => VISUALIZATION}/icons/mahjong.png | Bin .../{ => VISUALIZATION}/icons/mail--arrow.png | Bin .../icons/mail--exclamation.png | Bin .../{ => VISUALIZATION}/icons/mail--minus.png | Bin .../icons/mail--pencil.png | Bin .../{ => VISUALIZATION}/icons/mail--plus.png | Bin .../{ => VISUALIZATION}/icons/mail-air.png | Bin .../icons/mail-at-sign.png | Bin .../icons/mail-forward-all.png | Bin .../icons/mail-forward.png | Bin .../icons/mail-medium-open.png | Bin .../{ => VISUALIZATION}/icons/mail-medium.png | Bin .../mail-open-document-music-playlist.png | Bin .../icons/mail-open-document-music.png | Bin .../icons/mail-open-document-text.png | Bin .../icons/mail-open-document.png | Bin .../icons/mail-open-film.png | Bin .../icons/mail-open-image.png | Bin .../icons/mail-open-table.png | Bin .../{ => VISUALIZATION}/icons/mail-open.png | Bin .../icons/mail-receive.png | Bin .../icons/mail-reply-all.png | Bin .../{ => VISUALIZATION}/icons/mail-reply.png | Bin .../icons/mail-send-receive.png | Bin .../{ => VISUALIZATION}/icons/mail-send.png | Bin .../{ => VISUALIZATION}/icons/mail-share.png | Bin .../{ => VISUALIZATION}/icons/mail-small.png | Bin .../src/{ => VISUALIZATION}/icons/mail.png | Bin .../{ => VISUALIZATION}/icons/mails-stack.png | Bin .../src/{ => VISUALIZATION}/icons/mails.png | Bin .../{ => VISUALIZATION}/icons/map--arrow.png | Bin .../icons/map--exclamation.png | Bin .../{ => VISUALIZATION}/icons/map--minus.png | Bin .../{ => VISUALIZATION}/icons/map--pencil.png | Bin .../{ => VISUALIZATION}/icons/map--plus.png | Bin .../{ => VISUALIZATION}/icons/map-medium.png | Bin .../src/{ => VISUALIZATION}/icons/map-pin.png | Bin .../icons/map-resize-actual.png | Bin .../{ => VISUALIZATION}/icons/map-resize.png | Bin .../{ => VISUALIZATION}/icons/map-share.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/map.png | Bin .../{ => VISUALIZATION}/icons/maps-stack.png | Bin .../src/{ => VISUALIZATION}/icons/maps.png | Bin .../icons/marker--arrow.png | Bin .../icons/marker--exclamation.png | Bin .../icons/marker--minus.png | Bin .../icons/marker--pencil.png | Bin .../icons/marker--plus.png | Bin .../icons/marker-small.png | Bin .../src/{ => VISUALIZATION}/icons/marker.png | Bin .../src/{ => VISUALIZATION}/icons/mask.png | Bin .../icons/medal--arrow.png | Bin .../icons/medal--exclamation.png | Bin .../icons/medal--minus.png | Bin .../icons/medal--pencil.png | Bin .../{ => VISUALIZATION}/icons/medal--plus.png | Bin .../icons/medal-bronze-premium.png | Bin .../icons/medal-bronze-red-premium.png | Bin .../icons/medal-bronze-red.png | Bin .../icons/medal-bronze.png | Bin .../icons/medal-premium.png | Bin .../icons/medal-red-premium.png | Bin .../{ => VISUALIZATION}/icons/medal-red.png | Bin .../icons/medal-silver-premium.png | Bin .../icons/medal-silver-red-premium.png | Bin .../icons/medal-silver-red.png | Bin .../icons/medal-silver.png | Bin .../src/{ => VISUALIZATION}/icons/medal.png | Bin .../icons/media-player--arrow.png | Bin .../icons/media-player--exclamation.png | Bin .../icons/media-player--minus.png | Bin .../icons/media-player--pencil.png | Bin .../icons/media-player--plus.png | Bin .../icons/media-player-black.png | Bin .../icons/media-player-cast.png | Bin .../icons/media-player-medium-black.png | Bin .../icons/media-player-medium-blue.png | Bin .../icons/media-player-medium-green.png | Bin .../icons/media-player-medium-orange.png | Bin .../icons/media-player-medium-pink.png | Bin .../icons/media-player-medium-purple.png | Bin .../icons/media-player-medium-red.png | Bin .../icons/media-player-medium-yellow.png | Bin .../icons/media-player-medium.png | Bin .../icons/media-player-phone-horizontal.png | Bin .../icons/media-player-phone-protector.png | Bin .../icons/media-player-phone.png | Bin .../icons/media-player-protector.png | Bin .../icons/media-player-small-blue.png | Bin .../icons/media-player-small-green.png | Bin .../icons/media-player-small-pink.png | Bin .../icons/media-player-small-red.png | Bin .../icons/media-player-small.png | Bin .../icons/media-player-xsmall-black.png | Bin .../icons/media-player-xsmall-blue.png | Bin .../icons/media-player-xsmall-green.png | Bin .../icons/media-player-xsmall-pink.png | Bin .../icons/media-player-xsmall-polish.png | Bin .../icons/media-player-xsmall.png | Bin .../icons/media-player.png | Bin .../icons/media-players.png | Bin .../icons/megaphone--arrow.png | Bin .../icons/megaphone--exclamation.png | Bin .../icons/megaphone--minus.png | Bin .../icons/megaphone--pencil.png | Bin .../icons/megaphone--plus.png | Bin .../{ => VISUALIZATION}/icons/megaphone.png | Bin .../src/{ => VISUALIZATION}/icons/memory.png | Bin .../icons/metronome--arrow.png | Bin .../icons/metronome--exclamation.png | Bin .../icons/metronome--minus.png | Bin .../icons/metronome--pencil.png | Bin .../icons/metronome--plus.png | Bin .../{ => VISUALIZATION}/icons/metronome.png | Bin .../icons/microformats.png | Bin .../icons/microphone--arrow.png | Bin .../icons/microphone--exclamation.png | Bin .../icons/microphone--minus.png | Bin .../icons/microphone--pencil.png | Bin .../icons/microphone--plus.png | Bin .../{ => VISUALIZATION}/icons/microphone.png | Bin .../icons/milestone-calendar.png | Bin .../{ => VISUALIZATION}/icons/milestone.png | Bin .../{ => VISUALIZATION}/icons/milk-label.png | Bin .../src/{ => VISUALIZATION}/icons/milk.png | Bin .../icons/minus-button.png | Bin .../icons/minus-circle-frame.png | Bin .../icons/minus-circle.png | Bin .../icons/minus-octagon-frame.png | Bin .../icons/minus-octagon.png | Bin .../icons/minus-shield.png | Bin .../icons/minus-small-circle.png | Bin .../icons/minus-small-white.png | Bin .../{ => VISUALIZATION}/icons/minus-small.png | Bin .../{ => VISUALIZATION}/icons/minus-white.png | Bin .../src/{ => VISUALIZATION}/icons/minus.png | Bin .../icons/mizuhiki-paper-cord-alternate.png | Bin .../icons/mizuhiki-paper-cord.png | Bin .../icons/mobile-phone--arrow.png | Bin .../icons/mobile-phone--exclamation.png | Bin .../icons/mobile-phone--minus.png | Bin .../icons/mobile-phone--pencil.png | Bin .../icons/mobile-phone--plus.png | Bin .../icons/mobile-phone-cast.png | Bin .../icons/mobile-phone-medium.png | Bin .../icons/mobile-phone-off.png | Bin .../icons/mobile-phone-protector.png | Bin .../icons/mobile-phone.png | Bin .../{ => VISUALIZATION}/icons/molecule.png | Bin .../icons/money--arrow.png | Bin .../icons/money--exclamation.png | Bin .../icons/money--minus.png | Bin .../icons/money--pencil.png | Bin .../{ => VISUALIZATION}/icons/money--plus.png | Bin .../icons/money-bag-dollar.png | Bin .../icons/money-bag-euro.png | Bin .../icons/money-bag-label.png | Bin .../icons/money-bag-yen.png | Bin .../{ => VISUALIZATION}/icons/money-bag.png | Bin .../{ => VISUALIZATION}/icons/money-coin.png | Bin .../icons/money-medium.png | Bin .../src/{ => VISUALIZATION}/icons/money.png | Bin .../src/{ => VISUALIZATION}/icons/moneys.png | Bin .../icons/monitor--arrow.png | Bin .../icons/monitor--exclamation.png | Bin .../icons/monitor--minus.png | Bin .../icons/monitor--pencil.png | Bin .../icons/monitor--plus.png | Bin .../icons/monitor-blue.png | Bin .../icons/monitor-cast.png | Bin .../icons/monitor-cloud.png | Bin .../icons/monitor-image.png | Bin .../icons/monitor-medium.png | Bin .../icons/monitor-network.png | Bin .../{ => VISUALIZATION}/icons/monitor-off.png | Bin .../icons/monitor-protector.png | Bin .../icons/monitor-screensaver.png | Bin .../icons/monitor-sidebar.png | Bin .../icons/monitor-wallpaper.png | Bin .../icons/monitor-window-3d.png | Bin .../icons/monitor-window-flow.png | Bin .../icons/monitor-window.png | Bin .../src/{ => VISUALIZATION}/icons/monitor.png | Bin .../icons/mouse--arrow.png | Bin .../icons/mouse--exclamation.png | Bin .../icons/mouse--minus.png | Bin .../icons/mouse--pencil.png | Bin .../{ => VISUALIZATION}/icons/mouse--plus.png | Bin .../icons/mouse-select-right.png | Bin .../icons/mouse-select-wheel.png | Bin .../icons/mouse-select.png | Bin .../src/{ => VISUALIZATION}/icons/mouse.png | Bin .../{ => VISUALIZATION}/icons/mushroom.png | Bin .../icons/music--arrow.png | Bin .../icons/music--exclamation.png | Bin .../icons/music--minus.png | Bin .../icons/music--pencil.png | Bin .../{ => VISUALIZATION}/icons/music--plus.png | Bin .../icons/music-beam-16.png | Bin .../{ => VISUALIZATION}/icons/music-beam.png | Bin .../{ => VISUALIZATION}/icons/music-small.png | Bin .../src/{ => VISUALIZATION}/icons/music.png | Bin .../{ => VISUALIZATION}/icons/mustache.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/na.png | Bin .../icons/navigation-000-button-white.png | Bin .../icons/navigation-000-button.png | Bin .../icons/navigation-000-frame.png | Bin .../icons/navigation-000-white.png | Bin .../icons/navigation-090-button-white.png | Bin .../icons/navigation-090-button.png | Bin .../icons/navigation-090-frame.png | Bin .../icons/navigation-090-white.png | Bin .../icons/navigation-090.png | Bin .../icons/navigation-180-button-white.png | Bin .../icons/navigation-180-button.png | Bin .../icons/navigation-180-frame.png | Bin .../icons/navigation-180-white.png | Bin .../icons/navigation-180.png | Bin .../icons/navigation-270-button-white.png | Bin .../icons/navigation-270-button.png | Bin .../icons/navigation-270-frame.png | Bin .../icons/navigation-270-white.png | Bin .../icons/navigation-270.png | Bin .../{ => VISUALIZATION}/icons/navigation.png | Bin .../{ => VISUALIZATION}/icons/neOCampus.png | Bin .../{ => VISUALIZATION}/icons/neOCampus_Q.png | Bin .../icons/neOCampus_logo.png | Bin .../icons/network-cloud.png | Bin .../icons/network-clouds.png | Bin .../icons/network-ethernet.png | Bin .../icons/network-firewall.png | Bin .../{ => VISUALIZATION}/icons/network-hub.png | Bin .../icons/network-ip-local.png | Bin .../{ => VISUALIZATION}/icons/network-ip.png | Bin .../icons/network-status-away.png | Bin .../icons/network-status-busy.png | Bin .../icons/network-status-offline.png | Bin .../icons/network-status.png | Bin .../icons/network-wireless.png | Bin .../src/{ => VISUALIZATION}/icons/network.png | Bin .../{ => VISUALIZATION}/icons/new-text.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/new.png | Bin .../icons/newspaper--arrow.png | Bin .../icons/newspaper--exclamation.png | Bin .../icons/newspaper--minus.png | Bin .../icons/newspaper--pencil.png | Bin .../icons/newspaper--plus.png | Bin .../{ => VISUALIZATION}/icons/newspaper.png | Bin .../{ => VISUALIZATION}/icons/newspapers.png | Bin .../icons/node-delete-child.png | Bin .../icons/node-delete-next.png | Bin .../icons/node-delete-previous.png | Bin .../{ => VISUALIZATION}/icons/node-delete.png | Bin .../{ => VISUALIZATION}/icons/node-design.png | Bin .../icons/node-insert-child.png | Bin .../icons/node-insert-next.png | Bin .../icons/node-insert-previous.png | Bin .../{ => VISUALIZATION}/icons/node-insert.png | Bin .../icons/node-magnifier.png | Bin .../icons/node-select-all.png | Bin .../icons/node-select-child.png | Bin .../icons/node-select-next.png | Bin .../icons/node-select-previous.png | Bin .../{ => VISUALIZATION}/icons/node-select.png | Bin .../src/{ => VISUALIZATION}/icons/node.png | Bin .../icons/notebook--arrow.png | Bin .../icons/notebook--exclamation.png | Bin .../icons/notebook--minus.png | Bin .../icons/notebook--pencil.png | Bin .../icons/notebook--plus.png | Bin .../icons/notebook-medium.png | Bin .../icons/notebook-share.png | Bin .../icons/notebook-sticky-note.png | Bin .../{ => VISUALIZATION}/icons/notebook.png | Bin .../{ => VISUALIZATION}/icons/notebooks.png | Bin .../icons/notification-counter-02.png | Bin .../icons/notification-counter-03.png | Bin .../icons/notification-counter-04.png | Bin .../icons/notification-counter-05.png | Bin .../icons/notification-counter-06.png | Bin .../icons/notification-counter-07.png | Bin .../icons/notification-counter-08.png | Bin .../icons/notification-counter-09.png | Bin .../icons/notification-counter-10.png | Bin .../icons/notification-counter-11.png | Bin .../icons/notification-counter-12.png | Bin .../icons/notification-counter-13.png | Bin .../icons/notification-counter-14.png | Bin .../icons/notification-counter-15.png | Bin .../icons/notification-counter-16.png | Bin .../icons/notification-counter-17.png | Bin .../icons/notification-counter-18.png | Bin .../icons/notification-counter-19.png | Bin .../icons/notification-counter-20-plus.png | Bin .../icons/notification-counter-20.png | Bin .../icons/notification-counter-42.png | Bin .../icons/notification-counter.png | Bin .../{ => VISUALIZATION}/icons/occluder.png | Bin .../icons/odata-balloon.png | Bin .../icons/odata-document.png | Bin .../{ => VISUALIZATION}/icons/odata-small.png | Bin .../src/{ => VISUALIZATION}/icons/odata.png | Bin .../{ => VISUALIZATION}/icons/oil-barrel.png | Bin .../icons/open-share-balloon.png | Bin .../icons/open-share-document.png | Bin .../icons/open-share-small.png | Bin .../{ => VISUALIZATION}/icons/open-share.png | Bin .../{ => VISUALIZATION}/icons/open-source.png | Bin .../src/{ => VISUALIZATION}/icons/openid.png | Bin .../icons/opml-balloon.png | Bin .../icons/opml-document.png | Bin .../{ => VISUALIZATION}/icons/opml-small.png | Bin .../src/{ => VISUALIZATION}/icons/opml.png | Bin .../icons/paint-brush--arrow.png | Bin .../icons/paint-brush--exclamation.png | Bin .../icons/paint-brush--minus.png | Bin .../icons/paint-brush--pencil.png | Bin .../icons/paint-brush--plus.png | Bin .../icons/paint-brush-color.png | Bin .../icons/paint-brush-prohibition.png | Bin .../icons/paint-brush-small.png | Bin .../{ => VISUALIZATION}/icons/paint-brush.png | Bin .../icons/paint-can--arrow.png | Bin .../icons/paint-can--exclamation.png | Bin .../icons/paint-can--minus.png | Bin .../icons/paint-can--pencil.png | Bin .../icons/paint-can--plus.png | Bin .../icons/paint-can-color.png | Bin .../icons/paint-can-medium.png | Bin .../icons/paint-can-paint-brush.png | Bin .../{ => VISUALIZATION}/icons/paint-can.png | Bin .../icons/paint-tube--arrow.png | Bin .../icons/paint-tube--exclamation.png | Bin .../icons/paint-tube--minus.png | Bin .../icons/paint-tube--pencil.png | Bin .../icons/paint-tube--plus.png | Bin .../icons/paint-tube-color.png | Bin .../icons/paint-tube-medium.png | Bin .../{ => VISUALIZATION}/icons/paint-tube.png | Bin .../icons/palette--arrow.png | Bin .../icons/palette--exclamation.png | Bin .../icons/palette--minus.png | Bin .../icons/palette--pencil.png | Bin .../icons/palette--plus.png | Bin .../icons/palette-color.png | Bin .../icons/palette-medium.png | Bin .../icons/palette-paint-brush.png | Bin .../src/{ => VISUALIZATION}/icons/palette.png | Bin .../icons/paper-bag--arrow.png | Bin .../icons/paper-bag--exclamation.png | Bin .../icons/paper-bag--minus.png | Bin .../icons/paper-bag--pencil.png | Bin .../icons/paper-bag--plus.png | Bin .../icons/paper-bag-label.png | Bin .../icons/paper-bag-recycle.png | Bin .../{ => VISUALIZATION}/icons/paper-bag.png | Bin .../icons/paper-clip-prohibition.png | Bin .../icons/paper-clip-small.png | Bin .../{ => VISUALIZATION}/icons/paper-clip.png | Bin .../icons/paper-lantern-emblem.png | Bin .../icons/paper-lantern-red.png | Bin .../icons/paper-lantern-repast-red.png | Bin .../icons/paper-lantern-repast.png | Bin .../icons/paper-lantern.png | Bin .../icons/paper-plane--arrow.png | Bin .../icons/paper-plane--exclamation.png | Bin .../icons/paper-plane--minus.png | Bin .../icons/paper-plane--pencil.png | Bin .../icons/paper-plane--plus.png | Bin .../icons/paper-plane-return.png | Bin .../{ => VISUALIZATION}/icons/paper-plane.png | Bin .../{ => VISUALIZATION}/icons/party-hat.png | Bin .../{ => VISUALIZATION}/icons/pda--arrow.png | Bin .../icons/pda--exclamation.png | Bin .../{ => VISUALIZATION}/icons/pda--minus.png | Bin .../{ => VISUALIZATION}/icons/pda--pencil.png | Bin .../{ => VISUALIZATION}/icons/pda--plus.png | Bin .../src/{ => VISUALIZATION}/icons/pda-off.png | Bin .../icons/pda-protector.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/pda.png | Bin .../{ => VISUALIZATION}/icons/pearl-shell.png | Bin .../src/{ => VISUALIZATION}/icons/pearl.png | Bin .../icons/pencil--arrow.png | Bin .../icons/pencil--exclamation.png | Bin .../icons/pencil--minus.png | Bin .../icons/pencil--plus.png | Bin .../icons/pencil-button.png | Bin .../icons/pencil-color.png | Bin .../icons/pencil-field.png | Bin .../icons/pencil-prohibition.png | Bin .../icons/pencil-ruler.png | Bin .../icons/pencil-small.png | Bin .../src/{ => VISUALIZATION}/icons/pencil.png | Bin .../icons/photo-album--arrow.png | Bin .../icons/photo-album--exclamation.png | Bin .../icons/photo-album--minus.png | Bin .../icons/photo-album--pencil.png | Bin .../icons/photo-album--plus.png | Bin .../icons/photo-album-blue.png | Bin .../{ => VISUALIZATION}/icons/photo-album.png | Bin .../icons/piano--arrow.png | Bin .../icons/piano--exclamation.png | Bin .../icons/piano--minus.png | Bin .../icons/piano--pencil.png | Bin .../{ => VISUALIZATION}/icons/piano--plus.png | Bin .../src/{ => VISUALIZATION}/icons/piano.png | Bin .../icons/picture--arrow.png | Bin .../icons/picture--exclamation.png | Bin .../icons/picture--minus.png | Bin .../icons/picture--pencil.png | Bin .../icons/picture--plus.png | Bin .../icons/picture-medium.png | Bin .../icons/picture-small-sunset.png | Bin .../icons/picture-small.png | Bin .../icons/picture-sunset.png | Bin .../src/{ => VISUALIZATION}/icons/picture.png | Bin .../icons/pictures-stack.png | Bin .../{ => VISUALIZATION}/icons/pictures.png | Bin .../icons/piggy-bank-empty.png | Bin .../{ => VISUALIZATION}/icons/piggy-bank.png | Bin .../{ => VISUALIZATION}/icons/pill--arrow.png | Bin .../icons/pill--exclamation.png | Bin .../{ => VISUALIZATION}/icons/pill--minus.png | Bin .../icons/pill--pencil.png | Bin .../{ => VISUALIZATION}/icons/pill--plus.png | Bin .../{ => VISUALIZATION}/icons/pill-blue.png | Bin .../icons/pill-small-blue.png | Bin .../{ => VISUALIZATION}/icons/pill-small.png | Bin .../src/{ => VISUALIZATION}/icons/pill.png | Bin .../{ => VISUALIZATION}/icons/pillow-gray.png | Bin .../src/{ => VISUALIZATION}/icons/pillow.png | Bin .../src/{ => VISUALIZATION}/icons/pills.png | Bin .../{ => VISUALIZATION}/icons/pin--arrow.png | Bin .../icons/pin--exclamation.png | Bin .../{ => VISUALIZATION}/icons/pin--minus.png | Bin .../{ => VISUALIZATION}/icons/pin--pencil.png | Bin .../{ => VISUALIZATION}/icons/pin--plus.png | Bin .../{ => VISUALIZATION}/icons/pin-small.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/pin.png | Bin .../icons/pipette--arrow.png | Bin .../icons/pipette--exclamation.png | Bin .../icons/pipette--minus.png | Bin .../icons/pipette--pencil.png | Bin .../icons/pipette--plus.png | Bin .../icons/pipette-color.png | Bin .../src/{ => VISUALIZATION}/icons/pipette.png | Bin .../icons/plate-cutlery.png | Bin .../src/{ => VISUALIZATION}/icons/plate.png | Bin .../src/{ => VISUALIZATION}/icons/plates.png | Bin .../icons/playing-card--arrow.png | Bin .../icons/playing-card--exclamation.png | Bin .../icons/playing-card--minus.png | Bin .../icons/playing-card--pencil.png | Bin .../icons/playing-card--plus.png | Bin .../icons/playing-card.png | Bin .../{ => VISUALIZATION}/icons/plug--arrow.png | Bin .../icons/plug--exclamation.png | Bin .../{ => VISUALIZATION}/icons/plug--minus.png | Bin .../icons/plug--pencil.png | Bin .../{ => VISUALIZATION}/icons/plug--plus.png | Bin .../icons/plug-connect.png | Bin .../icons/plug-disconnect-prohibition.png | Bin .../icons/plug-disconnect.png | Bin .../src/{ => VISUALIZATION}/icons/plug.png | Bin .../{ => VISUALIZATION}/icons/plus-button.png | Bin .../icons/plus-circle-frame.png | Bin .../{ => VISUALIZATION}/icons/plus-circle.png | Bin .../icons/plus-octagon-frame.png | Bin .../icons/plus-octagon.png | Bin .../{ => VISUALIZATION}/icons/plus-shield.png | Bin .../icons/plus-small-circle.png | Bin .../icons/plus-small-white.png | Bin .../{ => VISUALIZATION}/icons/plus-small.png | Bin .../{ => VISUALIZATION}/icons/plus-white.png | Bin .../src/{ => VISUALIZATION}/icons/plus.png | Bin .../icons/point--arrow.png | Bin .../icons/point--exclamation.png | Bin .../icons/point--minus.png | Bin .../icons/point--pencil.png | Bin .../{ => VISUALIZATION}/icons/point--plus.png | Bin .../icons/point-bronze.png | Bin .../icons/point-silver.png | Bin .../{ => VISUALIZATION}/icons/point-small.png | Bin .../src/{ => VISUALIZATION}/icons/point.png | Bin .../src/{ => VISUALIZATION}/icons/points.png | Bin .../icons/poison-bubble.png | Bin .../icons/poison-green.png | Bin .../icons/poison-purple.png | Bin .../src/{ => VISUALIZATION}/icons/poison.png | Bin .../icons/poop-smiley-sad.png | Bin .../{ => VISUALIZATION}/icons/poop-smiley.png | Bin .../src/{ => VISUALIZATION}/icons/poop.png | Bin .../icons/popcorn-empty.png | Bin .../src/{ => VISUALIZATION}/icons/popcorn.png | Bin .../icons/postage-stamp--arrow.png | Bin .../icons/postage-stamp--exclamation.png | Bin .../icons/postage-stamp--minus.png | Bin .../icons/postage-stamp--pencil.png | Bin .../icons/postage-stamp--plus.png | Bin .../icons/postage-stamp-at-sign.png | Bin .../icons/postage-stamp.png | Bin .../icons/power-supply.png | Bin .../icons/present--arrow.png | Bin .../icons/present--exclamation.png | Bin .../icons/present--minus.png | Bin .../icons/present--pencil.png | Bin .../icons/present--plus.png | Bin .../icons/present-label.png | Bin .../src/{ => VISUALIZATION}/icons/present.png | Bin .../icons/price-tag--arrow.png | Bin .../icons/price-tag--exclamation.png | Bin .../icons/price-tag--minus.png | Bin .../icons/price-tag--pencil.png | Bin .../icons/price-tag--plus.png | Bin .../icons/price-tag-label.png | Bin .../{ => VISUALIZATION}/icons/price-tag.png | Bin .../icons/printer--arrow.png | Bin .../icons/printer--exclamation.png | Bin .../icons/printer--minus.png | Bin .../icons/printer--pencil.png | Bin .../icons/printer--plus.png | Bin .../icons/printer-color.png | Bin .../icons/printer-empty.png | Bin .../icons/printer-medium.png | Bin .../icons/printer-monochrome.png | Bin .../icons/printer-network.png | Bin .../icons/printer-share.png | Bin .../icons/printer-small.png | Bin .../src/{ => VISUALIZATION}/icons/printer.png | Bin .../icons/processor-bit-008.png | Bin .../icons/processor-bit-016.png | Bin .../icons/processor-bit-024.png | Bin .../icons/processor-bit-032.png | Bin .../icons/processor-bit-048.png | Bin .../icons/processor-bit-064.png | Bin .../icons/processor-bit-128.png | Bin .../icons/processor-bit.png | Bin .../icons/processor-clock-up.png | Bin .../icons/processor-clock.png | Bin .../{ => VISUALIZATION}/icons/processor.png | Bin .../icons/prohibition-button.png | Bin .../icons/prohibition-small.png | Bin .../{ => VISUALIZATION}/icons/prohibition.png | Bin .../icons/projection-screen--arrow.png | Bin .../icons/projection-screen--exclamation.png | Bin .../icons/projection-screen--minus.png | Bin .../icons/projection-screen--pencil.png | Bin .../icons/projection-screen--plus.png | Bin .../icons/projection-screen-presentation.png | Bin .../icons/projection-screen.png | Bin .../icons/property-blue.png | Bin .../icons/property-export.png | Bin .../icons/property-import.png | Bin .../{ => VISUALIZATION}/icons/property.png | Bin .../icons/puzzle--arrow.png | Bin .../icons/puzzle--exclamation.png | Bin .../icons/puzzle--minus.png | Bin .../icons/puzzle--pencil.png | Bin .../icons/puzzle--plus.png | Bin .../src/{ => VISUALIZATION}/icons/puzzle.png | Bin .../icons/question-balloon.png | Bin .../icons/question-button.png | Bin .../icons/question-frame.png | Bin .../icons/question-octagon-frame.png | Bin .../icons/question-octagon.png | Bin .../icons/question-shield.png | Bin .../icons/question-small-white.png | Bin .../icons/question-small.png | Bin .../icons/question-white.png | Bin .../{ => VISUALIZATION}/icons/question.png | Bin .../icons/quill--arrow.png | Bin .../icons/quill--exclamation.png | Bin .../icons/quill--minus.png | Bin .../{ => VISUALIZATION}/icons/quill--plus.png | Bin .../icons/quill-prohibition.png | Bin .../src/{ => VISUALIZATION}/icons/quill.png | Bin .../src/{ => VISUALIZATION}/icons/radar.png | Bin .../icons/radio--arrow.png | Bin .../icons/radio--exclamation.png | Bin .../icons/radio--minus.png | Bin .../icons/radio--pencil.png | Bin .../{ => VISUALIZATION}/icons/radio--plus.png | Bin .../{ => VISUALIZATION}/icons/radio-old.png | Bin .../src/{ => VISUALIZATION}/icons/radio.png | Bin .../icons/radioactivity-drum.png | Bin .../icons/radioactivity.png | Bin .../src/{ => VISUALIZATION}/icons/rainbow.png | Bin .../icons/receipt--arrow.png | Bin .../icons/receipt--exclamation.png | Bin .../icons/receipt--minus.png | Bin .../icons/receipt--pencil.png | Bin .../icons/receipt--plus.png | Bin .../icons/receipt-excel-text.png | Bin .../icons/receipt-excel.png | Bin .../icons/receipt-export.png | Bin .../icons/receipt-import.png | Bin .../icons/receipt-invoice.png | Bin .../icons/receipt-medium.png | Bin .../icons/receipt-share.png | Bin .../icons/receipt-shred.png | Bin .../icons/receipt-stamp.png | Bin .../icons/receipt-sticky-note.png | Bin .../icons/receipt-text.png | Bin .../src/{ => VISUALIZATION}/icons/receipt.png | Bin .../icons/receipts-text.png | Bin .../{ => VISUALIZATION}/icons/receipts.png | Bin .../icons/regular-expression-delimiter.png | Bin .../icons/regular-expression-search-match.png | Bin .../icons/regular-expression-search.png | Bin .../icons/regular-expression.png | Bin .../icons/remote-control.png | Bin .../icons/report--arrow.png | Bin .../icons/report--exclamation.png | Bin .../icons/report--minus.png | Bin .../icons/report--pencil.png | Bin .../icons/report--plus.png | Bin .../icons/report-excel.png | Bin .../icons/report-image.png | Bin .../icons/report-medium.png | Bin .../icons/report-paper.png | Bin .../icons/report-share.png | Bin .../{ => VISUALIZATION}/icons/report-word.png | Bin .../src/{ => VISUALIZATION}/icons/report.png | Bin .../icons/reports-stack.png | Bin .../src/{ => VISUALIZATION}/icons/reports.png | Bin .../icons/resource-monitor-protector.png | Bin .../icons/resource-monitor.png | Bin .../src/{ => VISUALIZATION}/icons/ribbon.png | Bin .../src/{ => VISUALIZATION}/icons/ring.png | Bin .../{ => VISUALIZATION}/icons/road-sign.png | Bin .../src/{ => VISUALIZATION}/icons/road.png | Bin .../{ => VISUALIZATION}/icons/robot-off.png | Bin .../src/{ => VISUALIZATION}/icons/robot.png | Bin .../icons/rocket--arrow.png | Bin .../icons/rocket--exclamation.png | Bin .../icons/rocket--minus.png | Bin .../icons/rocket--pencil.png | Bin .../icons/rocket--plus.png | Bin .../{ => VISUALIZATION}/icons/rocket-fly.png | Bin .../src/{ => VISUALIZATION}/icons/rocket.png | Bin .../icons/rosette-label.png | Bin .../src/{ => VISUALIZATION}/icons/rosette.png | Bin .../icons/rubber-balloon.png | Bin .../icons/rubber-balloons.png | Bin .../src/{ => VISUALIZATION}/icons/ruby.png | Bin .../icons/ruler--arrow.png | Bin .../icons/ruler--exclamation.png | Bin .../icons/ruler--minus.png | Bin .../icons/ruler--pencil.png | Bin .../{ => VISUALIZATION}/icons/ruler--plus.png | Bin .../{ => VISUALIZATION}/icons/ruler-crop.png | Bin .../icons/ruler-triangle.png | Bin .../src/{ => VISUALIZATION}/icons/ruler.png | Bin .../{ => VISUALIZATION}/icons/safe--arrow.png | Bin .../icons/safe--exclamation.png | Bin .../{ => VISUALIZATION}/icons/safe--minus.png | Bin .../icons/safe--pencil.png | Bin .../{ => VISUALIZATION}/icons/safe--plus.png | Bin .../src/{ => VISUALIZATION}/icons/safe.png | Bin .../{ => VISUALIZATION}/icons/santa-hat.png | Bin .../icons/scanner--arrow.png | Bin .../icons/scanner--exclamation.png | Bin .../icons/scanner--minus.png | Bin .../icons/scanner--pencil.png | Bin .../icons/scanner--plus.png | Bin .../{ => VISUALIZATION}/icons/scanner-off.png | Bin .../src/{ => VISUALIZATION}/icons/scanner.png | Bin .../icons/scissors--arrow.png | Bin .../icons/scissors--exclamation.png | Bin .../icons/scissors--minus.png | Bin .../icons/scissors--pencil.png | Bin .../icons/scissors--plus.png | Bin .../icons/scissors-blue.png | Bin .../{ => VISUALIZATION}/icons/scissors.png | Bin .../icons/screwdriver--arrow.png | Bin .../icons/screwdriver--exclamation.png | Bin .../icons/screwdriver--minus.png | Bin .../icons/screwdriver--pencil.png | Bin .../icons/screwdriver--plus.png | Bin .../{ => VISUALIZATION}/icons/screwdriver.png | Bin .../icons/script--arrow.png | Bin .../icons/script--exclamation.png | Bin .../icons/script--minus.png | Bin .../icons/script--pencil.png | Bin .../icons/script--plus.png | Bin .../icons/script-attribute-b.png | Bin .../icons/script-attribute-c.png | Bin .../icons/script-attribute-d.png | Bin .../icons/script-attribute-e.png | Bin .../icons/script-attribute-f.png | Bin .../icons/script-attribute-g.png | Bin .../icons/script-attribute-h.png | Bin .../icons/script-attribute-i.png | Bin .../icons/script-attribute-j.png | Bin .../icons/script-attribute-k.png | Bin .../icons/script-attribute-l.png | Bin .../icons/script-attribute-m.png | Bin .../icons/script-attribute-n.png | Bin .../icons/script-attribute-o.png | Bin .../icons/script-attribute-p.png | Bin .../icons/script-attribute-q.png | Bin .../icons/script-attribute-r.png | Bin .../icons/script-attribute-s.png | Bin .../icons/script-attribute-t.png | Bin .../icons/script-attribute-u.png | Bin .../icons/script-attribute-v.png | Bin .../icons/script-attribute-w.png | Bin .../icons/script-attribute-x.png | Bin .../icons/script-attribute-y.png | Bin .../icons/script-attribute-z.png | Bin .../icons/script-attribute.png | Bin .../icons/script-binary.png | Bin .../icons/script-block.png | Bin .../{ => VISUALIZATION}/icons/script-code.png | Bin .../icons/script-excel.png | Bin .../icons/script-export.png | Bin .../icons/script-flash.png | Bin .../icons/script-globe.png | Bin .../icons/script-import.png | Bin .../icons/script-medium.png | Bin .../icons/script-office.png | Bin .../{ => VISUALIZATION}/icons/script-php.png | Bin .../icons/script-smiley-sad.png | Bin .../icons/script-smiley.png | Bin .../icons/script-stamp.png | Bin .../{ => VISUALIZATION}/icons/script-text.png | Bin .../icons/script-visual-studio.png | Bin .../{ => VISUALIZATION}/icons/script-word.png | Bin .../src/{ => VISUALIZATION}/icons/script.png | Bin .../icons/scripts-text.png | Bin .../src/{ => VISUALIZATION}/icons/scripts.png | Bin .../icons/sd-memory-card.png | Bin .../{ => VISUALIZATION}/icons/sealing-wax.png | Bin .../icons/selection-input.png | Bin .../icons/selection-resize-actual.png | Bin .../icons/selection-resize.png | Bin .../icons/selection-select-input.png | Bin .../icons/selection-select.png | Bin .../{ => VISUALIZATION}/icons/selection.png | Bin .../icons/server--arrow.png | Bin .../icons/server--exclamation.png | Bin .../icons/server--minus.png | Bin .../icons/server--pencil.png | Bin .../icons/server--plus.png | Bin .../{ => VISUALIZATION}/icons/server-cast.png | Bin .../icons/server-cloud.png | Bin .../icons/server-medium.png | Bin .../icons/server-network.png | Bin .../icons/server-property.png | Bin .../src/{ => VISUALIZATION}/icons/server.png | Bin .../icons/servers-network.png | Bin .../src/{ => VISUALIZATION}/icons/servers.png | Bin .../icons/service-bell--arrow.png | Bin .../icons/service-bell--exclamation.png | Bin .../icons/service-bell--minus.png | Bin .../icons/service-bell--pencil.png | Bin .../icons/service-bell--plus.png | Bin .../icons/service-bell.png | Bin .../icons/share-balloon.png | Bin .../icons/share-document.png | Bin .../{ => VISUALIZATION}/icons/share-small.png | Bin .../src/{ => VISUALIZATION}/icons/share.png | Bin .../icons/shield--arrow.png | Bin .../icons/shield--exclamation.png | Bin .../icons/shield--minus.png | Bin .../icons/shield--pencil.png | Bin .../icons/shield--plus.png | Bin .../src/{ => VISUALIZATION}/icons/shield.png | Bin .../{ => VISUALIZATION}/icons/shoe--arrow.png | Bin .../icons/shoe--exclamation.png | Bin .../{ => VISUALIZATION}/icons/shoe--minus.png | Bin .../icons/shoe--pencil.png | Bin .../{ => VISUALIZATION}/icons/shoe--plus.png | Bin .../{ => VISUALIZATION}/icons/shoe-high.png | Bin .../src/{ => VISUALIZATION}/icons/shoe.png | Bin .../icons/shopping-basket--arrow.png | Bin .../icons/shopping-basket--exclamation.png | Bin .../icons/shopping-basket--minus.png | Bin .../icons/shopping-basket--pencil.png | Bin .../icons/shopping-basket--plus.png | Bin .../icons/shopping-basket.png | Bin .../icons/shortcut-small.png | Bin .../{ => VISUALIZATION}/icons/shortcut.png | Bin .../src/{ => VISUALIZATION}/icons/shovel.png | Bin .../{ => VISUALIZATION}/icons/shuriken.png | Bin .../icons/sitemap-application-blue.png | Bin .../icons/sitemap-application.png | Bin .../icons/sitemap-image.png | Bin .../src/{ => VISUALIZATION}/icons/sitemap.png | Bin .../{ => VISUALIZATION}/icons/skull-happy.png | Bin .../{ => VISUALIZATION}/icons/skull-mad.png | Bin .../{ => VISUALIZATION}/icons/skull-old.png | Bin .../{ => VISUALIZATION}/icons/skull-sad.png | Bin .../src/{ => VISUALIZATION}/icons/skull.png | Bin .../icons/slide--arrow.png | Bin .../icons/slide--exclamation.png | Bin .../icons/slide--minus.png | Bin .../icons/slide--pencil.png | Bin .../{ => VISUALIZATION}/icons/slide--plus.png | Bin .../icons/slide-medium.png | Bin .../icons/slide-powerpoint.png | Bin .../icons/slide-resize-actual.png | Bin .../icons/slide-resize.png | Bin .../src/{ => VISUALIZATION}/icons/slide.png | Bin .../icons/slides-stack.png | Bin .../src/{ => VISUALIZATION}/icons/slides.png | Bin .../icons/smiley-angel.png | Bin .../icons/smiley-confuse.png | Bin .../{ => VISUALIZATION}/icons/smiley-cool.png | Bin .../{ => VISUALIZATION}/icons/smiley-cry.png | Bin .../icons/smiley-curly.png | Bin .../{ => VISUALIZATION}/icons/smiley-draw.png | Bin .../{ => VISUALIZATION}/icons/smiley-eek.png | Bin .../{ => VISUALIZATION}/icons/smiley-evil.png | Bin .../{ => VISUALIZATION}/icons/smiley-fat.png | Bin .../icons/smiley-glass.png | Bin .../{ => VISUALIZATION}/icons/smiley-grin.png | Bin .../icons/smiley-grumpy.png | Bin .../{ => VISUALIZATION}/icons/smiley-kiss.png | Bin .../icons/smiley-kitty.png | Bin .../{ => VISUALIZATION}/icons/smiley-lol.png | Bin .../{ => VISUALIZATION}/icons/smiley-mad.png | Bin .../icons/smiley-medium.png | Bin .../icons/smiley-money.png | Bin .../icons/smiley-mr-green.png | Bin .../{ => VISUALIZATION}/icons/smiley-nerd.png | Bin .../icons/smiley-neutral.png | Bin .../{ => VISUALIZATION}/icons/smiley-razz.png | Bin .../{ => VISUALIZATION}/icons/smiley-red.png | Bin .../icons/smiley-roll-blue.png | Bin .../icons/smiley-roll-sweat.png | Bin .../{ => VISUALIZATION}/icons/smiley-roll.png | Bin .../icons/smiley-sad-blue.png | Bin .../{ => VISUALIZATION}/icons/smiley-sad.png | Bin .../icons/smiley-shock-blue.png | Bin .../icons/smiley-shock.png | Bin .../icons/smiley-sleep.png | Bin .../{ => VISUALIZATION}/icons/smiley-slim.png | Bin .../icons/smiley-small.png | Bin .../icons/smiley-squint.png | Bin .../icons/smiley-surprise.png | Bin .../icons/smiley-sweat.png | Bin .../icons/smiley-twist.png | Bin .../icons/smiley-upset.png | Bin .../{ => VISUALIZATION}/icons/smiley-wink.png | Bin .../{ => VISUALIZATION}/icons/smiley-yell.png | Bin .../icons/smiley-zipper.png | Bin .../src/{ => VISUALIZATION}/icons/smiley.png | Bin .../{ => VISUALIZATION}/icons/snowman-hat.png | Bin .../src/{ => VISUALIZATION}/icons/snowman.png | Bin .../{ => VISUALIZATION}/icons/soap-body.png | Bin .../{ => VISUALIZATION}/icons/soap-header.png | Bin .../src/{ => VISUALIZATION}/icons/soap.png | Bin .../icons/socket--arrow.png | Bin .../icons/socket--exclamation.png | Bin .../icons/socket--minus.png | Bin .../icons/socket--pencil.png | Bin .../icons/socket--plus.png | Bin .../src/{ => VISUALIZATION}/icons/socket.png | Bin .../src/{ => VISUALIZATION}/icons/sockets.png | Bin .../{ => VISUALIZATION}/icons/sofa--arrow.png | Bin .../icons/sofa--exclamation.png | Bin .../{ => VISUALIZATION}/icons/sofa--minus.png | Bin .../icons/sofa--pencil.png | Bin .../{ => VISUALIZATION}/icons/sofa--plus.png | Bin .../src/{ => VISUALIZATION}/icons/sofa.png | Bin .../{ => VISUALIZATION}/icons/solar-panel.png | Bin .../{ => VISUALIZATION}/icons/sort--arrow.png | Bin .../icons/sort--exclamation.png | Bin .../{ => VISUALIZATION}/icons/sort--minus.png | Bin .../icons/sort--pencil.png | Bin .../{ => VISUALIZATION}/icons/sort--plus.png | Bin .../icons/sort-alphabet-column.png | Bin .../icons/sort-alphabet-descending.png | Bin .../icons/sort-alphabet.png | Bin .../icons/sort-date-descending.png | Bin .../{ => VISUALIZATION}/icons/sort-date.png | Bin .../icons/sort-number-column.png | Bin .../icons/sort-number-descending.png | Bin .../{ => VISUALIZATION}/icons/sort-number.png | Bin .../icons/sort-price-descending.png | Bin .../{ => VISUALIZATION}/icons/sort-price.png | Bin .../icons/sort-quantity-descending.png | Bin .../icons/sort-quantity.png | Bin .../icons/sort-rating-descending.png | Bin .../{ => VISUALIZATION}/icons/sort-rating.png | Bin .../{ => VISUALIZATION}/icons/sort-small.png | Bin .../src/{ => VISUALIZATION}/icons/sort.png | Bin .../icons/speaker--arrow.png | Bin .../icons/speaker--exclamation.png | Bin .../icons/speaker--minus.png | Bin .../icons/speaker--pencil.png | Bin .../icons/speaker--plus.png | Bin .../icons/speaker-network.png | Bin .../icons/speaker-volume-control-mute.png | Bin .../icons/speaker-volume-control-up.png | Bin .../icons/speaker-volume-control.png | Bin .../icons/speaker-volume-low.png | Bin .../icons/speaker-volume-none.png | Bin .../icons/speaker-volume.png | Bin .../src/{ => VISUALIZATION}/icons/speaker.png | Bin .../icons/spectacle-3d.png | Bin .../icons/spectacle-lorgnette.png | Bin .../icons/spectacle-small.png | Bin .../icons/spectacle-sunglass.png | Bin .../{ => VISUALIZATION}/icons/spectacle.png | Bin .../icons/spectrum-absorption.png | Bin .../icons/spectrum-emission.png | Bin .../icons/spectrum-small.png | Bin .../{ => VISUALIZATION}/icons/spectrum.png | Bin .../icons/spell-check-error.png | Bin .../{ => VISUALIZATION}/icons/spell-check.png | Bin .../icons/sport-basketball.png | Bin .../icons/sport-cricket.png | Bin .../icons/sport-football.png | Bin .../{ => VISUALIZATION}/icons/sport-golf.png | Bin .../icons/sport-soccer.png | Bin .../icons/sport-tennis.png | Bin .../src/{ => VISUALIZATION}/icons/sport.png | Bin .../src/{ => VISUALIZATION}/icons/sports.png | Bin .../icons/spray--arrow.png | Bin .../icons/spray--exclamation.png | Bin .../icons/spray--minus.png | Bin .../icons/spray--pencil.png | Bin .../{ => VISUALIZATION}/icons/spray--plus.png | Bin .../{ => VISUALIZATION}/icons/spray-color.png | Bin .../icons/spray-medium.png | Bin .../src/{ => VISUALIZATION}/icons/spray.png | Bin .../icons/sql-join-inner.png | Bin .../icons/sql-join-left-exclude.png | Bin .../icons/sql-join-left.png | Bin .../icons/sql-join-outer-exclude.png | Bin .../icons/sql-join-outer.png | Bin .../icons/sql-join-right-exclude.png | Bin .../icons/sql-join-right.png | Bin .../{ => VISUALIZATION}/icons/sql-join.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/sql.png | Bin .../src/{ => VISUALIZATION}/icons/stairs.png | Bin .../icons/stamp--arrow.png | Bin .../icons/stamp--exclamation.png | Bin .../icons/stamp--minus.png | Bin .../icons/stamp--pencil.png | Bin .../{ => VISUALIZATION}/icons/stamp--plus.png | Bin .../icons/stamp-medium.png | Bin .../icons/stamp-pattern.png | Bin .../src/{ => VISUALIZATION}/icons/stamp.png | Bin .../{ => VISUALIZATION}/icons/star--arrow.png | Bin .../icons/star--exclamation.png | Bin .../{ => VISUALIZATION}/icons/star--minus.png | Bin .../icons/star--pencil.png | Bin .../{ => VISUALIZATION}/icons/star--plus.png | Bin .../{ => VISUALIZATION}/icons/star-empty.png | Bin .../{ => VISUALIZATION}/icons/star-half.png | Bin .../icons/star-small-empty.png | Bin .../icons/star-small-half.png | Bin .../{ => VISUALIZATION}/icons/star-small.png | Bin .../src/{ => VISUALIZATION}/icons/star.png | Bin .../{ => VISUALIZATION}/icons/status-away.png | Bin .../{ => VISUALIZATION}/icons/status-busy.png | Bin .../icons/status-offline.png | Bin .../src/{ => VISUALIZATION}/icons/status.png | Bin .../icons/stickman-run-dash.png | Bin .../icons/stickman-run.png | Bin .../icons/stickman-smiley-angry.png | Bin .../icons/stickman-smiley-empty.png | Bin .../icons/stickman-smiley-love.png | Bin .../icons/stickman-smiley-question.png | Bin .../icons/stickman-smiley.png | Bin .../{ => VISUALIZATION}/icons/stickman.png | Bin .../icons/sticky-note--arrow.png | Bin .../icons/sticky-note--exclamation.png | Bin .../icons/sticky-note--minus.png | Bin .../icons/sticky-note--pencil.png | Bin .../icons/sticky-note--plus.png | Bin .../icons/sticky-note-medium.png | Bin .../icons/sticky-note-pin.png | Bin .../icons/sticky-note-shred.png | Bin .../icons/sticky-note-small-pin.png | Bin .../icons/sticky-note-small.png | Bin .../icons/sticky-note-text.png | Bin .../{ => VISUALIZATION}/icons/sticky-note.png | Bin .../icons/sticky-notes-pin.png | Bin .../icons/sticky-notes-stack.png | Bin .../icons/sticky-notes-text.png | Bin .../icons/sticky-notes.png | Bin .../icons/store--arrow.png | Bin .../icons/store--exclamation.png | Bin .../icons/store--minus.png | Bin .../icons/store--pencil.png | Bin .../{ => VISUALIZATION}/icons/store--plus.png | Bin .../{ => VISUALIZATION}/icons/store-label.png | Bin .../icons/store-market-stall.png | Bin .../icons/store-medium.png | Bin .../icons/store-network.png | Bin .../{ => VISUALIZATION}/icons/store-open.png | Bin .../{ => VISUALIZATION}/icons/store-share.png | Bin .../{ => VISUALIZATION}/icons/store-small.png | Bin .../src/{ => VISUALIZATION}/icons/store.png | Bin .../icons/subversion-small.png | Bin .../{ => VISUALIZATION}/icons/subversion.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/sum.png | Bin .../icons/surveillance-camera.png | Bin .../src/{ => VISUALIZATION}/icons/sushi.png | Bin .../icons/switch--arrow.png | Bin .../icons/switch--exclamation.png | Bin .../icons/switch--minus.png | Bin .../icons/switch--pencil.png | Bin .../icons/switch--plus.png | Bin .../icons/switch-medium.png | Bin .../icons/switch-network.png | Bin .../icons/switch-small.png | Bin .../src/{ => VISUALIZATION}/icons/switch.png | Bin .../icons/system-monitor--arrow.png | Bin .../icons/system-monitor--exclamation.png | Bin .../icons/system-monitor--minus.png | Bin .../icons/system-monitor--pencil.png | Bin .../icons/system-monitor--plus.png | Bin .../icons/system-monitor-medium.png | Bin .../icons/system-monitor-network.png | Bin .../icons/system-monitor-protector.png | Bin .../icons/system-monitor.png | Bin .../icons/t-shirt-gray.png | Bin .../icons/t-shirt-print-gray.png | Bin .../icons/t-shirt-print.png | Bin .../src/{ => VISUALIZATION}/icons/t-shirt.png | Bin .../icons/table--arrow.png | Bin .../icons/table--exclamation.png | Bin .../icons/table--minus.png | Bin .../icons/table--pencil.png | Bin .../{ => VISUALIZATION}/icons/table--plus.png | Bin .../icons/table-delete-column.png | Bin .../icons/table-delete-row.png | Bin .../icons/table-delete.png | Bin .../{ => VISUALIZATION}/icons/table-draw.png | Bin .../{ => VISUALIZATION}/icons/table-excel.png | Bin .../icons/table-export.png | Bin .../icons/table-heatmap.png | Bin .../icons/table-import.png | Bin .../icons/table-insert-column.png | Bin .../icons/table-insert-row.png | Bin .../icons/table-insert.png | Bin .../icons/table-join-column.png | Bin .../icons/table-join-row.png | Bin .../{ => VISUALIZATION}/icons/table-join.png | Bin .../icons/table-medium.png | Bin .../{ => VISUALIZATION}/icons/table-money.png | Bin .../icons/table-paint-can.png | Bin .../icons/table-resize-actual.png | Bin .../icons/table-resize.png | Bin .../icons/table-rotate.png | Bin .../icons/table-select-all.png | Bin .../icons/table-select-cells.png | Bin .../icons/table-select-column.png | Bin .../icons/table-select-row.png | Bin .../icons/table-select.png | Bin .../{ => VISUALIZATION}/icons/table-share.png | Bin .../{ => VISUALIZATION}/icons/table-sheet.png | Bin .../{ => VISUALIZATION}/icons/table-small.png | Bin .../icons/table-split-column.png | Bin .../icons/table-split-row.png | Bin .../{ => VISUALIZATION}/icons/table-split.png | Bin .../{ => VISUALIZATION}/icons/table-sum.png | Bin .../src/{ => VISUALIZATION}/icons/table.png | Bin .../icons/tables-relation.png | Bin .../icons/tables-stacks.png | Bin .../src/{ => VISUALIZATION}/icons/tables.png | Bin .../{ => VISUALIZATION}/icons/tag--arrow.png | Bin .../icons/tag--exclamation.png | Bin .../{ => VISUALIZATION}/icons/tag--minus.png | Bin .../{ => VISUALIZATION}/icons/tag--pencil.png | Bin .../{ => VISUALIZATION}/icons/tag--plus.png | Bin .../{ => VISUALIZATION}/icons/tag-cloud.png | Bin .../{ => VISUALIZATION}/icons/tag-export.png | Bin .../{ => VISUALIZATION}/icons/tag-hash.png | Bin .../{ => VISUALIZATION}/icons/tag-import.png | Bin .../icons/tag-label-black.png | Bin .../icons/tag-label-gray.png | Bin .../icons/tag-label-green.png | Bin .../icons/tag-label-pink.png | Bin .../icons/tag-label-purple.png | Bin .../icons/tag-label-red.png | Bin .../icons/tag-label-yellow.png | Bin .../{ => VISUALIZATION}/icons/tag-label.png | Bin .../{ => VISUALIZATION}/icons/tag-medium.png | Bin .../{ => VISUALIZATION}/icons/tag-share.png | Bin .../{ => VISUALIZATION}/icons/tag-small.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/tag.png | Bin .../{ => VISUALIZATION}/icons/tags-label.png | Bin .../src/{ => VISUALIZATION}/icons/tags.png | Bin .../icons/target--arrow.png | Bin .../icons/target--exclamation.png | Bin .../icons/target--minus.png | Bin .../icons/target--pencil.png | Bin .../icons/target--plus.png | Bin .../src/{ => VISUALIZATION}/icons/target.png | Bin .../{ => VISUALIZATION}/icons/task--arrow.png | Bin .../icons/task--exclamation.png | Bin .../{ => VISUALIZATION}/icons/task--minus.png | Bin .../icons/task--pencil.png | Bin .../{ => VISUALIZATION}/icons/task--plus.png | Bin .../icons/task-select-first.png | Bin .../icons/task-select-last.png | Bin .../{ => VISUALIZATION}/icons/task-select.png | Bin .../src/{ => VISUALIZATION}/icons/task.png | Bin .../icons/telephone--arrow.png | Bin .../icons/telephone--exclamation.png | Bin .../icons/telephone--minus.png | Bin .../icons/telephone--pencil.png | Bin .../icons/telephone--plus.png | Bin .../icons/telephone-fax.png | Bin .../icons/telephone-handset-prohibition.png | Bin .../icons/telephone-handset-wire.png | Bin .../icons/telephone-handset.png | Bin .../icons/telephone-medium.png | Bin .../icons/telephone-network.png | Bin .../icons/telephone-off.png | Bin .../icons/telephone-share.png | Bin .../{ => VISUALIZATION}/icons/telephone.png | Bin .../icons/television--arrow.png | Bin .../icons/television--exclamation.png | Bin .../icons/television--minus.png | Bin .../icons/television--pencil.png | Bin .../icons/television--plus.png | Bin .../icons/television-image.png | Bin .../icons/television-medium.png | Bin .../icons/television-off.png | Bin .../icons/television-protector.png | Bin .../icons/television-test.png | Bin .../{ => VISUALIZATION}/icons/television.png | Bin .../icons/terminal--arrow.png | Bin .../icons/terminal--exclamation.png | Bin .../icons/terminal--minus.png | Bin .../icons/terminal--pencil.png | Bin .../icons/terminal--plus.png | Bin .../icons/terminal-medium.png | Bin .../icons/terminal-network.png | Bin .../icons/terminal-protector.png | Bin .../{ => VISUALIZATION}/icons/terminal.png | Bin .../icons/thermometer--arrow.png | Bin .../icons/thermometer--exclamation.png | Bin .../icons/thermometer--minus.png | Bin .../icons/thermometer--pencil.png | Bin .../icons/thermometer--plus.png | Bin .../icons/thermometer-high.png | Bin .../icons/thermometer-low.png | Bin .../{ => VISUALIZATION}/icons/thermometer.png | Bin .../icons/thumb-small-up.png | Bin .../{ => VISUALIZATION}/icons/thumb-small.png | Bin .../{ => VISUALIZATION}/icons/thumb-up.png | Bin .../src/{ => VISUALIZATION}/icons/thumb.png | Bin .../{ => VISUALIZATION}/icons/tick-button.png | Bin .../icons/tick-circle-frame.png | Bin .../{ => VISUALIZATION}/icons/tick-circle.png | Bin .../icons/tick-octagon-frame.png | Bin .../icons/tick-octagon.png | Bin .../{ => VISUALIZATION}/icons/tick-red.png | Bin .../{ => VISUALIZATION}/icons/tick-shield.png | Bin .../icons/tick-small-circle.png | Bin .../icons/tick-small-red.png | Bin .../icons/tick-small-white.png | Bin .../{ => VISUALIZATION}/icons/tick-small.png | Bin .../{ => VISUALIZATION}/icons/tick-white.png | Bin .../src/{ => VISUALIZATION}/icons/tick.png | Bin .../icons/ticket--arrow.png | Bin .../icons/ticket--exclamation.png | Bin .../icons/ticket--minus.png | Bin .../icons/ticket--pencil.png | Bin .../icons/ticket--plus.png | Bin .../icons/ticket-small.png | Bin .../{ => VISUALIZATION}/icons/ticket-stub.png | Bin .../src/{ => VISUALIZATION}/icons/ticket.png | Bin .../{ => VISUALIZATION}/icons/tie-warm.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/tie.png | Bin .../icons/toggle-expand.png | Bin .../icons/toggle-small-expand.png | Bin .../icons/toggle-small.png | Bin .../src/{ => VISUALIZATION}/icons/toggle.png | Bin .../icons/toilet-female.png | Bin .../{ => VISUALIZATION}/icons/toilet-male.png | Bin .../src/{ => VISUALIZATION}/icons/toilet.png | Bin .../icons/toolbox--arrow.png | Bin .../icons/toolbox--exclamation.png | Bin .../icons/toolbox--minus.png | Bin .../icons/toolbox--pencil.png | Bin .../icons/toolbox--plus.png | Bin .../src/{ => VISUALIZATION}/icons/toolbox.png | Bin .../icons/traffic-cone--arrow.png | Bin .../icons/traffic-cone--exclamation.png | Bin .../icons/traffic-cone--minus.png | Bin .../icons/traffic-cone--pencil.png | Bin .../icons/traffic-cone--plus.png | Bin .../icons/traffic-cone.png | Bin .../icons/traffic-light--arrow.png | Bin .../icons/traffic-light--exclamation.png | Bin .../icons/traffic-light--minus.png | Bin .../icons/traffic-light--pencil.png | Bin .../icons/traffic-light--plus.png | Bin .../icons/traffic-light-green.png | Bin .../icons/traffic-light-off.png | Bin .../icons/traffic-light-red.png | Bin .../icons/traffic-light-single.png | Bin .../icons/traffic-light-yellow.png | Bin .../icons/traffic-light.png | Bin .../icons/train--arrow.png | Bin .../icons/train--exclamation.png | Bin .../icons/train--minus.png | Bin .../icons/train--pencil.png | Bin .../{ => VISUALIZATION}/icons/train--plus.png | Bin .../{ => VISUALIZATION}/icons/train-metro.png | Bin .../src/{ => VISUALIZATION}/icons/train.png | Bin .../{ => VISUALIZATION}/icons/transmitter.png | Bin .../{ => VISUALIZATION}/icons/tree--arrow.png | Bin .../icons/tree--exclamation.png | Bin .../{ => VISUALIZATION}/icons/tree--minus.png | Bin .../icons/tree--pencil.png | Bin .../{ => VISUALIZATION}/icons/tree--plus.png | Bin .../{ => VISUALIZATION}/icons/tree-red.png | Bin .../{ => VISUALIZATION}/icons/tree-yellow.png | Bin .../src/{ => VISUALIZATION}/icons/tree.png | Bin .../icons/trophy--arrow.png | Bin .../icons/trophy--exclamation.png | Bin .../icons/trophy--minus.png | Bin .../icons/trophy--pencil.png | Bin .../icons/trophy--plus.png | Bin .../icons/trophy-bronze.png | Bin .../icons/trophy-silver.png | Bin .../src/{ => VISUALIZATION}/icons/trophy.png | Bin .../icons/truck--arrow.png | Bin .../icons/truck--exclamation.png | Bin .../icons/truck--minus.png | Bin .../icons/truck--pencil.png | Bin .../{ => VISUALIZATION}/icons/truck--plus.png | Bin .../icons/truck-box-label.png | Bin .../{ => VISUALIZATION}/icons/truck-box.png | Bin .../{ => VISUALIZATION}/icons/truck-empty.png | Bin .../src/{ => VISUALIZATION}/icons/truck.png | Bin .../icons/ui-accordion.png | Bin .../icons/ui-address-bar-green.png | Bin .../icons/ui-address-bar-lock.png | Bin .../icons/ui-address-bar-red.png | Bin .../icons/ui-address-bar-yellow.png | Bin .../icons/ui-address-bar.png | Bin .../icons/ui-breadcrumb-bread.png | Bin .../icons/ui-breadcrumb-select-current.png | Bin .../icons/ui-breadcrumb-select-parent.png | Bin .../icons/ui-breadcrumb-select.png | Bin .../icons/ui-breadcrumb.png | Bin .../icons/ui-button-default.png | Bin .../icons/ui-button-image.png | Bin .../icons/ui-button-navigation-back.png | Bin .../icons/ui-button-navigation.png | Bin .../icons/ui-button-toggle.png | Bin .../{ => VISUALIZATION}/icons/ui-button.png | Bin .../{ => VISUALIZATION}/icons/ui-buttons.png | Bin .../icons/ui-check-box-mix.png | Bin .../icons/ui-check-box-uncheck.png | Bin .../icons/ui-check-box.png | Bin .../icons/ui-check-boxes-list.png | Bin .../icons/ui-check-boxes-series.png | Bin .../icons/ui-check-boxes.png | Bin .../icons/ui-color-picker-default.png | Bin .../icons/ui-color-picker-switch.png | Bin .../icons/ui-color-picker-transparent.png | Bin .../icons/ui-color-picker.png | Bin .../icons/ui-combo-box-blue.png | Bin .../icons/ui-combo-box-calendar.png | Bin .../icons/ui-combo-box-edit.png | Bin .../icons/ui-combo-box.png | Bin .../icons/ui-combo-boxes.png | Bin .../src/{ => VISUALIZATION}/icons/ui-flow.png | Bin .../icons/ui-group-box.png | Bin .../icons/ui-label-link.png | Bin .../{ => VISUALIZATION}/icons/ui-label.png | Bin .../{ => VISUALIZATION}/icons/ui-labels.png | Bin .../icons/ui-layered-pane.png | Bin .../icons/ui-layout-panel.png | Bin .../icons/ui-list-box-blue.png | Bin .../{ => VISUALIZATION}/icons/ui-list-box.png | Bin .../icons/ui-menu-blue.png | Bin .../src/{ => VISUALIZATION}/icons/ui-menu.png | Bin .../icons/ui-paginator.png | Bin .../icons/ui-panel-resize-actual.png | Bin .../icons/ui-panel-resize.png | Bin .../{ => VISUALIZATION}/icons/ui-panel.png | Bin .../icons/ui-progress-bar-indeterminate.png | Bin .../icons/ui-progress-bar.png | Bin .../icons/ui-radio-button-uncheck.png | Bin .../icons/ui-radio-button.png | Bin .../icons/ui-radio-buttons-list.png | Bin .../icons/ui-radio-buttons.png | Bin .../{ => VISUALIZATION}/icons/ui-ruler.png | Bin .../icons/ui-scroll-bar-horizontal.png | Bin .../icons/ui-scroll-bar.png | Bin .../icons/ui-scroll-pane-block.png | Bin .../icons/ui-scroll-pane-blog.png | Bin .../icons/ui-scroll-pane-both.png | Bin .../icons/ui-scroll-pane-detail.png | Bin .../icons/ui-scroll-pane-form.png | Bin .../icons/ui-scroll-pane-horizontal.png | Bin .../icons/ui-scroll-pane-icon.png | Bin .../icons/ui-scroll-pane-image.png | Bin .../icons/ui-scroll-pane-list.png | Bin .../icons/ui-scroll-pane-table.png | Bin .../icons/ui-scroll-pane-text-image.png | Bin .../icons/ui-scroll-pane-text.png | Bin .../icons/ui-scroll-pane-tree.png | Bin .../icons/ui-scroll-pane.png | Bin .../icons/ui-search-field.png | Bin .../icons/ui-seek-bar-050.png | Bin .../icons/ui-seek-bar-100.png | Bin .../{ => VISUALIZATION}/icons/ui-seek-bar.png | Bin .../icons/ui-separator-label.png | Bin .../icons/ui-separator.png | Bin .../icons/ui-slider-050.png | Bin .../icons/ui-slider-100.png | Bin .../icons/ui-slider-vertical-050.png | Bin .../icons/ui-slider-vertical-100.png | Bin .../icons/ui-slider-vertical.png | Bin .../{ => VISUALIZATION}/icons/ui-slider.png | Bin .../{ => VISUALIZATION}/icons/ui-spacer.png | Bin .../src/{ => VISUALIZATION}/icons/ui-spin.png | Bin .../icons/ui-split-panel-vertical.png | Bin .../icons/ui-split-panel.png | Bin .../icons/ui-splitter-horizontal.png | Bin .../{ => VISUALIZATION}/icons/ui-splitter.png | Bin .../icons/ui-status-bar-blue.png | Bin .../icons/ui-status-bar.png | Bin .../icons/ui-tab--arrow.png | Bin .../icons/ui-tab--exclamation.png | Bin .../icons/ui-tab--minus.png | Bin .../icons/ui-tab--pencil.png | Bin .../icons/ui-tab--plus.png | Bin .../icons/ui-tab-bottom.png | Bin .../icons/ui-tab-content-vertical.png | Bin .../icons/ui-tab-content.png | Bin .../{ => VISUALIZATION}/icons/ui-tab-side.png | Bin .../src/{ => VISUALIZATION}/icons/ui-tab.png | Bin .../icons/ui-text-area.png | Bin .../icons/ui-text-field-clear-button.png | Bin .../icons/ui-text-field-clear.png | Bin .../icons/ui-text-field-format.png | Bin .../icons/ui-text-field-hidden.png | Bin .../icons/ui-text-field-medium-select.png | Bin .../icons/ui-text-field-medium.png | Bin .../icons/ui-text-field-password-green.png | Bin .../icons/ui-text-field-password-red.png | Bin .../icons/ui-text-field-password-yellow.png | Bin .../icons/ui-text-field-password.png | Bin .../icons/ui-text-field-select.png | Bin .../icons/ui-text-field-small-select.png | Bin .../icons/ui-text-field-small.png | Bin .../icons/ui-text-field-suggestion.png | Bin .../icons/ui-text-field.png | Bin .../icons/ui-toolbar--arrow.png | Bin .../icons/ui-toolbar--exclamation.png | Bin .../icons/ui-toolbar--minus.png | Bin .../icons/ui-toolbar--pencil.png | Bin .../icons/ui-toolbar--plus.png | Bin .../icons/ui-toolbar-bookmark.png | Bin .../{ => VISUALIZATION}/icons/ui-toolbar.png | Bin .../icons/ui-tooltip--arrow.png | Bin .../icons/ui-tooltip--exclamation.png | Bin .../icons/ui-tooltip--minus.png | Bin .../icons/ui-tooltip--pencil.png | Bin .../icons/ui-tooltip--plus.png | Bin .../icons/ui-tooltip-balloon-bottom.png | Bin .../icons/ui-tooltip-balloon.png | Bin .../{ => VISUALIZATION}/icons/ui-tooltip.png | Bin .../icons/umbrella--arrow.png | Bin .../icons/umbrella--exclamation.png | Bin .../icons/umbrella--minus.png | Bin .../icons/umbrella--pencil.png | Bin .../icons/umbrella--plus.png | Bin .../{ => VISUALIZATION}/icons/umbrella.png | Bin .../{ => VISUALIZATION}/icons/universal.png | Bin .../icons/upload-cloud.png | Bin .../icons/upload-linux.png | Bin .../icons/upload-mac-os.png | Bin .../src/{ => VISUALIZATION}/icons/upload.png | Bin .../icons/usb-flash-drive--arrow.png | Bin .../icons/usb-flash-drive--exclamation.png | Bin .../icons/usb-flash-drive--minus.png | Bin .../icons/usb-flash-drive--pencil.png | Bin .../icons/usb-flash-drive--plus.png | Bin .../icons/usb-flash-drive-logo.png | Bin .../icons/usb-flash-drive.png | Bin .../{ => VISUALIZATION}/icons/user--arrow.png | Bin .../icons/user--exclamation.png | Bin .../{ => VISUALIZATION}/icons/user--minus.png | Bin .../icons/user--pencil.png | Bin .../{ => VISUALIZATION}/icons/user--plus.png | Bin .../icons/user-black-female.png | Bin .../{ => VISUALIZATION}/icons/user-black.png | Bin .../icons/user-business-boss.png | Bin .../icons/user-business-gray-boss.png | Bin .../icons/user-business-gray.png | Bin .../icons/user-business.png | Bin .../icons/user-detective-gray.png | Bin .../icons/user-detective.png | Bin .../{ => VISUALIZATION}/icons/user-female.png | Bin .../icons/user-gray-female.png | Bin .../{ => VISUALIZATION}/icons/user-gray.png | Bin .../icons/user-green-female.png | Bin .../{ => VISUALIZATION}/icons/user-green.png | Bin .../icons/user-medical-female.png | Bin .../icons/user-medical.png | Bin .../icons/user-medium-female.png | Bin .../icons/user-medium-silhouette.png | Bin .../{ => VISUALIZATION}/icons/user-medium.png | Bin .../icons/user-nude-female.png | Bin .../{ => VISUALIZATION}/icons/user-nude.png | Bin .../icons/user-red-female.png | Bin .../{ => VISUALIZATION}/icons/user-red.png | Bin .../{ => VISUALIZATION}/icons/user-share.png | Bin .../icons/user-silhouette-question.png | Bin .../icons/user-silhouette.png | Bin .../icons/user-small-female.png | Bin .../{ => VISUALIZATION}/icons/user-small.png | Bin .../icons/user-thief-baldie.png | Bin .../icons/user-thief-female.png | Bin .../{ => VISUALIZATION}/icons/user-thief.png | Bin .../icons/user-white-female.png | Bin .../{ => VISUALIZATION}/icons/user-white.png | Bin .../icons/user-worker-boss.png | Bin .../{ => VISUALIZATION}/icons/user-worker.png | Bin .../icons/user-yellow-female.png | Bin .../{ => VISUALIZATION}/icons/user-yellow.png | Bin .../src/{ => VISUALIZATION}/icons/user.png | Bin .../src/{ => VISUALIZATION}/icons/users.png | Bin .../icons/validation-document.png | Bin .../icons/validation-invalid-document.png | Bin .../icons/validation-invalid.png | Bin .../icons/validation-label-html.png | Bin .../icons/validation-label.png | Bin .../icons/validation-valid-document.png | Bin .../icons/validation-valid.png | Bin .../{ => VISUALIZATION}/icons/validation.png | Bin .../icons/vase-ear-double.png | Bin .../{ => VISUALIZATION}/icons/vase-ear.png | Bin .../src/{ => VISUALIZATION}/icons/vase.png | Bin .../{ => VISUALIZATION}/icons/vise-drawer.png | Bin .../src/{ => VISUALIZATION}/icons/vise.png | Bin .../{ => VISUALIZATION}/icons/wafer-gold.png | Bin .../src/{ => VISUALIZATION}/icons/wafer.png | Bin .../{ => VISUALIZATION}/icons/wall--arrow.png | Bin .../icons/wall--exclamation.png | Bin .../{ => VISUALIZATION}/icons/wall--minus.png | Bin .../icons/wall--pencil.png | Bin .../{ => VISUALIZATION}/icons/wall--plus.png | Bin .../{ => VISUALIZATION}/icons/wall-break.png | Bin .../{ => VISUALIZATION}/icons/wall-brick.png | Bin .../icons/wall-small-brick.png | Bin .../{ => VISUALIZATION}/icons/wall-small.png | Bin .../src/{ => VISUALIZATION}/icons/wall.png | Bin .../icons/wallet--arrow.png | Bin .../icons/wallet--exclamation.png | Bin .../icons/wallet--minus.png | Bin .../icons/wallet--pencil.png | Bin .../icons/wallet--plus.png | Bin .../src/{ => VISUALIZATION}/icons/wallet.png | Bin .../{ => VISUALIZATION}/icons/wand--arrow.png | Bin .../icons/wand--exclamation.png | Bin .../{ => VISUALIZATION}/icons/wand--minus.png | Bin .../icons/wand--pencil.png | Bin .../{ => VISUALIZATION}/icons/wand--plus.png | Bin .../{ => VISUALIZATION}/icons/wand-hat.png | Bin .../{ => VISUALIZATION}/icons/wand-magic.png | Bin .../{ => VISUALIZATION}/icons/wand-small.png | Bin .../src/{ => VISUALIZATION}/icons/wand.png | Bin .../icons/water--arrow.png | Bin .../icons/water--exclamation.png | Bin .../icons/water--minus.png | Bin .../icons/water--pencil.png | Bin .../{ => VISUALIZATION}/icons/water--plus.png | Bin .../src/{ => VISUALIZATION}/icons/water.png | Bin .../icons/weather-cloud-small.png | Bin .../icons/weather-cloud.png | Bin .../icons/weather-clouds.png | Bin .../icons/weather-cloudy.png | Bin .../{ => VISUALIZATION}/icons/weather-fog.png | Bin .../icons/weather-lightning.png | Bin .../icons/weather-moon-clouds.png | Bin .../icons/weather-moon-fog.png | Bin .../icons/weather-moon-half.png | Bin .../icons/weather-moon.png | Bin .../icons/weather-rain-little.png | Bin .../icons/weather-rain.png | Bin .../icons/weather-snow-little.png | Bin .../icons/weather-snow.png | Bin .../icons/weather-snowflake.png | Bin .../icons/weather-tornado.png | Bin .../icons/weather-wind.png | Bin .../src/{ => VISUALIZATION}/icons/weather.png | Bin .../icons/web-slice-balloon.png | Bin .../icons/web-slice-document.png | Bin .../icons/web-slice-small.png | Bin .../{ => VISUALIZATION}/icons/web-slice.png | Bin .../icons/webcam--arrow.png | Bin .../icons/webcam--exclamation.png | Bin .../icons/webcam--minus.png | Bin .../icons/webcam--pencil.png | Bin .../icons/webcam--plus.png | Bin .../icons/webcam-medium.png | Bin .../icons/webcam-network.png | Bin .../icons/webcam-share.png | Bin .../src/{ => VISUALIZATION}/icons/webcam.png | Bin .../icons/weight--arrow.png | Bin .../icons/weight--exclamation.png | Bin .../icons/weight--minus.png | Bin .../icons/weight--pencil.png | Bin .../icons/weight--plus.png | Bin .../src/{ => VISUALIZATION}/icons/weight.png | Bin .../src/{ => VISUALIZATION}/icons/wheel.png | Bin .../{ => VISUALIZATION}/icons/wi-fi-zone.png | Bin .../src/{ => VISUALIZATION}/icons/wi-fi.png | Bin .../src/{ => VISUALIZATION}/icons/windows.png | Bin .../icons/wooden-box--arrow.png | Bin .../icons/wooden-box--exclamation.png | Bin .../icons/wooden-box--minus.png | Bin .../icons/wooden-box--pencil.png | Bin .../icons/wooden-box--plus.png | Bin .../icons/wooden-box-label.png | Bin .../{ => VISUALIZATION}/icons/wooden-box.png | Bin .../{ => VISUALIZATION}/icons/wrap-behind.png | Bin .../icons/wrap-between.png | Bin .../{ => VISUALIZATION}/icons/wrap-edit.png | Bin .../{ => VISUALIZATION}/icons/wrap-front.png | Bin .../{ => VISUALIZATION}/icons/wrap-option.png | Bin .../{ => VISUALIZATION}/icons/wrap-square.png | Bin .../icons/wrap-through.png | Bin .../{ => VISUALIZATION}/icons/wrap-tight.png | Bin .../src/{ => VISUALIZATION}/icons/wrap.png | Bin .../icons/wrench--arrow.png | Bin .../icons/wrench--exclamation.png | Bin .../icons/wrench--minus.png | Bin .../icons/wrench--pencil.png | Bin .../icons/wrench--plus.png | Bin .../icons/wrench-screwdriver.png | Bin .../src/{ => VISUALIZATION}/icons/wrench.png | Bin .../src/{ => VISUALIZATION}/icons/x-ray.png | Bin .../icons/xfn-colleague-met.png | Bin .../icons/xfn-colleague.png | Bin .../icons/xfn-friend-met.png | Bin .../{ => VISUALIZATION}/icons/xfn-friend.png | Bin .../icons/xfn-sweetheart-met.png | Bin .../icons/xfn-sweetheart.png | Bin AMOEBA3/src/{ => VISUALIZATION}/icons/xfn.png | Bin .../{ => VISUALIZATION}/icons/yin-yang.png | Bin .../icons/zodiac-aries.png | Bin .../icons/zodiac-cancer.png | Bin .../icons/zodiac-capricorn.png | Bin .../icons/zodiac-gemini.png | Bin .../{ => VISUALIZATION}/icons/zodiac-leo.png | Bin .../icons/zodiac-libra.png | Bin .../icons/zodiac-pisces.png | Bin .../icons/zodiac-sagittarius.png | Bin .../icons/zodiac-scorpio.png | Bin .../icons/zodiac-taurus.png | Bin .../icons/zodiac-virgo.png | Bin .../src/{ => VISUALIZATION}/icons/zodiac.png | Bin .../{ => VISUALIZATION}/icons/zone--arrow.png | Bin .../icons/zone--exclamation.png | Bin .../{ => VISUALIZATION}/icons/zone--minus.png | Bin .../icons/zone--pencil.png | Bin .../{ => VISUALIZATION}/icons/zone--plus.png | Bin .../{ => VISUALIZATION}/icons/zone-label.png | Bin .../{ => VISUALIZATION}/icons/zone-medium.png | Bin .../{ => VISUALIZATION}/icons/zone-money.png | Bin .../icons/zone-resize-actual.png | Bin .../{ => VISUALIZATION}/icons/zone-resize.png | Bin .../{ => VISUALIZATION}/icons/zone-select.png | Bin .../{ => VISUALIZATION}/icons/zone-share.png | Bin .../src/{ => VISUALIZATION}/icons/zone.png | Bin .../{ => VISUALIZATION}/icons/zones-stack.png | Bin .../src/{ => VISUALIZATION}/icons/zones.png | Bin .../{ => VISUALIZATION}/log/ConsolePanel.java | 2 +- .../src/{ => VISUALIZATION}/log/LogFile.java | 6 +-- .../src/{ => VISUALIZATION}/log/LogForm.java | 4 +- .../log/LogMessageType.java | 2 +- .../log/LoggerConsole.java | 2 +- .../{ => VISUALIZATION}/log/LoggerFile.java | 2 +- .../log/LoggerMessage.java | 2 +- .../{ => VISUALIZATION}/log/log4j.properties | 0 .../observation/Observation.java | 6 +-- .../styles/styleAMOEBA.css | 0 .../styles/styleBlackBox.css | 0 .../styles/styleSystem.css | 0 .../styles/styleSystemDark.css | 0 .../styles/styleSystemScalable.css | 0 .../styles/styleSystemSoft.css | 0 .../{ => VISUALIZATION}/view/JMainFrame.java | 2 +- .../view/animation/JJAnimation.java | 2 +- .../animation/JJAnimationForDiagramme.java | 2 +- .../view/animation/JJAnimationOpacite.java | 2 +- .../view/animation/JJAnimationRotation.java | 2 +- .../animation/JJAnimationTranslation.java | 2 +- ...JJAnimationTranslationEntreDeuxObjets.java | 2 +- .../view/animation/JJComponent.java | 2 +- .../animation/JJComponentMouseListener.java | 2 +- .../JJComponentMouseMotionListener.java | 2 +- .../view/animation/JJIconSelector.java | 2 +- .../view/animation/JJPanel.java | 2 +- .../view/animation/JJStatDiagramme.java | 2 +- .../view/blackbox/BlackBoxPanel.java | 8 ++-- .../view/blackbox/GrapheBlackBoxPanel.java | 18 ++++---- .../view/global/PanelChart.java | 8 ++-- .../view/multiAMOEBA/FileChooserDemo.java | 2 +- .../view/multiAMOEBA/JMainFrameMulti.java | 4 +- .../view/multiAMOEBA/PanelGraphAMOEBA.java | 2 +- .../view/multiAMOEBA/PanelMainMulti.java | 2 +- .../view/system/CompoundIcon.java | 2 +- .../view/system/GrapheSystemPanel.java | 16 +++---- .../view/system/JTableRenderer_Agents.java | 10 ++--- .../view/system/MainPanel.java | 24 +++++----- .../view/system/MainTabbedPanel.java | 20 ++++----- .../view/system/PanelController.java | 8 ++-- .../view/system/ScheduledItem.java | 2 +- .../view/system/SystemPanel.java | 12 ++--- .../system/nDim/PanelParallelCoordinates.java | 6 +-- .../view/system/nDim/contexts.csv | 0 .../view/system/nDim/parallelCoordinates.html | 0 .../nDim/parallelCoordinates_fichiers/d3.html | 0 .../nDim/parallelCoordinates_fichiers/d3.js | 0 .../parallelCoordinates_fichiers/d3_002.js | 0 .../view/system/paving/CurrentValueLine.java | 8 ++-- .../view/system/paving/MonoDimensionLine.java | 6 +-- .../view/system/paving/Panel1DPaving.java | 12 ++--- .../view/system/paving/PavingContext.java | 8 ++-- .../system/projection/PanelProjection.java | 12 ++--- .../twoDim/GrapheTwoDimPanelStandard.java | 42 +++++++++--------- .../src/experiments/badContext/AMOEBA_UI.java | 14 +++--- .../badContext/BadContextLauncherEasy.java | 12 ++--- .../badContext/BadContextManager.java | 8 ++-- .../experiments/droneControl/AMOEBA_UI.java | 12 ++--- .../droneControl/Chat_ClientServeur.java | 12 ++--- .../src/experiments/droneControl/Main.java | 2 +- 3689 files changed, 396 insertions(+), 395 deletions(-) rename AMOEBA3/src/{ => MAS}/agents/Agent.java (95%) rename AMOEBA3/src/{ => MAS}/agents/Percept.java (95%) rename AMOEBA3/src/{ => MAS}/agents/SystemAgent.java (93%) rename AMOEBA3/src/{ => MAS}/agents/context/AbstractContext.java (79%) rename AMOEBA3/src/{ => MAS}/agents/context/Context.java (97%) rename AMOEBA3/src/{ => MAS}/agents/context/Experiment.java (96%) rename AMOEBA3/src/{ => MAS}/agents/context/Range.java (99%) rename AMOEBA3/src/{ => MAS}/agents/head/AbstractHead.java (74%) rename AMOEBA3/src/{ => MAS}/agents/head/Head.java (98%) rename AMOEBA3/src/{ => MAS}/agents/localModel/LocalModelAgent.java (88%) rename AMOEBA3/src/{ => MAS}/agents/localModel/LocalModelAverage.java (89%) rename AMOEBA3/src/{ => MAS}/agents/localModel/LocalModelFirstExp.java (91%) rename AMOEBA3/src/{ => MAS}/agents/localModel/LocalModelMillerRegression.java (96%) rename AMOEBA3/src/{ => MAS}/agents/localModel/Regression.java (95%) rename AMOEBA3/src/{ => MAS}/agents/localModel/TypeLocalModel.java (90%) rename AMOEBA3/src/{ => MAS}/agents/messages/Message.java (96%) rename AMOEBA3/src/{ => MAS}/agents/messages/MessageType.java (97%) rename AMOEBA3/src/{ => MAS}/blackbox/BBFunction.java (92%) rename AMOEBA3/src/{ => MAS}/blackbox/BlackBox.java (98%) rename AMOEBA3/src/{ => MAS}/blackbox/BlackBoxAgent.java (95%) rename AMOEBA3/src/{ => MAS}/blackbox/Input.java (93%) rename AMOEBA3/src/{ => MAS}/blackbox/MathFunction.java (98%) rename AMOEBA3/src/{ => MAS}/blackbox/Output.java (96%) rename AMOEBA3/src/{ => MAS}/blackbox/constraints/Constraint.java (92%) rename AMOEBA3/src/{ => MAS}/blackbox/constraints/ConstraintConnectedToOneInput.java (92%) rename AMOEBA3/src/{ => MAS}/blackbox/constraints/ConstraintConnectedToOneOutput.java (93%) rename AMOEBA3/src/{ => MAS}/blackbox/constraints/ConstraintFuncOneLinkOut.java (91%) rename AMOEBA3/src/{ => MAS}/blackbox/constraints/ConstraintFuncTwoLinkIn.java (92%) rename AMOEBA3/src/{ => MAS}/blackbox/constraints/ConstraintOutOneLinkIn.java (90%) rename AMOEBA3/src/{ => MAS}/init/Initialization.java (99%) rename AMOEBA3/src/{ => MAS}/init/LearningProvider.java (98%) rename AMOEBA3/src/{ => MAS}/init/ManagerOutput.java (98%) rename AMOEBA3/src/{ => MAS}/init/RequestCallable.java (94%) rename AMOEBA3/src/{ => MAS}/init/Serialization.java (98%) rename AMOEBA3/src/{ => MAS}/init/amoeba/AMOEBAFactory.java (93%) rename AMOEBA3/src/{ => MAS}/init/amoeba/DefaultAMOEBAFactory.java (94%) rename AMOEBA3/src/{ => MAS}/init/amoeba/SerializedAMOEBAFactory.java (87%) rename AMOEBA3/src/{ => MAS}/init/amoeba/XMLFilesAMOEBAFactory.java (80%) rename AMOEBA3/src/{ => MAS}/kernel/AMOEBA.java (96%) rename AMOEBA3/src/{ => MAS}/kernel/Config.java (96%) rename AMOEBA3/src/{ => MAS}/kernel/Launcher.java (94%) rename AMOEBA3/src/{ => MAS}/kernel/Preset.java (92%) rename AMOEBA3/src/{ => MAS}/kernel/Scheduler.java (97%) rename AMOEBA3/src/{ => MAS}/kernel/StudiedSystem.java (96%) rename AMOEBA3/src/{ => MAS}/kernel/World.java (97%) rename AMOEBA3/src/{ => MAS}/ncs/NCS.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/csv/CsvFileWriter.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/graphView/GraphicVisualization2Dim.java (97%) rename AMOEBA3/src/{ => VISUALIZATION}/graphView/GraphicVisualizationNDim.java (98%) rename AMOEBA3/src/{ => VISUALIZATION}/graphView/TemporalGraph.java (96%) rename AMOEBA3/src/{ => VISUALIZATION}/graphView/annotations/AxisAnnotation.java (96%) rename AMOEBA3/src/{ => VISUALIZATION}/graphView/annotations/AxisAnnotationEntity.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/graphView/annotations/IntervalAnnotation.java (93%) rename AMOEBA3/src/{ => VISUALIZATION}/graphView/annotations/ValueAnnotation.java (90%) rename AMOEBA3/src/{ => VISUALIZATION}/graphView/annotations/XYDomainValueAnnotation.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/abacus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/acorn.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/address-book--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/address-book--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/address-book--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/address-book--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/address-book--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/address-book-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/address-book-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/address-book.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock-select-remain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/alarm-clock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/anchor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/android.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/animal-dog.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/animal-monkey-sulky.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/animal-monkey.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/animal-penguin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/animal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-ab.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-block.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-blog.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-browser.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-detail.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-dialog.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-dock-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-dock-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-dock-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-dock-tab.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-dock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-documents.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-form.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-home.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-icon-large.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-icon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-monitor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-plus-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-plus-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-rename.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-resize-full.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-run.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-search-result.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-sidebar-collapse.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-sidebar-expand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-sidebar-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-sidebar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-small-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-small-list-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-small-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-split-tile.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-split-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-split.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-sub.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-task.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-terminal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-text-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-tile-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-tile-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-tile.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-tree.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application-wave.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/application.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/applications-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/applications-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/applications.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-000-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-000-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-045-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-045-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-045.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-090-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-090-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-135-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-135-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-135.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-180-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-180-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-225-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-225-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-225.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-270-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-270-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-315-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-315-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-315.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-branch-000-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-branch-090-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-branch-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-branch-180-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-branch-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-branch-270-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-branch-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-branch.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-045-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-135-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-135.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-225-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-225.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-315-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-315.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-double-135.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-continue-000-top.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-continue-090-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-continue-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-continue-180-top.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-continue-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-continue-270-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-continue-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-continue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-000-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-000-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-090-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-180-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-180-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-270-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-curve.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-in-out.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-in.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-join-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-join-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-join-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-join.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-merge-000-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-merge-090-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-merge-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-merge-180-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-merge-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-merge-270-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-merge-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-merge.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-move.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-out.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-repeat-once.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-repeat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-resize-045.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-resize-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-resize-135.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-return-000-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-return-090-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-return-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-return-180-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-return-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-return-270-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-return-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-return.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-retweet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-skip-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-skip-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-skip-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-skip.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-split-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-split-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-split-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-split.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-step-out.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-step-over.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-step.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-stop-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-stop-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-stop-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-stop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-switch-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-switch-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-switch-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-switch.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-transition-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-transition-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-transition-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-transition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-turn-000-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-turn-090-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-turn-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-turn-180-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-turn-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-turn-270-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-turn-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow-turn.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/asterisk-small-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/asterisk-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/asterisk-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/asterisk.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/at-sign-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/at-sign-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/at-sign-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/at-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/auction-hammer--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/auction-hammer--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/auction-hammer--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/auction-hammer--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/auction-hammer--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/auction-hammer-gavel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/auction-hammer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/baggage-cart-box-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/baggage-cart-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/baggage-cart.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balance--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balance--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balance--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balance--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balance--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balance-unbalance.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balance.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-box-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-buzz-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-buzz.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-ellipsis.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-facebook-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-facebook.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-quotation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-small-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-smiley-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-sound.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-twitter-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-twitter-retweet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-twitter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-white-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloons-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloons-facebook-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloons-facebook.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloons-twitter-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloons-twitter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloons-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/balloons.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bamboo.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bamboos.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bandaid--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bandaid--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bandaid--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bandaid--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bandaid--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bandaid-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bandaid.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bank--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bank--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bank--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bank--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bank--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bank.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/barcode-2d.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/barcode.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery-charge.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery-full.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery-plug.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/battery.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bauble.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beaker--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beaker--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beaker--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beaker--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beaker--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beaker-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beaker.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean-small-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bean.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beans.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/beer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bell--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bell--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bell--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bell--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bell--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bell-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bell.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/billboard-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/billboard-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/billboard.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin-full.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin-metal-full.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin-metal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/binocular--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/binocular--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/binocular--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/binocular--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/binocular--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/binocular-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/binocular.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/block--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/block--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/block--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/block--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/block--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/block-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/block-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/block.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog-posterous.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog-tumblr.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blog.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blogs-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blogs.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-access.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-b.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-c.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-d.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-e.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-f.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-g.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-h.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-i.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-j.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-k.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-l.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-m.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-n.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-o.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-p.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-q.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-r.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-s.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-t.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-u.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-v.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-w.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-x.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-y.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute-z.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-attribute.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-binary.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-block.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-bookmark.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-break.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-broken.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-clock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-code.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-convert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-copy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-epub-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-epub.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-excel-csv.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-excel-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-excel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-film.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-flash-movie.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-flash.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-globe.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-hf-delete-footer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-hf-delete.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-hf-insert-footer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-hf-insert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-hf-select-footer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-hf-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-hf.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-horizontal-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-illustrator.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-insert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-invoice.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-mobi-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-mobi.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-music-playlist.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-music.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-node.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-0.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-1.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-2.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-3.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-4.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-5.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-6.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-7.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-8.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number-9.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-number.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-office-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-office.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-outlook.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-page-last.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-page-next.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-page-previous.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-page.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-pdf-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-pdf.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-photoshop-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-photoshop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-php.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-powerpoint.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-rename.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-search-result.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-shred.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-small-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-smiley-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-snippet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-stamp.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-stand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-sticky-note.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-sub.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-tag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-task.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-template.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-tex.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-text-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-tree.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-view-book.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-view-thumbnail.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-view.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-visual-studio.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-word-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-word-tick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-word.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-xaml.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document-zipper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-documents-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-documents-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-documents.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-bookmark.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-broken.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-horizontal-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-network-horizontal-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-network-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-document-music-playlist.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-document-music.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-document-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-feed.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-film.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-slide.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-rename.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-search-result.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-shred.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-small-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-smiley-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-stamp.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-stand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-sticky-note.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-tree.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder-zipper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folder.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folders-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blue-folders.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprint--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprint--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprint--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprint--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprint--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprint-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprint-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprint.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/blueprints.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bluetooth.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/board-game-go.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/board-game.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bomb.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-bookmark.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-brown.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-open-bookmark.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-open-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-open-next.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-open-previous.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-open-text-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-open-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-question.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-small-brown.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/book.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmark.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bookmarks.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/books-brown.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/books-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/books.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-all.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-bottom-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-bottom-thick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-bottom.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-dash.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-down.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-draw.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-horizontal-all.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-inside.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-outside-thick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-outside.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-right.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-top-bottom-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-top-bottom-thick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-top-bottom.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-top.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-vertical-all.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border-weight.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/border.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-search-result.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box-zipper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brain--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brain--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brain--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brain--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brain--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brain-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bread.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/breads.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/briefcase--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/briefcase--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/briefcase--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/briefcase--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/briefcase--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/briefcase-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/briefcase.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brightness-control-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brightness-control.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brightness-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brightness-small-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brightness-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/brightness.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/broom--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/broom--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/broom--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/broom--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/broom--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/broom-code.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/broom.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bug--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bug--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bug--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bug--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bug--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/bug.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building-hedge.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building-old.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/building.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/burn--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/burn--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/burn--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/burn--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/burn--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/burn-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/burn.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cactus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cake--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cake--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cake--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cake--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cake--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cake-plain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cake.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calculator--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calculator--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calculator--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calculator--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calculator--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calculator-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calculator-scientific.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calculator.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-day.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-delete.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-insert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-month.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-next.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-previous.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-property.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-relation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-search-result.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-select-days-span.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-select-days.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-select-month.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-select-week.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-small-month.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar-task.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/calendar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camcorder--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camcorder--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camcorder--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camcorder--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camcorder--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camcorder-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camcorder.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera-lens.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera-small-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/camera.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/candle-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/candle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/candy-cane.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/car--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/car--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/car--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/car--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/car--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/car-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/car-taxi.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/car.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card-address.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/card.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cards-address.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cards-bind-address.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cards-bind.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cards-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cards.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cassette--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cassette--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cassette--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cassette--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cassette--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cassette-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cassette-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cassette.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/categories.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/category-group-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/category-group.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/category-item-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/category-item.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/category.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/caution-board-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/caution-board.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/certificate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chain--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chain--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chain--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chain--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chain--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chain-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chain-unchain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chair--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chair--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chair--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chair--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chair--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chair.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chalkboard-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chalkboard.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart-down-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart-down.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart-pie-separate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart-pie.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart-up-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chart.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/checkerboard.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheese-hole.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheese.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheque--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheque--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheque--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheque--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheque-pen.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheque-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cheque.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chevron-expand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chevron-small-expand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chevron-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chevron.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chocolate-bite.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chocolate-heart-milk.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chocolate-heart.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chocolate-milk.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/chocolate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/church.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cigarette-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cigarette.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clapperboard--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clapperboard--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clapperboard--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clapperboard--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clapperboard--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clapperboard.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-block.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-invoice.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-paste-document-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-paste-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-paste-word.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-paste.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-search-result.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-sign-out.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-task.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clipboard.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock-history-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock-history.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock-moon-phase.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock-select-remain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/clock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/co2.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color-adjustment-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color-adjustment-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color-adjustment.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color-swatch-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color-swatch.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color-swatches.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compass--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compass--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compass--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compass--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compass--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compass.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compile-error.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compile-warning.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/compile.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/computer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/construction.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/contrast-control-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/contrast-control.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/contrast-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/contrast-small-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/contrast-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/contrast.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-000-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-090-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-180-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-270-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-cursor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-double-000-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-double-090-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-double-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-double-180-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-double-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-double-270-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-double-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-eject-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-eject.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-pause-record-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-pause-record.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-pause-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-pause.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-power-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-power.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-record-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-record.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-skip-000-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-skip-090-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-skip-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-skip-180-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-skip-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-skip-270-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-skip-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-skip.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-000-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-090-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-180-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-270-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-square-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop-square.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control-stop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/control.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/controller-d-pad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/controller.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie-bite.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie-chocolate-sprinkles.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie-chocolate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie-heart-chocolate-sprinkles.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie-heart-chocolate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie-heart.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookie.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cookies.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/counter-count-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/counter-count.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/counter-reset.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/counter-stop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/counter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/creative-commons.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-card--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-card--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-card--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-card--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-card--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-card-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-card-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-card.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/credit-cards.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-circle-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-octagon-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-octagon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-script.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-shield.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-small-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-small-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cross.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/crown--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/crown--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/crown--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/crown--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/crown--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/crown-bronze.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/crown-silver.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/crown.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cup--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cup--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cup--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cup--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cup--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cup-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cup-tea.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cup.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency-dollar-aud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency-dollar-cad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency-dollar-nzd.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency-dollar-usd.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency-euro.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency-pound.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency-ruble.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency-yen.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/currency.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cursor-lifebuoy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cursor-question.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cursor-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cursor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/curtain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cushion-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cushion.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutleries.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutlery-fork.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutlery-knife.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutlery-spoon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutlery.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutter--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutter--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutter--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutter--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutter--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/cutter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dashboard--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dashboard--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dashboard--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dashboard--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dashboard--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dashboard-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dashboard.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-delete.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-insert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-property.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database-sql.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/database.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/databases-relation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/databases.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/desktop-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/desktop-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/desktop-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/desktop-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/desktop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/diamond.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/direction--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/direction--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/direction--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/direction--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/direction--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/direction.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc-case-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc-case.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc-rename.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disc.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/discs.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk-rename.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk-return-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk-return.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk-small-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disk.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disks-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/disks.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/do-not-disturb-sign-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/do-not-disturb-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-access.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-b.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-c.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-d.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-e.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-f.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-g.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-h.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-i.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-j.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-k.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-l.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-m.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-n.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-o.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-p.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-q.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-r.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-s.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-t.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-u.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-v.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-w.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-x.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-y.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute-z.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-attribute.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-binary.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-block.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-bookmark.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-braille.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-break.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-broken.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-clock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-code.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-convert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-copy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-epub-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-epub.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-excel-csv.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-excel-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-excel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-film.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-flash-movie.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-flash.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-globe.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-hf-delete-footer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-hf-delete.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-hf-insert-footer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-hf-insert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-hf-select-footer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-hf-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-hf.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-horizontal-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-illustrator.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-insert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-invoice.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-mobi-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-mobi.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-music-playlist.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-music.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-node.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-0.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-1.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-2.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-3.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-4.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-5.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-6.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-7.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-8.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number-9.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-number.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-office-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-office.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-outlook.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-page-last.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-page-next.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-page-previous.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-page.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-pdf-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-pdf.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-photoshop-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-photoshop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-php.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-powerpoint.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-rename.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-search-result.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-shred.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-small-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-smiley-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-snippet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-stamp.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-stand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-sticky-note.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-sub.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-tag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-task.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-template.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-tex.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-text-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-tree.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-view-book.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-view-thumbnail.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-view.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-visual-studio.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-word-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-word-tick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-word.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-xaml.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document-zipper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/documents-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/documents-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/documents.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door-open-in.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door-open-out.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/door.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/download-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/download-linux.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/download-mac-os.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/download.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drawer--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drawer--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drawer--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drawer--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drawer--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drawer-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drawer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dress.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drill--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drill--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drill--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drill--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drill--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drill.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-disc-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-disc.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-download.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-globe.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-rename.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive-upload.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/drive.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dummy-happy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dummy-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dummy-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/dummy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/e-book-reader-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/e-book-reader-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/e-book-reader.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ear--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ear--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ear--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ear--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ear--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ear-listen.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ear-right.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ear.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-alignment-center.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-alignment-justify-distribute.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-alignment-justify.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-alignment-right.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-alignment.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-all-caps.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-bold.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-code-division.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-code.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-column.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-comma.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-decimal-decrease.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-decimal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-diff.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-direction-rtl.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-direction.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-drop-cap.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-family.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-heading-1.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-heading-2.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-heading-3.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-heading-4.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-heading-5.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-heading-6.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-heading.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-hyphenation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-image-center.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-image-right.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-indent-rtl.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-indent.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-italic.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-kerning.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-language.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-letter-spacing.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-line-spacing.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-lipsum.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-list-order-rtl.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-list-order.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-list-rtl.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-lowercase.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-mathematics.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-number.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-outdent-rtl.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-outdent.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-outline.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-overline.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-padding-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-padding-right.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-padding-top.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-padding.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-percent.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-pilcrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-quotation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-replace.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-rotate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-rule.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-scale-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-scale.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-shade.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-shadow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-signiture.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-size-down.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-size-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-size.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-small-caps.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-space.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-strike-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-strike.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-style.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-subscript.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-superscript.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-symbol.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-underline-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-underline.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-uppercase.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-vertical-alignment-middle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-vertical-alignment-top.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-vertical-alignment.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-writing-mode-tbrl.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit-writing-mode.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/edit.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope-at-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope-string.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/envelope.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer-flat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer-high.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/equalizer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eraser--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eraser--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eraser--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eraser--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eraser--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eraser-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eraser.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation--frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-circle-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-diamond-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-diamond.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-octagon-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-octagon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-red-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-shield-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-shield.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-small-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-small-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/external-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/external.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye-close.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye-half.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/eye.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/feed.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fill-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fill-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fill-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fill-medium-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fill-medium-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fill-medium-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fill-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fill.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film-cast.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film-timeline.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film-youtube.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/film.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/films.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fingerprint-recognition-fail.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fingerprint-recognition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fingerprint.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fire--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fire--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fire--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fire--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fire--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fire-big.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fire-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fire.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-checker.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-pink.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-purple.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flashlight--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flashlight--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flashlight--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flashlight--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flashlight--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flashlight-shine.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flashlight.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flask--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flask--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flask--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flask--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flask--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flask-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flask.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flower-face.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flower-pluck.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/flower.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/foaf.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-bookmark.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-broken.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-horizontal-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-network-horizontal-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-network-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-document-music-playlist.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-document-music.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-document-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-feed.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-film.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-slide.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-rename.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-search-result.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-shred.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-small-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-smiley-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-stamp.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-stand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-sticky-note.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-tree.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder-zipper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folder.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folders-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folders.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/folding-fan.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/footprint.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/footprints.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fruit-apple-half.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fruit-grape.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fruit-lime.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fruit-orange.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/fruit.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/function.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/funnel--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/funnel--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/funnel--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/funnel--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/funnel--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/funnel-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/funnel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/futon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/game-monitor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/game.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gear--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gear--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gear--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gear--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gear--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gear-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gear.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gender-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gender.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/geolocation-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/geolocation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/geotag-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/geotag-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/geotag-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/geotag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ghost-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ghost.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gingerbread-man-chocolate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gingerbread-man.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/git-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/git.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass-narrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass-wide.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/glass.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-medium-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-model.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-network-ethernet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-place.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-small-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/globe.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gradient-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/gradient.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/graduation-hat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/graphic-card.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/grid-dot.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/grid-small-dot.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/grid-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/grid-snap-dot.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/grid-snap.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/grid.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/guide-snap.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/guide.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/guitar--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/guitar--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/guitar--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/guitar--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/guitar--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/guitar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/haiku-wide.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/haiku.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hamburger.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hammer--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hammer--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hammer--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hammer--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hammer--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hammer-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hammer-screwdriver.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hammer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-finger.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-horns.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-ily.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-pinky.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-point-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-point-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-point-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-point.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-property.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-red-string-of-fate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-shake.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat-military-camouflage.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat-military.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat-mine.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hard-hat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headphone--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headphone--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headphone--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headphone--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headphone--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headphone-microphone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headphone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headstone-cross.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headstone-rip.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/headstone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart-break.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart-half.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart-small-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart-small-half.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/heart.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/highlighter--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/highlighter--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/highlighter--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/highlighter--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/highlighter-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/highlighter-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/highlighter-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/highlighter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/holly.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home-for-sale-sign-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home-for-sale-sign-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home-for-sale-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/home.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hourglass--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hourglass--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hourglass--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hourglass--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hourglass--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hourglass-select-remain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hourglass-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/hourglass.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice-cream-blue-moon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice-cream-chocolate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice-cream-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice-cream-sprinkles-blue-moon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice-cream-sprinkles-chocolate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice-cream-sprinkles.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice-cream.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ice.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-blur.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-cast.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-crop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-instagram-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-instagram.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-map.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-reflection.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-saturation-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-saturation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-sharpen.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-small-sunset.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-sunset.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-vertical-sunset.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/images-flickr.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/images-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/images.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-document-music-playlist.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-document-music.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-document-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-download.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-film.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-slide.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox-upload.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/inbox.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/infocard-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/infocard.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-italic.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-octagon-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-octagon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-shield.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-small-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/information.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/jar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/joystick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/json.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/key--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/key--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/key--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/key--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/key--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/key-solid.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/key.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard-command.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard-enter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard-full-wireless.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard-full.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard-space.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboard.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboards-combination.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/keyboards.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/language-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/language-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/language-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/language.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-flip-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-flip.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-mask.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-resize-replicate-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-resize-replicate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-rotate-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-rotate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-select-point.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shade.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shape-curve.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shape-ellipse.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shape-line.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shape-polygon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shape-polyline.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shape-round.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shape-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shape.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-shred.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-transparent.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer-vector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-alignment-bottom.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-alignment-center.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-alignment-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-alignment-middle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-alignment-right.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-alignment.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-arrange-back.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-arrange.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-group.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-stack-arrange-back.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-stack-arrange.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers-ungroup.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layers.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-2-equal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-2.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-3-mix.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-3.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-4.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-6.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-design.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-header-2-equal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-header-2.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-header-3-mix.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-header-3.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-header.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-hf-2-equal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-hf-2.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-hf-3-mix.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-hf-3.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-hf.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-join-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-join.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-select-content.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-select-footer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-select-sidebar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-split-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout-split.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/layout.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf-plant.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf-wormhole.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/leaf.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/license-key.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lifebuoy--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lifebuoy--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lifebuoy--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lifebuoy--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lifebuoy--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lifebuoy-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lifebuoy-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lifebuoy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb-code.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb-small-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/light-bulb.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lighthouse-shine.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lighthouse.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lightning--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lightning--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lightning--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lightning--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lightning--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lightning-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lightning.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/locale-alternate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/locale.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock-ssl.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock-unlock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock-warning.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/lollipop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/luggage--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/luggage--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/luggage--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/luggage--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/luggage--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/luggage-tag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/luggage.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mac-os.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnet--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnet--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnet--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnet--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnet--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnet-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnet-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-history-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-history.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-medium-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-zoom-actual-equal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-zoom-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-zoom-fit.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-zoom-in.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-zoom-out.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier-zoom.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/magnifier.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mahjong--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mahjong--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mahjong--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mahjong--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mahjong--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mahjong-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mahjong.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-air.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-at-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-forward-all.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-forward.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-medium-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-open-document-music-playlist.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-open-document-music.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-open-document-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-open-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-open-film.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-open-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-open-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-receive.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-reply-all.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-reply.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-send-receive.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-send.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mail.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mails-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mails.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map-pin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/map.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/maps-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/maps.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/marker--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/marker--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/marker--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/marker--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/marker--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/marker-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/marker.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mask.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-bronze-premium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-bronze-red-premium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-bronze-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-bronze.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-premium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-red-premium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-silver-premium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-silver-red-premium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-silver-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal-silver.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/medal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-cast.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium-orange.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium-pink.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium-purple.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-phone-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-phone-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-phone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-small-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-small-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-small-pink.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-small-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-xsmall-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-xsmall-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-xsmall-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-xsmall-pink.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-xsmall-polish.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player-xsmall.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-player.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/media-players.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/megaphone--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/megaphone--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/megaphone--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/megaphone--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/megaphone--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/megaphone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/memory.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/metronome--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/metronome--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/metronome--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/metronome--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/metronome--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/metronome.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/microformats.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/microphone--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/microphone--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/microphone--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/microphone--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/microphone--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/microphone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/milestone-calendar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/milestone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/milk-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/milk.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-circle-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-octagon-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-octagon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-shield.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-small-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-small-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mizuhiki-paper-cord-alternate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mizuhiki-paper-cord.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone-cast.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mobile-phone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/molecule.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money-bag-dollar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money-bag-euro.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money-bag-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money-bag-yen.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money-bag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money-coin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/money.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/moneys.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-cast.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-screensaver.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-sidebar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-wallpaper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-window-3d.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-window-flow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor-window.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/monitor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse-select-right.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse-select-wheel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mouse.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mushroom.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music-beam-16.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music-beam.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/music.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/mustache.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/na.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-000-button-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-000-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-000-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-000-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-090-button-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-090-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-090-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-090-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-090.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-180-button-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-180-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-180-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-180-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-180.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-270-button-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-270-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-270-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-270-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation-270.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/navigation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/neOCampus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/neOCampus_Q.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/neOCampus_logo.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-clouds.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-ethernet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-firewall.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-hub.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-ip-local.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-ip.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-status-away.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-status-busy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-status-offline.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-status.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network-wireless.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/new-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/new.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/newspaper--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/newspaper--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/newspaper--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/newspaper--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/newspaper--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/newspaper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/newspapers.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-delete-child.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-delete-next.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-delete-previous.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-delete.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-design.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-insert-child.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-insert-next.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-insert-previous.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-insert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-magnifier.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-select-all.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-select-child.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-select-next.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-select-previous.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/node.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook-sticky-note.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebook.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notebooks.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-02.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-03.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-04.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-05.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-06.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-07.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-08.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-09.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-10.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-11.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-12.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-13.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-14.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-15.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-16.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-17.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-18.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-19.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-20-plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-20.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter-42.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/notification-counter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/occluder.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/odata-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/odata-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/odata-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/odata.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/oil-barrel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/open-share-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/open-share-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/open-share-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/open-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/open-source.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/openid.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/opml-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/opml-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/opml-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/opml.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-brush.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can-paint-brush.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-can.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-tube--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-tube--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-tube--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-tube--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-tube--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-tube-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-tube-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paint-tube.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette-paint-brush.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/palette.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-bag--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-bag--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-bag--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-bag--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-bag--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-bag-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-bag-recycle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-bag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-clip-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-clip-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-clip.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-lantern-emblem.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-lantern-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-lantern-repast-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-lantern-repast.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-lantern.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-plane--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-plane--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-plane--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-plane--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-plane--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-plane-return.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/paper-plane.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/party-hat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pda--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pda--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pda--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pda--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pda--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pda-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pda-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pda.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pearl-shell.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pearl.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil-field.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil-ruler.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/photo-album--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/photo-album--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/photo-album--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/photo-album--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/photo-album--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/photo-album-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/photo-album.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/piano--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/piano--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/piano--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/piano--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/piano--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/piano.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture-small-sunset.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture-sunset.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/picture.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pictures-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pictures.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/piggy-bank-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/piggy-bank.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill-small-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pill.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pillow-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pillow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pills.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pin--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pin--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pin--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pin--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pin--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pin-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pipette--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pipette--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pipette--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pipette--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pipette--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pipette-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/pipette.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plate-cutlery.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plates.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/playing-card--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/playing-card--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/playing-card--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/playing-card--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/playing-card--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/playing-card.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug-connect.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug-disconnect-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug-disconnect.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plug.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-circle-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-octagon-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-octagon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-shield.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-small-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-small-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point-bronze.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point-silver.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/point.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/points.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/poison-bubble.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/poison-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/poison-purple.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/poison.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/poop-smiley-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/poop-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/poop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/popcorn-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/popcorn.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/postage-stamp--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/postage-stamp--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/postage-stamp--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/postage-stamp--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/postage-stamp--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/postage-stamp-at-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/postage-stamp.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/power-supply.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/present--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/present--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/present--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/present--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/present--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/present-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/present.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/price-tag--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/price-tag--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/price-tag--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/price-tag--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/price-tag--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/price-tag-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/price-tag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer-monochrome.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/printer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-bit-008.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-bit-016.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-bit-024.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-bit-032.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-bit-048.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-bit-064.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-bit-128.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-bit.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-clock-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor-clock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/processor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/prohibition-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/prohibition-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/projection-screen--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/projection-screen--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/projection-screen--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/projection-screen--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/projection-screen--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/projection-screen-presentation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/projection-screen.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/property-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/property-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/property-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/property.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/puzzle--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/puzzle--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/puzzle--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/puzzle--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/puzzle--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/puzzle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-octagon-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-octagon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-shield.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-small-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/question.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/quill--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/quill--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/quill--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/quill--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/quill-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/quill.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radio--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radio--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radio--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radio--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radio--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radio-old.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radio.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radioactivity-drum.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/radioactivity.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rainbow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-excel-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-excel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-invoice.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-shred.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-stamp.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-sticky-note.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipt.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipts-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/receipts.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/regular-expression-delimiter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/regular-expression-search-match.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/regular-expression-search.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/regular-expression.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/remote-control.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report-excel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report-paper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report-word.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/report.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/reports-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/reports.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/resource-monitor-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/resource-monitor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ribbon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ring.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/road-sign.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/road.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/robot-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/robot.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rocket--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rocket--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rocket--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rocket--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rocket--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rocket-fly.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rocket.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rosette-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rosette.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rubber-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/rubber-balloons.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruby.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruler--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruler--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruler--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruler--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruler--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruler-crop.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruler-triangle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ruler.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/safe--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/safe--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/safe--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/safe--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/safe--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/safe.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/santa-hat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scanner--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scanner--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scanner--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scanner--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scanner--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scanner-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scanner.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scissors--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scissors--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scissors--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scissors--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scissors--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scissors-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scissors.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/screwdriver--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/screwdriver--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/screwdriver--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/screwdriver--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/screwdriver--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/screwdriver.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-b.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-c.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-d.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-e.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-f.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-g.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-h.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-i.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-j.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-k.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-l.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-m.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-n.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-o.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-p.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-q.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-r.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-s.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-t.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-u.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-v.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-w.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-x.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-y.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute-z.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-attribute.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-binary.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-block.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-code.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-excel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-flash.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-globe.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-office.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-php.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-smiley-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-stamp.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-visual-studio.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script-word.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/script.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scripts-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/scripts.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sd-memory-card.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sealing-wax.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/selection-input.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/selection-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/selection-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/selection-select-input.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/selection-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/selection.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server-cast.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server-property.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/server.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/servers-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/servers.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/service-bell--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/service-bell--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/service-bell--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/service-bell--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/service-bell--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/service-bell.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/share-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/share-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/share-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shield--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shield--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shield--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shield--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shield--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shield.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shoe--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shoe--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shoe--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shoe--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shoe--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shoe-high.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shoe.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shopping-basket--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shopping-basket--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shopping-basket--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shopping-basket--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shopping-basket--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shopping-basket.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shortcut-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shortcut.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shovel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/shuriken.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sitemap-application-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sitemap-application.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sitemap-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sitemap.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/skull-happy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/skull-mad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/skull-old.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/skull-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/skull.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide-powerpoint.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slide.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slides-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/slides.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-angel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-confuse.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-cool.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-cry.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-curly.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-draw.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-eek.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-evil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-fat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-glass.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-grin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-grumpy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-kiss.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-kitty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-lol.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-mad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-money.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-mr-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-nerd.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-neutral.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-razz.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-roll-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-roll-sweat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-roll.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-sad-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-sad.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-shock-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-shock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-sleep.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-slim.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-squint.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-surprise.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-sweat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-twist.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-upset.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-wink.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-yell.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley-zipper.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/snowman-hat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/snowman.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/soap-body.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/soap-header.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/soap.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/socket--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/socket--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/socket--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/socket--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/socket--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/socket.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sockets.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sofa--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sofa--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sofa--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sofa--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sofa--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sofa.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/solar-panel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-alphabet-column.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-alphabet-descending.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-alphabet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-date-descending.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-date.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-number-column.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-number-descending.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-number.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-price-descending.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-price.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-quantity-descending.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-quantity.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-rating-descending.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-rating.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sort.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker-volume-control-mute.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker-volume-control-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker-volume-control.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker-volume-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker-volume-none.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker-volume.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/speaker.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectacle-3d.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectacle-lorgnette.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectacle-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectacle-sunglass.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectacle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectrum-absorption.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectrum-emission.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectrum-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spectrum.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spell-check-error.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spell-check.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sport-basketball.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sport-cricket.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sport-football.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sport-golf.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sport-soccer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sport-tennis.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sport.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sports.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spray--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spray--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spray--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spray--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spray--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spray-color.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spray-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/spray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql-join-inner.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql-join-left-exclude.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql-join-left.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql-join-outer-exclude.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql-join-outer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql-join-right-exclude.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql-join-right.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql-join.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sql.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stairs.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stamp--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stamp--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stamp--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stamp--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stamp--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stamp-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stamp-pattern.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stamp.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star-half.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star-small-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star-small-half.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/star.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/status-away.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/status-busy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/status-offline.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/status.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stickman-run-dash.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stickman-run.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stickman-smiley-angry.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stickman-smiley-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stickman-smiley-love.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stickman-smiley-question.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stickman-smiley.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/stickman.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note-pin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note-shred.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note-small-pin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-note.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-notes-pin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-notes-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-notes-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sticky-notes.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store-market-stall.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store-open.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/store.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/subversion-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/subversion.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sum.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/surveillance-camera.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/sushi.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/switch.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/system-monitor.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/t-shirt-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/t-shirt-print-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/t-shirt-print.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/t-shirt.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-delete-column.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-delete-row.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-delete.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-draw.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-excel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-heatmap.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-insert-column.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-insert-row.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-insert.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-join-column.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-join-row.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-join.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-money.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-paint-can.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-rotate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-select-all.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-select-cells.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-select-column.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-select-row.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-sheet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-split-column.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-split-row.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-split.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table-sum.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tables-relation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tables-stacks.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tables.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-export.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-hash.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-import.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-label-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-label-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-label-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-label-pink.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-label-purple.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-label-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-label-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tag.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tags-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tags.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/target--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/target--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/target--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/target--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/target--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/target.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task-select-first.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task-select-last.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/task.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone-fax.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone-handset-prohibition.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone-handset-wire.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone-handset.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/telephone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television-test.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/television.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal-protector.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/terminal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thermometer--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thermometer--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thermometer--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thermometer--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thermometer--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thermometer-high.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thermometer-low.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thermometer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thumb-small-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thumb-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thumb-up.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/thumb.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-circle-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-octagon-frame.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-octagon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-shield.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-small-circle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-small-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-small-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ticket--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ticket--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ticket--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ticket--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ticket--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ticket-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ticket-stub.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ticket.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tie-warm.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tie.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toggle-expand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toggle-small-expand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toggle-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toggle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toilet-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toilet-male.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toilet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toolbox--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toolbox--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toolbox--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toolbox--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toolbox--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/toolbox.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-cone--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-cone--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-cone--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-cone--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-cone--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-cone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light-off.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light-single.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/traffic-light.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/train--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/train--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/train--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/train--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/train--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/train-metro.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/train.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/transmitter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tree--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tree--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tree--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tree--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tree--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tree-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tree-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/tree.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/trophy--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/trophy--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/trophy--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/trophy--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/trophy--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/trophy-bronze.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/trophy-silver.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/trophy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck-box-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck-empty.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/truck.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-accordion.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-address-bar-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-address-bar-lock.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-address-bar-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-address-bar-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-address-bar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-breadcrumb-bread.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-breadcrumb-select-current.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-breadcrumb-select-parent.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-breadcrumb-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-breadcrumb.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-button-default.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-button-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-button-navigation-back.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-button-navigation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-button-toggle.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-buttons.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-check-box-mix.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-check-box-uncheck.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-check-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-check-boxes-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-check-boxes-series.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-check-boxes.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-color-picker-default.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-color-picker-switch.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-color-picker-transparent.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-color-picker.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-combo-box-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-combo-box-calendar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-combo-box-edit.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-combo-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-combo-boxes.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-flow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-group-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-label-link.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-labels.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-layered-pane.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-layout-panel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-list-box-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-list-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-menu-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-menu.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-paginator.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-panel-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-panel-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-panel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-progress-bar-indeterminate.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-progress-bar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-radio-button-uncheck.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-radio-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-radio-buttons-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-radio-buttons.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-ruler.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-bar-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-bar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-block.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-blog.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-both.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-detail.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-form.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-icon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-list.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-table.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-text-image.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-text.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane-tree.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-scroll-pane.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-search-field.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-seek-bar-050.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-seek-bar-100.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-seek-bar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-separator-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-separator.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-slider-050.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-slider-100.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-slider-vertical-050.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-slider-vertical-100.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-slider-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-slider.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-spacer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-spin.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-split-panel-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-split-panel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-splitter-horizontal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-splitter.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-status-bar-blue.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-status-bar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab-bottom.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab-content-vertical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab-content.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab-side.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tab.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-area.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-clear-button.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-clear.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-format.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-hidden.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-medium-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-password-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-password-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-password-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-password.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-small-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field-suggestion.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-text-field.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-toolbar--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-toolbar--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-toolbar--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-toolbar--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-toolbar--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-toolbar-bookmark.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-toolbar.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tooltip--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tooltip--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tooltip--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tooltip--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tooltip--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tooltip-balloon-bottom.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tooltip-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/ui-tooltip.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/umbrella--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/umbrella--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/umbrella--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/umbrella--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/umbrella--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/umbrella.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/universal.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/upload-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/upload-linux.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/upload-mac-os.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/upload.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/usb-flash-drive--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/usb-flash-drive--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/usb-flash-drive--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/usb-flash-drive--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/usb-flash-drive--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/usb-flash-drive-logo.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/usb-flash-drive.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-black-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-black.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-business-boss.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-business-gray-boss.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-business-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-business.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-detective-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-detective.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-gray-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-gray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-green-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-green.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-medical-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-medical.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-medium-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-medium-silhouette.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-nude-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-nude.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-red-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-red.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-silhouette-question.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-silhouette.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-small-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-thief-baldie.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-thief-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-thief.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-white-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-white.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-worker-boss.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-worker.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-yellow-female.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user-yellow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/user.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/users.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/validation-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/validation-invalid-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/validation-invalid.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/validation-label-html.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/validation-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/validation-valid-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/validation-valid.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/validation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/vase-ear-double.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/vase-ear.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/vase.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/vise-drawer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/vise.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wafer-gold.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wafer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall-break.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall-brick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall-small-brick.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wall.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wallet--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wallet--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wallet--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wallet--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wallet--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wallet.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand-hat.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand-magic.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wand.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/water--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/water--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/water--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/water--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/water--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/water.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-cloud-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-cloud.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-clouds.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-cloudy.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-fog.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-lightning.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-moon-clouds.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-moon-fog.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-moon-half.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-moon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-rain-little.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-rain.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-snow-little.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-snow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-snowflake.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-tornado.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather-wind.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weather.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/web-slice-balloon.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/web-slice-document.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/web-slice-small.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/web-slice.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam-network.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/webcam.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weight--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weight--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weight--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weight--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weight--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/weight.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wheel.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wi-fi-zone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wi-fi.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/windows.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wooden-box--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wooden-box--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wooden-box--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wooden-box--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wooden-box--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wooden-box-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wooden-box.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap-behind.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap-between.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap-edit.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap-front.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap-option.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap-square.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap-through.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap-tight.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrap.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrench--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrench--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrench--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrench--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrench--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrench-screwdriver.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/wrench.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/x-ray.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/xfn-colleague-met.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/xfn-colleague.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/xfn-friend-met.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/xfn-friend.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/xfn-sweetheart-met.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/xfn-sweetheart.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/xfn.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/yin-yang.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-aries.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-cancer.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-capricorn.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-gemini.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-leo.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-libra.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-pisces.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-sagittarius.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-scorpio.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-taurus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac-virgo.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zodiac.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone--arrow.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone--exclamation.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone--minus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone--pencil.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone--plus.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone-label.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone-medium.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone-money.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone-resize-actual.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone-resize.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone-select.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone-share.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zone.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zones-stack.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/icons/zones.png (100%) rename AMOEBA3/src/{ => VISUALIZATION}/log/ConsolePanel.java (98%) rename AMOEBA3/src/{ => VISUALIZATION}/log/LogFile.java (98%) rename AMOEBA3/src/{ => VISUALIZATION}/log/LogForm.java (99%) rename AMOEBA3/src/{ => VISUALIZATION}/log/LogMessageType.java (90%) rename AMOEBA3/src/{ => VISUALIZATION}/log/LoggerConsole.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/log/LoggerFile.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/log/LoggerMessage.java (91%) rename AMOEBA3/src/{ => VISUALIZATION}/log/log4j.properties (100%) rename AMOEBA3/src/{ => VISUALIZATION}/observation/Observation.java (93%) rename AMOEBA3/src/{ => VISUALIZATION}/styles/styleAMOEBA.css (100%) rename AMOEBA3/src/{ => VISUALIZATION}/styles/styleBlackBox.css (100%) rename AMOEBA3/src/{ => VISUALIZATION}/styles/styleSystem.css (100%) rename AMOEBA3/src/{ => VISUALIZATION}/styles/styleSystemDark.css (100%) rename AMOEBA3/src/{ => VISUALIZATION}/styles/styleSystemScalable.css (100%) rename AMOEBA3/src/{ => VISUALIZATION}/styles/styleSystemSoft.css (100%) rename AMOEBA3/src/{ => VISUALIZATION}/view/JMainFrame.java (97%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJAnimation.java (97%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJAnimationForDiagramme.java (98%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJAnimationOpacite.java (94%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJAnimationRotation.java (94%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJAnimationTranslation.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJAnimationTranslationEntreDeuxObjets.java (96%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJComponent.java (99%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJComponentMouseListener.java (97%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJComponentMouseMotionListener.java (97%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJIconSelector.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJPanel.java (99%) rename AMOEBA3/src/{ => VISUALIZATION}/view/animation/JJStatDiagramme.java (99%) rename AMOEBA3/src/{ => VISUALIZATION}/view/blackbox/BlackBoxPanel.java (94%) rename AMOEBA3/src/{ => VISUALIZATION}/view/blackbox/GrapheBlackBoxPanel.java (96%) rename AMOEBA3/src/{ => VISUALIZATION}/view/global/PanelChart.java (97%) rename AMOEBA3/src/{ => VISUALIZATION}/view/multiAMOEBA/FileChooserDemo.java (99%) rename AMOEBA3/src/{ => VISUALIZATION}/view/multiAMOEBA/JMainFrameMulti.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/view/multiAMOEBA/PanelGraphAMOEBA.java (99%) rename AMOEBA3/src/{ => VISUALIZATION}/view/multiAMOEBA/PanelMainMulti.java (89%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/CompoundIcon.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/GrapheSystemPanel.java (98%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/JTableRenderer_Agents.java (94%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/MainPanel.java (97%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/MainTabbedPanel.java (90%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/PanelController.java (98%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/ScheduledItem.java (81%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/SystemPanel.java (94%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/nDim/PanelParallelCoordinates.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/nDim/contexts.csv (100%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/nDim/parallelCoordinates.html (100%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/nDim/parallelCoordinates_fichiers/d3.html (100%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/nDim/parallelCoordinates_fichiers/d3.js (100%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/nDim/parallelCoordinates_fichiers/d3_002.js (100%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/paving/CurrentValueLine.java (92%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/paving/MonoDimensionLine.java (91%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/paving/Panel1DPaving.java (95%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/paving/PavingContext.java (94%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/projection/PanelProjection.java (96%) rename AMOEBA3/src/{ => VISUALIZATION}/view/system/twoDim/GrapheTwoDimPanelStandard.java (97%) diff --git a/AMOEBA3/src/agents/Agent.java b/AMOEBA3/src/MAS/agents/Agent.java similarity index 95% rename from AMOEBA3/src/agents/Agent.java rename to AMOEBA3/src/MAS/agents/Agent.java index 9b987469..785783b1 100644 --- a/AMOEBA3/src/agents/Agent.java +++ b/AMOEBA3/src/MAS/agents/Agent.java @@ -1,10 +1,10 @@ -package agents; +package MAS.agents; import java.io.Serializable; import java.util.Stack; -import agents.messages.Message; -import agents.messages.MessageType; +import MAS.agents.messages.Message; +import MAS.agents.messages.MessageType; // TODO: Auto-generated Javadoc diff --git a/AMOEBA3/src/agents/Percept.java b/AMOEBA3/src/MAS/agents/Percept.java similarity index 95% rename from AMOEBA3/src/agents/Percept.java rename to AMOEBA3/src/MAS/agents/Percept.java index ee11f13d..1d548488 100644 --- a/AMOEBA3/src/agents/Percept.java +++ b/AMOEBA3/src/MAS/agents/Percept.java @@ -1,15 +1,15 @@ -package agents; +package MAS.agents; import java.io.Serializable; import java.util.ArrayList; -import kernel.Config; -import kernel.World; -import agents.context.Context; -import agents.context.Range; -import agents.messages.Message; -import agents.messages.MessageType; -import blackbox.BlackBoxAgent; +import MAS.kernel.Config; +import MAS.kernel.World; +import MAS.agents.context.Context; +import MAS.agents.context.Range; +import MAS.agents.messages.Message; +import MAS.agents.messages.MessageType; +import MAS.blackbox.BlackBoxAgent; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/SystemAgent.java b/AMOEBA3/src/MAS/agents/SystemAgent.java similarity index 93% rename from AMOEBA3/src/agents/SystemAgent.java rename to AMOEBA3/src/MAS/agents/SystemAgent.java index ab3c7272..ea28f09f 100644 --- a/AMOEBA3/src/agents/SystemAgent.java +++ b/AMOEBA3/src/MAS/agents/SystemAgent.java @@ -1,9 +1,9 @@ -package agents; +package MAS.agents; import java.io.Serializable; import java.util.ArrayList; -import kernel.World; +import MAS.kernel.World; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/context/AbstractContext.java b/AMOEBA3/src/MAS/agents/context/AbstractContext.java similarity index 79% rename from AMOEBA3/src/agents/context/AbstractContext.java rename to AMOEBA3/src/MAS/agents/context/AbstractContext.java index 1f1e01f1..d8b6b3ac 100644 --- a/AMOEBA3/src/agents/context/AbstractContext.java +++ b/AMOEBA3/src/MAS/agents/context/AbstractContext.java @@ -1,14 +1,14 @@ -package agents.context; +package MAS.agents.context; import java.io.Serializable; import java.util.ArrayList; -import kernel.World; -import agents.Agent; -import agents.Percept; -import agents.SystemAgent; -import agents.messages.Message; -import agents.messages.MessageType; +import MAS.kernel.World; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.SystemAgent; +import MAS.agents.messages.Message; +import MAS.agents.messages.MessageType; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/context/Context.java b/AMOEBA3/src/MAS/agents/context/Context.java similarity index 97% rename from AMOEBA3/src/agents/context/Context.java rename to AMOEBA3/src/MAS/agents/context/Context.java index 27572ebb..d8ebffc3 100644 --- a/AMOEBA3/src/agents/context/Context.java +++ b/AMOEBA3/src/MAS/agents/context/Context.java @@ -1,4 +1,4 @@ -package agents.context; +package MAS.agents.context; import java.io.Serializable; import java.util.ArrayList; @@ -8,19 +8,19 @@ import java.util.Map.Entry; import java.util.Set; import java.util.TreeSet; -import kernel.Config; -import kernel.World; -import ncs.NCS; -import agents.Agent; -import agents.Percept; -import agents.head.Head; -import agents.localModel.LocalModelAgent; -import agents.localModel.LocalModelAverage; -import agents.localModel.LocalModelFirstExp; -import agents.localModel.LocalModelMillerRegression; -import agents.localModel.TypeLocalModel; -import agents.messages.Message; -import agents.messages.MessageType; +import MAS.kernel.Config; +import MAS.kernel.World; +import MAS.ncs.NCS; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.head.Head; +import MAS.agents.localModel.LocalModelAgent; +import MAS.agents.localModel.LocalModelAverage; +import MAS.agents.localModel.LocalModelFirstExp; +import MAS.agents.localModel.LocalModelMillerRegression; +import MAS.agents.localModel.TypeLocalModel; +import MAS.agents.messages.Message; +import MAS.agents.messages.MessageType; // TODO: Auto-generated Javadoc diff --git a/AMOEBA3/src/agents/context/Experiment.java b/AMOEBA3/src/MAS/agents/context/Experiment.java similarity index 96% rename from AMOEBA3/src/agents/context/Experiment.java rename to AMOEBA3/src/MAS/agents/context/Experiment.java index b21f22c1..908ed004 100644 --- a/AMOEBA3/src/agents/context/Experiment.java +++ b/AMOEBA3/src/MAS/agents/context/Experiment.java @@ -1,10 +1,10 @@ -package agents.context; +package MAS.agents.context; import java.io.Serializable; import java.util.HashMap; import java.util.LinkedHashMap; -import agents.Percept; +import MAS.agents.Percept; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/context/Range.java b/AMOEBA3/src/MAS/agents/context/Range.java similarity index 99% rename from AMOEBA3/src/agents/context/Range.java rename to AMOEBA3/src/MAS/agents/context/Range.java index 01422179..00a2b09b 100644 --- a/AMOEBA3/src/agents/context/Range.java +++ b/AMOEBA3/src/MAS/agents/context/Range.java @@ -1,9 +1,9 @@ -package agents.context; +package MAS.agents.context; import java.io.Serializable; -import agents.Percept; -import agents.messages.MessageType; +import MAS.agents.Percept; +import MAS.agents.messages.MessageType; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/head/AbstractHead.java b/AMOEBA3/src/MAS/agents/head/AbstractHead.java similarity index 74% rename from AMOEBA3/src/agents/head/AbstractHead.java rename to AMOEBA3/src/MAS/agents/head/AbstractHead.java index a18193df..c7f92d05 100644 --- a/AMOEBA3/src/agents/head/AbstractHead.java +++ b/AMOEBA3/src/MAS/agents/head/AbstractHead.java @@ -1,12 +1,12 @@ -package agents.head; +package MAS.agents.head; import java.io.Serializable; import java.util.ArrayList; -import kernel.World; -import agents.Agent; -import agents.SystemAgent; -import agents.messages.Message; +import MAS.kernel.World; +import MAS.agents.Agent; +import MAS.agents.SystemAgent; +import MAS.agents.messages.Message; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/head/Head.java b/AMOEBA3/src/MAS/agents/head/Head.java similarity index 98% rename from AMOEBA3/src/agents/head/Head.java rename to AMOEBA3/src/MAS/agents/head/Head.java index 8a8f2855..50e74a56 100644 --- a/AMOEBA3/src/agents/head/Head.java +++ b/AMOEBA3/src/MAS/agents/head/Head.java @@ -1,17 +1,17 @@ -package agents.head; +package MAS.agents.head; import java.util.ArrayList; -import ncs.NCS; -import kernel.Config; -import kernel.Launcher; -import kernel.World; -import agents.Agent; -import agents.Percept; -import agents.context.Context; -import agents.messages.Message; -import agents.messages.MessageType; -import blackbox.BlackBoxAgent; +import MAS.ncs.NCS; +import MAS.kernel.Config; +import MAS.kernel.Launcher; +import MAS.kernel.World; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.messages.Message; +import MAS.agents.messages.MessageType; +import MAS.blackbox.BlackBoxAgent; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/localModel/LocalModelAgent.java b/AMOEBA3/src/MAS/agents/localModel/LocalModelAgent.java similarity index 88% rename from AMOEBA3/src/agents/localModel/LocalModelAgent.java rename to AMOEBA3/src/MAS/agents/localModel/LocalModelAgent.java index e2dc9387..52def4d1 100644 --- a/AMOEBA3/src/agents/localModel/LocalModelAgent.java +++ b/AMOEBA3/src/MAS/agents/localModel/LocalModelAgent.java @@ -1,14 +1,14 @@ -package agents.localModel; +package MAS.agents.localModel; import java.io.Serializable; import java.util.ArrayList; -import kernel.World; -import agents.Agent; -import agents.Percept; -import agents.SystemAgent; -import agents.context.Context; -import agents.messages.Message; +import MAS.kernel.World; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.SystemAgent; +import MAS.agents.context.Context; +import MAS.agents.messages.Message; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/localModel/LocalModelAverage.java b/AMOEBA3/src/MAS/agents/localModel/LocalModelAverage.java similarity index 89% rename from AMOEBA3/src/agents/localModel/LocalModelAverage.java rename to AMOEBA3/src/MAS/agents/localModel/LocalModelAverage.java index d0a49ca3..49778119 100644 --- a/AMOEBA3/src/agents/localModel/LocalModelAverage.java +++ b/AMOEBA3/src/MAS/agents/localModel/LocalModelAverage.java @@ -1,11 +1,11 @@ -package agents.localModel; +package MAS.agents.localModel; import java.io.Serializable; -import kernel.World; -import agents.Percept; -import agents.context.Context; -import agents.context.Experiment; +import MAS.kernel.World; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.context.Experiment; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/localModel/LocalModelFirstExp.java b/AMOEBA3/src/MAS/agents/localModel/LocalModelFirstExp.java similarity index 91% rename from AMOEBA3/src/agents/localModel/LocalModelFirstExp.java rename to AMOEBA3/src/MAS/agents/localModel/LocalModelFirstExp.java index c3da99f1..d194ab55 100644 --- a/AMOEBA3/src/agents/localModel/LocalModelFirstExp.java +++ b/AMOEBA3/src/MAS/agents/localModel/LocalModelFirstExp.java @@ -1,10 +1,10 @@ -package agents.localModel; +package MAS.agents.localModel; import java.io.Serializable; -import kernel.World; -import agents.Percept; -import agents.context.Context; +import MAS.kernel.World; +import MAS.agents.Percept; +import MAS.agents.context.Context; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/localModel/LocalModelMillerRegression.java b/AMOEBA3/src/MAS/agents/localModel/LocalModelMillerRegression.java similarity index 96% rename from AMOEBA3/src/agents/localModel/LocalModelMillerRegression.java rename to AMOEBA3/src/MAS/agents/localModel/LocalModelMillerRegression.java index 72c15c60..dc55293c 100644 --- a/AMOEBA3/src/agents/localModel/LocalModelMillerRegression.java +++ b/AMOEBA3/src/MAS/agents/localModel/LocalModelMillerRegression.java @@ -1,14 +1,14 @@ -package agents.localModel; +package MAS.agents.localModel; import java.io.Serializable; import java.util.ArrayList; -import kernel.World; -import agents.Agent; -import agents.Percept; -import agents.context.Context; -import agents.context.Experiment; -import agents.messages.Message; +import MAS.kernel.World; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.context.Experiment; +import MAS.agents.messages.Message; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/localModel/Regression.java b/AMOEBA3/src/MAS/agents/localModel/Regression.java similarity index 95% rename from AMOEBA3/src/agents/localModel/Regression.java rename to AMOEBA3/src/MAS/agents/localModel/Regression.java index f7d75c49..fb32b55b 100644 --- a/AMOEBA3/src/agents/localModel/Regression.java +++ b/AMOEBA3/src/MAS/agents/localModel/Regression.java @@ -1,4 +1,4 @@ -package agents.localModel; +package MAS.agents.localModel; import java.io.Serializable; diff --git a/AMOEBA3/src/agents/localModel/TypeLocalModel.java b/AMOEBA3/src/MAS/agents/localModel/TypeLocalModel.java similarity index 90% rename from AMOEBA3/src/agents/localModel/TypeLocalModel.java rename to AMOEBA3/src/MAS/agents/localModel/TypeLocalModel.java index 45c7e616..268cd9e1 100644 --- a/AMOEBA3/src/agents/localModel/TypeLocalModel.java +++ b/AMOEBA3/src/MAS/agents/localModel/TypeLocalModel.java @@ -1,4 +1,5 @@ -package agents.localModel; +package MAS.agents.localModel; + // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/messages/Message.java b/AMOEBA3/src/MAS/agents/messages/Message.java similarity index 96% rename from AMOEBA3/src/agents/messages/Message.java rename to AMOEBA3/src/MAS/agents/messages/Message.java index c8f58f94..4428de15 100644 --- a/AMOEBA3/src/agents/messages/Message.java +++ b/AMOEBA3/src/MAS/agents/messages/Message.java @@ -1,8 +1,8 @@ -package agents.messages; +package MAS.agents.messages; import java.io.Serializable; -import agents.Agent; +import MAS.agents.Agent; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/agents/messages/MessageType.java b/AMOEBA3/src/MAS/agents/messages/MessageType.java similarity index 97% rename from AMOEBA3/src/agents/messages/MessageType.java rename to AMOEBA3/src/MAS/agents/messages/MessageType.java index 4f342c93..5e16bf3a 100644 --- a/AMOEBA3/src/agents/messages/MessageType.java +++ b/AMOEBA3/src/MAS/agents/messages/MessageType.java @@ -1,4 +1,4 @@ -package agents.messages; +package MAS.agents.messages; import java.io.Serializable; diff --git a/AMOEBA3/src/blackbox/BBFunction.java b/AMOEBA3/src/MAS/blackbox/BBFunction.java similarity index 92% rename from AMOEBA3/src/blackbox/BBFunction.java rename to AMOEBA3/src/MAS/blackbox/BBFunction.java index 2f636db8..0cc95449 100644 --- a/AMOEBA3/src/blackbox/BBFunction.java +++ b/AMOEBA3/src/MAS/blackbox/BBFunction.java @@ -1,12 +1,12 @@ -package blackbox; +package MAS.blackbox; import java.io.Serializable; -import agents.Agent; -import agents.messages.Message; -import agents.messages.MessageType; -import blackbox.constraints.ConstraintFuncOneLinkOut; -import blackbox.constraints.ConstraintFuncTwoLinkIn; +import MAS.agents.Agent; +import MAS.agents.messages.Message; +import MAS.agents.messages.MessageType; +import MAS.blackbox.constraints.ConstraintFuncOneLinkOut; +import MAS.blackbox.constraints.ConstraintFuncTwoLinkIn; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/BlackBox.java b/AMOEBA3/src/MAS/blackbox/BlackBox.java similarity index 98% rename from AMOEBA3/src/blackbox/BlackBox.java rename to AMOEBA3/src/MAS/blackbox/BlackBox.java index 0d914859..be8d6459 100644 --- a/AMOEBA3/src/blackbox/BlackBox.java +++ b/AMOEBA3/src/MAS/blackbox/BlackBox.java @@ -1,4 +1,4 @@ -package blackbox; +package MAS.blackbox; import java.io.File; import java.io.IOException; @@ -8,7 +8,7 @@ import java.util.Collections; import java.util.HashMap; import java.util.Random; -import kernel.Scheduler; +import MAS.kernel.Scheduler; import org.jdom2.Attribute; import org.jdom2.Document; @@ -16,7 +16,7 @@ import org.jdom2.Element; import org.jdom2.JDOMException; import org.jdom2.input.SAXBuilder; -import agents.Agent; +import MAS.agents.Agent; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/BlackBoxAgent.java b/AMOEBA3/src/MAS/blackbox/BlackBoxAgent.java similarity index 95% rename from AMOEBA3/src/blackbox/BlackBoxAgent.java rename to AMOEBA3/src/MAS/blackbox/BlackBoxAgent.java index 8687819c..3dd63079 100644 --- a/AMOEBA3/src/blackbox/BlackBoxAgent.java +++ b/AMOEBA3/src/MAS/blackbox/BlackBoxAgent.java @@ -1,11 +1,11 @@ -package blackbox; +package MAS.blackbox; import java.io.Serializable; import java.util.ArrayList; -import agents.Agent; -import agents.messages.Message; -import blackbox.constraints.Constraint; +import MAS.agents.Agent; +import MAS.agents.messages.Message; +import MAS.blackbox.constraints.Constraint; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/Input.java b/AMOEBA3/src/MAS/blackbox/Input.java similarity index 93% rename from AMOEBA3/src/blackbox/Input.java rename to AMOEBA3/src/MAS/blackbox/Input.java index 70b3e6ab..b30357ea 100644 --- a/AMOEBA3/src/blackbox/Input.java +++ b/AMOEBA3/src/MAS/blackbox/Input.java @@ -1,10 +1,10 @@ -package blackbox; +package MAS.blackbox; import java.io.Serializable; -import agents.Agent; -import agents.messages.Message; -import agents.messages.MessageType; +import MAS.agents.Agent; +import MAS.agents.messages.Message; +import MAS.agents.messages.MessageType; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/MathFunction.java b/AMOEBA3/src/MAS/blackbox/MathFunction.java similarity index 98% rename from AMOEBA3/src/blackbox/MathFunction.java rename to AMOEBA3/src/MAS/blackbox/MathFunction.java index 5836e396..d8c67fa8 100644 --- a/AMOEBA3/src/blackbox/MathFunction.java +++ b/AMOEBA3/src/MAS/blackbox/MathFunction.java @@ -1,4 +1,4 @@ -package blackbox; +package MAS.blackbox; import java.io.Serializable; diff --git a/AMOEBA3/src/blackbox/Output.java b/AMOEBA3/src/MAS/blackbox/Output.java similarity index 96% rename from AMOEBA3/src/blackbox/Output.java rename to AMOEBA3/src/MAS/blackbox/Output.java index 1f0d9b64..333735a5 100644 --- a/AMOEBA3/src/blackbox/Output.java +++ b/AMOEBA3/src/MAS/blackbox/Output.java @@ -1,4 +1,4 @@ -package blackbox; +package MAS.blackbox; import java.io.BufferedReader; import java.io.IOException; @@ -12,9 +12,9 @@ import java.text.NumberFormat; import java.text.ParseException; import java.util.Locale; -import agents.messages.Message; -import agents.messages.MessageType; -import blackbox.constraints.ConstraintOutOneLinkIn; +import MAS.agents.messages.Message; +import MAS.agents.messages.MessageType; +import MAS.blackbox.constraints.ConstraintOutOneLinkIn; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/constraints/Constraint.java b/AMOEBA3/src/MAS/blackbox/constraints/Constraint.java similarity index 92% rename from AMOEBA3/src/blackbox/constraints/Constraint.java rename to AMOEBA3/src/MAS/blackbox/constraints/Constraint.java index 5b70d677..b2cacfb4 100644 --- a/AMOEBA3/src/blackbox/constraints/Constraint.java +++ b/AMOEBA3/src/MAS/blackbox/constraints/Constraint.java @@ -1,8 +1,8 @@ -package blackbox.constraints; +package MAS.blackbox.constraints; import java.io.Serializable; -import blackbox.BlackBox; +import MAS.blackbox.BlackBox; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/constraints/ConstraintConnectedToOneInput.java b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintConnectedToOneInput.java similarity index 92% rename from AMOEBA3/src/blackbox/constraints/ConstraintConnectedToOneInput.java rename to AMOEBA3/src/MAS/blackbox/constraints/ConstraintConnectedToOneInput.java index 0ada4a99..2079d758 100644 --- a/AMOEBA3/src/blackbox/constraints/ConstraintConnectedToOneInput.java +++ b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintConnectedToOneInput.java @@ -1,12 +1,12 @@ -package blackbox.constraints; +package MAS.blackbox.constraints; import java.io.Serializable; import java.util.ArrayList; -import agents.Agent; -import blackbox.BBFunction; -import blackbox.BlackBox; -import blackbox.Input; +import MAS.agents.Agent; +import MAS.blackbox.BBFunction; +import MAS.blackbox.BlackBox; +import MAS.blackbox.Input; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/constraints/ConstraintConnectedToOneOutput.java b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintConnectedToOneOutput.java similarity index 93% rename from AMOEBA3/src/blackbox/constraints/ConstraintConnectedToOneOutput.java rename to AMOEBA3/src/MAS/blackbox/constraints/ConstraintConnectedToOneOutput.java index 4f318dae..5ce0c820 100644 --- a/AMOEBA3/src/blackbox/constraints/ConstraintConnectedToOneOutput.java +++ b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintConnectedToOneOutput.java @@ -1,12 +1,12 @@ -package blackbox.constraints; +package MAS.blackbox.constraints; import java.io.Serializable; import java.util.ArrayList; -import agents.Agent; -import blackbox.BBFunction; -import blackbox.BlackBox; -import blackbox.Input; +import MAS.agents.Agent; +import MAS.blackbox.BBFunction; +import MAS.blackbox.BlackBox; +import MAS.blackbox.Input; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/constraints/ConstraintFuncOneLinkOut.java b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintFuncOneLinkOut.java similarity index 91% rename from AMOEBA3/src/blackbox/constraints/ConstraintFuncOneLinkOut.java rename to AMOEBA3/src/MAS/blackbox/constraints/ConstraintFuncOneLinkOut.java index 811ec2e7..fbdc0be2 100644 --- a/AMOEBA3/src/blackbox/constraints/ConstraintFuncOneLinkOut.java +++ b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintFuncOneLinkOut.java @@ -1,12 +1,12 @@ -package blackbox.constraints; +package MAS.blackbox.constraints; import java.io.Serializable; import java.util.ArrayList; -import blackbox.BBFunction; -import blackbox.BlackBox; -import blackbox.BlackBoxAgent; -import blackbox.Output; +import MAS.blackbox.BBFunction; +import MAS.blackbox.BlackBox; +import MAS.blackbox.BlackBoxAgent; +import MAS.blackbox.Output; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/constraints/ConstraintFuncTwoLinkIn.java b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintFuncTwoLinkIn.java similarity index 92% rename from AMOEBA3/src/blackbox/constraints/ConstraintFuncTwoLinkIn.java rename to AMOEBA3/src/MAS/blackbox/constraints/ConstraintFuncTwoLinkIn.java index 69de3ad8..77397483 100644 --- a/AMOEBA3/src/blackbox/constraints/ConstraintFuncTwoLinkIn.java +++ b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintFuncTwoLinkIn.java @@ -1,12 +1,12 @@ -package blackbox.constraints; +package MAS.blackbox.constraints; import java.io.Serializable; import java.util.ArrayList; -import blackbox.BBFunction; -import blackbox.BlackBox; -import blackbox.BlackBoxAgent; -import blackbox.Input; +import MAS.blackbox.BBFunction; +import MAS.blackbox.BlackBox; +import MAS.blackbox.BlackBoxAgent; +import MAS.blackbox.Input; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/blackbox/constraints/ConstraintOutOneLinkIn.java b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintOutOneLinkIn.java similarity index 90% rename from AMOEBA3/src/blackbox/constraints/ConstraintOutOneLinkIn.java rename to AMOEBA3/src/MAS/blackbox/constraints/ConstraintOutOneLinkIn.java index c4d53327..a25392db 100644 --- a/AMOEBA3/src/blackbox/constraints/ConstraintOutOneLinkIn.java +++ b/AMOEBA3/src/MAS/blackbox/constraints/ConstraintOutOneLinkIn.java @@ -1,12 +1,12 @@ -package blackbox.constraints; +package MAS.blackbox.constraints; import java.io.Serializable; import java.util.ArrayList; -import blackbox.BBFunction; -import blackbox.BlackBox; -import blackbox.BlackBoxAgent; -import blackbox.Output; +import MAS.blackbox.BBFunction; +import MAS.blackbox.BlackBox; +import MAS.blackbox.BlackBoxAgent; +import MAS.blackbox.Output; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/init/Initialization.java b/AMOEBA3/src/MAS/init/Initialization.java similarity index 99% rename from AMOEBA3/src/init/Initialization.java rename to AMOEBA3/src/MAS/init/Initialization.java index dcfe650a..fb626cf9 100644 --- a/AMOEBA3/src/init/Initialization.java +++ b/AMOEBA3/src/MAS/init/Initialization.java @@ -1,4 +1,4 @@ -package init; +package MAS.init; import java.awt.Dimension; import java.io.File; diff --git a/AMOEBA3/src/init/LearningProvider.java b/AMOEBA3/src/MAS/init/LearningProvider.java similarity index 98% rename from AMOEBA3/src/init/LearningProvider.java rename to AMOEBA3/src/MAS/init/LearningProvider.java index 5254c521..b5bd51e0 100644 --- a/AMOEBA3/src/init/LearningProvider.java +++ b/AMOEBA3/src/MAS/init/LearningProvider.java @@ -1,4 +1,4 @@ -package init; +package MAS.init; import java.util.ArrayList; import java.util.Collections; @@ -6,7 +6,7 @@ import java.util.HashMap; import java.util.List; import java.util.concurrent.FutureTask; -import kernel.AMOEBA; +import MAS.kernel.AMOEBA; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/init/ManagerOutput.java b/AMOEBA3/src/MAS/init/ManagerOutput.java similarity index 98% rename from AMOEBA3/src/init/ManagerOutput.java rename to AMOEBA3/src/MAS/init/ManagerOutput.java index b1dca1a5..f5b91adc 100644 --- a/AMOEBA3/src/init/ManagerOutput.java +++ b/AMOEBA3/src/MAS/init/ManagerOutput.java @@ -1,4 +1,4 @@ -package init; +package MAS.init; import java.util.HashMap; import java.util.concurrent.FutureTask; diff --git a/AMOEBA3/src/init/RequestCallable.java b/AMOEBA3/src/MAS/init/RequestCallable.java similarity index 94% rename from AMOEBA3/src/init/RequestCallable.java rename to AMOEBA3/src/MAS/init/RequestCallable.java index 8ddb7dd4..94a41695 100644 --- a/AMOEBA3/src/init/RequestCallable.java +++ b/AMOEBA3/src/MAS/init/RequestCallable.java @@ -1,9 +1,9 @@ -package init; +package MAS.init; import java.util.HashMap; import java.util.concurrent.Callable; -import kernel.AMOEBA; +import MAS.kernel.AMOEBA; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/init/Serialization.java b/AMOEBA3/src/MAS/init/Serialization.java similarity index 98% rename from AMOEBA3/src/init/Serialization.java rename to AMOEBA3/src/MAS/init/Serialization.java index ea67e99c..997a36f0 100644 --- a/AMOEBA3/src/init/Serialization.java +++ b/AMOEBA3/src/MAS/init/Serialization.java @@ -1,4 +1,4 @@ -package init; +package MAS.init; import java.io.File; diff --git a/AMOEBA3/src/init/amoeba/AMOEBAFactory.java b/AMOEBA3/src/MAS/init/amoeba/AMOEBAFactory.java similarity index 93% rename from AMOEBA3/src/init/amoeba/AMOEBAFactory.java rename to AMOEBA3/src/MAS/init/amoeba/AMOEBAFactory.java index 8c56fcb1..8b938caa 100644 --- a/AMOEBA3/src/init/amoeba/AMOEBAFactory.java +++ b/AMOEBA3/src/MAS/init/amoeba/AMOEBAFactory.java @@ -1,6 +1,6 @@ -package init.amoeba; +package MAS.init.amoeba; -import kernel.AMOEBA; +import MAS.kernel.AMOEBA; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/init/amoeba/DefaultAMOEBAFactory.java b/AMOEBA3/src/MAS/init/amoeba/DefaultAMOEBAFactory.java similarity index 94% rename from AMOEBA3/src/init/amoeba/DefaultAMOEBAFactory.java rename to AMOEBA3/src/MAS/init/amoeba/DefaultAMOEBAFactory.java index 397f1566..893cde43 100644 --- a/AMOEBA3/src/init/amoeba/DefaultAMOEBAFactory.java +++ b/AMOEBA3/src/MAS/init/amoeba/DefaultAMOEBAFactory.java @@ -1,4 +1,4 @@ -package init.amoeba; +package MAS.init.amoeba; import java.io.File; import java.io.FileOutputStream; @@ -6,11 +6,11 @@ import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; -import blackbox.BlackBox; -import init.Serialization; -import kernel.AMOEBA; -import kernel.Scheduler; -import kernel.World; +import MAS.blackbox.BlackBox; +import MAS.init.Serialization; +import MAS.kernel.AMOEBA; +import MAS.kernel.Scheduler; +import MAS.kernel.World; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/init/amoeba/SerializedAMOEBAFactory.java b/AMOEBA3/src/MAS/init/amoeba/SerializedAMOEBAFactory.java similarity index 87% rename from AMOEBA3/src/init/amoeba/SerializedAMOEBAFactory.java rename to AMOEBA3/src/MAS/init/amoeba/SerializedAMOEBAFactory.java index fee56f55..9fd1b4c3 100644 --- a/AMOEBA3/src/init/amoeba/SerializedAMOEBAFactory.java +++ b/AMOEBA3/src/MAS/init/amoeba/SerializedAMOEBAFactory.java @@ -1,4 +1,4 @@ -package init.amoeba; +package MAS.init.amoeba; import java.io.File; import java.io.FileInputStream; @@ -6,12 +6,12 @@ import java.io.IOException; import java.io.ObjectInputStream; import java.util.ArrayList; -import blackbox.BlackBox; -import kernel.AMOEBA; -import kernel.Scheduler; -import kernel.World; -import observation.Observation; -import view.system.MainPanel; +import MAS.blackbox.BlackBox; +import MAS.kernel.AMOEBA; +import MAS.kernel.Scheduler; +import MAS.kernel.World; +import VISUALIZATION.observation.Observation; +import VISUALIZATION.view.system.MainPanel; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/init/amoeba/XMLFilesAMOEBAFactory.java b/AMOEBA3/src/MAS/init/amoeba/XMLFilesAMOEBAFactory.java similarity index 80% rename from AMOEBA3/src/init/amoeba/XMLFilesAMOEBAFactory.java rename to AMOEBA3/src/MAS/init/amoeba/XMLFilesAMOEBAFactory.java index 355a65bc..bbb846d3 100644 --- a/AMOEBA3/src/init/amoeba/XMLFilesAMOEBAFactory.java +++ b/AMOEBA3/src/MAS/init/amoeba/XMLFilesAMOEBAFactory.java @@ -1,12 +1,12 @@ -package init.amoeba; +package MAS.init.amoeba; import java.io.File; -import blackbox.BlackBox; -import init.Initialization; -import kernel.AMOEBA; -import kernel.Scheduler; -import kernel.World; +import MAS.blackbox.BlackBox; +import MAS.init.Initialization; +import MAS.kernel.AMOEBA; +import MAS.kernel.Scheduler; +import MAS.kernel.World; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/kernel/AMOEBA.java b/AMOEBA3/src/MAS/kernel/AMOEBA.java similarity index 96% rename from AMOEBA3/src/kernel/AMOEBA.java rename to AMOEBA3/src/MAS/kernel/AMOEBA.java index 853e4851..dbdcb5bc 100644 --- a/AMOEBA3/src/kernel/AMOEBA.java +++ b/AMOEBA3/src/MAS/kernel/AMOEBA.java @@ -1,4 +1,4 @@ -package kernel; +package MAS.kernel; import java.util.ArrayList; import java.util.HashMap; @@ -6,21 +6,21 @@ import java.util.HashMap; import javax.swing.JFrame; -import view.JMainFrame; -import view.system.MainPanel; -import graphView.TemporalGraph; -import init.LearningProvider; -import log.LogFile; -import log.LogMessageType; -import agents.Percept; +import VISUALIZATION.view.JMainFrame; +import VISUALIZATION.view.system.MainPanel; +import VISUALIZATION.graphView.TemporalGraph; +import MAS.init.LearningProvider; +import VISUALIZATION.log.LogFile; +import VISUALIZATION.log.LogMessageType; +import MAS.agents.Percept; -import agents.context.Context; +import MAS.agents.context.Context; -import agents.localModel.TypeLocalModel; -import blackbox.BlackBox; -import blackbox.BlackBoxAgent; -import blackbox.Output; -import csv.CsvFileWriter; +import MAS.agents.localModel.TypeLocalModel; +import MAS.blackbox.BlackBox; +import MAS.blackbox.BlackBoxAgent; +import MAS.blackbox.Output; +import VISUALIZATION.csv.CsvFileWriter; /** diff --git a/AMOEBA3/src/kernel/Config.java b/AMOEBA3/src/MAS/kernel/Config.java similarity index 96% rename from AMOEBA3/src/kernel/Config.java rename to AMOEBA3/src/MAS/kernel/Config.java index cf341926..cc264a3b 100644 --- a/AMOEBA3/src/kernel/Config.java +++ b/AMOEBA3/src/MAS/kernel/Config.java @@ -1,4 +1,4 @@ -package kernel; +package MAS.kernel; import java.io.IOException; import java.io.Serializable; @@ -41,7 +41,7 @@ public class Config implements Serializable { public static ImageIcon getIcon (String name) { if (!icons.containsKey(name)) { try { - icons.put(name, new ImageIcon(ImageIO.read(Config.class.getResourceAsStream("/src/icons/" + name)))); + icons.put(name, new ImageIcon(ImageIO.read(Config.class.getResourceAsStream("/src/VISUALIZATION/icons/" + name)))); } catch (IOException e) { e.printStackTrace(); } diff --git a/AMOEBA3/src/kernel/Launcher.java b/AMOEBA3/src/MAS/kernel/Launcher.java similarity index 94% rename from AMOEBA3/src/kernel/Launcher.java rename to AMOEBA3/src/MAS/kernel/Launcher.java index a110a45f..c3ff2f69 100644 --- a/AMOEBA3/src/kernel/Launcher.java +++ b/AMOEBA3/src/MAS/kernel/Launcher.java @@ -1,4 +1,4 @@ -package kernel; +package MAS.kernel; import java.io.File; import java.io.Serializable; @@ -7,10 +7,10 @@ import javax.swing.JFrame; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; -import view.JMainFrame; -import view.system.MainPanel; -import agents.localModel.TypeLocalModel; -import blackbox.BlackBox; +import VISUALIZATION.view.JMainFrame; +import VISUALIZATION.view.system.MainPanel; +import MAS.agents.localModel.TypeLocalModel; +import MAS.blackbox.BlackBox; // TODO: Auto-generated Javadoc diff --git a/AMOEBA3/src/kernel/Preset.java b/AMOEBA3/src/MAS/kernel/Preset.java similarity index 92% rename from AMOEBA3/src/kernel/Preset.java rename to AMOEBA3/src/MAS/kernel/Preset.java index e05e25be..2c83da4a 100644 --- a/AMOEBA3/src/kernel/Preset.java +++ b/AMOEBA3/src/MAS/kernel/Preset.java @@ -1,4 +1,4 @@ -package kernel; +package MAS.kernel; import java.io.Serializable; diff --git a/AMOEBA3/src/kernel/Scheduler.java b/AMOEBA3/src/MAS/kernel/Scheduler.java similarity index 97% rename from AMOEBA3/src/kernel/Scheduler.java rename to AMOEBA3/src/MAS/kernel/Scheduler.java index 7fc47ae5..d4477954 100644 --- a/AMOEBA3/src/kernel/Scheduler.java +++ b/AMOEBA3/src/MAS/kernel/Scheduler.java @@ -1,4 +1,4 @@ -package kernel; +package MAS.kernel; import java.io.FileOutputStream; import java.io.IOException; @@ -9,15 +9,15 @@ import java.util.ArrayList; import javax.swing.SwingUtilities; -import view.system.MainPanel; -import view.system.ScheduledItem; -import agents.Agent; -import agents.Percept; -import agents.context.Context; -import agents.head.Head; -import blackbox.BBFunction; -import blackbox.Input; -import blackbox.Output; +import VISUALIZATION.view.system.MainPanel; +import VISUALIZATION.view.system.ScheduledItem; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.head.Head; +import MAS.blackbox.BBFunction; +import MAS.blackbox.Input; +import MAS.blackbox.Output; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/kernel/StudiedSystem.java b/AMOEBA3/src/MAS/kernel/StudiedSystem.java similarity index 96% rename from AMOEBA3/src/kernel/StudiedSystem.java rename to AMOEBA3/src/MAS/kernel/StudiedSystem.java index 4f29077c..6e232fcf 100644 --- a/AMOEBA3/src/kernel/StudiedSystem.java +++ b/AMOEBA3/src/MAS/kernel/StudiedSystem.java @@ -1,4 +1,4 @@ -package kernel; +package MAS.kernel; import java.util.HashMap; diff --git a/AMOEBA3/src/kernel/World.java b/AMOEBA3/src/MAS/kernel/World.java similarity index 97% rename from AMOEBA3/src/kernel/World.java rename to AMOEBA3/src/MAS/kernel/World.java index 5db1ffad..c8d5afad 100644 --- a/AMOEBA3/src/kernel/World.java +++ b/AMOEBA3/src/MAS/kernel/World.java @@ -1,4 +1,4 @@ -package kernel; +package MAS.kernel; import java.awt.Color; import java.awt.image.BufferedImage; @@ -17,7 +17,7 @@ import java.util.HashMap; import javax.imageio.ImageIO; -import ncs.NCS; +import MAS.ncs.NCS; import org.jdom2.Attribute; import org.jdom2.Document; @@ -25,18 +25,18 @@ import org.jdom2.Element; import org.jdom2.JDOMException; import org.jdom2.input.SAXBuilder; -import agents.Agent; -import agents.Percept; -import agents.SystemAgent; -import agents.context.Context; -import agents.context.Range; -import agents.head.Head; -import agents.localModel.LocalModelAgent; -import agents.localModel.LocalModelAverage; -import agents.localModel.LocalModelFirstExp; -import agents.localModel.LocalModelMillerRegression; -import agents.localModel.TypeLocalModel; -import blackbox.BlackBox; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.SystemAgent; +import MAS.agents.context.Context; +import MAS.agents.context.Range; +import MAS.agents.head.Head; +import MAS.agents.localModel.LocalModelAgent; +import MAS.agents.localModel.LocalModelAverage; +import MAS.agents.localModel.LocalModelFirstExp; +import MAS.agents.localModel.LocalModelMillerRegression; +import MAS.agents.localModel.TypeLocalModel; +import MAS.blackbox.BlackBox; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/ncs/NCS.java b/AMOEBA3/src/MAS/ncs/NCS.java similarity index 95% rename from AMOEBA3/src/ncs/NCS.java rename to AMOEBA3/src/MAS/ncs/NCS.java index 7f9b1f7f..3d84e1ca 100644 --- a/AMOEBA3/src/ncs/NCS.java +++ b/AMOEBA3/src/MAS/ncs/NCS.java @@ -1,8 +1,8 @@ -package ncs; +package MAS.ncs; import java.io.Serializable; -import kernel.World; +import MAS.kernel.World; // TODO: Auto-generated Javadoc diff --git a/AMOEBA3/src/csv/CsvFileWriter.java b/AMOEBA3/src/VISUALIZATION/csv/CsvFileWriter.java similarity index 95% rename from AMOEBA3/src/csv/CsvFileWriter.java rename to AMOEBA3/src/VISUALIZATION/csv/CsvFileWriter.java index 871567a5..99f2ff71 100644 --- a/AMOEBA3/src/csv/CsvFileWriter.java +++ b/AMOEBA3/src/VISUALIZATION/csv/CsvFileWriter.java @@ -1,4 +1,4 @@ -package csv; +package VISUALIZATION.csv; import java.io.File; import java.io.FileNotFoundException; @@ -9,10 +9,10 @@ import java.util.ArrayList; import java.util.Date; import java.util.List; -import agents.SystemAgent; -import agents.head.Head; -import kernel.World; -import view.system.ScheduledItem; +import MAS.agents.SystemAgent; +import MAS.agents.head.Head; +import MAS.kernel.World; +import VISUALIZATION.view.system.ScheduledItem; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/graphView/GraphicVisualization2Dim.java b/AMOEBA3/src/VISUALIZATION/graphView/GraphicVisualization2Dim.java similarity index 97% rename from AMOEBA3/src/graphView/GraphicVisualization2Dim.java rename to AMOEBA3/src/VISUALIZATION/graphView/GraphicVisualization2Dim.java index 691e1957..d30a5351 100644 --- a/AMOEBA3/src/graphView/GraphicVisualization2Dim.java +++ b/AMOEBA3/src/VISUALIZATION/graphView/GraphicVisualization2Dim.java @@ -1,4 +1,4 @@ -package graphView; +package VISUALIZATION.graphView; import java.awt.BorderLayout; import java.awt.Color; @@ -19,7 +19,7 @@ import org.jfree.data.xy.XYSeriesCollection; import org.jfree.ui.RectangleAnchor; import org.jfree.ui.TextAnchor; -import graphView.annotations.XYDomainValueAnnotation; +import VISUALIZATION.graphView.annotations.XYDomainValueAnnotation; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/graphView/GraphicVisualizationNDim.java b/AMOEBA3/src/VISUALIZATION/graphView/GraphicVisualizationNDim.java similarity index 98% rename from AMOEBA3/src/graphView/GraphicVisualizationNDim.java rename to AMOEBA3/src/VISUALIZATION/graphView/GraphicVisualizationNDim.java index 1e06abb0..60847b40 100644 --- a/AMOEBA3/src/graphView/GraphicVisualizationNDim.java +++ b/AMOEBA3/src/VISUALIZATION/graphView/GraphicVisualizationNDim.java @@ -1,4 +1,4 @@ -package graphView; +package VISUALIZATION.graphView; import java.awt.BorderLayout; import java.awt.Color; diff --git a/AMOEBA3/src/graphView/TemporalGraph.java b/AMOEBA3/src/VISUALIZATION/graphView/TemporalGraph.java similarity index 96% rename from AMOEBA3/src/graphView/TemporalGraph.java rename to AMOEBA3/src/VISUALIZATION/graphView/TemporalGraph.java index ce2e92b2..faa2e728 100644 --- a/AMOEBA3/src/graphView/TemporalGraph.java +++ b/AMOEBA3/src/VISUALIZATION/graphView/TemporalGraph.java @@ -1,4 +1,4 @@ -package graphView; +package VISUALIZATION.graphView; import java.util.ArrayList; diff --git a/AMOEBA3/src/graphView/annotations/AxisAnnotation.java b/AMOEBA3/src/VISUALIZATION/graphView/annotations/AxisAnnotation.java similarity index 96% rename from AMOEBA3/src/graphView/annotations/AxisAnnotation.java rename to AMOEBA3/src/VISUALIZATION/graphView/annotations/AxisAnnotation.java index a506f6df..a4ba4a62 100644 --- a/AMOEBA3/src/graphView/annotations/AxisAnnotation.java +++ b/AMOEBA3/src/VISUALIZATION/graphView/annotations/AxisAnnotation.java @@ -1,4 +1,4 @@ -package graphView.annotations; +package VISUALIZATION.graphView.annotations; import java.awt.BasicStroke; import java.io.Serializable; diff --git a/AMOEBA3/src/graphView/annotations/AxisAnnotationEntity.java b/AMOEBA3/src/VISUALIZATION/graphView/annotations/AxisAnnotationEntity.java similarity index 95% rename from AMOEBA3/src/graphView/annotations/AxisAnnotationEntity.java rename to AMOEBA3/src/VISUALIZATION/graphView/annotations/AxisAnnotationEntity.java index fd29ce96..a59ffa06 100644 --- a/AMOEBA3/src/graphView/annotations/AxisAnnotationEntity.java +++ b/AMOEBA3/src/VISUALIZATION/graphView/annotations/AxisAnnotationEntity.java @@ -38,7 +38,7 @@ * */ -package graphView.annotations; +package VISUALIZATION.graphView.annotations; import java.awt.Shape; import java.io.Serializable; diff --git a/AMOEBA3/src/graphView/annotations/IntervalAnnotation.java b/AMOEBA3/src/VISUALIZATION/graphView/annotations/IntervalAnnotation.java similarity index 93% rename from AMOEBA3/src/graphView/annotations/IntervalAnnotation.java rename to AMOEBA3/src/VISUALIZATION/graphView/annotations/IntervalAnnotation.java index 67840836..7e804992 100644 --- a/AMOEBA3/src/graphView/annotations/IntervalAnnotation.java +++ b/AMOEBA3/src/VISUALIZATION/graphView/annotations/IntervalAnnotation.java @@ -1,4 +1,4 @@ -package graphView.annotations; +package VISUALIZATION.graphView.annotations; import java.awt.Paint; import java.awt.Stroke; diff --git a/AMOEBA3/src/graphView/annotations/ValueAnnotation.java b/AMOEBA3/src/VISUALIZATION/graphView/annotations/ValueAnnotation.java similarity index 90% rename from AMOEBA3/src/graphView/annotations/ValueAnnotation.java rename to AMOEBA3/src/VISUALIZATION/graphView/annotations/ValueAnnotation.java index 6805607c..81e63d58 100644 --- a/AMOEBA3/src/graphView/annotations/ValueAnnotation.java +++ b/AMOEBA3/src/VISUALIZATION/graphView/annotations/ValueAnnotation.java @@ -1,4 +1,4 @@ -package graphView.annotations; +package VISUALIZATION.graphView.annotations; import java.awt.Paint; import java.awt.Stroke; diff --git a/AMOEBA3/src/graphView/annotations/XYDomainValueAnnotation.java b/AMOEBA3/src/VISUALIZATION/graphView/annotations/XYDomainValueAnnotation.java similarity index 95% rename from AMOEBA3/src/graphView/annotations/XYDomainValueAnnotation.java rename to AMOEBA3/src/VISUALIZATION/graphView/annotations/XYDomainValueAnnotation.java index 51e8dde7..628af029 100644 --- a/AMOEBA3/src/graphView/annotations/XYDomainValueAnnotation.java +++ b/AMOEBA3/src/VISUALIZATION/graphView/annotations/XYDomainValueAnnotation.java @@ -1,4 +1,4 @@ -package graphView.annotations; +package VISUALIZATION.graphView.annotations; import java.awt.Graphics2D; import java.awt.geom.Line2D; diff --git a/AMOEBA3/src/icons/abacus.png b/AMOEBA3/src/VISUALIZATION/icons/abacus.png similarity index 100% rename from AMOEBA3/src/icons/abacus.png rename to AMOEBA3/src/VISUALIZATION/icons/abacus.png diff --git a/AMOEBA3/src/icons/acorn.png b/AMOEBA3/src/VISUALIZATION/icons/acorn.png similarity index 100% rename from AMOEBA3/src/icons/acorn.png rename to AMOEBA3/src/VISUALIZATION/icons/acorn.png diff --git a/AMOEBA3/src/icons/address-book--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/address-book--arrow.png similarity index 100% rename from AMOEBA3/src/icons/address-book--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/address-book--arrow.png diff --git a/AMOEBA3/src/icons/address-book--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/address-book--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/address-book--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/address-book--exclamation.png diff --git a/AMOEBA3/src/icons/address-book--minus.png b/AMOEBA3/src/VISUALIZATION/icons/address-book--minus.png similarity index 100% rename from AMOEBA3/src/icons/address-book--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/address-book--minus.png diff --git a/AMOEBA3/src/icons/address-book--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/address-book--pencil.png similarity index 100% rename from AMOEBA3/src/icons/address-book--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/address-book--pencil.png diff --git a/AMOEBA3/src/icons/address-book--plus.png b/AMOEBA3/src/VISUALIZATION/icons/address-book--plus.png similarity index 100% rename from AMOEBA3/src/icons/address-book--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/address-book--plus.png diff --git a/AMOEBA3/src/icons/address-book-blue.png b/AMOEBA3/src/VISUALIZATION/icons/address-book-blue.png similarity index 100% rename from AMOEBA3/src/icons/address-book-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/address-book-blue.png diff --git a/AMOEBA3/src/icons/address-book-open.png b/AMOEBA3/src/VISUALIZATION/icons/address-book-open.png similarity index 100% rename from AMOEBA3/src/icons/address-book-open.png rename to AMOEBA3/src/VISUALIZATION/icons/address-book-open.png diff --git a/AMOEBA3/src/icons/address-book.png b/AMOEBA3/src/VISUALIZATION/icons/address-book.png similarity index 100% rename from AMOEBA3/src/icons/address-book.png rename to AMOEBA3/src/VISUALIZATION/icons/address-book.png diff --git a/AMOEBA3/src/icons/alarm-clock--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock--arrow.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock--arrow.png diff --git a/AMOEBA3/src/icons/alarm-clock--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock--exclamation.png diff --git a/AMOEBA3/src/icons/alarm-clock--minus.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock--minus.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock--minus.png diff --git a/AMOEBA3/src/icons/alarm-clock--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock--pencil.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock--pencil.png diff --git a/AMOEBA3/src/icons/alarm-clock--plus.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock--plus.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock--plus.png diff --git a/AMOEBA3/src/icons/alarm-clock-blue.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock-blue.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock-blue.png diff --git a/AMOEBA3/src/icons/alarm-clock-select-remain.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock-select-remain.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock-select-remain.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock-select-remain.png diff --git a/AMOEBA3/src/icons/alarm-clock-select.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock-select.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock-select.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock-select.png diff --git a/AMOEBA3/src/icons/alarm-clock.png b/AMOEBA3/src/VISUALIZATION/icons/alarm-clock.png similarity index 100% rename from AMOEBA3/src/icons/alarm-clock.png rename to AMOEBA3/src/VISUALIZATION/icons/alarm-clock.png diff --git a/AMOEBA3/src/icons/anchor.png b/AMOEBA3/src/VISUALIZATION/icons/anchor.png similarity index 100% rename from AMOEBA3/src/icons/anchor.png rename to AMOEBA3/src/VISUALIZATION/icons/anchor.png diff --git a/AMOEBA3/src/icons/android.png b/AMOEBA3/src/VISUALIZATION/icons/android.png similarity index 100% rename from AMOEBA3/src/icons/android.png rename to AMOEBA3/src/VISUALIZATION/icons/android.png diff --git a/AMOEBA3/src/icons/animal-dog.png b/AMOEBA3/src/VISUALIZATION/icons/animal-dog.png similarity index 100% rename from AMOEBA3/src/icons/animal-dog.png rename to AMOEBA3/src/VISUALIZATION/icons/animal-dog.png diff --git a/AMOEBA3/src/icons/animal-monkey-sulky.png b/AMOEBA3/src/VISUALIZATION/icons/animal-monkey-sulky.png similarity index 100% rename from AMOEBA3/src/icons/animal-monkey-sulky.png rename to AMOEBA3/src/VISUALIZATION/icons/animal-monkey-sulky.png diff --git a/AMOEBA3/src/icons/animal-monkey.png b/AMOEBA3/src/VISUALIZATION/icons/animal-monkey.png similarity index 100% rename from AMOEBA3/src/icons/animal-monkey.png rename to AMOEBA3/src/VISUALIZATION/icons/animal-monkey.png diff --git a/AMOEBA3/src/icons/animal-penguin.png b/AMOEBA3/src/VISUALIZATION/icons/animal-penguin.png similarity index 100% rename from AMOEBA3/src/icons/animal-penguin.png rename to AMOEBA3/src/VISUALIZATION/icons/animal-penguin.png diff --git a/AMOEBA3/src/icons/animal.png b/AMOEBA3/src/VISUALIZATION/icons/animal.png similarity index 100% rename from AMOEBA3/src/icons/animal.png rename to AMOEBA3/src/VISUALIZATION/icons/animal.png diff --git a/AMOEBA3/src/icons/application--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/application--arrow.png similarity index 100% rename from AMOEBA3/src/icons/application--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/application--arrow.png diff --git a/AMOEBA3/src/icons/application--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/application--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/application--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/application--exclamation.png diff --git a/AMOEBA3/src/icons/application--minus.png b/AMOEBA3/src/VISUALIZATION/icons/application--minus.png similarity index 100% rename from AMOEBA3/src/icons/application--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/application--minus.png diff --git a/AMOEBA3/src/icons/application--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/application--pencil.png similarity index 100% rename from AMOEBA3/src/icons/application--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/application--pencil.png diff --git a/AMOEBA3/src/icons/application--plus.png b/AMOEBA3/src/VISUALIZATION/icons/application--plus.png similarity index 100% rename from AMOEBA3/src/icons/application--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/application--plus.png diff --git a/AMOEBA3/src/icons/application-ab.png b/AMOEBA3/src/VISUALIZATION/icons/application-ab.png similarity index 100% rename from AMOEBA3/src/icons/application-ab.png rename to AMOEBA3/src/VISUALIZATION/icons/application-ab.png diff --git a/AMOEBA3/src/icons/application-block.png b/AMOEBA3/src/VISUALIZATION/icons/application-block.png similarity index 100% rename from AMOEBA3/src/icons/application-block.png rename to AMOEBA3/src/VISUALIZATION/icons/application-block.png diff --git a/AMOEBA3/src/icons/application-blog.png b/AMOEBA3/src/VISUALIZATION/icons/application-blog.png similarity index 100% rename from AMOEBA3/src/icons/application-blog.png rename to AMOEBA3/src/VISUALIZATION/icons/application-blog.png diff --git a/AMOEBA3/src/icons/application-blue.png b/AMOEBA3/src/VISUALIZATION/icons/application-blue.png similarity index 100% rename from AMOEBA3/src/icons/application-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/application-blue.png diff --git a/AMOEBA3/src/icons/application-browser.png b/AMOEBA3/src/VISUALIZATION/icons/application-browser.png similarity index 100% rename from AMOEBA3/src/icons/application-browser.png rename to AMOEBA3/src/VISUALIZATION/icons/application-browser.png diff --git a/AMOEBA3/src/icons/application-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/application-cloud.png similarity index 100% rename from AMOEBA3/src/icons/application-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/application-cloud.png diff --git a/AMOEBA3/src/icons/application-detail.png b/AMOEBA3/src/VISUALIZATION/icons/application-detail.png similarity index 100% rename from AMOEBA3/src/icons/application-detail.png rename to AMOEBA3/src/VISUALIZATION/icons/application-detail.png diff --git a/AMOEBA3/src/icons/application-dialog.png b/AMOEBA3/src/VISUALIZATION/icons/application-dialog.png similarity index 100% rename from AMOEBA3/src/icons/application-dialog.png rename to AMOEBA3/src/VISUALIZATION/icons/application-dialog.png diff --git a/AMOEBA3/src/icons/application-dock-090.png b/AMOEBA3/src/VISUALIZATION/icons/application-dock-090.png similarity index 100% rename from AMOEBA3/src/icons/application-dock-090.png rename to AMOEBA3/src/VISUALIZATION/icons/application-dock-090.png diff --git a/AMOEBA3/src/icons/application-dock-180.png b/AMOEBA3/src/VISUALIZATION/icons/application-dock-180.png similarity index 100% rename from AMOEBA3/src/icons/application-dock-180.png rename to AMOEBA3/src/VISUALIZATION/icons/application-dock-180.png diff --git a/AMOEBA3/src/icons/application-dock-270.png b/AMOEBA3/src/VISUALIZATION/icons/application-dock-270.png similarity index 100% rename from AMOEBA3/src/icons/application-dock-270.png rename to AMOEBA3/src/VISUALIZATION/icons/application-dock-270.png diff --git a/AMOEBA3/src/icons/application-dock-tab.png b/AMOEBA3/src/VISUALIZATION/icons/application-dock-tab.png similarity index 100% rename from AMOEBA3/src/icons/application-dock-tab.png rename to AMOEBA3/src/VISUALIZATION/icons/application-dock-tab.png diff --git a/AMOEBA3/src/icons/application-dock.png b/AMOEBA3/src/VISUALIZATION/icons/application-dock.png similarity index 100% rename from AMOEBA3/src/icons/application-dock.png rename to AMOEBA3/src/VISUALIZATION/icons/application-dock.png diff --git a/AMOEBA3/src/icons/application-document.png b/AMOEBA3/src/VISUALIZATION/icons/application-document.png similarity index 100% rename from AMOEBA3/src/icons/application-document.png rename to AMOEBA3/src/VISUALIZATION/icons/application-document.png diff --git a/AMOEBA3/src/icons/application-documents.png b/AMOEBA3/src/VISUALIZATION/icons/application-documents.png similarity index 100% rename from AMOEBA3/src/icons/application-documents.png rename to AMOEBA3/src/VISUALIZATION/icons/application-documents.png diff --git a/AMOEBA3/src/icons/application-export.png b/AMOEBA3/src/VISUALIZATION/icons/application-export.png similarity index 100% rename from AMOEBA3/src/icons/application-export.png rename to AMOEBA3/src/VISUALIZATION/icons/application-export.png diff --git a/AMOEBA3/src/icons/application-form.png b/AMOEBA3/src/VISUALIZATION/icons/application-form.png similarity index 100% rename from AMOEBA3/src/icons/application-form.png rename to AMOEBA3/src/VISUALIZATION/icons/application-form.png diff --git a/AMOEBA3/src/icons/application-home.png b/AMOEBA3/src/VISUALIZATION/icons/application-home.png similarity index 100% rename from AMOEBA3/src/icons/application-home.png rename to AMOEBA3/src/VISUALIZATION/icons/application-home.png diff --git a/AMOEBA3/src/icons/application-icon-large.png b/AMOEBA3/src/VISUALIZATION/icons/application-icon-large.png similarity index 100% rename from AMOEBA3/src/icons/application-icon-large.png rename to AMOEBA3/src/VISUALIZATION/icons/application-icon-large.png diff --git a/AMOEBA3/src/icons/application-icon.png b/AMOEBA3/src/VISUALIZATION/icons/application-icon.png similarity index 100% rename from AMOEBA3/src/icons/application-icon.png rename to AMOEBA3/src/VISUALIZATION/icons/application-icon.png diff --git a/AMOEBA3/src/icons/application-image.png b/AMOEBA3/src/VISUALIZATION/icons/application-image.png similarity index 100% rename from AMOEBA3/src/icons/application-image.png rename to AMOEBA3/src/VISUALIZATION/icons/application-image.png diff --git a/AMOEBA3/src/icons/application-import.png b/AMOEBA3/src/VISUALIZATION/icons/application-import.png similarity index 100% rename from AMOEBA3/src/icons/application-import.png rename to AMOEBA3/src/VISUALIZATION/icons/application-import.png diff --git a/AMOEBA3/src/icons/application-list.png b/AMOEBA3/src/VISUALIZATION/icons/application-list.png similarity index 100% rename from AMOEBA3/src/icons/application-list.png rename to AMOEBA3/src/VISUALIZATION/icons/application-list.png diff --git a/AMOEBA3/src/icons/application-medium.png b/AMOEBA3/src/VISUALIZATION/icons/application-medium.png similarity index 100% rename from AMOEBA3/src/icons/application-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/application-medium.png diff --git a/AMOEBA3/src/icons/application-monitor.png b/AMOEBA3/src/VISUALIZATION/icons/application-monitor.png similarity index 100% rename from AMOEBA3/src/icons/application-monitor.png rename to AMOEBA3/src/VISUALIZATION/icons/application-monitor.png diff --git a/AMOEBA3/src/icons/application-network.png b/AMOEBA3/src/VISUALIZATION/icons/application-network.png similarity index 100% rename from AMOEBA3/src/icons/application-network.png rename to AMOEBA3/src/VISUALIZATION/icons/application-network.png diff --git a/AMOEBA3/src/icons/application-plus-black.png b/AMOEBA3/src/VISUALIZATION/icons/application-plus-black.png similarity index 100% rename from AMOEBA3/src/icons/application-plus-black.png rename to AMOEBA3/src/VISUALIZATION/icons/application-plus-black.png diff --git a/AMOEBA3/src/icons/application-plus-red.png b/AMOEBA3/src/VISUALIZATION/icons/application-plus-red.png similarity index 100% rename from AMOEBA3/src/icons/application-plus-red.png rename to AMOEBA3/src/VISUALIZATION/icons/application-plus-red.png diff --git a/AMOEBA3/src/icons/application-plus.png b/AMOEBA3/src/VISUALIZATION/icons/application-plus.png similarity index 100% rename from AMOEBA3/src/icons/application-plus.png rename to AMOEBA3/src/VISUALIZATION/icons/application-plus.png diff --git a/AMOEBA3/src/icons/application-rename.png b/AMOEBA3/src/VISUALIZATION/icons/application-rename.png similarity index 100% rename from AMOEBA3/src/icons/application-rename.png rename to AMOEBA3/src/VISUALIZATION/icons/application-rename.png diff --git a/AMOEBA3/src/icons/application-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/application-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/application-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/application-resize-actual.png diff --git a/AMOEBA3/src/icons/application-resize-full.png b/AMOEBA3/src/VISUALIZATION/icons/application-resize-full.png similarity index 100% rename from AMOEBA3/src/icons/application-resize-full.png rename to AMOEBA3/src/VISUALIZATION/icons/application-resize-full.png diff --git a/AMOEBA3/src/icons/application-resize.png b/AMOEBA3/src/VISUALIZATION/icons/application-resize.png similarity index 100% rename from AMOEBA3/src/icons/application-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/application-resize.png diff --git a/AMOEBA3/src/icons/application-run.png b/AMOEBA3/src/VISUALIZATION/icons/application-run.png similarity index 100% rename from AMOEBA3/src/icons/application-run.png rename to AMOEBA3/src/VISUALIZATION/icons/application-run.png diff --git a/AMOEBA3/src/icons/application-search-result.png b/AMOEBA3/src/VISUALIZATION/icons/application-search-result.png similarity index 100% rename from AMOEBA3/src/icons/application-search-result.png rename to AMOEBA3/src/VISUALIZATION/icons/application-search-result.png diff --git a/AMOEBA3/src/icons/application-share.png b/AMOEBA3/src/VISUALIZATION/icons/application-share.png similarity index 100% rename from AMOEBA3/src/icons/application-share.png rename to AMOEBA3/src/VISUALIZATION/icons/application-share.png diff --git a/AMOEBA3/src/icons/application-sidebar-collapse.png b/AMOEBA3/src/VISUALIZATION/icons/application-sidebar-collapse.png similarity index 100% rename from AMOEBA3/src/icons/application-sidebar-collapse.png rename to AMOEBA3/src/VISUALIZATION/icons/application-sidebar-collapse.png diff --git a/AMOEBA3/src/icons/application-sidebar-expand.png b/AMOEBA3/src/VISUALIZATION/icons/application-sidebar-expand.png similarity index 100% rename from AMOEBA3/src/icons/application-sidebar-expand.png rename to AMOEBA3/src/VISUALIZATION/icons/application-sidebar-expand.png diff --git a/AMOEBA3/src/icons/application-sidebar-list.png b/AMOEBA3/src/VISUALIZATION/icons/application-sidebar-list.png similarity index 100% rename from AMOEBA3/src/icons/application-sidebar-list.png rename to AMOEBA3/src/VISUALIZATION/icons/application-sidebar-list.png diff --git a/AMOEBA3/src/icons/application-sidebar.png b/AMOEBA3/src/VISUALIZATION/icons/application-sidebar.png similarity index 100% rename from AMOEBA3/src/icons/application-sidebar.png rename to AMOEBA3/src/VISUALIZATION/icons/application-sidebar.png diff --git a/AMOEBA3/src/icons/application-small-blue.png b/AMOEBA3/src/VISUALIZATION/icons/application-small-blue.png similarity index 100% rename from AMOEBA3/src/icons/application-small-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/application-small-blue.png diff --git a/AMOEBA3/src/icons/application-small-list-blue.png b/AMOEBA3/src/VISUALIZATION/icons/application-small-list-blue.png similarity index 100% rename from AMOEBA3/src/icons/application-small-list-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/application-small-list-blue.png diff --git a/AMOEBA3/src/icons/application-small-list.png b/AMOEBA3/src/VISUALIZATION/icons/application-small-list.png similarity index 100% rename from AMOEBA3/src/icons/application-small-list.png rename to AMOEBA3/src/VISUALIZATION/icons/application-small-list.png diff --git a/AMOEBA3/src/icons/application-small.png b/AMOEBA3/src/VISUALIZATION/icons/application-small.png similarity index 100% rename from AMOEBA3/src/icons/application-small.png rename to AMOEBA3/src/VISUALIZATION/icons/application-small.png diff --git a/AMOEBA3/src/icons/application-split-tile.png b/AMOEBA3/src/VISUALIZATION/icons/application-split-tile.png similarity index 100% rename from AMOEBA3/src/icons/application-split-tile.png rename to AMOEBA3/src/VISUALIZATION/icons/application-split-tile.png diff --git a/AMOEBA3/src/icons/application-split-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/application-split-vertical.png similarity index 100% rename from AMOEBA3/src/icons/application-split-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/application-split-vertical.png diff --git a/AMOEBA3/src/icons/application-split.png b/AMOEBA3/src/VISUALIZATION/icons/application-split.png similarity index 100% rename from AMOEBA3/src/icons/application-split.png rename to AMOEBA3/src/VISUALIZATION/icons/application-split.png diff --git a/AMOEBA3/src/icons/application-sub.png b/AMOEBA3/src/VISUALIZATION/icons/application-sub.png similarity index 100% rename from AMOEBA3/src/icons/application-sub.png rename to AMOEBA3/src/VISUALIZATION/icons/application-sub.png diff --git a/AMOEBA3/src/icons/application-table.png b/AMOEBA3/src/VISUALIZATION/icons/application-table.png similarity index 100% rename from AMOEBA3/src/icons/application-table.png rename to AMOEBA3/src/VISUALIZATION/icons/application-table.png diff --git a/AMOEBA3/src/icons/application-task.png b/AMOEBA3/src/VISUALIZATION/icons/application-task.png similarity index 100% rename from AMOEBA3/src/icons/application-task.png rename to AMOEBA3/src/VISUALIZATION/icons/application-task.png diff --git a/AMOEBA3/src/icons/application-terminal.png b/AMOEBA3/src/VISUALIZATION/icons/application-terminal.png similarity index 100% rename from AMOEBA3/src/icons/application-terminal.png rename to AMOEBA3/src/VISUALIZATION/icons/application-terminal.png diff --git a/AMOEBA3/src/icons/application-text-image.png b/AMOEBA3/src/VISUALIZATION/icons/application-text-image.png similarity index 100% rename from AMOEBA3/src/icons/application-text-image.png rename to AMOEBA3/src/VISUALIZATION/icons/application-text-image.png diff --git a/AMOEBA3/src/icons/application-text.png b/AMOEBA3/src/VISUALIZATION/icons/application-text.png similarity index 100% rename from AMOEBA3/src/icons/application-text.png rename to AMOEBA3/src/VISUALIZATION/icons/application-text.png diff --git a/AMOEBA3/src/icons/application-tile-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/application-tile-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/application-tile-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/application-tile-horizontal.png diff --git a/AMOEBA3/src/icons/application-tile-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/application-tile-vertical.png similarity index 100% rename from AMOEBA3/src/icons/application-tile-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/application-tile-vertical.png diff --git a/AMOEBA3/src/icons/application-tile.png b/AMOEBA3/src/VISUALIZATION/icons/application-tile.png similarity index 100% rename from AMOEBA3/src/icons/application-tile.png rename to AMOEBA3/src/VISUALIZATION/icons/application-tile.png diff --git a/AMOEBA3/src/icons/application-tree.png b/AMOEBA3/src/VISUALIZATION/icons/application-tree.png similarity index 100% rename from AMOEBA3/src/icons/application-tree.png rename to AMOEBA3/src/VISUALIZATION/icons/application-tree.png diff --git a/AMOEBA3/src/icons/application-wave.png b/AMOEBA3/src/VISUALIZATION/icons/application-wave.png similarity index 100% rename from AMOEBA3/src/icons/application-wave.png rename to AMOEBA3/src/VISUALIZATION/icons/application-wave.png diff --git a/AMOEBA3/src/icons/application.png b/AMOEBA3/src/VISUALIZATION/icons/application.png similarity index 100% rename from AMOEBA3/src/icons/application.png rename to AMOEBA3/src/VISUALIZATION/icons/application.png diff --git a/AMOEBA3/src/icons/applications-blue.png b/AMOEBA3/src/VISUALIZATION/icons/applications-blue.png similarity index 100% rename from AMOEBA3/src/icons/applications-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/applications-blue.png diff --git a/AMOEBA3/src/icons/applications-stack.png b/AMOEBA3/src/VISUALIZATION/icons/applications-stack.png similarity index 100% rename from AMOEBA3/src/icons/applications-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/applications-stack.png diff --git a/AMOEBA3/src/icons/applications.png b/AMOEBA3/src/VISUALIZATION/icons/applications.png similarity index 100% rename from AMOEBA3/src/icons/applications.png rename to AMOEBA3/src/VISUALIZATION/icons/applications.png diff --git a/AMOEBA3/src/icons/arrow-000-medium.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-000-medium.png similarity index 100% rename from AMOEBA3/src/icons/arrow-000-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-000-medium.png diff --git a/AMOEBA3/src/icons/arrow-000-small.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-000-small.png similarity index 100% rename from AMOEBA3/src/icons/arrow-000-small.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-000-small.png diff --git a/AMOEBA3/src/icons/arrow-045-medium.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-045-medium.png similarity index 100% rename from AMOEBA3/src/icons/arrow-045-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-045-medium.png diff --git a/AMOEBA3/src/icons/arrow-045-small.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-045-small.png similarity index 100% rename from AMOEBA3/src/icons/arrow-045-small.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-045-small.png diff --git a/AMOEBA3/src/icons/arrow-045.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-045.png similarity index 100% rename from AMOEBA3/src/icons/arrow-045.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-045.png diff --git a/AMOEBA3/src/icons/arrow-090-medium.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-090-medium.png similarity index 100% rename from AMOEBA3/src/icons/arrow-090-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-090-medium.png diff --git a/AMOEBA3/src/icons/arrow-090-small.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-090-small.png similarity index 100% rename from AMOEBA3/src/icons/arrow-090-small.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-090-small.png diff --git a/AMOEBA3/src/icons/arrow-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-090.png diff --git a/AMOEBA3/src/icons/arrow-135-medium.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-135-medium.png similarity index 100% rename from AMOEBA3/src/icons/arrow-135-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-135-medium.png diff --git a/AMOEBA3/src/icons/arrow-135-small.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-135-small.png similarity index 100% rename from AMOEBA3/src/icons/arrow-135-small.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-135-small.png diff --git a/AMOEBA3/src/icons/arrow-135.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-135.png similarity index 100% rename from AMOEBA3/src/icons/arrow-135.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-135.png diff --git a/AMOEBA3/src/icons/arrow-180-medium.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-180-medium.png similarity index 100% rename from AMOEBA3/src/icons/arrow-180-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-180-medium.png diff --git a/AMOEBA3/src/icons/arrow-180-small.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-180-small.png similarity index 100% rename from AMOEBA3/src/icons/arrow-180-small.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-180-small.png diff --git a/AMOEBA3/src/icons/arrow-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-180.png diff --git a/AMOEBA3/src/icons/arrow-225-medium.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-225-medium.png similarity index 100% rename from AMOEBA3/src/icons/arrow-225-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-225-medium.png diff --git a/AMOEBA3/src/icons/arrow-225-small.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-225-small.png similarity index 100% rename from AMOEBA3/src/icons/arrow-225-small.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-225-small.png diff --git a/AMOEBA3/src/icons/arrow-225.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-225.png similarity index 100% rename from AMOEBA3/src/icons/arrow-225.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-225.png diff --git a/AMOEBA3/src/icons/arrow-270-medium.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-270-medium.png similarity index 100% rename from AMOEBA3/src/icons/arrow-270-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-270-medium.png diff --git a/AMOEBA3/src/icons/arrow-270-small.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-270-small.png similarity index 100% rename from AMOEBA3/src/icons/arrow-270-small.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-270-small.png diff --git a/AMOEBA3/src/icons/arrow-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-270.png diff --git a/AMOEBA3/src/icons/arrow-315-medium.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-315-medium.png similarity index 100% rename from AMOEBA3/src/icons/arrow-315-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-315-medium.png diff --git a/AMOEBA3/src/icons/arrow-315-small.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-315-small.png similarity index 100% rename from AMOEBA3/src/icons/arrow-315-small.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-315-small.png diff --git a/AMOEBA3/src/icons/arrow-315.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-315.png similarity index 100% rename from AMOEBA3/src/icons/arrow-315.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-315.png diff --git a/AMOEBA3/src/icons/arrow-branch-000-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-branch-000-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-branch-000-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-branch-000-left.png diff --git a/AMOEBA3/src/icons/arrow-branch-090-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-branch-090-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-branch-090-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-branch-090-left.png diff --git a/AMOEBA3/src/icons/arrow-branch-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-branch-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-branch-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-branch-090.png diff --git a/AMOEBA3/src/icons/arrow-branch-180-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-branch-180-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-branch-180-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-branch-180-left.png diff --git a/AMOEBA3/src/icons/arrow-branch-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-branch-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-branch-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-branch-180.png diff --git a/AMOEBA3/src/icons/arrow-branch-270-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-branch-270-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-branch-270-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-branch-270-left.png diff --git a/AMOEBA3/src/icons/arrow-branch-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-branch-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-branch-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-branch-270.png diff --git a/AMOEBA3/src/icons/arrow-branch.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-branch.png similarity index 100% rename from AMOEBA3/src/icons/arrow-branch.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-branch.png diff --git a/AMOEBA3/src/icons/arrow-circle-045-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-045-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-045-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-045-left.png diff --git a/AMOEBA3/src/icons/arrow-circle-135-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-135-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-135-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-135-left.png diff --git a/AMOEBA3/src/icons/arrow-circle-135.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-135.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-135.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-135.png diff --git a/AMOEBA3/src/icons/arrow-circle-225-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-225-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-225-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-225-left.png diff --git a/AMOEBA3/src/icons/arrow-circle-225.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-225.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-225.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-225.png diff --git a/AMOEBA3/src/icons/arrow-circle-315-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-315-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-315-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-315-left.png diff --git a/AMOEBA3/src/icons/arrow-circle-315.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-315.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-315.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-315.png diff --git a/AMOEBA3/src/icons/arrow-circle-double-135.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-double-135.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-double-135.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-double-135.png diff --git a/AMOEBA3/src/icons/arrow-circle-double.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle-double.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle-double.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle-double.png diff --git a/AMOEBA3/src/icons/arrow-circle.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-circle.png similarity index 100% rename from AMOEBA3/src/icons/arrow-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-circle.png diff --git a/AMOEBA3/src/icons/arrow-continue-000-top.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-continue-000-top.png similarity index 100% rename from AMOEBA3/src/icons/arrow-continue-000-top.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-continue-000-top.png diff --git a/AMOEBA3/src/icons/arrow-continue-090-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-continue-090-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-continue-090-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-continue-090-left.png diff --git a/AMOEBA3/src/icons/arrow-continue-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-continue-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-continue-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-continue-090.png diff --git a/AMOEBA3/src/icons/arrow-continue-180-top.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-continue-180-top.png similarity index 100% rename from AMOEBA3/src/icons/arrow-continue-180-top.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-continue-180-top.png diff --git a/AMOEBA3/src/icons/arrow-continue-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-continue-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-continue-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-continue-180.png diff --git a/AMOEBA3/src/icons/arrow-continue-270-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-continue-270-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-continue-270-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-continue-270-left.png diff --git a/AMOEBA3/src/icons/arrow-continue-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-continue-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-continue-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-continue-270.png diff --git a/AMOEBA3/src/icons/arrow-continue.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-continue.png similarity index 100% rename from AMOEBA3/src/icons/arrow-continue.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-continue.png diff --git a/AMOEBA3/src/icons/arrow-curve-000-double.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-000-double.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-000-double.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-000-double.png diff --git a/AMOEBA3/src/icons/arrow-curve-000-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-000-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-000-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-000-left.png diff --git a/AMOEBA3/src/icons/arrow-curve-090-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-090-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-090-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-090-left.png diff --git a/AMOEBA3/src/icons/arrow-curve-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-090.png diff --git a/AMOEBA3/src/icons/arrow-curve-180-double.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-180-double.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-180-double.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-180-double.png diff --git a/AMOEBA3/src/icons/arrow-curve-180-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-180-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-180-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-180-left.png diff --git a/AMOEBA3/src/icons/arrow-curve-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-180.png diff --git a/AMOEBA3/src/icons/arrow-curve-270-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-270-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-270-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-270-left.png diff --git a/AMOEBA3/src/icons/arrow-curve-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve-270.png diff --git a/AMOEBA3/src/icons/arrow-curve.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-curve.png similarity index 100% rename from AMOEBA3/src/icons/arrow-curve.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-curve.png diff --git a/AMOEBA3/src/icons/arrow-in-out.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-in-out.png similarity index 100% rename from AMOEBA3/src/icons/arrow-in-out.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-in-out.png diff --git a/AMOEBA3/src/icons/arrow-in.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-in.png similarity index 100% rename from AMOEBA3/src/icons/arrow-in.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-in.png diff --git a/AMOEBA3/src/icons/arrow-join-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-join-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-join-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-join-090.png diff --git a/AMOEBA3/src/icons/arrow-join-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-join-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-join-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-join-180.png diff --git a/AMOEBA3/src/icons/arrow-join-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-join-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-join-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-join-270.png diff --git a/AMOEBA3/src/icons/arrow-join.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-join.png similarity index 100% rename from AMOEBA3/src/icons/arrow-join.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-join.png diff --git a/AMOEBA3/src/icons/arrow-merge-000-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-merge-000-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-merge-000-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-merge-000-left.png diff --git a/AMOEBA3/src/icons/arrow-merge-090-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-merge-090-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-merge-090-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-merge-090-left.png diff --git a/AMOEBA3/src/icons/arrow-merge-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-merge-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-merge-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-merge-090.png diff --git a/AMOEBA3/src/icons/arrow-merge-180-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-merge-180-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-merge-180-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-merge-180-left.png diff --git a/AMOEBA3/src/icons/arrow-merge-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-merge-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-merge-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-merge-180.png diff --git a/AMOEBA3/src/icons/arrow-merge-270-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-merge-270-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-merge-270-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-merge-270-left.png diff --git a/AMOEBA3/src/icons/arrow-merge-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-merge-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-merge-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-merge-270.png diff --git a/AMOEBA3/src/icons/arrow-merge.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-merge.png similarity index 100% rename from AMOEBA3/src/icons/arrow-merge.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-merge.png diff --git a/AMOEBA3/src/icons/arrow-move.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-move.png similarity index 100% rename from AMOEBA3/src/icons/arrow-move.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-move.png diff --git a/AMOEBA3/src/icons/arrow-out.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-out.png similarity index 100% rename from AMOEBA3/src/icons/arrow-out.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-out.png diff --git a/AMOEBA3/src/icons/arrow-repeat-once.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-repeat-once.png similarity index 100% rename from AMOEBA3/src/icons/arrow-repeat-once.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-repeat-once.png diff --git a/AMOEBA3/src/icons/arrow-repeat.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-repeat.png similarity index 100% rename from AMOEBA3/src/icons/arrow-repeat.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-repeat.png diff --git a/AMOEBA3/src/icons/arrow-resize-045.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-resize-045.png similarity index 100% rename from AMOEBA3/src/icons/arrow-resize-045.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-resize-045.png diff --git a/AMOEBA3/src/icons/arrow-resize-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-resize-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-resize-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-resize-090.png diff --git a/AMOEBA3/src/icons/arrow-resize-135.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-resize-135.png similarity index 100% rename from AMOEBA3/src/icons/arrow-resize-135.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-resize-135.png diff --git a/AMOEBA3/src/icons/arrow-resize.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-resize.png similarity index 100% rename from AMOEBA3/src/icons/arrow-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-resize.png diff --git a/AMOEBA3/src/icons/arrow-return-000-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-return-000-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-return-000-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-return-000-left.png diff --git a/AMOEBA3/src/icons/arrow-return-090-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-return-090-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-return-090-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-return-090-left.png diff --git a/AMOEBA3/src/icons/arrow-return-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-return-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-return-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-return-090.png diff --git a/AMOEBA3/src/icons/arrow-return-180-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-return-180-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-return-180-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-return-180-left.png diff --git a/AMOEBA3/src/icons/arrow-return-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-return-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-return-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-return-180.png diff --git a/AMOEBA3/src/icons/arrow-return-270-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-return-270-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-return-270-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-return-270-left.png diff --git a/AMOEBA3/src/icons/arrow-return-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-return-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-return-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-return-270.png diff --git a/AMOEBA3/src/icons/arrow-return.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-return.png similarity index 100% rename from AMOEBA3/src/icons/arrow-return.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-return.png diff --git a/AMOEBA3/src/icons/arrow-retweet.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-retweet.png similarity index 100% rename from AMOEBA3/src/icons/arrow-retweet.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-retweet.png diff --git a/AMOEBA3/src/icons/arrow-skip-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-skip-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-skip-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-skip-090.png diff --git a/AMOEBA3/src/icons/arrow-skip-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-skip-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-skip-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-skip-180.png diff --git a/AMOEBA3/src/icons/arrow-skip-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-skip-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-skip-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-skip-270.png diff --git a/AMOEBA3/src/icons/arrow-skip.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-skip.png similarity index 100% rename from AMOEBA3/src/icons/arrow-skip.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-skip.png diff --git a/AMOEBA3/src/icons/arrow-split-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-split-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-split-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-split-090.png diff --git a/AMOEBA3/src/icons/arrow-split-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-split-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-split-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-split-180.png diff --git a/AMOEBA3/src/icons/arrow-split-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-split-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-split-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-split-270.png diff --git a/AMOEBA3/src/icons/arrow-split.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-split.png similarity index 100% rename from AMOEBA3/src/icons/arrow-split.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-split.png diff --git a/AMOEBA3/src/icons/arrow-step-out.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-step-out.png similarity index 100% rename from AMOEBA3/src/icons/arrow-step-out.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-step-out.png diff --git a/AMOEBA3/src/icons/arrow-step-over.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-step-over.png similarity index 100% rename from AMOEBA3/src/icons/arrow-step-over.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-step-over.png diff --git a/AMOEBA3/src/icons/arrow-step.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-step.png similarity index 100% rename from AMOEBA3/src/icons/arrow-step.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-step.png diff --git a/AMOEBA3/src/icons/arrow-stop-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-stop-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-stop-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-stop-090.png diff --git a/AMOEBA3/src/icons/arrow-stop-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-stop-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-stop-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-stop-180.png diff --git a/AMOEBA3/src/icons/arrow-stop-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-stop-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-stop-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-stop-270.png diff --git a/AMOEBA3/src/icons/arrow-stop.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-stop.png similarity index 100% rename from AMOEBA3/src/icons/arrow-stop.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-stop.png diff --git a/AMOEBA3/src/icons/arrow-switch-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-switch-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-switch-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-switch-090.png diff --git a/AMOEBA3/src/icons/arrow-switch-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-switch-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-switch-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-switch-180.png diff --git a/AMOEBA3/src/icons/arrow-switch-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-switch-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-switch-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-switch-270.png diff --git a/AMOEBA3/src/icons/arrow-switch.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-switch.png similarity index 100% rename from AMOEBA3/src/icons/arrow-switch.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-switch.png diff --git a/AMOEBA3/src/icons/arrow-transition-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-transition-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-transition-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-transition-090.png diff --git a/AMOEBA3/src/icons/arrow-transition-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-transition-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-transition-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-transition-180.png diff --git a/AMOEBA3/src/icons/arrow-transition-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-transition-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-transition-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-transition-270.png diff --git a/AMOEBA3/src/icons/arrow-transition.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-transition.png similarity index 100% rename from AMOEBA3/src/icons/arrow-transition.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-transition.png diff --git a/AMOEBA3/src/icons/arrow-turn-000-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-turn-000-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-turn-000-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-turn-000-left.png diff --git a/AMOEBA3/src/icons/arrow-turn-090-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-turn-090-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-turn-090-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-turn-090-left.png diff --git a/AMOEBA3/src/icons/arrow-turn-090.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-turn-090.png similarity index 100% rename from AMOEBA3/src/icons/arrow-turn-090.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-turn-090.png diff --git a/AMOEBA3/src/icons/arrow-turn-180-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-turn-180-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-turn-180-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-turn-180-left.png diff --git a/AMOEBA3/src/icons/arrow-turn-180.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-turn-180.png similarity index 100% rename from AMOEBA3/src/icons/arrow-turn-180.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-turn-180.png diff --git a/AMOEBA3/src/icons/arrow-turn-270-left.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-turn-270-left.png similarity index 100% rename from AMOEBA3/src/icons/arrow-turn-270-left.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-turn-270-left.png diff --git a/AMOEBA3/src/icons/arrow-turn-270.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-turn-270.png similarity index 100% rename from AMOEBA3/src/icons/arrow-turn-270.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-turn-270.png diff --git a/AMOEBA3/src/icons/arrow-turn.png b/AMOEBA3/src/VISUALIZATION/icons/arrow-turn.png similarity index 100% rename from AMOEBA3/src/icons/arrow-turn.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow-turn.png diff --git a/AMOEBA3/src/icons/arrow.png b/AMOEBA3/src/VISUALIZATION/icons/arrow.png similarity index 100% rename from AMOEBA3/src/icons/arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/arrow.png diff --git a/AMOEBA3/src/icons/asterisk-small-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/asterisk-small-yellow.png similarity index 100% rename from AMOEBA3/src/icons/asterisk-small-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/asterisk-small-yellow.png diff --git a/AMOEBA3/src/icons/asterisk-small.png b/AMOEBA3/src/VISUALIZATION/icons/asterisk-small.png similarity index 100% rename from AMOEBA3/src/icons/asterisk-small.png rename to AMOEBA3/src/VISUALIZATION/icons/asterisk-small.png diff --git a/AMOEBA3/src/icons/asterisk-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/asterisk-yellow.png similarity index 100% rename from AMOEBA3/src/icons/asterisk-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/asterisk-yellow.png diff --git a/AMOEBA3/src/icons/asterisk.png b/AMOEBA3/src/VISUALIZATION/icons/asterisk.png similarity index 100% rename from AMOEBA3/src/icons/asterisk.png rename to AMOEBA3/src/VISUALIZATION/icons/asterisk.png diff --git a/AMOEBA3/src/icons/at-sign-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/at-sign-balloon.png similarity index 100% rename from AMOEBA3/src/icons/at-sign-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/at-sign-balloon.png diff --git a/AMOEBA3/src/icons/at-sign-document.png b/AMOEBA3/src/VISUALIZATION/icons/at-sign-document.png similarity index 100% rename from AMOEBA3/src/icons/at-sign-document.png rename to AMOEBA3/src/VISUALIZATION/icons/at-sign-document.png diff --git a/AMOEBA3/src/icons/at-sign-small.png b/AMOEBA3/src/VISUALIZATION/icons/at-sign-small.png similarity index 100% rename from AMOEBA3/src/icons/at-sign-small.png rename to AMOEBA3/src/VISUALIZATION/icons/at-sign-small.png diff --git a/AMOEBA3/src/icons/at-sign.png b/AMOEBA3/src/VISUALIZATION/icons/at-sign.png similarity index 100% rename from AMOEBA3/src/icons/at-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/at-sign.png diff --git a/AMOEBA3/src/icons/auction-hammer--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/auction-hammer--arrow.png similarity index 100% rename from AMOEBA3/src/icons/auction-hammer--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/auction-hammer--arrow.png diff --git a/AMOEBA3/src/icons/auction-hammer--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/auction-hammer--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/auction-hammer--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/auction-hammer--exclamation.png diff --git a/AMOEBA3/src/icons/auction-hammer--minus.png b/AMOEBA3/src/VISUALIZATION/icons/auction-hammer--minus.png similarity index 100% rename from AMOEBA3/src/icons/auction-hammer--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/auction-hammer--minus.png diff --git a/AMOEBA3/src/icons/auction-hammer--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/auction-hammer--pencil.png similarity index 100% rename from AMOEBA3/src/icons/auction-hammer--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/auction-hammer--pencil.png diff --git a/AMOEBA3/src/icons/auction-hammer--plus.png b/AMOEBA3/src/VISUALIZATION/icons/auction-hammer--plus.png similarity index 100% rename from AMOEBA3/src/icons/auction-hammer--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/auction-hammer--plus.png diff --git a/AMOEBA3/src/icons/auction-hammer-gavel.png b/AMOEBA3/src/VISUALIZATION/icons/auction-hammer-gavel.png similarity index 100% rename from AMOEBA3/src/icons/auction-hammer-gavel.png rename to AMOEBA3/src/VISUALIZATION/icons/auction-hammer-gavel.png diff --git a/AMOEBA3/src/icons/auction-hammer.png b/AMOEBA3/src/VISUALIZATION/icons/auction-hammer.png similarity index 100% rename from AMOEBA3/src/icons/auction-hammer.png rename to AMOEBA3/src/VISUALIZATION/icons/auction-hammer.png diff --git a/AMOEBA3/src/icons/baggage-cart-box-label.png b/AMOEBA3/src/VISUALIZATION/icons/baggage-cart-box-label.png similarity index 100% rename from AMOEBA3/src/icons/baggage-cart-box-label.png rename to AMOEBA3/src/VISUALIZATION/icons/baggage-cart-box-label.png diff --git a/AMOEBA3/src/icons/baggage-cart-box.png b/AMOEBA3/src/VISUALIZATION/icons/baggage-cart-box.png similarity index 100% rename from AMOEBA3/src/icons/baggage-cart-box.png rename to AMOEBA3/src/VISUALIZATION/icons/baggage-cart-box.png diff --git a/AMOEBA3/src/icons/baggage-cart.png b/AMOEBA3/src/VISUALIZATION/icons/baggage-cart.png similarity index 100% rename from AMOEBA3/src/icons/baggage-cart.png rename to AMOEBA3/src/VISUALIZATION/icons/baggage-cart.png diff --git a/AMOEBA3/src/icons/balance--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/balance--arrow.png similarity index 100% rename from AMOEBA3/src/icons/balance--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/balance--arrow.png diff --git a/AMOEBA3/src/icons/balance--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/balance--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/balance--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/balance--exclamation.png diff --git a/AMOEBA3/src/icons/balance--minus.png b/AMOEBA3/src/VISUALIZATION/icons/balance--minus.png similarity index 100% rename from AMOEBA3/src/icons/balance--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/balance--minus.png diff --git a/AMOEBA3/src/icons/balance--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/balance--pencil.png similarity index 100% rename from AMOEBA3/src/icons/balance--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/balance--pencil.png diff --git a/AMOEBA3/src/icons/balance--plus.png b/AMOEBA3/src/VISUALIZATION/icons/balance--plus.png similarity index 100% rename from AMOEBA3/src/icons/balance--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/balance--plus.png diff --git a/AMOEBA3/src/icons/balance-unbalance.png b/AMOEBA3/src/VISUALIZATION/icons/balance-unbalance.png similarity index 100% rename from AMOEBA3/src/icons/balance-unbalance.png rename to AMOEBA3/src/VISUALIZATION/icons/balance-unbalance.png diff --git a/AMOEBA3/src/icons/balance.png b/AMOEBA3/src/VISUALIZATION/icons/balance.png similarity index 100% rename from AMOEBA3/src/icons/balance.png rename to AMOEBA3/src/VISUALIZATION/icons/balance.png diff --git a/AMOEBA3/src/icons/balloon--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/balloon--arrow.png similarity index 100% rename from AMOEBA3/src/icons/balloon--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon--arrow.png diff --git a/AMOEBA3/src/icons/balloon--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/balloon--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/balloon--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon--exclamation.png diff --git a/AMOEBA3/src/icons/balloon--minus.png b/AMOEBA3/src/VISUALIZATION/icons/balloon--minus.png similarity index 100% rename from AMOEBA3/src/icons/balloon--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon--minus.png diff --git a/AMOEBA3/src/icons/balloon--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/balloon--pencil.png similarity index 100% rename from AMOEBA3/src/icons/balloon--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon--pencil.png diff --git a/AMOEBA3/src/icons/balloon--plus.png b/AMOEBA3/src/VISUALIZATION/icons/balloon--plus.png similarity index 100% rename from AMOEBA3/src/icons/balloon--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon--plus.png diff --git a/AMOEBA3/src/icons/balloon-box-left.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-box-left.png similarity index 100% rename from AMOEBA3/src/icons/balloon-box-left.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-box-left.png diff --git a/AMOEBA3/src/icons/balloon-box.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-box.png similarity index 100% rename from AMOEBA3/src/icons/balloon-box.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-box.png diff --git a/AMOEBA3/src/icons/balloon-buzz-left.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-buzz-left.png similarity index 100% rename from AMOEBA3/src/icons/balloon-buzz-left.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-buzz-left.png diff --git a/AMOEBA3/src/icons/balloon-buzz.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-buzz.png similarity index 100% rename from AMOEBA3/src/icons/balloon-buzz.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-buzz.png diff --git a/AMOEBA3/src/icons/balloon-ellipsis.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-ellipsis.png similarity index 100% rename from AMOEBA3/src/icons/balloon-ellipsis.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-ellipsis.png diff --git a/AMOEBA3/src/icons/balloon-facebook-left.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-facebook-left.png similarity index 100% rename from AMOEBA3/src/icons/balloon-facebook-left.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-facebook-left.png diff --git a/AMOEBA3/src/icons/balloon-facebook.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-facebook.png similarity index 100% rename from AMOEBA3/src/icons/balloon-facebook.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-facebook.png diff --git a/AMOEBA3/src/icons/balloon-left.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-left.png similarity index 100% rename from AMOEBA3/src/icons/balloon-left.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-left.png diff --git a/AMOEBA3/src/icons/balloon-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/balloon-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-prohibition.png diff --git a/AMOEBA3/src/icons/balloon-quotation.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-quotation.png similarity index 100% rename from AMOEBA3/src/icons/balloon-quotation.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-quotation.png diff --git a/AMOEBA3/src/icons/balloon-small-left.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-small-left.png similarity index 100% rename from AMOEBA3/src/icons/balloon-small-left.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-small-left.png diff --git a/AMOEBA3/src/icons/balloon-small.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-small.png similarity index 100% rename from AMOEBA3/src/icons/balloon-small.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-small.png diff --git a/AMOEBA3/src/icons/balloon-smiley-sad.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-smiley-sad.png similarity index 100% rename from AMOEBA3/src/icons/balloon-smiley-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-smiley-sad.png diff --git a/AMOEBA3/src/icons/balloon-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-smiley.png similarity index 100% rename from AMOEBA3/src/icons/balloon-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-smiley.png diff --git a/AMOEBA3/src/icons/balloon-sound.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-sound.png similarity index 100% rename from AMOEBA3/src/icons/balloon-sound.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-sound.png diff --git a/AMOEBA3/src/icons/balloon-twitter-left.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-twitter-left.png similarity index 100% rename from AMOEBA3/src/icons/balloon-twitter-left.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-twitter-left.png diff --git a/AMOEBA3/src/icons/balloon-twitter-retweet.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-twitter-retweet.png similarity index 100% rename from AMOEBA3/src/icons/balloon-twitter-retweet.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-twitter-retweet.png diff --git a/AMOEBA3/src/icons/balloon-twitter.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-twitter.png similarity index 100% rename from AMOEBA3/src/icons/balloon-twitter.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-twitter.png diff --git a/AMOEBA3/src/icons/balloon-white-left.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-white-left.png similarity index 100% rename from AMOEBA3/src/icons/balloon-white-left.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-white-left.png diff --git a/AMOEBA3/src/icons/balloon-white.png b/AMOEBA3/src/VISUALIZATION/icons/balloon-white.png similarity index 100% rename from AMOEBA3/src/icons/balloon-white.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon-white.png diff --git a/AMOEBA3/src/icons/balloon.png b/AMOEBA3/src/VISUALIZATION/icons/balloon.png similarity index 100% rename from AMOEBA3/src/icons/balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/balloon.png diff --git a/AMOEBA3/src/icons/balloons-box.png b/AMOEBA3/src/VISUALIZATION/icons/balloons-box.png similarity index 100% rename from AMOEBA3/src/icons/balloons-box.png rename to AMOEBA3/src/VISUALIZATION/icons/balloons-box.png diff --git a/AMOEBA3/src/icons/balloons-facebook-box.png b/AMOEBA3/src/VISUALIZATION/icons/balloons-facebook-box.png similarity index 100% rename from AMOEBA3/src/icons/balloons-facebook-box.png rename to AMOEBA3/src/VISUALIZATION/icons/balloons-facebook-box.png diff --git a/AMOEBA3/src/icons/balloons-facebook.png b/AMOEBA3/src/VISUALIZATION/icons/balloons-facebook.png similarity index 100% rename from AMOEBA3/src/icons/balloons-facebook.png rename to AMOEBA3/src/VISUALIZATION/icons/balloons-facebook.png diff --git a/AMOEBA3/src/icons/balloons-twitter-box.png b/AMOEBA3/src/VISUALIZATION/icons/balloons-twitter-box.png similarity index 100% rename from AMOEBA3/src/icons/balloons-twitter-box.png rename to AMOEBA3/src/VISUALIZATION/icons/balloons-twitter-box.png diff --git a/AMOEBA3/src/icons/balloons-twitter.png b/AMOEBA3/src/VISUALIZATION/icons/balloons-twitter.png similarity index 100% rename from AMOEBA3/src/icons/balloons-twitter.png rename to AMOEBA3/src/VISUALIZATION/icons/balloons-twitter.png diff --git a/AMOEBA3/src/icons/balloons-white.png b/AMOEBA3/src/VISUALIZATION/icons/balloons-white.png similarity index 100% rename from AMOEBA3/src/icons/balloons-white.png rename to AMOEBA3/src/VISUALIZATION/icons/balloons-white.png diff --git a/AMOEBA3/src/icons/balloons.png b/AMOEBA3/src/VISUALIZATION/icons/balloons.png similarity index 100% rename from AMOEBA3/src/icons/balloons.png rename to AMOEBA3/src/VISUALIZATION/icons/balloons.png diff --git a/AMOEBA3/src/icons/bamboo.png b/AMOEBA3/src/VISUALIZATION/icons/bamboo.png similarity index 100% rename from AMOEBA3/src/icons/bamboo.png rename to AMOEBA3/src/VISUALIZATION/icons/bamboo.png diff --git a/AMOEBA3/src/icons/bamboos.png b/AMOEBA3/src/VISUALIZATION/icons/bamboos.png similarity index 100% rename from AMOEBA3/src/icons/bamboos.png rename to AMOEBA3/src/VISUALIZATION/icons/bamboos.png diff --git a/AMOEBA3/src/icons/bandaid--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/bandaid--arrow.png similarity index 100% rename from AMOEBA3/src/icons/bandaid--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/bandaid--arrow.png diff --git a/AMOEBA3/src/icons/bandaid--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/bandaid--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/bandaid--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/bandaid--exclamation.png diff --git a/AMOEBA3/src/icons/bandaid--minus.png b/AMOEBA3/src/VISUALIZATION/icons/bandaid--minus.png similarity index 100% rename from AMOEBA3/src/icons/bandaid--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/bandaid--minus.png diff --git a/AMOEBA3/src/icons/bandaid--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/bandaid--pencil.png similarity index 100% rename from AMOEBA3/src/icons/bandaid--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/bandaid--pencil.png diff --git a/AMOEBA3/src/icons/bandaid--plus.png b/AMOEBA3/src/VISUALIZATION/icons/bandaid--plus.png similarity index 100% rename from AMOEBA3/src/icons/bandaid--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/bandaid--plus.png diff --git a/AMOEBA3/src/icons/bandaid-small.png b/AMOEBA3/src/VISUALIZATION/icons/bandaid-small.png similarity index 100% rename from AMOEBA3/src/icons/bandaid-small.png rename to AMOEBA3/src/VISUALIZATION/icons/bandaid-small.png diff --git a/AMOEBA3/src/icons/bandaid.png b/AMOEBA3/src/VISUALIZATION/icons/bandaid.png similarity index 100% rename from AMOEBA3/src/icons/bandaid.png rename to AMOEBA3/src/VISUALIZATION/icons/bandaid.png diff --git a/AMOEBA3/src/icons/bank--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/bank--arrow.png similarity index 100% rename from AMOEBA3/src/icons/bank--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/bank--arrow.png diff --git a/AMOEBA3/src/icons/bank--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/bank--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/bank--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/bank--exclamation.png diff --git a/AMOEBA3/src/icons/bank--minus.png b/AMOEBA3/src/VISUALIZATION/icons/bank--minus.png similarity index 100% rename from AMOEBA3/src/icons/bank--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/bank--minus.png diff --git a/AMOEBA3/src/icons/bank--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/bank--pencil.png similarity index 100% rename from AMOEBA3/src/icons/bank--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/bank--pencil.png diff --git a/AMOEBA3/src/icons/bank--plus.png b/AMOEBA3/src/VISUALIZATION/icons/bank--plus.png similarity index 100% rename from AMOEBA3/src/icons/bank--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/bank--plus.png diff --git a/AMOEBA3/src/icons/bank.png b/AMOEBA3/src/VISUALIZATION/icons/bank.png similarity index 100% rename from AMOEBA3/src/icons/bank.png rename to AMOEBA3/src/VISUALIZATION/icons/bank.png diff --git a/AMOEBA3/src/icons/barcode-2d.png b/AMOEBA3/src/VISUALIZATION/icons/barcode-2d.png similarity index 100% rename from AMOEBA3/src/icons/barcode-2d.png rename to AMOEBA3/src/VISUALIZATION/icons/barcode-2d.png diff --git a/AMOEBA3/src/icons/barcode.png b/AMOEBA3/src/VISUALIZATION/icons/barcode.png similarity index 100% rename from AMOEBA3/src/icons/barcode.png rename to AMOEBA3/src/VISUALIZATION/icons/barcode.png diff --git a/AMOEBA3/src/icons/battery--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/battery--arrow.png similarity index 100% rename from AMOEBA3/src/icons/battery--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/battery--arrow.png diff --git a/AMOEBA3/src/icons/battery--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/battery--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/battery--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/battery--exclamation.png diff --git a/AMOEBA3/src/icons/battery--minus.png b/AMOEBA3/src/VISUALIZATION/icons/battery--minus.png similarity index 100% rename from AMOEBA3/src/icons/battery--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/battery--minus.png diff --git a/AMOEBA3/src/icons/battery--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/battery--pencil.png similarity index 100% rename from AMOEBA3/src/icons/battery--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/battery--pencil.png diff --git a/AMOEBA3/src/icons/battery--plus.png b/AMOEBA3/src/VISUALIZATION/icons/battery--plus.png similarity index 100% rename from AMOEBA3/src/icons/battery--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/battery--plus.png diff --git a/AMOEBA3/src/icons/battery-charge.png b/AMOEBA3/src/VISUALIZATION/icons/battery-charge.png similarity index 100% rename from AMOEBA3/src/icons/battery-charge.png rename to AMOEBA3/src/VISUALIZATION/icons/battery-charge.png diff --git a/AMOEBA3/src/icons/battery-empty.png b/AMOEBA3/src/VISUALIZATION/icons/battery-empty.png similarity index 100% rename from AMOEBA3/src/icons/battery-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/battery-empty.png diff --git a/AMOEBA3/src/icons/battery-full.png b/AMOEBA3/src/VISUALIZATION/icons/battery-full.png similarity index 100% rename from AMOEBA3/src/icons/battery-full.png rename to AMOEBA3/src/VISUALIZATION/icons/battery-full.png diff --git a/AMOEBA3/src/icons/battery-low.png b/AMOEBA3/src/VISUALIZATION/icons/battery-low.png similarity index 100% rename from AMOEBA3/src/icons/battery-low.png rename to AMOEBA3/src/VISUALIZATION/icons/battery-low.png diff --git a/AMOEBA3/src/icons/battery-plug.png b/AMOEBA3/src/VISUALIZATION/icons/battery-plug.png similarity index 100% rename from AMOEBA3/src/icons/battery-plug.png rename to AMOEBA3/src/VISUALIZATION/icons/battery-plug.png diff --git a/AMOEBA3/src/icons/battery.png b/AMOEBA3/src/VISUALIZATION/icons/battery.png similarity index 100% rename from AMOEBA3/src/icons/battery.png rename to AMOEBA3/src/VISUALIZATION/icons/battery.png diff --git a/AMOEBA3/src/icons/bauble.png b/AMOEBA3/src/VISUALIZATION/icons/bauble.png similarity index 100% rename from AMOEBA3/src/icons/bauble.png rename to AMOEBA3/src/VISUALIZATION/icons/bauble.png diff --git a/AMOEBA3/src/icons/beaker--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/beaker--arrow.png similarity index 100% rename from AMOEBA3/src/icons/beaker--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/beaker--arrow.png diff --git a/AMOEBA3/src/icons/beaker--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/beaker--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/beaker--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/beaker--exclamation.png diff --git a/AMOEBA3/src/icons/beaker--minus.png b/AMOEBA3/src/VISUALIZATION/icons/beaker--minus.png similarity index 100% rename from AMOEBA3/src/icons/beaker--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/beaker--minus.png diff --git a/AMOEBA3/src/icons/beaker--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/beaker--pencil.png similarity index 100% rename from AMOEBA3/src/icons/beaker--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/beaker--pencil.png diff --git a/AMOEBA3/src/icons/beaker--plus.png b/AMOEBA3/src/VISUALIZATION/icons/beaker--plus.png similarity index 100% rename from AMOEBA3/src/icons/beaker--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/beaker--plus.png diff --git a/AMOEBA3/src/icons/beaker-empty.png b/AMOEBA3/src/VISUALIZATION/icons/beaker-empty.png similarity index 100% rename from AMOEBA3/src/icons/beaker-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/beaker-empty.png diff --git a/AMOEBA3/src/icons/beaker.png b/AMOEBA3/src/VISUALIZATION/icons/beaker.png similarity index 100% rename from AMOEBA3/src/icons/beaker.png rename to AMOEBA3/src/VISUALIZATION/icons/beaker.png diff --git a/AMOEBA3/src/icons/bean--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/bean--arrow.png similarity index 100% rename from AMOEBA3/src/icons/bean--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/bean--arrow.png diff --git a/AMOEBA3/src/icons/bean--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/bean--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/bean--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/bean--exclamation.png diff --git a/AMOEBA3/src/icons/bean--minus.png b/AMOEBA3/src/VISUALIZATION/icons/bean--minus.png similarity index 100% rename from AMOEBA3/src/icons/bean--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/bean--minus.png diff --git a/AMOEBA3/src/icons/bean--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/bean--pencil.png similarity index 100% rename from AMOEBA3/src/icons/bean--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/bean--pencil.png diff --git a/AMOEBA3/src/icons/bean--plus.png b/AMOEBA3/src/VISUALIZATION/icons/bean--plus.png similarity index 100% rename from AMOEBA3/src/icons/bean--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/bean--plus.png diff --git a/AMOEBA3/src/icons/bean-green.png b/AMOEBA3/src/VISUALIZATION/icons/bean-green.png similarity index 100% rename from AMOEBA3/src/icons/bean-green.png rename to AMOEBA3/src/VISUALIZATION/icons/bean-green.png diff --git a/AMOEBA3/src/icons/bean-small-green.png b/AMOEBA3/src/VISUALIZATION/icons/bean-small-green.png similarity index 100% rename from AMOEBA3/src/icons/bean-small-green.png rename to AMOEBA3/src/VISUALIZATION/icons/bean-small-green.png diff --git a/AMOEBA3/src/icons/bean-small.png b/AMOEBA3/src/VISUALIZATION/icons/bean-small.png similarity index 100% rename from AMOEBA3/src/icons/bean-small.png rename to AMOEBA3/src/VISUALIZATION/icons/bean-small.png diff --git a/AMOEBA3/src/icons/bean.png b/AMOEBA3/src/VISUALIZATION/icons/bean.png similarity index 100% rename from AMOEBA3/src/icons/bean.png rename to AMOEBA3/src/VISUALIZATION/icons/bean.png diff --git a/AMOEBA3/src/icons/beans.png b/AMOEBA3/src/VISUALIZATION/icons/beans.png similarity index 100% rename from AMOEBA3/src/icons/beans.png rename to AMOEBA3/src/VISUALIZATION/icons/beans.png diff --git a/AMOEBA3/src/icons/beer.png b/AMOEBA3/src/VISUALIZATION/icons/beer.png similarity index 100% rename from AMOEBA3/src/icons/beer.png rename to AMOEBA3/src/VISUALIZATION/icons/beer.png diff --git a/AMOEBA3/src/icons/bell--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/bell--arrow.png similarity index 100% rename from AMOEBA3/src/icons/bell--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/bell--arrow.png diff --git a/AMOEBA3/src/icons/bell--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/bell--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/bell--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/bell--exclamation.png diff --git a/AMOEBA3/src/icons/bell--minus.png b/AMOEBA3/src/VISUALIZATION/icons/bell--minus.png similarity index 100% rename from AMOEBA3/src/icons/bell--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/bell--minus.png diff --git a/AMOEBA3/src/icons/bell--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/bell--pencil.png similarity index 100% rename from AMOEBA3/src/icons/bell--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/bell--pencil.png diff --git a/AMOEBA3/src/icons/bell--plus.png b/AMOEBA3/src/VISUALIZATION/icons/bell--plus.png similarity index 100% rename from AMOEBA3/src/icons/bell--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/bell--plus.png diff --git a/AMOEBA3/src/icons/bell-small.png b/AMOEBA3/src/VISUALIZATION/icons/bell-small.png similarity index 100% rename from AMOEBA3/src/icons/bell-small.png rename to AMOEBA3/src/VISUALIZATION/icons/bell-small.png diff --git a/AMOEBA3/src/icons/bell.png b/AMOEBA3/src/VISUALIZATION/icons/bell.png similarity index 100% rename from AMOEBA3/src/icons/bell.png rename to AMOEBA3/src/VISUALIZATION/icons/bell.png diff --git a/AMOEBA3/src/icons/billboard-empty.png b/AMOEBA3/src/VISUALIZATION/icons/billboard-empty.png similarity index 100% rename from AMOEBA3/src/icons/billboard-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/billboard-empty.png diff --git a/AMOEBA3/src/icons/billboard-red.png b/AMOEBA3/src/VISUALIZATION/icons/billboard-red.png similarity index 100% rename from AMOEBA3/src/icons/billboard-red.png rename to AMOEBA3/src/VISUALIZATION/icons/billboard-red.png diff --git a/AMOEBA3/src/icons/billboard.png b/AMOEBA3/src/VISUALIZATION/icons/billboard.png similarity index 100% rename from AMOEBA3/src/icons/billboard.png rename to AMOEBA3/src/VISUALIZATION/icons/billboard.png diff --git a/AMOEBA3/src/icons/bin--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/bin--arrow.png similarity index 100% rename from AMOEBA3/src/icons/bin--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/bin--arrow.png diff --git a/AMOEBA3/src/icons/bin--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/bin--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/bin--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/bin--exclamation.png diff --git a/AMOEBA3/src/icons/bin--minus.png b/AMOEBA3/src/VISUALIZATION/icons/bin--minus.png similarity index 100% rename from AMOEBA3/src/icons/bin--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/bin--minus.png diff --git a/AMOEBA3/src/icons/bin--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/bin--pencil.png similarity index 100% rename from AMOEBA3/src/icons/bin--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/bin--pencil.png diff --git a/AMOEBA3/src/icons/bin--plus.png b/AMOEBA3/src/VISUALIZATION/icons/bin--plus.png similarity index 100% rename from AMOEBA3/src/icons/bin--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/bin--plus.png diff --git a/AMOEBA3/src/icons/bin-full.png b/AMOEBA3/src/VISUALIZATION/icons/bin-full.png similarity index 100% rename from AMOEBA3/src/icons/bin-full.png rename to AMOEBA3/src/VISUALIZATION/icons/bin-full.png diff --git a/AMOEBA3/src/icons/bin-metal-full.png b/AMOEBA3/src/VISUALIZATION/icons/bin-metal-full.png similarity index 100% rename from AMOEBA3/src/icons/bin-metal-full.png rename to AMOEBA3/src/VISUALIZATION/icons/bin-metal-full.png diff --git a/AMOEBA3/src/icons/bin-metal.png b/AMOEBA3/src/VISUALIZATION/icons/bin-metal.png similarity index 100% rename from AMOEBA3/src/icons/bin-metal.png rename to AMOEBA3/src/VISUALIZATION/icons/bin-metal.png diff --git a/AMOEBA3/src/icons/bin.png b/AMOEBA3/src/VISUALIZATION/icons/bin.png similarity index 100% rename from AMOEBA3/src/icons/bin.png rename to AMOEBA3/src/VISUALIZATION/icons/bin.png diff --git a/AMOEBA3/src/icons/binocular--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/binocular--arrow.png similarity index 100% rename from AMOEBA3/src/icons/binocular--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/binocular--arrow.png diff --git a/AMOEBA3/src/icons/binocular--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/binocular--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/binocular--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/binocular--exclamation.png diff --git a/AMOEBA3/src/icons/binocular--minus.png b/AMOEBA3/src/VISUALIZATION/icons/binocular--minus.png similarity index 100% rename from AMOEBA3/src/icons/binocular--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/binocular--minus.png diff --git a/AMOEBA3/src/icons/binocular--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/binocular--pencil.png similarity index 100% rename from AMOEBA3/src/icons/binocular--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/binocular--pencil.png diff --git a/AMOEBA3/src/icons/binocular--plus.png b/AMOEBA3/src/VISUALIZATION/icons/binocular--plus.png similarity index 100% rename from AMOEBA3/src/icons/binocular--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/binocular--plus.png diff --git a/AMOEBA3/src/icons/binocular-small.png b/AMOEBA3/src/VISUALIZATION/icons/binocular-small.png similarity index 100% rename from AMOEBA3/src/icons/binocular-small.png rename to AMOEBA3/src/VISUALIZATION/icons/binocular-small.png diff --git a/AMOEBA3/src/icons/binocular.png b/AMOEBA3/src/VISUALIZATION/icons/binocular.png similarity index 100% rename from AMOEBA3/src/icons/binocular.png rename to AMOEBA3/src/VISUALIZATION/icons/binocular.png diff --git a/AMOEBA3/src/icons/block--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/block--arrow.png similarity index 100% rename from AMOEBA3/src/icons/block--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/block--arrow.png diff --git a/AMOEBA3/src/icons/block--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/block--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/block--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/block--exclamation.png diff --git a/AMOEBA3/src/icons/block--minus.png b/AMOEBA3/src/VISUALIZATION/icons/block--minus.png similarity index 100% rename from AMOEBA3/src/icons/block--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/block--minus.png diff --git a/AMOEBA3/src/icons/block--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/block--pencil.png similarity index 100% rename from AMOEBA3/src/icons/block--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/block--pencil.png diff --git a/AMOEBA3/src/icons/block--plus.png b/AMOEBA3/src/VISUALIZATION/icons/block--plus.png similarity index 100% rename from AMOEBA3/src/icons/block--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/block--plus.png diff --git a/AMOEBA3/src/icons/block-share.png b/AMOEBA3/src/VISUALIZATION/icons/block-share.png similarity index 100% rename from AMOEBA3/src/icons/block-share.png rename to AMOEBA3/src/VISUALIZATION/icons/block-share.png diff --git a/AMOEBA3/src/icons/block-small.png b/AMOEBA3/src/VISUALIZATION/icons/block-small.png similarity index 100% rename from AMOEBA3/src/icons/block-small.png rename to AMOEBA3/src/VISUALIZATION/icons/block-small.png diff --git a/AMOEBA3/src/icons/block.png b/AMOEBA3/src/VISUALIZATION/icons/block.png similarity index 100% rename from AMOEBA3/src/icons/block.png rename to AMOEBA3/src/VISUALIZATION/icons/block.png diff --git a/AMOEBA3/src/icons/blog--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/blog--arrow.png similarity index 100% rename from AMOEBA3/src/icons/blog--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/blog--arrow.png diff --git a/AMOEBA3/src/icons/blog--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/blog--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/blog--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/blog--exclamation.png diff --git a/AMOEBA3/src/icons/blog--minus.png b/AMOEBA3/src/VISUALIZATION/icons/blog--minus.png similarity index 100% rename from AMOEBA3/src/icons/blog--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/blog--minus.png diff --git a/AMOEBA3/src/icons/blog--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/blog--pencil.png similarity index 100% rename from AMOEBA3/src/icons/blog--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/blog--pencil.png diff --git a/AMOEBA3/src/icons/blog--plus.png b/AMOEBA3/src/VISUALIZATION/icons/blog--plus.png similarity index 100% rename from AMOEBA3/src/icons/blog--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/blog--plus.png diff --git a/AMOEBA3/src/icons/blog-blue.png b/AMOEBA3/src/VISUALIZATION/icons/blog-blue.png similarity index 100% rename from AMOEBA3/src/icons/blog-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/blog-blue.png diff --git a/AMOEBA3/src/icons/blog-medium.png b/AMOEBA3/src/VISUALIZATION/icons/blog-medium.png similarity index 100% rename from AMOEBA3/src/icons/blog-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/blog-medium.png diff --git a/AMOEBA3/src/icons/blog-posterous.png b/AMOEBA3/src/VISUALIZATION/icons/blog-posterous.png similarity index 100% rename from AMOEBA3/src/icons/blog-posterous.png rename to AMOEBA3/src/VISUALIZATION/icons/blog-posterous.png diff --git a/AMOEBA3/src/icons/blog-tumblr.png b/AMOEBA3/src/VISUALIZATION/icons/blog-tumblr.png similarity index 100% rename from AMOEBA3/src/icons/blog-tumblr.png rename to AMOEBA3/src/VISUALIZATION/icons/blog-tumblr.png diff --git a/AMOEBA3/src/icons/blog.png b/AMOEBA3/src/VISUALIZATION/icons/blog.png similarity index 100% rename from AMOEBA3/src/icons/blog.png rename to AMOEBA3/src/VISUALIZATION/icons/blog.png diff --git a/AMOEBA3/src/icons/blogs-stack.png b/AMOEBA3/src/VISUALIZATION/icons/blogs-stack.png similarity index 100% rename from AMOEBA3/src/icons/blogs-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/blogs-stack.png diff --git a/AMOEBA3/src/icons/blogs.png b/AMOEBA3/src/VISUALIZATION/icons/blogs.png similarity index 100% rename from AMOEBA3/src/icons/blogs.png rename to AMOEBA3/src/VISUALIZATION/icons/blogs.png diff --git a/AMOEBA3/src/icons/blue-document--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document--arrow.png similarity index 100% rename from AMOEBA3/src/icons/blue-document--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document--arrow.png diff --git a/AMOEBA3/src/icons/blue-document--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/blue-document--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document--exclamation.png diff --git a/AMOEBA3/src/icons/blue-document--minus.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document--minus.png similarity index 100% rename from AMOEBA3/src/icons/blue-document--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document--minus.png diff --git a/AMOEBA3/src/icons/blue-document--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document--pencil.png similarity index 100% rename from AMOEBA3/src/icons/blue-document--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document--pencil.png diff --git a/AMOEBA3/src/icons/blue-document--plus.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document--plus.png similarity index 100% rename from AMOEBA3/src/icons/blue-document--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document--plus.png diff --git a/AMOEBA3/src/icons/blue-document-access.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-access.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-access.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-access.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-b.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-b.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-b.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-b.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-c.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-c.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-c.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-c.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-d.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-d.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-d.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-d.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-e.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-e.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-e.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-e.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-f.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-f.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-f.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-f.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-g.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-g.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-g.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-g.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-h.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-h.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-h.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-h.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-i.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-i.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-i.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-i.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-j.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-j.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-j.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-j.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-k.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-k.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-k.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-k.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-l.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-l.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-l.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-l.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-m.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-m.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-m.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-m.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-n.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-n.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-n.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-n.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-o.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-o.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-o.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-o.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-p.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-p.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-p.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-p.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-q.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-q.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-q.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-q.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-r.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-r.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-r.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-r.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-s.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-s.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-s.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-s.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-t.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-t.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-t.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-t.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-u.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-u.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-u.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-u.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-v.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-v.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-v.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-v.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-w.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-w.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-w.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-w.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-x.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-x.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-x.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-x.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-y.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-y.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-y.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-y.png diff --git a/AMOEBA3/src/icons/blue-document-attribute-z.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-z.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute-z.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute-z.png diff --git a/AMOEBA3/src/icons/blue-document-attribute.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-attribute.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-attribute.png diff --git a/AMOEBA3/src/icons/blue-document-binary.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-binary.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-binary.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-binary.png diff --git a/AMOEBA3/src/icons/blue-document-block.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-block.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-block.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-block.png diff --git a/AMOEBA3/src/icons/blue-document-bookmark.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-bookmark.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-bookmark.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-bookmark.png diff --git a/AMOEBA3/src/icons/blue-document-break.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-break.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-break.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-break.png diff --git a/AMOEBA3/src/icons/blue-document-broken.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-broken.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-broken.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-broken.png diff --git a/AMOEBA3/src/icons/blue-document-clock.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-clock.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-clock.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-clock.png diff --git a/AMOEBA3/src/icons/blue-document-code.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-code.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-code.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-code.png diff --git a/AMOEBA3/src/icons/blue-document-convert.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-convert.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-convert.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-convert.png diff --git a/AMOEBA3/src/icons/blue-document-copy.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-copy.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-copy.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-copy.png diff --git a/AMOEBA3/src/icons/blue-document-epub-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-epub-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-epub-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-epub-text.png diff --git a/AMOEBA3/src/icons/blue-document-epub.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-epub.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-epub.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-epub.png diff --git a/AMOEBA3/src/icons/blue-document-excel-csv.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-excel-csv.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-excel-csv.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-excel-csv.png diff --git a/AMOEBA3/src/icons/blue-document-excel-table.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-excel-table.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-excel-table.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-excel-table.png diff --git a/AMOEBA3/src/icons/blue-document-excel.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-excel.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-excel.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-excel.png diff --git a/AMOEBA3/src/icons/blue-document-export.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-export.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-export.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-export.png diff --git a/AMOEBA3/src/icons/blue-document-film.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-film.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-film.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-film.png diff --git a/AMOEBA3/src/icons/blue-document-flash-movie.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-flash-movie.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-flash-movie.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-flash-movie.png diff --git a/AMOEBA3/src/icons/blue-document-flash.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-flash.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-flash.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-flash.png diff --git a/AMOEBA3/src/icons/blue-document-globe.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-globe.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-globe.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-globe.png diff --git a/AMOEBA3/src/icons/blue-document-hf-delete-footer.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-delete-footer.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-hf-delete-footer.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-delete-footer.png diff --git a/AMOEBA3/src/icons/blue-document-hf-delete.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-delete.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-hf-delete.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-delete.png diff --git a/AMOEBA3/src/icons/blue-document-hf-insert-footer.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-insert-footer.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-hf-insert-footer.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-insert-footer.png diff --git a/AMOEBA3/src/icons/blue-document-hf-insert.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-insert.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-hf-insert.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-insert.png diff --git a/AMOEBA3/src/icons/blue-document-hf-select-footer.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-select-footer.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-hf-select-footer.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-select-footer.png diff --git a/AMOEBA3/src/icons/blue-document-hf-select.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-select.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-hf-select.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-hf-select.png diff --git a/AMOEBA3/src/icons/blue-document-hf.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-hf.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-hf.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-hf.png diff --git a/AMOEBA3/src/icons/blue-document-horizontal-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-horizontal-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-horizontal-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-horizontal-text.png diff --git a/AMOEBA3/src/icons/blue-document-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-horizontal.png diff --git a/AMOEBA3/src/icons/blue-document-illustrator.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-illustrator.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-illustrator.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-illustrator.png diff --git a/AMOEBA3/src/icons/blue-document-image.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-image.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-image.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-image.png diff --git a/AMOEBA3/src/icons/blue-document-import.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-import.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-import.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-import.png diff --git a/AMOEBA3/src/icons/blue-document-insert.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-insert.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-insert.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-insert.png diff --git a/AMOEBA3/src/icons/blue-document-invoice.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-invoice.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-invoice.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-invoice.png diff --git a/AMOEBA3/src/icons/blue-document-list.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-list.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-list.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-list.png diff --git a/AMOEBA3/src/icons/blue-document-medium.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-medium.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-medium.png diff --git a/AMOEBA3/src/icons/blue-document-mobi-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-mobi-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-mobi-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-mobi-text.png diff --git a/AMOEBA3/src/icons/blue-document-mobi.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-mobi.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-mobi.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-mobi.png diff --git a/AMOEBA3/src/icons/blue-document-music-playlist.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-music-playlist.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-music-playlist.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-music-playlist.png diff --git a/AMOEBA3/src/icons/blue-document-music.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-music.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-music.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-music.png diff --git a/AMOEBA3/src/icons/blue-document-node.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-node.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-node.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-node.png diff --git a/AMOEBA3/src/icons/blue-document-number-0.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-0.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-0.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-0.png diff --git a/AMOEBA3/src/icons/blue-document-number-1.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-1.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-1.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-1.png diff --git a/AMOEBA3/src/icons/blue-document-number-2.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-2.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-2.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-2.png diff --git a/AMOEBA3/src/icons/blue-document-number-3.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-3.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-3.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-3.png diff --git a/AMOEBA3/src/icons/blue-document-number-4.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-4.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-4.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-4.png diff --git a/AMOEBA3/src/icons/blue-document-number-5.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-5.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-5.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-5.png diff --git a/AMOEBA3/src/icons/blue-document-number-6.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-6.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-6.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-6.png diff --git a/AMOEBA3/src/icons/blue-document-number-7.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-7.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-7.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-7.png diff --git a/AMOEBA3/src/icons/blue-document-number-8.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-8.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-8.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-8.png diff --git a/AMOEBA3/src/icons/blue-document-number-9.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number-9.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number-9.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number-9.png diff --git a/AMOEBA3/src/icons/blue-document-number.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-number.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-number.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-number.png diff --git a/AMOEBA3/src/icons/blue-document-office-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-office-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-office-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-office-text.png diff --git a/AMOEBA3/src/icons/blue-document-office.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-office.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-office.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-office.png diff --git a/AMOEBA3/src/icons/blue-document-outlook.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-outlook.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-outlook.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-outlook.png diff --git a/AMOEBA3/src/icons/blue-document-page-last.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-page-last.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-page-last.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-page-last.png diff --git a/AMOEBA3/src/icons/blue-document-page-next.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-page-next.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-page-next.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-page-next.png diff --git a/AMOEBA3/src/icons/blue-document-page-previous.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-page-previous.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-page-previous.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-page-previous.png diff --git a/AMOEBA3/src/icons/blue-document-page.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-page.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-page.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-page.png diff --git a/AMOEBA3/src/icons/blue-document-pdf-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-pdf-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-pdf-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-pdf-text.png diff --git a/AMOEBA3/src/icons/blue-document-pdf.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-pdf.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-pdf.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-pdf.png diff --git a/AMOEBA3/src/icons/blue-document-photoshop-image.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-photoshop-image.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-photoshop-image.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-photoshop-image.png diff --git a/AMOEBA3/src/icons/blue-document-photoshop.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-photoshop.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-photoshop.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-photoshop.png diff --git a/AMOEBA3/src/icons/blue-document-php.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-php.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-php.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-php.png diff --git a/AMOEBA3/src/icons/blue-document-powerpoint.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-powerpoint.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-powerpoint.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-powerpoint.png diff --git a/AMOEBA3/src/icons/blue-document-rename.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-rename.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-rename.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-rename.png diff --git a/AMOEBA3/src/icons/blue-document-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-resize-actual.png diff --git a/AMOEBA3/src/icons/blue-document-resize.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-resize.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-resize.png diff --git a/AMOEBA3/src/icons/blue-document-search-result.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-search-result.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-search-result.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-search-result.png diff --git a/AMOEBA3/src/icons/blue-document-share.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-share.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-share.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-share.png diff --git a/AMOEBA3/src/icons/blue-document-shred.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-shred.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-shred.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-shred.png diff --git a/AMOEBA3/src/icons/blue-document-small-list.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-small-list.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-small-list.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-small-list.png diff --git a/AMOEBA3/src/icons/blue-document-small.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-small.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-small.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-small.png diff --git a/AMOEBA3/src/icons/blue-document-smiley-sad.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-smiley-sad.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-smiley-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-smiley-sad.png diff --git a/AMOEBA3/src/icons/blue-document-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-smiley.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-smiley.png diff --git a/AMOEBA3/src/icons/blue-document-snippet.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-snippet.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-snippet.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-snippet.png diff --git a/AMOEBA3/src/icons/blue-document-stamp.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-stamp.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-stamp.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-stamp.png diff --git a/AMOEBA3/src/icons/blue-document-stand.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-stand.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-stand.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-stand.png diff --git a/AMOEBA3/src/icons/blue-document-sticky-note.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-sticky-note.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-sticky-note.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-sticky-note.png diff --git a/AMOEBA3/src/icons/blue-document-sub.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-sub.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-sub.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-sub.png diff --git a/AMOEBA3/src/icons/blue-document-table.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-table.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-table.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-table.png diff --git a/AMOEBA3/src/icons/blue-document-tag.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-tag.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-tag.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-tag.png diff --git a/AMOEBA3/src/icons/blue-document-task.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-task.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-task.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-task.png diff --git a/AMOEBA3/src/icons/blue-document-template.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-template.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-template.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-template.png diff --git a/AMOEBA3/src/icons/blue-document-tex.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-tex.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-tex.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-tex.png diff --git a/AMOEBA3/src/icons/blue-document-text-image.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-text-image.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-text-image.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-text-image.png diff --git a/AMOEBA3/src/icons/blue-document-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-text.png diff --git a/AMOEBA3/src/icons/blue-document-tree.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-tree.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-tree.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-tree.png diff --git a/AMOEBA3/src/icons/blue-document-view-book.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-view-book.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-view-book.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-view-book.png diff --git a/AMOEBA3/src/icons/blue-document-view-thumbnail.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-view-thumbnail.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-view-thumbnail.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-view-thumbnail.png diff --git a/AMOEBA3/src/icons/blue-document-view.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-view.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-view.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-view.png diff --git a/AMOEBA3/src/icons/blue-document-visual-studio.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-visual-studio.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-visual-studio.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-visual-studio.png diff --git a/AMOEBA3/src/icons/blue-document-word-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-word-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-word-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-word-text.png diff --git a/AMOEBA3/src/icons/blue-document-word-tick.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-word-tick.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-word-tick.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-word-tick.png diff --git a/AMOEBA3/src/icons/blue-document-word.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-word.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-word.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-word.png diff --git a/AMOEBA3/src/icons/blue-document-xaml.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-xaml.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-xaml.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-xaml.png diff --git a/AMOEBA3/src/icons/blue-document-zipper.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document-zipper.png similarity index 100% rename from AMOEBA3/src/icons/blue-document-zipper.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document-zipper.png diff --git a/AMOEBA3/src/icons/blue-document.png b/AMOEBA3/src/VISUALIZATION/icons/blue-document.png similarity index 100% rename from AMOEBA3/src/icons/blue-document.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-document.png diff --git a/AMOEBA3/src/icons/blue-documents-stack.png b/AMOEBA3/src/VISUALIZATION/icons/blue-documents-stack.png similarity index 100% rename from AMOEBA3/src/icons/blue-documents-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-documents-stack.png diff --git a/AMOEBA3/src/icons/blue-documents-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-documents-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-documents-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-documents-text.png diff --git a/AMOEBA3/src/icons/blue-documents.png b/AMOEBA3/src/VISUALIZATION/icons/blue-documents.png similarity index 100% rename from AMOEBA3/src/icons/blue-documents.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-documents.png diff --git a/AMOEBA3/src/icons/blue-folder--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder--arrow.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder--arrow.png diff --git a/AMOEBA3/src/icons/blue-folder--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder--exclamation.png diff --git a/AMOEBA3/src/icons/blue-folder--minus.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder--minus.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder--minus.png diff --git a/AMOEBA3/src/icons/blue-folder--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder--pencil.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder--pencil.png diff --git a/AMOEBA3/src/icons/blue-folder--plus.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder--plus.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder--plus.png diff --git a/AMOEBA3/src/icons/blue-folder-bookmark.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-bookmark.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-bookmark.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-bookmark.png diff --git a/AMOEBA3/src/icons/blue-folder-broken.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-broken.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-broken.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-broken.png diff --git a/AMOEBA3/src/icons/blue-folder-export.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-export.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-export.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-export.png diff --git a/AMOEBA3/src/icons/blue-folder-horizontal-open.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-horizontal-open.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-horizontal-open.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-horizontal-open.png diff --git a/AMOEBA3/src/icons/blue-folder-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-horizontal.png diff --git a/AMOEBA3/src/icons/blue-folder-import.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-import.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-import.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-import.png diff --git a/AMOEBA3/src/icons/blue-folder-medium.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-medium.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-medium.png diff --git a/AMOEBA3/src/icons/blue-folder-network-horizontal-open.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-network-horizontal-open.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-network-horizontal-open.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-network-horizontal-open.png diff --git a/AMOEBA3/src/icons/blue-folder-network-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-network-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-network-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-network-horizontal.png diff --git a/AMOEBA3/src/icons/blue-folder-network.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-network.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-network.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-network.png diff --git a/AMOEBA3/src/icons/blue-folder-open-document-music-playlist.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-document-music-playlist.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-document-music-playlist.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-document-music-playlist.png diff --git a/AMOEBA3/src/icons/blue-folder-open-document-music.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-document-music.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-document-music.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-document-music.png diff --git a/AMOEBA3/src/icons/blue-folder-open-document-text.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-document-text.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-document-text.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-document-text.png diff --git a/AMOEBA3/src/icons/blue-folder-open-document.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-document.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-document.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-document.png diff --git a/AMOEBA3/src/icons/blue-folder-open-feed.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-feed.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-feed.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-feed.png diff --git a/AMOEBA3/src/icons/blue-folder-open-film.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-film.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-film.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-film.png diff --git a/AMOEBA3/src/icons/blue-folder-open-image.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-image.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-image.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-image.png diff --git a/AMOEBA3/src/icons/blue-folder-open-slide.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-slide.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-slide.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-slide.png diff --git a/AMOEBA3/src/icons/blue-folder-open-table.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-table.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open-table.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open-table.png diff --git a/AMOEBA3/src/icons/blue-folder-open.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-open.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-open.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-open.png diff --git a/AMOEBA3/src/icons/blue-folder-rename.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-rename.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-rename.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-rename.png diff --git a/AMOEBA3/src/icons/blue-folder-search-result.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-search-result.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-search-result.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-search-result.png diff --git a/AMOEBA3/src/icons/blue-folder-share.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-share.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-share.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-share.png diff --git a/AMOEBA3/src/icons/blue-folder-shred.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-shred.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-shred.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-shred.png diff --git a/AMOEBA3/src/icons/blue-folder-small-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-small-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-small-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-small-horizontal.png diff --git a/AMOEBA3/src/icons/blue-folder-small.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-small.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-small.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-small.png diff --git a/AMOEBA3/src/icons/blue-folder-smiley-sad.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-smiley-sad.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-smiley-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-smiley-sad.png diff --git a/AMOEBA3/src/icons/blue-folder-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-smiley.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-smiley.png diff --git a/AMOEBA3/src/icons/blue-folder-stamp.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-stamp.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-stamp.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-stamp.png diff --git a/AMOEBA3/src/icons/blue-folder-stand.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-stand.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-stand.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-stand.png diff --git a/AMOEBA3/src/icons/blue-folder-sticky-note.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-sticky-note.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-sticky-note.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-sticky-note.png diff --git a/AMOEBA3/src/icons/blue-folder-tree.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-tree.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-tree.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-tree.png diff --git a/AMOEBA3/src/icons/blue-folder-zipper.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder-zipper.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder-zipper.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder-zipper.png diff --git a/AMOEBA3/src/icons/blue-folder.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folder.png similarity index 100% rename from AMOEBA3/src/icons/blue-folder.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folder.png diff --git a/AMOEBA3/src/icons/blue-folders-stack.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folders-stack.png similarity index 100% rename from AMOEBA3/src/icons/blue-folders-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folders-stack.png diff --git a/AMOEBA3/src/icons/blue-folders.png b/AMOEBA3/src/VISUALIZATION/icons/blue-folders.png similarity index 100% rename from AMOEBA3/src/icons/blue-folders.png rename to AMOEBA3/src/VISUALIZATION/icons/blue-folders.png diff --git a/AMOEBA3/src/icons/blueprint--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/blueprint--arrow.png similarity index 100% rename from AMOEBA3/src/icons/blueprint--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprint--arrow.png diff --git a/AMOEBA3/src/icons/blueprint--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/blueprint--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/blueprint--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprint--exclamation.png diff --git a/AMOEBA3/src/icons/blueprint--minus.png b/AMOEBA3/src/VISUALIZATION/icons/blueprint--minus.png similarity index 100% rename from AMOEBA3/src/icons/blueprint--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprint--minus.png diff --git a/AMOEBA3/src/icons/blueprint--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/blueprint--pencil.png similarity index 100% rename from AMOEBA3/src/icons/blueprint--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprint--pencil.png diff --git a/AMOEBA3/src/icons/blueprint--plus.png b/AMOEBA3/src/VISUALIZATION/icons/blueprint--plus.png similarity index 100% rename from AMOEBA3/src/icons/blueprint--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprint--plus.png diff --git a/AMOEBA3/src/icons/blueprint-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/blueprint-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/blueprint-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprint-horizontal.png diff --git a/AMOEBA3/src/icons/blueprint-medium.png b/AMOEBA3/src/VISUALIZATION/icons/blueprint-medium.png similarity index 100% rename from AMOEBA3/src/icons/blueprint-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprint-medium.png diff --git a/AMOEBA3/src/icons/blueprint.png b/AMOEBA3/src/VISUALIZATION/icons/blueprint.png similarity index 100% rename from AMOEBA3/src/icons/blueprint.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprint.png diff --git a/AMOEBA3/src/icons/blueprints.png b/AMOEBA3/src/VISUALIZATION/icons/blueprints.png similarity index 100% rename from AMOEBA3/src/icons/blueprints.png rename to AMOEBA3/src/VISUALIZATION/icons/blueprints.png diff --git a/AMOEBA3/src/icons/bluetooth.png b/AMOEBA3/src/VISUALIZATION/icons/bluetooth.png similarity index 100% rename from AMOEBA3/src/icons/bluetooth.png rename to AMOEBA3/src/VISUALIZATION/icons/bluetooth.png diff --git a/AMOEBA3/src/icons/board-game-go.png b/AMOEBA3/src/VISUALIZATION/icons/board-game-go.png similarity index 100% rename from AMOEBA3/src/icons/board-game-go.png rename to AMOEBA3/src/VISUALIZATION/icons/board-game-go.png diff --git a/AMOEBA3/src/icons/board-game.png b/AMOEBA3/src/VISUALIZATION/icons/board-game.png similarity index 100% rename from AMOEBA3/src/icons/board-game.png rename to AMOEBA3/src/VISUALIZATION/icons/board-game.png diff --git a/AMOEBA3/src/icons/bomb.png b/AMOEBA3/src/VISUALIZATION/icons/bomb.png similarity index 100% rename from AMOEBA3/src/icons/bomb.png rename to AMOEBA3/src/VISUALIZATION/icons/bomb.png diff --git a/AMOEBA3/src/icons/book--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/book--arrow.png similarity index 100% rename from AMOEBA3/src/icons/book--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/book--arrow.png diff --git a/AMOEBA3/src/icons/book--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/book--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/book--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/book--exclamation.png diff --git a/AMOEBA3/src/icons/book--minus.png b/AMOEBA3/src/VISUALIZATION/icons/book--minus.png similarity index 100% rename from AMOEBA3/src/icons/book--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/book--minus.png diff --git a/AMOEBA3/src/icons/book--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/book--pencil.png similarity index 100% rename from AMOEBA3/src/icons/book--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/book--pencil.png diff --git a/AMOEBA3/src/icons/book--plus.png b/AMOEBA3/src/VISUALIZATION/icons/book--plus.png similarity index 100% rename from AMOEBA3/src/icons/book--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/book--plus.png diff --git a/AMOEBA3/src/icons/book-bookmark.png b/AMOEBA3/src/VISUALIZATION/icons/book-bookmark.png similarity index 100% rename from AMOEBA3/src/icons/book-bookmark.png rename to AMOEBA3/src/VISUALIZATION/icons/book-bookmark.png diff --git a/AMOEBA3/src/icons/book-brown.png b/AMOEBA3/src/VISUALIZATION/icons/book-brown.png similarity index 100% rename from AMOEBA3/src/icons/book-brown.png rename to AMOEBA3/src/VISUALIZATION/icons/book-brown.png diff --git a/AMOEBA3/src/icons/book-open-bookmark.png b/AMOEBA3/src/VISUALIZATION/icons/book-open-bookmark.png similarity index 100% rename from AMOEBA3/src/icons/book-open-bookmark.png rename to AMOEBA3/src/VISUALIZATION/icons/book-open-bookmark.png diff --git a/AMOEBA3/src/icons/book-open-list.png b/AMOEBA3/src/VISUALIZATION/icons/book-open-list.png similarity index 100% rename from AMOEBA3/src/icons/book-open-list.png rename to AMOEBA3/src/VISUALIZATION/icons/book-open-list.png diff --git a/AMOEBA3/src/icons/book-open-next.png b/AMOEBA3/src/VISUALIZATION/icons/book-open-next.png similarity index 100% rename from AMOEBA3/src/icons/book-open-next.png rename to AMOEBA3/src/VISUALIZATION/icons/book-open-next.png diff --git a/AMOEBA3/src/icons/book-open-previous.png b/AMOEBA3/src/VISUALIZATION/icons/book-open-previous.png similarity index 100% rename from AMOEBA3/src/icons/book-open-previous.png rename to AMOEBA3/src/VISUALIZATION/icons/book-open-previous.png diff --git a/AMOEBA3/src/icons/book-open-text-image.png b/AMOEBA3/src/VISUALIZATION/icons/book-open-text-image.png similarity index 100% rename from AMOEBA3/src/icons/book-open-text-image.png rename to AMOEBA3/src/VISUALIZATION/icons/book-open-text-image.png diff --git a/AMOEBA3/src/icons/book-open-text.png b/AMOEBA3/src/VISUALIZATION/icons/book-open-text.png similarity index 100% rename from AMOEBA3/src/icons/book-open-text.png rename to AMOEBA3/src/VISUALIZATION/icons/book-open-text.png diff --git a/AMOEBA3/src/icons/book-open.png b/AMOEBA3/src/VISUALIZATION/icons/book-open.png similarity index 100% rename from AMOEBA3/src/icons/book-open.png rename to AMOEBA3/src/VISUALIZATION/icons/book-open.png diff --git a/AMOEBA3/src/icons/book-question.png b/AMOEBA3/src/VISUALIZATION/icons/book-question.png similarity index 100% rename from AMOEBA3/src/icons/book-question.png rename to AMOEBA3/src/VISUALIZATION/icons/book-question.png diff --git a/AMOEBA3/src/icons/book-small-brown.png b/AMOEBA3/src/VISUALIZATION/icons/book-small-brown.png similarity index 100% rename from AMOEBA3/src/icons/book-small-brown.png rename to AMOEBA3/src/VISUALIZATION/icons/book-small-brown.png diff --git a/AMOEBA3/src/icons/book-small.png b/AMOEBA3/src/VISUALIZATION/icons/book-small.png similarity index 100% rename from AMOEBA3/src/icons/book-small.png rename to AMOEBA3/src/VISUALIZATION/icons/book-small.png diff --git a/AMOEBA3/src/icons/book.png b/AMOEBA3/src/VISUALIZATION/icons/book.png similarity index 100% rename from AMOEBA3/src/icons/book.png rename to AMOEBA3/src/VISUALIZATION/icons/book.png diff --git a/AMOEBA3/src/icons/bookmark--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark--arrow.png similarity index 100% rename from AMOEBA3/src/icons/bookmark--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark--arrow.png diff --git a/AMOEBA3/src/icons/bookmark--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/bookmark--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark--exclamation.png diff --git a/AMOEBA3/src/icons/bookmark--minus.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark--minus.png similarity index 100% rename from AMOEBA3/src/icons/bookmark--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark--minus.png diff --git a/AMOEBA3/src/icons/bookmark--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark--pencil.png similarity index 100% rename from AMOEBA3/src/icons/bookmark--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark--pencil.png diff --git a/AMOEBA3/src/icons/bookmark--plus.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark--plus.png similarity index 100% rename from AMOEBA3/src/icons/bookmark--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark--plus.png diff --git a/AMOEBA3/src/icons/bookmark-export.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark-export.png similarity index 100% rename from AMOEBA3/src/icons/bookmark-export.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark-export.png diff --git a/AMOEBA3/src/icons/bookmark-import.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark-import.png similarity index 100% rename from AMOEBA3/src/icons/bookmark-import.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark-import.png diff --git a/AMOEBA3/src/icons/bookmark-small.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark-small.png similarity index 100% rename from AMOEBA3/src/icons/bookmark-small.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark-small.png diff --git a/AMOEBA3/src/icons/bookmark.png b/AMOEBA3/src/VISUALIZATION/icons/bookmark.png similarity index 100% rename from AMOEBA3/src/icons/bookmark.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmark.png diff --git a/AMOEBA3/src/icons/bookmarks.png b/AMOEBA3/src/VISUALIZATION/icons/bookmarks.png similarity index 100% rename from AMOEBA3/src/icons/bookmarks.png rename to AMOEBA3/src/VISUALIZATION/icons/bookmarks.png diff --git a/AMOEBA3/src/icons/books-brown.png b/AMOEBA3/src/VISUALIZATION/icons/books-brown.png similarity index 100% rename from AMOEBA3/src/icons/books-brown.png rename to AMOEBA3/src/VISUALIZATION/icons/books-brown.png diff --git a/AMOEBA3/src/icons/books-stack.png b/AMOEBA3/src/VISUALIZATION/icons/books-stack.png similarity index 100% rename from AMOEBA3/src/icons/books-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/books-stack.png diff --git a/AMOEBA3/src/icons/books.png b/AMOEBA3/src/VISUALIZATION/icons/books.png similarity index 100% rename from AMOEBA3/src/icons/books.png rename to AMOEBA3/src/VISUALIZATION/icons/books.png diff --git a/AMOEBA3/src/icons/border-all.png b/AMOEBA3/src/VISUALIZATION/icons/border-all.png similarity index 100% rename from AMOEBA3/src/icons/border-all.png rename to AMOEBA3/src/VISUALIZATION/icons/border-all.png diff --git a/AMOEBA3/src/icons/border-bottom-double.png b/AMOEBA3/src/VISUALIZATION/icons/border-bottom-double.png similarity index 100% rename from AMOEBA3/src/icons/border-bottom-double.png rename to AMOEBA3/src/VISUALIZATION/icons/border-bottom-double.png diff --git a/AMOEBA3/src/icons/border-bottom-thick.png b/AMOEBA3/src/VISUALIZATION/icons/border-bottom-thick.png similarity index 100% rename from AMOEBA3/src/icons/border-bottom-thick.png rename to AMOEBA3/src/VISUALIZATION/icons/border-bottom-thick.png diff --git a/AMOEBA3/src/icons/border-bottom.png b/AMOEBA3/src/VISUALIZATION/icons/border-bottom.png similarity index 100% rename from AMOEBA3/src/icons/border-bottom.png rename to AMOEBA3/src/VISUALIZATION/icons/border-bottom.png diff --git a/AMOEBA3/src/icons/border-color.png b/AMOEBA3/src/VISUALIZATION/icons/border-color.png similarity index 100% rename from AMOEBA3/src/icons/border-color.png rename to AMOEBA3/src/VISUALIZATION/icons/border-color.png diff --git a/AMOEBA3/src/icons/border-dash.png b/AMOEBA3/src/VISUALIZATION/icons/border-dash.png similarity index 100% rename from AMOEBA3/src/icons/border-dash.png rename to AMOEBA3/src/VISUALIZATION/icons/border-dash.png diff --git a/AMOEBA3/src/icons/border-down.png b/AMOEBA3/src/VISUALIZATION/icons/border-down.png similarity index 100% rename from AMOEBA3/src/icons/border-down.png rename to AMOEBA3/src/VISUALIZATION/icons/border-down.png diff --git a/AMOEBA3/src/icons/border-draw.png b/AMOEBA3/src/VISUALIZATION/icons/border-draw.png similarity index 100% rename from AMOEBA3/src/icons/border-draw.png rename to AMOEBA3/src/VISUALIZATION/icons/border-draw.png diff --git a/AMOEBA3/src/icons/border-horizontal-all.png b/AMOEBA3/src/VISUALIZATION/icons/border-horizontal-all.png similarity index 100% rename from AMOEBA3/src/icons/border-horizontal-all.png rename to AMOEBA3/src/VISUALIZATION/icons/border-horizontal-all.png diff --git a/AMOEBA3/src/icons/border-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/border-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/border-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/border-horizontal.png diff --git a/AMOEBA3/src/icons/border-inside.png b/AMOEBA3/src/VISUALIZATION/icons/border-inside.png similarity index 100% rename from AMOEBA3/src/icons/border-inside.png rename to AMOEBA3/src/VISUALIZATION/icons/border-inside.png diff --git a/AMOEBA3/src/icons/border-left.png b/AMOEBA3/src/VISUALIZATION/icons/border-left.png similarity index 100% rename from AMOEBA3/src/icons/border-left.png rename to AMOEBA3/src/VISUALIZATION/icons/border-left.png diff --git a/AMOEBA3/src/icons/border-outside-thick.png b/AMOEBA3/src/VISUALIZATION/icons/border-outside-thick.png similarity index 100% rename from AMOEBA3/src/icons/border-outside-thick.png rename to AMOEBA3/src/VISUALIZATION/icons/border-outside-thick.png diff --git a/AMOEBA3/src/icons/border-outside.png b/AMOEBA3/src/VISUALIZATION/icons/border-outside.png similarity index 100% rename from AMOEBA3/src/icons/border-outside.png rename to AMOEBA3/src/VISUALIZATION/icons/border-outside.png diff --git a/AMOEBA3/src/icons/border-right.png b/AMOEBA3/src/VISUALIZATION/icons/border-right.png similarity index 100% rename from AMOEBA3/src/icons/border-right.png rename to AMOEBA3/src/VISUALIZATION/icons/border-right.png diff --git a/AMOEBA3/src/icons/border-top-bottom-double.png b/AMOEBA3/src/VISUALIZATION/icons/border-top-bottom-double.png similarity index 100% rename from AMOEBA3/src/icons/border-top-bottom-double.png rename to AMOEBA3/src/VISUALIZATION/icons/border-top-bottom-double.png diff --git a/AMOEBA3/src/icons/border-top-bottom-thick.png b/AMOEBA3/src/VISUALIZATION/icons/border-top-bottom-thick.png similarity index 100% rename from AMOEBA3/src/icons/border-top-bottom-thick.png rename to AMOEBA3/src/VISUALIZATION/icons/border-top-bottom-thick.png diff --git a/AMOEBA3/src/icons/border-top-bottom.png b/AMOEBA3/src/VISUALIZATION/icons/border-top-bottom.png similarity index 100% rename from AMOEBA3/src/icons/border-top-bottom.png rename to AMOEBA3/src/VISUALIZATION/icons/border-top-bottom.png diff --git a/AMOEBA3/src/icons/border-top.png b/AMOEBA3/src/VISUALIZATION/icons/border-top.png similarity index 100% rename from AMOEBA3/src/icons/border-top.png rename to AMOEBA3/src/VISUALIZATION/icons/border-top.png diff --git a/AMOEBA3/src/icons/border-up.png b/AMOEBA3/src/VISUALIZATION/icons/border-up.png similarity index 100% rename from AMOEBA3/src/icons/border-up.png rename to AMOEBA3/src/VISUALIZATION/icons/border-up.png diff --git a/AMOEBA3/src/icons/border-vertical-all.png b/AMOEBA3/src/VISUALIZATION/icons/border-vertical-all.png similarity index 100% rename from AMOEBA3/src/icons/border-vertical-all.png rename to AMOEBA3/src/VISUALIZATION/icons/border-vertical-all.png diff --git a/AMOEBA3/src/icons/border-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/border-vertical.png similarity index 100% rename from AMOEBA3/src/icons/border-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/border-vertical.png diff --git a/AMOEBA3/src/icons/border-weight.png b/AMOEBA3/src/VISUALIZATION/icons/border-weight.png similarity index 100% rename from AMOEBA3/src/icons/border-weight.png rename to AMOEBA3/src/VISUALIZATION/icons/border-weight.png diff --git a/AMOEBA3/src/icons/border.png b/AMOEBA3/src/VISUALIZATION/icons/border.png similarity index 100% rename from AMOEBA3/src/icons/border.png rename to AMOEBA3/src/VISUALIZATION/icons/border.png diff --git a/AMOEBA3/src/icons/box--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/box--arrow.png similarity index 100% rename from AMOEBA3/src/icons/box--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/box--arrow.png diff --git a/AMOEBA3/src/icons/box--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/box--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/box--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/box--exclamation.png diff --git a/AMOEBA3/src/icons/box--minus.png b/AMOEBA3/src/VISUALIZATION/icons/box--minus.png similarity index 100% rename from AMOEBA3/src/icons/box--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/box--minus.png diff --git a/AMOEBA3/src/icons/box--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/box--pencil.png similarity index 100% rename from AMOEBA3/src/icons/box--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/box--pencil.png diff --git a/AMOEBA3/src/icons/box--plus.png b/AMOEBA3/src/VISUALIZATION/icons/box--plus.png similarity index 100% rename from AMOEBA3/src/icons/box--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/box--plus.png diff --git a/AMOEBA3/src/icons/box-document.png b/AMOEBA3/src/VISUALIZATION/icons/box-document.png similarity index 100% rename from AMOEBA3/src/icons/box-document.png rename to AMOEBA3/src/VISUALIZATION/icons/box-document.png diff --git a/AMOEBA3/src/icons/box-label.png b/AMOEBA3/src/VISUALIZATION/icons/box-label.png similarity index 100% rename from AMOEBA3/src/icons/box-label.png rename to AMOEBA3/src/VISUALIZATION/icons/box-label.png diff --git a/AMOEBA3/src/icons/box-medium.png b/AMOEBA3/src/VISUALIZATION/icons/box-medium.png similarity index 100% rename from AMOEBA3/src/icons/box-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/box-medium.png diff --git a/AMOEBA3/src/icons/box-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/box-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/box-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/box-resize-actual.png diff --git a/AMOEBA3/src/icons/box-resize.png b/AMOEBA3/src/VISUALIZATION/icons/box-resize.png similarity index 100% rename from AMOEBA3/src/icons/box-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/box-resize.png diff --git a/AMOEBA3/src/icons/box-search-result.png b/AMOEBA3/src/VISUALIZATION/icons/box-search-result.png similarity index 100% rename from AMOEBA3/src/icons/box-search-result.png rename to AMOEBA3/src/VISUALIZATION/icons/box-search-result.png diff --git a/AMOEBA3/src/icons/box-share.png b/AMOEBA3/src/VISUALIZATION/icons/box-share.png similarity index 100% rename from AMOEBA3/src/icons/box-share.png rename to AMOEBA3/src/VISUALIZATION/icons/box-share.png diff --git a/AMOEBA3/src/icons/box-small.png b/AMOEBA3/src/VISUALIZATION/icons/box-small.png similarity index 100% rename from AMOEBA3/src/icons/box-small.png rename to AMOEBA3/src/VISUALIZATION/icons/box-small.png diff --git a/AMOEBA3/src/icons/box-zipper.png b/AMOEBA3/src/VISUALIZATION/icons/box-zipper.png similarity index 100% rename from AMOEBA3/src/icons/box-zipper.png rename to AMOEBA3/src/VISUALIZATION/icons/box-zipper.png diff --git a/AMOEBA3/src/icons/box.png b/AMOEBA3/src/VISUALIZATION/icons/box.png similarity index 100% rename from AMOEBA3/src/icons/box.png rename to AMOEBA3/src/VISUALIZATION/icons/box.png diff --git a/AMOEBA3/src/icons/brain--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/brain--arrow.png similarity index 100% rename from AMOEBA3/src/icons/brain--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/brain--arrow.png diff --git a/AMOEBA3/src/icons/brain--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/brain--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/brain--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/brain--exclamation.png diff --git a/AMOEBA3/src/icons/brain--minus.png b/AMOEBA3/src/VISUALIZATION/icons/brain--minus.png similarity index 100% rename from AMOEBA3/src/icons/brain--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/brain--minus.png diff --git a/AMOEBA3/src/icons/brain--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/brain--pencil.png similarity index 100% rename from AMOEBA3/src/icons/brain--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/brain--pencil.png diff --git a/AMOEBA3/src/icons/brain--plus.png b/AMOEBA3/src/VISUALIZATION/icons/brain--plus.png similarity index 100% rename from AMOEBA3/src/icons/brain--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/brain--plus.png diff --git a/AMOEBA3/src/icons/brain-empty.png b/AMOEBA3/src/VISUALIZATION/icons/brain-empty.png similarity index 100% rename from AMOEBA3/src/icons/brain-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/brain-empty.png diff --git a/AMOEBA3/src/icons/brain.png b/AMOEBA3/src/VISUALIZATION/icons/brain.png similarity index 100% rename from AMOEBA3/src/icons/brain.png rename to AMOEBA3/src/VISUALIZATION/icons/brain.png diff --git a/AMOEBA3/src/icons/bread.png b/AMOEBA3/src/VISUALIZATION/icons/bread.png similarity index 100% rename from AMOEBA3/src/icons/bread.png rename to AMOEBA3/src/VISUALIZATION/icons/bread.png diff --git a/AMOEBA3/src/icons/breads.png b/AMOEBA3/src/VISUALIZATION/icons/breads.png similarity index 100% rename from AMOEBA3/src/icons/breads.png rename to AMOEBA3/src/VISUALIZATION/icons/breads.png diff --git a/AMOEBA3/src/icons/briefcase--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/briefcase--arrow.png similarity index 100% rename from AMOEBA3/src/icons/briefcase--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/briefcase--arrow.png diff --git a/AMOEBA3/src/icons/briefcase--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/briefcase--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/briefcase--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/briefcase--exclamation.png diff --git a/AMOEBA3/src/icons/briefcase--minus.png b/AMOEBA3/src/VISUALIZATION/icons/briefcase--minus.png similarity index 100% rename from AMOEBA3/src/icons/briefcase--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/briefcase--minus.png diff --git a/AMOEBA3/src/icons/briefcase--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/briefcase--pencil.png similarity index 100% rename from AMOEBA3/src/icons/briefcase--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/briefcase--pencil.png diff --git a/AMOEBA3/src/icons/briefcase--plus.png b/AMOEBA3/src/VISUALIZATION/icons/briefcase--plus.png similarity index 100% rename from AMOEBA3/src/icons/briefcase--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/briefcase--plus.png diff --git a/AMOEBA3/src/icons/briefcase-small.png b/AMOEBA3/src/VISUALIZATION/icons/briefcase-small.png similarity index 100% rename from AMOEBA3/src/icons/briefcase-small.png rename to AMOEBA3/src/VISUALIZATION/icons/briefcase-small.png diff --git a/AMOEBA3/src/icons/briefcase.png b/AMOEBA3/src/VISUALIZATION/icons/briefcase.png similarity index 100% rename from AMOEBA3/src/icons/briefcase.png rename to AMOEBA3/src/VISUALIZATION/icons/briefcase.png diff --git a/AMOEBA3/src/icons/brightness-control-up.png b/AMOEBA3/src/VISUALIZATION/icons/brightness-control-up.png similarity index 100% rename from AMOEBA3/src/icons/brightness-control-up.png rename to AMOEBA3/src/VISUALIZATION/icons/brightness-control-up.png diff --git a/AMOEBA3/src/icons/brightness-control.png b/AMOEBA3/src/VISUALIZATION/icons/brightness-control.png similarity index 100% rename from AMOEBA3/src/icons/brightness-control.png rename to AMOEBA3/src/VISUALIZATION/icons/brightness-control.png diff --git a/AMOEBA3/src/icons/brightness-low.png b/AMOEBA3/src/VISUALIZATION/icons/brightness-low.png similarity index 100% rename from AMOEBA3/src/icons/brightness-low.png rename to AMOEBA3/src/VISUALIZATION/icons/brightness-low.png diff --git a/AMOEBA3/src/icons/brightness-small-low.png b/AMOEBA3/src/VISUALIZATION/icons/brightness-small-low.png similarity index 100% rename from AMOEBA3/src/icons/brightness-small-low.png rename to AMOEBA3/src/VISUALIZATION/icons/brightness-small-low.png diff --git a/AMOEBA3/src/icons/brightness-small.png b/AMOEBA3/src/VISUALIZATION/icons/brightness-small.png similarity index 100% rename from AMOEBA3/src/icons/brightness-small.png rename to AMOEBA3/src/VISUALIZATION/icons/brightness-small.png diff --git a/AMOEBA3/src/icons/brightness.png b/AMOEBA3/src/VISUALIZATION/icons/brightness.png similarity index 100% rename from AMOEBA3/src/icons/brightness.png rename to AMOEBA3/src/VISUALIZATION/icons/brightness.png diff --git a/AMOEBA3/src/icons/broom--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/broom--arrow.png similarity index 100% rename from AMOEBA3/src/icons/broom--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/broom--arrow.png diff --git a/AMOEBA3/src/icons/broom--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/broom--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/broom--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/broom--exclamation.png diff --git a/AMOEBA3/src/icons/broom--minus.png b/AMOEBA3/src/VISUALIZATION/icons/broom--minus.png similarity index 100% rename from AMOEBA3/src/icons/broom--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/broom--minus.png diff --git a/AMOEBA3/src/icons/broom--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/broom--pencil.png similarity index 100% rename from AMOEBA3/src/icons/broom--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/broom--pencil.png diff --git a/AMOEBA3/src/icons/broom--plus.png b/AMOEBA3/src/VISUALIZATION/icons/broom--plus.png similarity index 100% rename from AMOEBA3/src/icons/broom--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/broom--plus.png diff --git a/AMOEBA3/src/icons/broom-code.png b/AMOEBA3/src/VISUALIZATION/icons/broom-code.png similarity index 100% rename from AMOEBA3/src/icons/broom-code.png rename to AMOEBA3/src/VISUALIZATION/icons/broom-code.png diff --git a/AMOEBA3/src/icons/broom.png b/AMOEBA3/src/VISUALIZATION/icons/broom.png similarity index 100% rename from AMOEBA3/src/icons/broom.png rename to AMOEBA3/src/VISUALIZATION/icons/broom.png diff --git a/AMOEBA3/src/icons/bug--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/bug--arrow.png similarity index 100% rename from AMOEBA3/src/icons/bug--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/bug--arrow.png diff --git a/AMOEBA3/src/icons/bug--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/bug--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/bug--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/bug--exclamation.png diff --git a/AMOEBA3/src/icons/bug--minus.png b/AMOEBA3/src/VISUALIZATION/icons/bug--minus.png similarity index 100% rename from AMOEBA3/src/icons/bug--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/bug--minus.png diff --git a/AMOEBA3/src/icons/bug--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/bug--pencil.png similarity index 100% rename from AMOEBA3/src/icons/bug--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/bug--pencil.png diff --git a/AMOEBA3/src/icons/bug--plus.png b/AMOEBA3/src/VISUALIZATION/icons/bug--plus.png similarity index 100% rename from AMOEBA3/src/icons/bug--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/bug--plus.png diff --git a/AMOEBA3/src/icons/bug.png b/AMOEBA3/src/VISUALIZATION/icons/bug.png similarity index 100% rename from AMOEBA3/src/icons/bug.png rename to AMOEBA3/src/VISUALIZATION/icons/bug.png diff --git a/AMOEBA3/src/icons/building--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/building--arrow.png similarity index 100% rename from AMOEBA3/src/icons/building--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/building--arrow.png diff --git a/AMOEBA3/src/icons/building--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/building--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/building--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/building--exclamation.png diff --git a/AMOEBA3/src/icons/building--minus.png b/AMOEBA3/src/VISUALIZATION/icons/building--minus.png similarity index 100% rename from AMOEBA3/src/icons/building--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/building--minus.png diff --git a/AMOEBA3/src/icons/building--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/building--pencil.png similarity index 100% rename from AMOEBA3/src/icons/building--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/building--pencil.png diff --git a/AMOEBA3/src/icons/building--plus.png b/AMOEBA3/src/VISUALIZATION/icons/building--plus.png similarity index 100% rename from AMOEBA3/src/icons/building--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/building--plus.png diff --git a/AMOEBA3/src/icons/building-hedge.png b/AMOEBA3/src/VISUALIZATION/icons/building-hedge.png similarity index 100% rename from AMOEBA3/src/icons/building-hedge.png rename to AMOEBA3/src/VISUALIZATION/icons/building-hedge.png diff --git a/AMOEBA3/src/icons/building-low.png b/AMOEBA3/src/VISUALIZATION/icons/building-low.png similarity index 100% rename from AMOEBA3/src/icons/building-low.png rename to AMOEBA3/src/VISUALIZATION/icons/building-low.png diff --git a/AMOEBA3/src/icons/building-medium.png b/AMOEBA3/src/VISUALIZATION/icons/building-medium.png similarity index 100% rename from AMOEBA3/src/icons/building-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/building-medium.png diff --git a/AMOEBA3/src/icons/building-network.png b/AMOEBA3/src/VISUALIZATION/icons/building-network.png similarity index 100% rename from AMOEBA3/src/icons/building-network.png rename to AMOEBA3/src/VISUALIZATION/icons/building-network.png diff --git a/AMOEBA3/src/icons/building-old.png b/AMOEBA3/src/VISUALIZATION/icons/building-old.png similarity index 100% rename from AMOEBA3/src/icons/building-old.png rename to AMOEBA3/src/VISUALIZATION/icons/building-old.png diff --git a/AMOEBA3/src/icons/building-small.png b/AMOEBA3/src/VISUALIZATION/icons/building-small.png similarity index 100% rename from AMOEBA3/src/icons/building-small.png rename to AMOEBA3/src/VISUALIZATION/icons/building-small.png diff --git a/AMOEBA3/src/icons/building.png b/AMOEBA3/src/VISUALIZATION/icons/building.png similarity index 100% rename from AMOEBA3/src/icons/building.png rename to AMOEBA3/src/VISUALIZATION/icons/building.png diff --git a/AMOEBA3/src/icons/burn--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/burn--arrow.png similarity index 100% rename from AMOEBA3/src/icons/burn--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/burn--arrow.png diff --git a/AMOEBA3/src/icons/burn--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/burn--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/burn--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/burn--exclamation.png diff --git a/AMOEBA3/src/icons/burn--minus.png b/AMOEBA3/src/VISUALIZATION/icons/burn--minus.png similarity index 100% rename from AMOEBA3/src/icons/burn--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/burn--minus.png diff --git a/AMOEBA3/src/icons/burn--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/burn--pencil.png similarity index 100% rename from AMOEBA3/src/icons/burn--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/burn--pencil.png diff --git a/AMOEBA3/src/icons/burn--plus.png b/AMOEBA3/src/VISUALIZATION/icons/burn--plus.png similarity index 100% rename from AMOEBA3/src/icons/burn--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/burn--plus.png diff --git a/AMOEBA3/src/icons/burn-small.png b/AMOEBA3/src/VISUALIZATION/icons/burn-small.png similarity index 100% rename from AMOEBA3/src/icons/burn-small.png rename to AMOEBA3/src/VISUALIZATION/icons/burn-small.png diff --git a/AMOEBA3/src/icons/burn.png b/AMOEBA3/src/VISUALIZATION/icons/burn.png similarity index 100% rename from AMOEBA3/src/icons/burn.png rename to AMOEBA3/src/VISUALIZATION/icons/burn.png diff --git a/AMOEBA3/src/icons/cactus.png b/AMOEBA3/src/VISUALIZATION/icons/cactus.png similarity index 100% rename from AMOEBA3/src/icons/cactus.png rename to AMOEBA3/src/VISUALIZATION/icons/cactus.png diff --git a/AMOEBA3/src/icons/cake--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/cake--arrow.png similarity index 100% rename from AMOEBA3/src/icons/cake--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/cake--arrow.png diff --git a/AMOEBA3/src/icons/cake--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/cake--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/cake--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/cake--exclamation.png diff --git a/AMOEBA3/src/icons/cake--minus.png b/AMOEBA3/src/VISUALIZATION/icons/cake--minus.png similarity index 100% rename from AMOEBA3/src/icons/cake--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/cake--minus.png diff --git a/AMOEBA3/src/icons/cake--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/cake--pencil.png similarity index 100% rename from AMOEBA3/src/icons/cake--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/cake--pencil.png diff --git a/AMOEBA3/src/icons/cake--plus.png b/AMOEBA3/src/VISUALIZATION/icons/cake--plus.png similarity index 100% rename from AMOEBA3/src/icons/cake--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/cake--plus.png diff --git a/AMOEBA3/src/icons/cake-plain.png b/AMOEBA3/src/VISUALIZATION/icons/cake-plain.png similarity index 100% rename from AMOEBA3/src/icons/cake-plain.png rename to AMOEBA3/src/VISUALIZATION/icons/cake-plain.png diff --git a/AMOEBA3/src/icons/cake.png b/AMOEBA3/src/VISUALIZATION/icons/cake.png similarity index 100% rename from AMOEBA3/src/icons/cake.png rename to AMOEBA3/src/VISUALIZATION/icons/cake.png diff --git a/AMOEBA3/src/icons/calculator--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/calculator--arrow.png similarity index 100% rename from AMOEBA3/src/icons/calculator--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/calculator--arrow.png diff --git a/AMOEBA3/src/icons/calculator--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/calculator--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/calculator--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/calculator--exclamation.png diff --git a/AMOEBA3/src/icons/calculator--minus.png b/AMOEBA3/src/VISUALIZATION/icons/calculator--minus.png similarity index 100% rename from AMOEBA3/src/icons/calculator--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/calculator--minus.png diff --git a/AMOEBA3/src/icons/calculator--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/calculator--pencil.png similarity index 100% rename from AMOEBA3/src/icons/calculator--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/calculator--pencil.png diff --git a/AMOEBA3/src/icons/calculator--plus.png b/AMOEBA3/src/VISUALIZATION/icons/calculator--plus.png similarity index 100% rename from AMOEBA3/src/icons/calculator--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/calculator--plus.png diff --git a/AMOEBA3/src/icons/calculator-gray.png b/AMOEBA3/src/VISUALIZATION/icons/calculator-gray.png similarity index 100% rename from AMOEBA3/src/icons/calculator-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/calculator-gray.png diff --git a/AMOEBA3/src/icons/calculator-scientific.png b/AMOEBA3/src/VISUALIZATION/icons/calculator-scientific.png similarity index 100% rename from AMOEBA3/src/icons/calculator-scientific.png rename to AMOEBA3/src/VISUALIZATION/icons/calculator-scientific.png diff --git a/AMOEBA3/src/icons/calculator.png b/AMOEBA3/src/VISUALIZATION/icons/calculator.png similarity index 100% rename from AMOEBA3/src/icons/calculator.png rename to AMOEBA3/src/VISUALIZATION/icons/calculator.png diff --git a/AMOEBA3/src/icons/calendar--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/calendar--arrow.png similarity index 100% rename from AMOEBA3/src/icons/calendar--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar--arrow.png diff --git a/AMOEBA3/src/icons/calendar--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/calendar--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/calendar--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar--exclamation.png diff --git a/AMOEBA3/src/icons/calendar--minus.png b/AMOEBA3/src/VISUALIZATION/icons/calendar--minus.png similarity index 100% rename from AMOEBA3/src/icons/calendar--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar--minus.png diff --git a/AMOEBA3/src/icons/calendar--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/calendar--pencil.png similarity index 100% rename from AMOEBA3/src/icons/calendar--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar--pencil.png diff --git a/AMOEBA3/src/icons/calendar--plus.png b/AMOEBA3/src/VISUALIZATION/icons/calendar--plus.png similarity index 100% rename from AMOEBA3/src/icons/calendar--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar--plus.png diff --git a/AMOEBA3/src/icons/calendar-blue.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-blue.png similarity index 100% rename from AMOEBA3/src/icons/calendar-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-blue.png diff --git a/AMOEBA3/src/icons/calendar-day.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-day.png similarity index 100% rename from AMOEBA3/src/icons/calendar-day.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-day.png diff --git a/AMOEBA3/src/icons/calendar-delete.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-delete.png similarity index 100% rename from AMOEBA3/src/icons/calendar-delete.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-delete.png diff --git a/AMOEBA3/src/icons/calendar-empty.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-empty.png similarity index 100% rename from AMOEBA3/src/icons/calendar-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-empty.png diff --git a/AMOEBA3/src/icons/calendar-export.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-export.png similarity index 100% rename from AMOEBA3/src/icons/calendar-export.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-export.png diff --git a/AMOEBA3/src/icons/calendar-import.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-import.png similarity index 100% rename from AMOEBA3/src/icons/calendar-import.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-import.png diff --git a/AMOEBA3/src/icons/calendar-insert.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-insert.png similarity index 100% rename from AMOEBA3/src/icons/calendar-insert.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-insert.png diff --git a/AMOEBA3/src/icons/calendar-list.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-list.png similarity index 100% rename from AMOEBA3/src/icons/calendar-list.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-list.png diff --git a/AMOEBA3/src/icons/calendar-medium.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-medium.png similarity index 100% rename from AMOEBA3/src/icons/calendar-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-medium.png diff --git a/AMOEBA3/src/icons/calendar-month.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-month.png similarity index 100% rename from AMOEBA3/src/icons/calendar-month.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-month.png diff --git a/AMOEBA3/src/icons/calendar-next.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-next.png similarity index 100% rename from AMOEBA3/src/icons/calendar-next.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-next.png diff --git a/AMOEBA3/src/icons/calendar-previous.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-previous.png similarity index 100% rename from AMOEBA3/src/icons/calendar-previous.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-previous.png diff --git a/AMOEBA3/src/icons/calendar-property.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-property.png similarity index 100% rename from AMOEBA3/src/icons/calendar-property.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-property.png diff --git a/AMOEBA3/src/icons/calendar-relation.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-relation.png similarity index 100% rename from AMOEBA3/src/icons/calendar-relation.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-relation.png diff --git a/AMOEBA3/src/icons/calendar-search-result.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-search-result.png similarity index 100% rename from AMOEBA3/src/icons/calendar-search-result.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-search-result.png diff --git a/AMOEBA3/src/icons/calendar-select-days-span.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-select-days-span.png similarity index 100% rename from AMOEBA3/src/icons/calendar-select-days-span.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-select-days-span.png diff --git a/AMOEBA3/src/icons/calendar-select-days.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-select-days.png similarity index 100% rename from AMOEBA3/src/icons/calendar-select-days.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-select-days.png diff --git a/AMOEBA3/src/icons/calendar-select-month.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-select-month.png similarity index 100% rename from AMOEBA3/src/icons/calendar-select-month.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-select-month.png diff --git a/AMOEBA3/src/icons/calendar-select-week.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-select-week.png similarity index 100% rename from AMOEBA3/src/icons/calendar-select-week.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-select-week.png diff --git a/AMOEBA3/src/icons/calendar-select.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-select.png similarity index 100% rename from AMOEBA3/src/icons/calendar-select.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-select.png diff --git a/AMOEBA3/src/icons/calendar-share.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-share.png similarity index 100% rename from AMOEBA3/src/icons/calendar-share.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-share.png diff --git a/AMOEBA3/src/icons/calendar-small-month.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-small-month.png similarity index 100% rename from AMOEBA3/src/icons/calendar-small-month.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-small-month.png diff --git a/AMOEBA3/src/icons/calendar-small.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-small.png similarity index 100% rename from AMOEBA3/src/icons/calendar-small.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-small.png diff --git a/AMOEBA3/src/icons/calendar-task.png b/AMOEBA3/src/VISUALIZATION/icons/calendar-task.png similarity index 100% rename from AMOEBA3/src/icons/calendar-task.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar-task.png diff --git a/AMOEBA3/src/icons/calendar.png b/AMOEBA3/src/VISUALIZATION/icons/calendar.png similarity index 100% rename from AMOEBA3/src/icons/calendar.png rename to AMOEBA3/src/VISUALIZATION/icons/calendar.png diff --git a/AMOEBA3/src/icons/camcorder--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/camcorder--arrow.png similarity index 100% rename from AMOEBA3/src/icons/camcorder--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/camcorder--arrow.png diff --git a/AMOEBA3/src/icons/camcorder--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/camcorder--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/camcorder--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/camcorder--exclamation.png diff --git a/AMOEBA3/src/icons/camcorder--minus.png b/AMOEBA3/src/VISUALIZATION/icons/camcorder--minus.png similarity index 100% rename from AMOEBA3/src/icons/camcorder--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/camcorder--minus.png diff --git a/AMOEBA3/src/icons/camcorder--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/camcorder--pencil.png similarity index 100% rename from AMOEBA3/src/icons/camcorder--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/camcorder--pencil.png diff --git a/AMOEBA3/src/icons/camcorder--plus.png b/AMOEBA3/src/VISUALIZATION/icons/camcorder--plus.png similarity index 100% rename from AMOEBA3/src/icons/camcorder--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/camcorder--plus.png diff --git a/AMOEBA3/src/icons/camcorder-image.png b/AMOEBA3/src/VISUALIZATION/icons/camcorder-image.png similarity index 100% rename from AMOEBA3/src/icons/camcorder-image.png rename to AMOEBA3/src/VISUALIZATION/icons/camcorder-image.png diff --git a/AMOEBA3/src/icons/camcorder.png b/AMOEBA3/src/VISUALIZATION/icons/camcorder.png similarity index 100% rename from AMOEBA3/src/icons/camcorder.png rename to AMOEBA3/src/VISUALIZATION/icons/camcorder.png diff --git a/AMOEBA3/src/icons/camera--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/camera--arrow.png similarity index 100% rename from AMOEBA3/src/icons/camera--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/camera--arrow.png diff --git a/AMOEBA3/src/icons/camera--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/camera--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/camera--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/camera--exclamation.png diff --git a/AMOEBA3/src/icons/camera--minus.png b/AMOEBA3/src/VISUALIZATION/icons/camera--minus.png similarity index 100% rename from AMOEBA3/src/icons/camera--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/camera--minus.png diff --git a/AMOEBA3/src/icons/camera--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/camera--pencil.png similarity index 100% rename from AMOEBA3/src/icons/camera--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/camera--pencil.png diff --git a/AMOEBA3/src/icons/camera--plus.png b/AMOEBA3/src/VISUALIZATION/icons/camera--plus.png similarity index 100% rename from AMOEBA3/src/icons/camera--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/camera--plus.png diff --git a/AMOEBA3/src/icons/camera-black.png b/AMOEBA3/src/VISUALIZATION/icons/camera-black.png similarity index 100% rename from AMOEBA3/src/icons/camera-black.png rename to AMOEBA3/src/VISUALIZATION/icons/camera-black.png diff --git a/AMOEBA3/src/icons/camera-lens.png b/AMOEBA3/src/VISUALIZATION/icons/camera-lens.png similarity index 100% rename from AMOEBA3/src/icons/camera-lens.png rename to AMOEBA3/src/VISUALIZATION/icons/camera-lens.png diff --git a/AMOEBA3/src/icons/camera-small-black.png b/AMOEBA3/src/VISUALIZATION/icons/camera-small-black.png similarity index 100% rename from AMOEBA3/src/icons/camera-small-black.png rename to AMOEBA3/src/VISUALIZATION/icons/camera-small-black.png diff --git a/AMOEBA3/src/icons/camera-small.png b/AMOEBA3/src/VISUALIZATION/icons/camera-small.png similarity index 100% rename from AMOEBA3/src/icons/camera-small.png rename to AMOEBA3/src/VISUALIZATION/icons/camera-small.png diff --git a/AMOEBA3/src/icons/camera.png b/AMOEBA3/src/VISUALIZATION/icons/camera.png similarity index 100% rename from AMOEBA3/src/icons/camera.png rename to AMOEBA3/src/VISUALIZATION/icons/camera.png diff --git a/AMOEBA3/src/icons/candle-white.png b/AMOEBA3/src/VISUALIZATION/icons/candle-white.png similarity index 100% rename from AMOEBA3/src/icons/candle-white.png rename to AMOEBA3/src/VISUALIZATION/icons/candle-white.png diff --git a/AMOEBA3/src/icons/candle.png b/AMOEBA3/src/VISUALIZATION/icons/candle.png similarity index 100% rename from AMOEBA3/src/icons/candle.png rename to AMOEBA3/src/VISUALIZATION/icons/candle.png diff --git a/AMOEBA3/src/icons/candy-cane.png b/AMOEBA3/src/VISUALIZATION/icons/candy-cane.png similarity index 100% rename from AMOEBA3/src/icons/candy-cane.png rename to AMOEBA3/src/VISUALIZATION/icons/candy-cane.png diff --git a/AMOEBA3/src/icons/car--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/car--arrow.png similarity index 100% rename from AMOEBA3/src/icons/car--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/car--arrow.png diff --git a/AMOEBA3/src/icons/car--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/car--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/car--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/car--exclamation.png diff --git a/AMOEBA3/src/icons/car--minus.png b/AMOEBA3/src/VISUALIZATION/icons/car--minus.png similarity index 100% rename from AMOEBA3/src/icons/car--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/car--minus.png diff --git a/AMOEBA3/src/icons/car--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/car--pencil.png similarity index 100% rename from AMOEBA3/src/icons/car--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/car--pencil.png diff --git a/AMOEBA3/src/icons/car--plus.png b/AMOEBA3/src/VISUALIZATION/icons/car--plus.png similarity index 100% rename from AMOEBA3/src/icons/car--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/car--plus.png diff --git a/AMOEBA3/src/icons/car-red.png b/AMOEBA3/src/VISUALIZATION/icons/car-red.png similarity index 100% rename from AMOEBA3/src/icons/car-red.png rename to AMOEBA3/src/VISUALIZATION/icons/car-red.png diff --git a/AMOEBA3/src/icons/car-taxi.png b/AMOEBA3/src/VISUALIZATION/icons/car-taxi.png similarity index 100% rename from AMOEBA3/src/icons/car-taxi.png rename to AMOEBA3/src/VISUALIZATION/icons/car-taxi.png diff --git a/AMOEBA3/src/icons/car.png b/AMOEBA3/src/VISUALIZATION/icons/car.png similarity index 100% rename from AMOEBA3/src/icons/car.png rename to AMOEBA3/src/VISUALIZATION/icons/car.png diff --git a/AMOEBA3/src/icons/card--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/card--arrow.png similarity index 100% rename from AMOEBA3/src/icons/card--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/card--arrow.png diff --git a/AMOEBA3/src/icons/card--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/card--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/card--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/card--exclamation.png diff --git a/AMOEBA3/src/icons/card--minus.png b/AMOEBA3/src/VISUALIZATION/icons/card--minus.png similarity index 100% rename from AMOEBA3/src/icons/card--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/card--minus.png diff --git a/AMOEBA3/src/icons/card--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/card--pencil.png similarity index 100% rename from AMOEBA3/src/icons/card--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/card--pencil.png diff --git a/AMOEBA3/src/icons/card--plus.png b/AMOEBA3/src/VISUALIZATION/icons/card--plus.png similarity index 100% rename from AMOEBA3/src/icons/card--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/card--plus.png diff --git a/AMOEBA3/src/icons/card-address.png b/AMOEBA3/src/VISUALIZATION/icons/card-address.png similarity index 100% rename from AMOEBA3/src/icons/card-address.png rename to AMOEBA3/src/VISUALIZATION/icons/card-address.png diff --git a/AMOEBA3/src/icons/card-export.png b/AMOEBA3/src/VISUALIZATION/icons/card-export.png similarity index 100% rename from AMOEBA3/src/icons/card-export.png rename to AMOEBA3/src/VISUALIZATION/icons/card-export.png diff --git a/AMOEBA3/src/icons/card-import.png b/AMOEBA3/src/VISUALIZATION/icons/card-import.png similarity index 100% rename from AMOEBA3/src/icons/card-import.png rename to AMOEBA3/src/VISUALIZATION/icons/card-import.png diff --git a/AMOEBA3/src/icons/card-medium.png b/AMOEBA3/src/VISUALIZATION/icons/card-medium.png similarity index 100% rename from AMOEBA3/src/icons/card-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/card-medium.png diff --git a/AMOEBA3/src/icons/card-small.png b/AMOEBA3/src/VISUALIZATION/icons/card-small.png similarity index 100% rename from AMOEBA3/src/icons/card-small.png rename to AMOEBA3/src/VISUALIZATION/icons/card-small.png diff --git a/AMOEBA3/src/icons/card.png b/AMOEBA3/src/VISUALIZATION/icons/card.png similarity index 100% rename from AMOEBA3/src/icons/card.png rename to AMOEBA3/src/VISUALIZATION/icons/card.png diff --git a/AMOEBA3/src/icons/cards-address.png b/AMOEBA3/src/VISUALIZATION/icons/cards-address.png similarity index 100% rename from AMOEBA3/src/icons/cards-address.png rename to AMOEBA3/src/VISUALIZATION/icons/cards-address.png diff --git a/AMOEBA3/src/icons/cards-bind-address.png b/AMOEBA3/src/VISUALIZATION/icons/cards-bind-address.png similarity index 100% rename from AMOEBA3/src/icons/cards-bind-address.png rename to AMOEBA3/src/VISUALIZATION/icons/cards-bind-address.png diff --git a/AMOEBA3/src/icons/cards-bind.png b/AMOEBA3/src/VISUALIZATION/icons/cards-bind.png similarity index 100% rename from AMOEBA3/src/icons/cards-bind.png rename to AMOEBA3/src/VISUALIZATION/icons/cards-bind.png diff --git a/AMOEBA3/src/icons/cards-stack.png b/AMOEBA3/src/VISUALIZATION/icons/cards-stack.png similarity index 100% rename from AMOEBA3/src/icons/cards-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/cards-stack.png diff --git a/AMOEBA3/src/icons/cards.png b/AMOEBA3/src/VISUALIZATION/icons/cards.png similarity index 100% rename from AMOEBA3/src/icons/cards.png rename to AMOEBA3/src/VISUALIZATION/icons/cards.png diff --git a/AMOEBA3/src/icons/cassette--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/cassette--arrow.png similarity index 100% rename from AMOEBA3/src/icons/cassette--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/cassette--arrow.png diff --git a/AMOEBA3/src/icons/cassette--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/cassette--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/cassette--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/cassette--exclamation.png diff --git a/AMOEBA3/src/icons/cassette--minus.png b/AMOEBA3/src/VISUALIZATION/icons/cassette--minus.png similarity index 100% rename from AMOEBA3/src/icons/cassette--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/cassette--minus.png diff --git a/AMOEBA3/src/icons/cassette--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/cassette--pencil.png similarity index 100% rename from AMOEBA3/src/icons/cassette--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/cassette--pencil.png diff --git a/AMOEBA3/src/icons/cassette--plus.png b/AMOEBA3/src/VISUALIZATION/icons/cassette--plus.png similarity index 100% rename from AMOEBA3/src/icons/cassette--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/cassette--plus.png diff --git a/AMOEBA3/src/icons/cassette-label.png b/AMOEBA3/src/VISUALIZATION/icons/cassette-label.png similarity index 100% rename from AMOEBA3/src/icons/cassette-label.png rename to AMOEBA3/src/VISUALIZATION/icons/cassette-label.png diff --git a/AMOEBA3/src/icons/cassette-small.png b/AMOEBA3/src/VISUALIZATION/icons/cassette-small.png similarity index 100% rename from AMOEBA3/src/icons/cassette-small.png rename to AMOEBA3/src/VISUALIZATION/icons/cassette-small.png diff --git a/AMOEBA3/src/icons/cassette.png b/AMOEBA3/src/VISUALIZATION/icons/cassette.png similarity index 100% rename from AMOEBA3/src/icons/cassette.png rename to AMOEBA3/src/VISUALIZATION/icons/cassette.png diff --git a/AMOEBA3/src/icons/categories.png b/AMOEBA3/src/VISUALIZATION/icons/categories.png similarity index 100% rename from AMOEBA3/src/icons/categories.png rename to AMOEBA3/src/VISUALIZATION/icons/categories.png diff --git a/AMOEBA3/src/icons/category-group-select.png b/AMOEBA3/src/VISUALIZATION/icons/category-group-select.png similarity index 100% rename from AMOEBA3/src/icons/category-group-select.png rename to AMOEBA3/src/VISUALIZATION/icons/category-group-select.png diff --git a/AMOEBA3/src/icons/category-group.png b/AMOEBA3/src/VISUALIZATION/icons/category-group.png similarity index 100% rename from AMOEBA3/src/icons/category-group.png rename to AMOEBA3/src/VISUALIZATION/icons/category-group.png diff --git a/AMOEBA3/src/icons/category-item-select.png b/AMOEBA3/src/VISUALIZATION/icons/category-item-select.png similarity index 100% rename from AMOEBA3/src/icons/category-item-select.png rename to AMOEBA3/src/VISUALIZATION/icons/category-item-select.png diff --git a/AMOEBA3/src/icons/category-item.png b/AMOEBA3/src/VISUALIZATION/icons/category-item.png similarity index 100% rename from AMOEBA3/src/icons/category-item.png rename to AMOEBA3/src/VISUALIZATION/icons/category-item.png diff --git a/AMOEBA3/src/icons/category.png b/AMOEBA3/src/VISUALIZATION/icons/category.png similarity index 100% rename from AMOEBA3/src/icons/category.png rename to AMOEBA3/src/VISUALIZATION/icons/category.png diff --git a/AMOEBA3/src/icons/caution-board-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/caution-board-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/caution-board-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/caution-board-prohibition.png diff --git a/AMOEBA3/src/icons/caution-board.png b/AMOEBA3/src/VISUALIZATION/icons/caution-board.png similarity index 100% rename from AMOEBA3/src/icons/caution-board.png rename to AMOEBA3/src/VISUALIZATION/icons/caution-board.png diff --git a/AMOEBA3/src/icons/certificate.png b/AMOEBA3/src/VISUALIZATION/icons/certificate.png similarity index 100% rename from AMOEBA3/src/icons/certificate.png rename to AMOEBA3/src/VISUALIZATION/icons/certificate.png diff --git a/AMOEBA3/src/icons/chain--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/chain--arrow.png similarity index 100% rename from AMOEBA3/src/icons/chain--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/chain--arrow.png diff --git a/AMOEBA3/src/icons/chain--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/chain--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/chain--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/chain--exclamation.png diff --git a/AMOEBA3/src/icons/chain--minus.png b/AMOEBA3/src/VISUALIZATION/icons/chain--minus.png similarity index 100% rename from AMOEBA3/src/icons/chain--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/chain--minus.png diff --git a/AMOEBA3/src/icons/chain--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/chain--pencil.png similarity index 100% rename from AMOEBA3/src/icons/chain--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/chain--pencil.png diff --git a/AMOEBA3/src/icons/chain--plus.png b/AMOEBA3/src/VISUALIZATION/icons/chain--plus.png similarity index 100% rename from AMOEBA3/src/icons/chain--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/chain--plus.png diff --git a/AMOEBA3/src/icons/chain-small.png b/AMOEBA3/src/VISUALIZATION/icons/chain-small.png similarity index 100% rename from AMOEBA3/src/icons/chain-small.png rename to AMOEBA3/src/VISUALIZATION/icons/chain-small.png diff --git a/AMOEBA3/src/icons/chain-unchain.png b/AMOEBA3/src/VISUALIZATION/icons/chain-unchain.png similarity index 100% rename from AMOEBA3/src/icons/chain-unchain.png rename to AMOEBA3/src/VISUALIZATION/icons/chain-unchain.png diff --git a/AMOEBA3/src/icons/chain.png b/AMOEBA3/src/VISUALIZATION/icons/chain.png similarity index 100% rename from AMOEBA3/src/icons/chain.png rename to AMOEBA3/src/VISUALIZATION/icons/chain.png diff --git a/AMOEBA3/src/icons/chair--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/chair--arrow.png similarity index 100% rename from AMOEBA3/src/icons/chair--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/chair--arrow.png diff --git a/AMOEBA3/src/icons/chair--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/chair--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/chair--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/chair--exclamation.png diff --git a/AMOEBA3/src/icons/chair--minus.png b/AMOEBA3/src/VISUALIZATION/icons/chair--minus.png similarity index 100% rename from AMOEBA3/src/icons/chair--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/chair--minus.png diff --git a/AMOEBA3/src/icons/chair--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/chair--pencil.png similarity index 100% rename from AMOEBA3/src/icons/chair--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/chair--pencil.png diff --git a/AMOEBA3/src/icons/chair--plus.png b/AMOEBA3/src/VISUALIZATION/icons/chair--plus.png similarity index 100% rename from AMOEBA3/src/icons/chair--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/chair--plus.png diff --git a/AMOEBA3/src/icons/chair.png b/AMOEBA3/src/VISUALIZATION/icons/chair.png similarity index 100% rename from AMOEBA3/src/icons/chair.png rename to AMOEBA3/src/VISUALIZATION/icons/chair.png diff --git a/AMOEBA3/src/icons/chalkboard-text.png b/AMOEBA3/src/VISUALIZATION/icons/chalkboard-text.png similarity index 100% rename from AMOEBA3/src/icons/chalkboard-text.png rename to AMOEBA3/src/VISUALIZATION/icons/chalkboard-text.png diff --git a/AMOEBA3/src/icons/chalkboard.png b/AMOEBA3/src/VISUALIZATION/icons/chalkboard.png similarity index 100% rename from AMOEBA3/src/icons/chalkboard.png rename to AMOEBA3/src/VISUALIZATION/icons/chalkboard.png diff --git a/AMOEBA3/src/icons/chart--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/chart--arrow.png similarity index 100% rename from AMOEBA3/src/icons/chart--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/chart--arrow.png diff --git a/AMOEBA3/src/icons/chart--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/chart--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/chart--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/chart--exclamation.png diff --git a/AMOEBA3/src/icons/chart--minus.png b/AMOEBA3/src/VISUALIZATION/icons/chart--minus.png similarity index 100% rename from AMOEBA3/src/icons/chart--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/chart--minus.png diff --git a/AMOEBA3/src/icons/chart--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/chart--pencil.png similarity index 100% rename from AMOEBA3/src/icons/chart--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/chart--pencil.png diff --git a/AMOEBA3/src/icons/chart--plus.png b/AMOEBA3/src/VISUALIZATION/icons/chart--plus.png similarity index 100% rename from AMOEBA3/src/icons/chart--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/chart--plus.png diff --git a/AMOEBA3/src/icons/chart-down-color.png b/AMOEBA3/src/VISUALIZATION/icons/chart-down-color.png similarity index 100% rename from AMOEBA3/src/icons/chart-down-color.png rename to AMOEBA3/src/VISUALIZATION/icons/chart-down-color.png diff --git a/AMOEBA3/src/icons/chart-down.png b/AMOEBA3/src/VISUALIZATION/icons/chart-down.png similarity index 100% rename from AMOEBA3/src/icons/chart-down.png rename to AMOEBA3/src/VISUALIZATION/icons/chart-down.png diff --git a/AMOEBA3/src/icons/chart-medium.png b/AMOEBA3/src/VISUALIZATION/icons/chart-medium.png similarity index 100% rename from AMOEBA3/src/icons/chart-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/chart-medium.png diff --git a/AMOEBA3/src/icons/chart-pie-separate.png b/AMOEBA3/src/VISUALIZATION/icons/chart-pie-separate.png similarity index 100% rename from AMOEBA3/src/icons/chart-pie-separate.png rename to AMOEBA3/src/VISUALIZATION/icons/chart-pie-separate.png diff --git a/AMOEBA3/src/icons/chart-pie.png b/AMOEBA3/src/VISUALIZATION/icons/chart-pie.png similarity index 100% rename from AMOEBA3/src/icons/chart-pie.png rename to AMOEBA3/src/VISUALIZATION/icons/chart-pie.png diff --git a/AMOEBA3/src/icons/chart-up-color.png b/AMOEBA3/src/VISUALIZATION/icons/chart-up-color.png similarity index 100% rename from AMOEBA3/src/icons/chart-up-color.png rename to AMOEBA3/src/VISUALIZATION/icons/chart-up-color.png diff --git a/AMOEBA3/src/icons/chart-up.png b/AMOEBA3/src/VISUALIZATION/icons/chart-up.png similarity index 100% rename from AMOEBA3/src/icons/chart-up.png rename to AMOEBA3/src/VISUALIZATION/icons/chart-up.png diff --git a/AMOEBA3/src/icons/chart.png b/AMOEBA3/src/VISUALIZATION/icons/chart.png similarity index 100% rename from AMOEBA3/src/icons/chart.png rename to AMOEBA3/src/VISUALIZATION/icons/chart.png diff --git a/AMOEBA3/src/icons/checkerboard.png b/AMOEBA3/src/VISUALIZATION/icons/checkerboard.png similarity index 100% rename from AMOEBA3/src/icons/checkerboard.png rename to AMOEBA3/src/VISUALIZATION/icons/checkerboard.png diff --git a/AMOEBA3/src/icons/cheese-hole.png b/AMOEBA3/src/VISUALIZATION/icons/cheese-hole.png similarity index 100% rename from AMOEBA3/src/icons/cheese-hole.png rename to AMOEBA3/src/VISUALIZATION/icons/cheese-hole.png diff --git a/AMOEBA3/src/icons/cheese.png b/AMOEBA3/src/VISUALIZATION/icons/cheese.png similarity index 100% rename from AMOEBA3/src/icons/cheese.png rename to AMOEBA3/src/VISUALIZATION/icons/cheese.png diff --git a/AMOEBA3/src/icons/cheque--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/cheque--arrow.png similarity index 100% rename from AMOEBA3/src/icons/cheque--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/cheque--arrow.png diff --git a/AMOEBA3/src/icons/cheque--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/cheque--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/cheque--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/cheque--exclamation.png diff --git a/AMOEBA3/src/icons/cheque--minus.png b/AMOEBA3/src/VISUALIZATION/icons/cheque--minus.png similarity index 100% rename from AMOEBA3/src/icons/cheque--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/cheque--minus.png diff --git a/AMOEBA3/src/icons/cheque--plus.png b/AMOEBA3/src/VISUALIZATION/icons/cheque--plus.png similarity index 100% rename from AMOEBA3/src/icons/cheque--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/cheque--plus.png diff --git a/AMOEBA3/src/icons/cheque-pen.png b/AMOEBA3/src/VISUALIZATION/icons/cheque-pen.png similarity index 100% rename from AMOEBA3/src/icons/cheque-pen.png rename to AMOEBA3/src/VISUALIZATION/icons/cheque-pen.png diff --git a/AMOEBA3/src/icons/cheque-sign.png b/AMOEBA3/src/VISUALIZATION/icons/cheque-sign.png similarity index 100% rename from AMOEBA3/src/icons/cheque-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/cheque-sign.png diff --git a/AMOEBA3/src/icons/cheque.png b/AMOEBA3/src/VISUALIZATION/icons/cheque.png similarity index 100% rename from AMOEBA3/src/icons/cheque.png rename to AMOEBA3/src/VISUALIZATION/icons/cheque.png diff --git a/AMOEBA3/src/icons/chevron-expand.png b/AMOEBA3/src/VISUALIZATION/icons/chevron-expand.png similarity index 100% rename from AMOEBA3/src/icons/chevron-expand.png rename to AMOEBA3/src/VISUALIZATION/icons/chevron-expand.png diff --git a/AMOEBA3/src/icons/chevron-small-expand.png b/AMOEBA3/src/VISUALIZATION/icons/chevron-small-expand.png similarity index 100% rename from AMOEBA3/src/icons/chevron-small-expand.png rename to AMOEBA3/src/VISUALIZATION/icons/chevron-small-expand.png diff --git a/AMOEBA3/src/icons/chevron-small.png b/AMOEBA3/src/VISUALIZATION/icons/chevron-small.png similarity index 100% rename from AMOEBA3/src/icons/chevron-small.png rename to AMOEBA3/src/VISUALIZATION/icons/chevron-small.png diff --git a/AMOEBA3/src/icons/chevron.png b/AMOEBA3/src/VISUALIZATION/icons/chevron.png similarity index 100% rename from AMOEBA3/src/icons/chevron.png rename to AMOEBA3/src/VISUALIZATION/icons/chevron.png diff --git a/AMOEBA3/src/icons/chocolate-bite.png b/AMOEBA3/src/VISUALIZATION/icons/chocolate-bite.png similarity index 100% rename from AMOEBA3/src/icons/chocolate-bite.png rename to AMOEBA3/src/VISUALIZATION/icons/chocolate-bite.png diff --git a/AMOEBA3/src/icons/chocolate-heart-milk.png b/AMOEBA3/src/VISUALIZATION/icons/chocolate-heart-milk.png similarity index 100% rename from AMOEBA3/src/icons/chocolate-heart-milk.png rename to AMOEBA3/src/VISUALIZATION/icons/chocolate-heart-milk.png diff --git a/AMOEBA3/src/icons/chocolate-heart.png b/AMOEBA3/src/VISUALIZATION/icons/chocolate-heart.png similarity index 100% rename from AMOEBA3/src/icons/chocolate-heart.png rename to AMOEBA3/src/VISUALIZATION/icons/chocolate-heart.png diff --git a/AMOEBA3/src/icons/chocolate-milk.png b/AMOEBA3/src/VISUALIZATION/icons/chocolate-milk.png similarity index 100% rename from AMOEBA3/src/icons/chocolate-milk.png rename to AMOEBA3/src/VISUALIZATION/icons/chocolate-milk.png diff --git a/AMOEBA3/src/icons/chocolate.png b/AMOEBA3/src/VISUALIZATION/icons/chocolate.png similarity index 100% rename from AMOEBA3/src/icons/chocolate.png rename to AMOEBA3/src/VISUALIZATION/icons/chocolate.png diff --git a/AMOEBA3/src/icons/church.png b/AMOEBA3/src/VISUALIZATION/icons/church.png similarity index 100% rename from AMOEBA3/src/icons/church.png rename to AMOEBA3/src/VISUALIZATION/icons/church.png diff --git a/AMOEBA3/src/icons/cigarette-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/cigarette-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/cigarette-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/cigarette-prohibition.png diff --git a/AMOEBA3/src/icons/cigarette.png b/AMOEBA3/src/VISUALIZATION/icons/cigarette.png similarity index 100% rename from AMOEBA3/src/icons/cigarette.png rename to AMOEBA3/src/VISUALIZATION/icons/cigarette.png diff --git a/AMOEBA3/src/icons/clapperboard--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/clapperboard--arrow.png similarity index 100% rename from AMOEBA3/src/icons/clapperboard--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/clapperboard--arrow.png diff --git a/AMOEBA3/src/icons/clapperboard--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/clapperboard--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/clapperboard--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/clapperboard--exclamation.png diff --git a/AMOEBA3/src/icons/clapperboard--minus.png b/AMOEBA3/src/VISUALIZATION/icons/clapperboard--minus.png similarity index 100% rename from AMOEBA3/src/icons/clapperboard--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/clapperboard--minus.png diff --git a/AMOEBA3/src/icons/clapperboard--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/clapperboard--pencil.png similarity index 100% rename from AMOEBA3/src/icons/clapperboard--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/clapperboard--pencil.png diff --git a/AMOEBA3/src/icons/clapperboard--plus.png b/AMOEBA3/src/VISUALIZATION/icons/clapperboard--plus.png similarity index 100% rename from AMOEBA3/src/icons/clapperboard--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/clapperboard--plus.png diff --git a/AMOEBA3/src/icons/clapperboard.png b/AMOEBA3/src/VISUALIZATION/icons/clapperboard.png similarity index 100% rename from AMOEBA3/src/icons/clapperboard.png rename to AMOEBA3/src/VISUALIZATION/icons/clapperboard.png diff --git a/AMOEBA3/src/icons/clipboard--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard--arrow.png similarity index 100% rename from AMOEBA3/src/icons/clipboard--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard--arrow.png diff --git a/AMOEBA3/src/icons/clipboard--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/clipboard--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard--exclamation.png diff --git a/AMOEBA3/src/icons/clipboard--minus.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard--minus.png similarity index 100% rename from AMOEBA3/src/icons/clipboard--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard--minus.png diff --git a/AMOEBA3/src/icons/clipboard--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard--pencil.png similarity index 100% rename from AMOEBA3/src/icons/clipboard--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard--pencil.png diff --git a/AMOEBA3/src/icons/clipboard--plus.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard--plus.png similarity index 100% rename from AMOEBA3/src/icons/clipboard--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard--plus.png diff --git a/AMOEBA3/src/icons/clipboard-block.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-block.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-block.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-block.png diff --git a/AMOEBA3/src/icons/clipboard-empty.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-empty.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-empty.png diff --git a/AMOEBA3/src/icons/clipboard-invoice.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-invoice.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-invoice.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-invoice.png diff --git a/AMOEBA3/src/icons/clipboard-list.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-list.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-list.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-list.png diff --git a/AMOEBA3/src/icons/clipboard-paste-document-text.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-paste-document-text.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-paste-document-text.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-paste-document-text.png diff --git a/AMOEBA3/src/icons/clipboard-paste-image.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-paste-image.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-paste-image.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-paste-image.png diff --git a/AMOEBA3/src/icons/clipboard-paste-word.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-paste-word.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-paste-word.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-paste-word.png diff --git a/AMOEBA3/src/icons/clipboard-paste.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-paste.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-paste.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-paste.png diff --git a/AMOEBA3/src/icons/clipboard-search-result.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-search-result.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-search-result.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-search-result.png diff --git a/AMOEBA3/src/icons/clipboard-sign-out.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-sign-out.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-sign-out.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-sign-out.png diff --git a/AMOEBA3/src/icons/clipboard-sign.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-sign.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-sign.png diff --git a/AMOEBA3/src/icons/clipboard-task.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-task.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-task.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-task.png diff --git a/AMOEBA3/src/icons/clipboard-text.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard-text.png similarity index 100% rename from AMOEBA3/src/icons/clipboard-text.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard-text.png diff --git a/AMOEBA3/src/icons/clipboard.png b/AMOEBA3/src/VISUALIZATION/icons/clipboard.png similarity index 100% rename from AMOEBA3/src/icons/clipboard.png rename to AMOEBA3/src/VISUALIZATION/icons/clipboard.png diff --git a/AMOEBA3/src/icons/clock--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/clock--arrow.png similarity index 100% rename from AMOEBA3/src/icons/clock--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/clock--arrow.png diff --git a/AMOEBA3/src/icons/clock--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/clock--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/clock--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/clock--exclamation.png diff --git a/AMOEBA3/src/icons/clock--minus.png b/AMOEBA3/src/VISUALIZATION/icons/clock--minus.png similarity index 100% rename from AMOEBA3/src/icons/clock--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/clock--minus.png diff --git a/AMOEBA3/src/icons/clock--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/clock--pencil.png similarity index 100% rename from AMOEBA3/src/icons/clock--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/clock--pencil.png diff --git a/AMOEBA3/src/icons/clock--plus.png b/AMOEBA3/src/VISUALIZATION/icons/clock--plus.png similarity index 100% rename from AMOEBA3/src/icons/clock--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/clock--plus.png diff --git a/AMOEBA3/src/icons/clock-frame.png b/AMOEBA3/src/VISUALIZATION/icons/clock-frame.png similarity index 100% rename from AMOEBA3/src/icons/clock-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/clock-frame.png diff --git a/AMOEBA3/src/icons/clock-history-frame.png b/AMOEBA3/src/VISUALIZATION/icons/clock-history-frame.png similarity index 100% rename from AMOEBA3/src/icons/clock-history-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/clock-history-frame.png diff --git a/AMOEBA3/src/icons/clock-history.png b/AMOEBA3/src/VISUALIZATION/icons/clock-history.png similarity index 100% rename from AMOEBA3/src/icons/clock-history.png rename to AMOEBA3/src/VISUALIZATION/icons/clock-history.png diff --git a/AMOEBA3/src/icons/clock-moon-phase.png b/AMOEBA3/src/VISUALIZATION/icons/clock-moon-phase.png similarity index 100% rename from AMOEBA3/src/icons/clock-moon-phase.png rename to AMOEBA3/src/VISUALIZATION/icons/clock-moon-phase.png diff --git a/AMOEBA3/src/icons/clock-network.png b/AMOEBA3/src/VISUALIZATION/icons/clock-network.png similarity index 100% rename from AMOEBA3/src/icons/clock-network.png rename to AMOEBA3/src/VISUALIZATION/icons/clock-network.png diff --git a/AMOEBA3/src/icons/clock-select-remain.png b/AMOEBA3/src/VISUALIZATION/icons/clock-select-remain.png similarity index 100% rename from AMOEBA3/src/icons/clock-select-remain.png rename to AMOEBA3/src/VISUALIZATION/icons/clock-select-remain.png diff --git a/AMOEBA3/src/icons/clock-select.png b/AMOEBA3/src/VISUALIZATION/icons/clock-select.png similarity index 100% rename from AMOEBA3/src/icons/clock-select.png rename to AMOEBA3/src/VISUALIZATION/icons/clock-select.png diff --git a/AMOEBA3/src/icons/clock-small.png b/AMOEBA3/src/VISUALIZATION/icons/clock-small.png similarity index 100% rename from AMOEBA3/src/icons/clock-small.png rename to AMOEBA3/src/VISUALIZATION/icons/clock-small.png diff --git a/AMOEBA3/src/icons/clock.png b/AMOEBA3/src/VISUALIZATION/icons/clock.png similarity index 100% rename from AMOEBA3/src/icons/clock.png rename to AMOEBA3/src/VISUALIZATION/icons/clock.png diff --git a/AMOEBA3/src/icons/co2.png b/AMOEBA3/src/VISUALIZATION/icons/co2.png similarity index 100% rename from AMOEBA3/src/icons/co2.png rename to AMOEBA3/src/VISUALIZATION/icons/co2.png diff --git a/AMOEBA3/src/icons/color--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/color--arrow.png similarity index 100% rename from AMOEBA3/src/icons/color--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/color--arrow.png diff --git a/AMOEBA3/src/icons/color--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/color--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/color--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/color--exclamation.png diff --git a/AMOEBA3/src/icons/color--minus.png b/AMOEBA3/src/VISUALIZATION/icons/color--minus.png similarity index 100% rename from AMOEBA3/src/icons/color--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/color--minus.png diff --git a/AMOEBA3/src/icons/color--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/color--pencil.png similarity index 100% rename from AMOEBA3/src/icons/color--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/color--pencil.png diff --git a/AMOEBA3/src/icons/color--plus.png b/AMOEBA3/src/VISUALIZATION/icons/color--plus.png similarity index 100% rename from AMOEBA3/src/icons/color--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/color--plus.png diff --git a/AMOEBA3/src/icons/color-adjustment-green.png b/AMOEBA3/src/VISUALIZATION/icons/color-adjustment-green.png similarity index 100% rename from AMOEBA3/src/icons/color-adjustment-green.png rename to AMOEBA3/src/VISUALIZATION/icons/color-adjustment-green.png diff --git a/AMOEBA3/src/icons/color-adjustment-red.png b/AMOEBA3/src/VISUALIZATION/icons/color-adjustment-red.png similarity index 100% rename from AMOEBA3/src/icons/color-adjustment-red.png rename to AMOEBA3/src/VISUALIZATION/icons/color-adjustment-red.png diff --git a/AMOEBA3/src/icons/color-adjustment.png b/AMOEBA3/src/VISUALIZATION/icons/color-adjustment.png similarity index 100% rename from AMOEBA3/src/icons/color-adjustment.png rename to AMOEBA3/src/VISUALIZATION/icons/color-adjustment.png diff --git a/AMOEBA3/src/icons/color-small.png b/AMOEBA3/src/VISUALIZATION/icons/color-small.png similarity index 100% rename from AMOEBA3/src/icons/color-small.png rename to AMOEBA3/src/VISUALIZATION/icons/color-small.png diff --git a/AMOEBA3/src/icons/color-swatch-small.png b/AMOEBA3/src/VISUALIZATION/icons/color-swatch-small.png similarity index 100% rename from AMOEBA3/src/icons/color-swatch-small.png rename to AMOEBA3/src/VISUALIZATION/icons/color-swatch-small.png diff --git a/AMOEBA3/src/icons/color-swatch.png b/AMOEBA3/src/VISUALIZATION/icons/color-swatch.png similarity index 100% rename from AMOEBA3/src/icons/color-swatch.png rename to AMOEBA3/src/VISUALIZATION/icons/color-swatch.png diff --git a/AMOEBA3/src/icons/color-swatches.png b/AMOEBA3/src/VISUALIZATION/icons/color-swatches.png similarity index 100% rename from AMOEBA3/src/icons/color-swatches.png rename to AMOEBA3/src/VISUALIZATION/icons/color-swatches.png diff --git a/AMOEBA3/src/icons/color.png b/AMOEBA3/src/VISUALIZATION/icons/color.png similarity index 100% rename from AMOEBA3/src/icons/color.png rename to AMOEBA3/src/VISUALIZATION/icons/color.png diff --git a/AMOEBA3/src/icons/compass--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/compass--arrow.png similarity index 100% rename from AMOEBA3/src/icons/compass--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/compass--arrow.png diff --git a/AMOEBA3/src/icons/compass--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/compass--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/compass--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/compass--exclamation.png diff --git a/AMOEBA3/src/icons/compass--minus.png b/AMOEBA3/src/VISUALIZATION/icons/compass--minus.png similarity index 100% rename from AMOEBA3/src/icons/compass--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/compass--minus.png diff --git a/AMOEBA3/src/icons/compass--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/compass--pencil.png similarity index 100% rename from AMOEBA3/src/icons/compass--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/compass--pencil.png diff --git a/AMOEBA3/src/icons/compass--plus.png b/AMOEBA3/src/VISUALIZATION/icons/compass--plus.png similarity index 100% rename from AMOEBA3/src/icons/compass--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/compass--plus.png diff --git a/AMOEBA3/src/icons/compass.png b/AMOEBA3/src/VISUALIZATION/icons/compass.png similarity index 100% rename from AMOEBA3/src/icons/compass.png rename to AMOEBA3/src/VISUALIZATION/icons/compass.png diff --git a/AMOEBA3/src/icons/compile-error.png b/AMOEBA3/src/VISUALIZATION/icons/compile-error.png similarity index 100% rename from AMOEBA3/src/icons/compile-error.png rename to AMOEBA3/src/VISUALIZATION/icons/compile-error.png diff --git a/AMOEBA3/src/icons/compile-warning.png b/AMOEBA3/src/VISUALIZATION/icons/compile-warning.png similarity index 100% rename from AMOEBA3/src/icons/compile-warning.png rename to AMOEBA3/src/VISUALIZATION/icons/compile-warning.png diff --git a/AMOEBA3/src/icons/compile.png b/AMOEBA3/src/VISUALIZATION/icons/compile.png similarity index 100% rename from AMOEBA3/src/icons/compile.png rename to AMOEBA3/src/VISUALIZATION/icons/compile.png diff --git a/AMOEBA3/src/icons/computer--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/computer--arrow.png similarity index 100% rename from AMOEBA3/src/icons/computer--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/computer--arrow.png diff --git a/AMOEBA3/src/icons/computer--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/computer--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/computer--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/computer--exclamation.png diff --git a/AMOEBA3/src/icons/computer--minus.png b/AMOEBA3/src/VISUALIZATION/icons/computer--minus.png similarity index 100% rename from AMOEBA3/src/icons/computer--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/computer--minus.png diff --git a/AMOEBA3/src/icons/computer--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/computer--pencil.png similarity index 100% rename from AMOEBA3/src/icons/computer--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/computer--pencil.png diff --git a/AMOEBA3/src/icons/computer--plus.png b/AMOEBA3/src/VISUALIZATION/icons/computer--plus.png similarity index 100% rename from AMOEBA3/src/icons/computer--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/computer--plus.png diff --git a/AMOEBA3/src/icons/computer-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/computer-cloud.png similarity index 100% rename from AMOEBA3/src/icons/computer-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/computer-cloud.png diff --git a/AMOEBA3/src/icons/computer-network.png b/AMOEBA3/src/VISUALIZATION/icons/computer-network.png similarity index 100% rename from AMOEBA3/src/icons/computer-network.png rename to AMOEBA3/src/VISUALIZATION/icons/computer-network.png diff --git a/AMOEBA3/src/icons/computer-off.png b/AMOEBA3/src/VISUALIZATION/icons/computer-off.png similarity index 100% rename from AMOEBA3/src/icons/computer-off.png rename to AMOEBA3/src/VISUALIZATION/icons/computer-off.png diff --git a/AMOEBA3/src/icons/computer.png b/AMOEBA3/src/VISUALIZATION/icons/computer.png similarity index 100% rename from AMOEBA3/src/icons/computer.png rename to AMOEBA3/src/VISUALIZATION/icons/computer.png diff --git a/AMOEBA3/src/icons/construction.png b/AMOEBA3/src/VISUALIZATION/icons/construction.png similarity index 100% rename from AMOEBA3/src/icons/construction.png rename to AMOEBA3/src/VISUALIZATION/icons/construction.png diff --git a/AMOEBA3/src/icons/contrast-control-up.png b/AMOEBA3/src/VISUALIZATION/icons/contrast-control-up.png similarity index 100% rename from AMOEBA3/src/icons/contrast-control-up.png rename to AMOEBA3/src/VISUALIZATION/icons/contrast-control-up.png diff --git a/AMOEBA3/src/icons/contrast-control.png b/AMOEBA3/src/VISUALIZATION/icons/contrast-control.png similarity index 100% rename from AMOEBA3/src/icons/contrast-control.png rename to AMOEBA3/src/VISUALIZATION/icons/contrast-control.png diff --git a/AMOEBA3/src/icons/contrast-low.png b/AMOEBA3/src/VISUALIZATION/icons/contrast-low.png similarity index 100% rename from AMOEBA3/src/icons/contrast-low.png rename to AMOEBA3/src/VISUALIZATION/icons/contrast-low.png diff --git a/AMOEBA3/src/icons/contrast-small-low.png b/AMOEBA3/src/VISUALIZATION/icons/contrast-small-low.png similarity index 100% rename from AMOEBA3/src/icons/contrast-small-low.png rename to AMOEBA3/src/VISUALIZATION/icons/contrast-small-low.png diff --git a/AMOEBA3/src/icons/contrast-small.png b/AMOEBA3/src/VISUALIZATION/icons/contrast-small.png similarity index 100% rename from AMOEBA3/src/icons/contrast-small.png rename to AMOEBA3/src/VISUALIZATION/icons/contrast-small.png diff --git a/AMOEBA3/src/icons/contrast.png b/AMOEBA3/src/VISUALIZATION/icons/contrast.png similarity index 100% rename from AMOEBA3/src/icons/contrast.png rename to AMOEBA3/src/VISUALIZATION/icons/contrast.png diff --git a/AMOEBA3/src/icons/control-000-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-000-small.png similarity index 100% rename from AMOEBA3/src/icons/control-000-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-000-small.png diff --git a/AMOEBA3/src/icons/control-090-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-090-small.png similarity index 100% rename from AMOEBA3/src/icons/control-090-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-090-small.png diff --git a/AMOEBA3/src/icons/control-090.png b/AMOEBA3/src/VISUALIZATION/icons/control-090.png similarity index 100% rename from AMOEBA3/src/icons/control-090.png rename to AMOEBA3/src/VISUALIZATION/icons/control-090.png diff --git a/AMOEBA3/src/icons/control-180-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-180-small.png similarity index 100% rename from AMOEBA3/src/icons/control-180-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-180-small.png diff --git a/AMOEBA3/src/icons/control-180.png b/AMOEBA3/src/VISUALIZATION/icons/control-180.png similarity index 100% rename from AMOEBA3/src/icons/control-180.png rename to AMOEBA3/src/VISUALIZATION/icons/control-180.png diff --git a/AMOEBA3/src/icons/control-270-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-270-small.png similarity index 100% rename from AMOEBA3/src/icons/control-270-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-270-small.png diff --git a/AMOEBA3/src/icons/control-270.png b/AMOEBA3/src/VISUALIZATION/icons/control-270.png similarity index 100% rename from AMOEBA3/src/icons/control-270.png rename to AMOEBA3/src/VISUALIZATION/icons/control-270.png diff --git a/AMOEBA3/src/icons/control-cursor.png b/AMOEBA3/src/VISUALIZATION/icons/control-cursor.png similarity index 100% rename from AMOEBA3/src/icons/control-cursor.png rename to AMOEBA3/src/VISUALIZATION/icons/control-cursor.png diff --git a/AMOEBA3/src/icons/control-double-000-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-double-000-small.png similarity index 100% rename from AMOEBA3/src/icons/control-double-000-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-double-000-small.png diff --git a/AMOEBA3/src/icons/control-double-090-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-double-090-small.png similarity index 100% rename from AMOEBA3/src/icons/control-double-090-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-double-090-small.png diff --git a/AMOEBA3/src/icons/control-double-090.png b/AMOEBA3/src/VISUALIZATION/icons/control-double-090.png similarity index 100% rename from AMOEBA3/src/icons/control-double-090.png rename to AMOEBA3/src/VISUALIZATION/icons/control-double-090.png diff --git a/AMOEBA3/src/icons/control-double-180-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-double-180-small.png similarity index 100% rename from AMOEBA3/src/icons/control-double-180-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-double-180-small.png diff --git a/AMOEBA3/src/icons/control-double-180.png b/AMOEBA3/src/VISUALIZATION/icons/control-double-180.png similarity index 100% rename from AMOEBA3/src/icons/control-double-180.png rename to AMOEBA3/src/VISUALIZATION/icons/control-double-180.png diff --git a/AMOEBA3/src/icons/control-double-270-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-double-270-small.png similarity index 100% rename from AMOEBA3/src/icons/control-double-270-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-double-270-small.png diff --git a/AMOEBA3/src/icons/control-double-270.png b/AMOEBA3/src/VISUALIZATION/icons/control-double-270.png similarity index 100% rename from AMOEBA3/src/icons/control-double-270.png rename to AMOEBA3/src/VISUALIZATION/icons/control-double-270.png diff --git a/AMOEBA3/src/icons/control-double.png b/AMOEBA3/src/VISUALIZATION/icons/control-double.png similarity index 100% rename from AMOEBA3/src/icons/control-double.png rename to AMOEBA3/src/VISUALIZATION/icons/control-double.png diff --git a/AMOEBA3/src/icons/control-eject-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-eject-small.png similarity index 100% rename from AMOEBA3/src/icons/control-eject-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-eject-small.png diff --git a/AMOEBA3/src/icons/control-eject.png b/AMOEBA3/src/VISUALIZATION/icons/control-eject.png similarity index 100% rename from AMOEBA3/src/icons/control-eject.png rename to AMOEBA3/src/VISUALIZATION/icons/control-eject.png diff --git a/AMOEBA3/src/icons/control-pause-record-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-pause-record-small.png similarity index 100% rename from AMOEBA3/src/icons/control-pause-record-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-pause-record-small.png diff --git a/AMOEBA3/src/icons/control-pause-record.png b/AMOEBA3/src/VISUALIZATION/icons/control-pause-record.png similarity index 100% rename from AMOEBA3/src/icons/control-pause-record.png rename to AMOEBA3/src/VISUALIZATION/icons/control-pause-record.png diff --git a/AMOEBA3/src/icons/control-pause-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-pause-small.png similarity index 100% rename from AMOEBA3/src/icons/control-pause-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-pause-small.png diff --git a/AMOEBA3/src/icons/control-pause.png b/AMOEBA3/src/VISUALIZATION/icons/control-pause.png similarity index 100% rename from AMOEBA3/src/icons/control-pause.png rename to AMOEBA3/src/VISUALIZATION/icons/control-pause.png diff --git a/AMOEBA3/src/icons/control-power-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-power-small.png similarity index 100% rename from AMOEBA3/src/icons/control-power-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-power-small.png diff --git a/AMOEBA3/src/icons/control-power.png b/AMOEBA3/src/VISUALIZATION/icons/control-power.png similarity index 100% rename from AMOEBA3/src/icons/control-power.png rename to AMOEBA3/src/VISUALIZATION/icons/control-power.png diff --git a/AMOEBA3/src/icons/control-record-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-record-small.png similarity index 100% rename from AMOEBA3/src/icons/control-record-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-record-small.png diff --git a/AMOEBA3/src/icons/control-record.png b/AMOEBA3/src/VISUALIZATION/icons/control-record.png similarity index 100% rename from AMOEBA3/src/icons/control-record.png rename to AMOEBA3/src/VISUALIZATION/icons/control-record.png diff --git a/AMOEBA3/src/icons/control-skip-000-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-skip-000-small.png similarity index 100% rename from AMOEBA3/src/icons/control-skip-000-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-skip-000-small.png diff --git a/AMOEBA3/src/icons/control-skip-090-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-skip-090-small.png similarity index 100% rename from AMOEBA3/src/icons/control-skip-090-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-skip-090-small.png diff --git a/AMOEBA3/src/icons/control-skip-090.png b/AMOEBA3/src/VISUALIZATION/icons/control-skip-090.png similarity index 100% rename from AMOEBA3/src/icons/control-skip-090.png rename to AMOEBA3/src/VISUALIZATION/icons/control-skip-090.png diff --git a/AMOEBA3/src/icons/control-skip-180-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-skip-180-small.png similarity index 100% rename from AMOEBA3/src/icons/control-skip-180-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-skip-180-small.png diff --git a/AMOEBA3/src/icons/control-skip-180.png b/AMOEBA3/src/VISUALIZATION/icons/control-skip-180.png similarity index 100% rename from AMOEBA3/src/icons/control-skip-180.png rename to AMOEBA3/src/VISUALIZATION/icons/control-skip-180.png diff --git a/AMOEBA3/src/icons/control-skip-270-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-skip-270-small.png similarity index 100% rename from AMOEBA3/src/icons/control-skip-270-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-skip-270-small.png diff --git a/AMOEBA3/src/icons/control-skip-270.png b/AMOEBA3/src/VISUALIZATION/icons/control-skip-270.png similarity index 100% rename from AMOEBA3/src/icons/control-skip-270.png rename to AMOEBA3/src/VISUALIZATION/icons/control-skip-270.png diff --git a/AMOEBA3/src/icons/control-skip.png b/AMOEBA3/src/VISUALIZATION/icons/control-skip.png similarity index 100% rename from AMOEBA3/src/icons/control-skip.png rename to AMOEBA3/src/VISUALIZATION/icons/control-skip.png diff --git a/AMOEBA3/src/icons/control-stop-000-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-000-small.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-000-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-000-small.png diff --git a/AMOEBA3/src/icons/control-stop-090-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-090-small.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-090-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-090-small.png diff --git a/AMOEBA3/src/icons/control-stop-090.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-090.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-090.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-090.png diff --git a/AMOEBA3/src/icons/control-stop-180-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-180-small.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-180-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-180-small.png diff --git a/AMOEBA3/src/icons/control-stop-180.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-180.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-180.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-180.png diff --git a/AMOEBA3/src/icons/control-stop-270-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-270-small.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-270-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-270-small.png diff --git a/AMOEBA3/src/icons/control-stop-270.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-270.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-270.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-270.png diff --git a/AMOEBA3/src/icons/control-stop-square-small.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-square-small.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-square-small.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-square-small.png diff --git a/AMOEBA3/src/icons/control-stop-square.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop-square.png similarity index 100% rename from AMOEBA3/src/icons/control-stop-square.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop-square.png diff --git a/AMOEBA3/src/icons/control-stop.png b/AMOEBA3/src/VISUALIZATION/icons/control-stop.png similarity index 100% rename from AMOEBA3/src/icons/control-stop.png rename to AMOEBA3/src/VISUALIZATION/icons/control-stop.png diff --git a/AMOEBA3/src/icons/control.png b/AMOEBA3/src/VISUALIZATION/icons/control.png similarity index 100% rename from AMOEBA3/src/icons/control.png rename to AMOEBA3/src/VISUALIZATION/icons/control.png diff --git a/AMOEBA3/src/icons/controller-d-pad.png b/AMOEBA3/src/VISUALIZATION/icons/controller-d-pad.png similarity index 100% rename from AMOEBA3/src/icons/controller-d-pad.png rename to AMOEBA3/src/VISUALIZATION/icons/controller-d-pad.png diff --git a/AMOEBA3/src/icons/controller.png b/AMOEBA3/src/VISUALIZATION/icons/controller.png similarity index 100% rename from AMOEBA3/src/icons/controller.png rename to AMOEBA3/src/VISUALIZATION/icons/controller.png diff --git a/AMOEBA3/src/icons/cookie--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/cookie--arrow.png similarity index 100% rename from AMOEBA3/src/icons/cookie--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie--arrow.png diff --git a/AMOEBA3/src/icons/cookie--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/cookie--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/cookie--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie--exclamation.png diff --git a/AMOEBA3/src/icons/cookie--minus.png b/AMOEBA3/src/VISUALIZATION/icons/cookie--minus.png similarity index 100% rename from AMOEBA3/src/icons/cookie--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie--minus.png diff --git a/AMOEBA3/src/icons/cookie--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/cookie--pencil.png similarity index 100% rename from AMOEBA3/src/icons/cookie--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie--pencil.png diff --git a/AMOEBA3/src/icons/cookie--plus.png b/AMOEBA3/src/VISUALIZATION/icons/cookie--plus.png similarity index 100% rename from AMOEBA3/src/icons/cookie--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie--plus.png diff --git a/AMOEBA3/src/icons/cookie-bite.png b/AMOEBA3/src/VISUALIZATION/icons/cookie-bite.png similarity index 100% rename from AMOEBA3/src/icons/cookie-bite.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie-bite.png diff --git a/AMOEBA3/src/icons/cookie-chocolate-sprinkles.png b/AMOEBA3/src/VISUALIZATION/icons/cookie-chocolate-sprinkles.png similarity index 100% rename from AMOEBA3/src/icons/cookie-chocolate-sprinkles.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie-chocolate-sprinkles.png diff --git a/AMOEBA3/src/icons/cookie-chocolate.png b/AMOEBA3/src/VISUALIZATION/icons/cookie-chocolate.png similarity index 100% rename from AMOEBA3/src/icons/cookie-chocolate.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie-chocolate.png diff --git a/AMOEBA3/src/icons/cookie-heart-chocolate-sprinkles.png b/AMOEBA3/src/VISUALIZATION/icons/cookie-heart-chocolate-sprinkles.png similarity index 100% rename from AMOEBA3/src/icons/cookie-heart-chocolate-sprinkles.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie-heart-chocolate-sprinkles.png diff --git a/AMOEBA3/src/icons/cookie-heart-chocolate.png b/AMOEBA3/src/VISUALIZATION/icons/cookie-heart-chocolate.png similarity index 100% rename from AMOEBA3/src/icons/cookie-heart-chocolate.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie-heart-chocolate.png diff --git a/AMOEBA3/src/icons/cookie-heart.png b/AMOEBA3/src/VISUALIZATION/icons/cookie-heart.png similarity index 100% rename from AMOEBA3/src/icons/cookie-heart.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie-heart.png diff --git a/AMOEBA3/src/icons/cookie-medium.png b/AMOEBA3/src/VISUALIZATION/icons/cookie-medium.png similarity index 100% rename from AMOEBA3/src/icons/cookie-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie-medium.png diff --git a/AMOEBA3/src/icons/cookie.png b/AMOEBA3/src/VISUALIZATION/icons/cookie.png similarity index 100% rename from AMOEBA3/src/icons/cookie.png rename to AMOEBA3/src/VISUALIZATION/icons/cookie.png diff --git a/AMOEBA3/src/icons/cookies.png b/AMOEBA3/src/VISUALIZATION/icons/cookies.png similarity index 100% rename from AMOEBA3/src/icons/cookies.png rename to AMOEBA3/src/VISUALIZATION/icons/cookies.png diff --git a/AMOEBA3/src/icons/counter-count-up.png b/AMOEBA3/src/VISUALIZATION/icons/counter-count-up.png similarity index 100% rename from AMOEBA3/src/icons/counter-count-up.png rename to AMOEBA3/src/VISUALIZATION/icons/counter-count-up.png diff --git a/AMOEBA3/src/icons/counter-count.png b/AMOEBA3/src/VISUALIZATION/icons/counter-count.png similarity index 100% rename from AMOEBA3/src/icons/counter-count.png rename to AMOEBA3/src/VISUALIZATION/icons/counter-count.png diff --git a/AMOEBA3/src/icons/counter-reset.png b/AMOEBA3/src/VISUALIZATION/icons/counter-reset.png similarity index 100% rename from AMOEBA3/src/icons/counter-reset.png rename to AMOEBA3/src/VISUALIZATION/icons/counter-reset.png diff --git a/AMOEBA3/src/icons/counter-stop.png b/AMOEBA3/src/VISUALIZATION/icons/counter-stop.png similarity index 100% rename from AMOEBA3/src/icons/counter-stop.png rename to AMOEBA3/src/VISUALIZATION/icons/counter-stop.png diff --git a/AMOEBA3/src/icons/counter.png b/AMOEBA3/src/VISUALIZATION/icons/counter.png similarity index 100% rename from AMOEBA3/src/icons/counter.png rename to AMOEBA3/src/VISUALIZATION/icons/counter.png diff --git a/AMOEBA3/src/icons/creative-commons.png b/AMOEBA3/src/VISUALIZATION/icons/creative-commons.png similarity index 100% rename from AMOEBA3/src/icons/creative-commons.png rename to AMOEBA3/src/VISUALIZATION/icons/creative-commons.png diff --git a/AMOEBA3/src/icons/credit-card--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/credit-card--arrow.png similarity index 100% rename from AMOEBA3/src/icons/credit-card--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-card--arrow.png diff --git a/AMOEBA3/src/icons/credit-card--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/credit-card--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/credit-card--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-card--exclamation.png diff --git a/AMOEBA3/src/icons/credit-card--minus.png b/AMOEBA3/src/VISUALIZATION/icons/credit-card--minus.png similarity index 100% rename from AMOEBA3/src/icons/credit-card--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-card--minus.png diff --git a/AMOEBA3/src/icons/credit-card--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/credit-card--pencil.png similarity index 100% rename from AMOEBA3/src/icons/credit-card--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-card--pencil.png diff --git a/AMOEBA3/src/icons/credit-card--plus.png b/AMOEBA3/src/VISUALIZATION/icons/credit-card--plus.png similarity index 100% rename from AMOEBA3/src/icons/credit-card--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-card--plus.png diff --git a/AMOEBA3/src/icons/credit-card-green.png b/AMOEBA3/src/VISUALIZATION/icons/credit-card-green.png similarity index 100% rename from AMOEBA3/src/icons/credit-card-green.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-card-green.png diff --git a/AMOEBA3/src/icons/credit-card-medium.png b/AMOEBA3/src/VISUALIZATION/icons/credit-card-medium.png similarity index 100% rename from AMOEBA3/src/icons/credit-card-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-card-medium.png diff --git a/AMOEBA3/src/icons/credit-card.png b/AMOEBA3/src/VISUALIZATION/icons/credit-card.png similarity index 100% rename from AMOEBA3/src/icons/credit-card.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-card.png diff --git a/AMOEBA3/src/icons/credit-cards.png b/AMOEBA3/src/VISUALIZATION/icons/credit-cards.png similarity index 100% rename from AMOEBA3/src/icons/credit-cards.png rename to AMOEBA3/src/VISUALIZATION/icons/credit-cards.png diff --git a/AMOEBA3/src/icons/cross-button.png b/AMOEBA3/src/VISUALIZATION/icons/cross-button.png similarity index 100% rename from AMOEBA3/src/icons/cross-button.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-button.png diff --git a/AMOEBA3/src/icons/cross-circle-frame.png b/AMOEBA3/src/VISUALIZATION/icons/cross-circle-frame.png similarity index 100% rename from AMOEBA3/src/icons/cross-circle-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-circle-frame.png diff --git a/AMOEBA3/src/icons/cross-circle.png b/AMOEBA3/src/VISUALIZATION/icons/cross-circle.png similarity index 100% rename from AMOEBA3/src/icons/cross-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-circle.png diff --git a/AMOEBA3/src/icons/cross-octagon-frame.png b/AMOEBA3/src/VISUALIZATION/icons/cross-octagon-frame.png similarity index 100% rename from AMOEBA3/src/icons/cross-octagon-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-octagon-frame.png diff --git a/AMOEBA3/src/icons/cross-octagon.png b/AMOEBA3/src/VISUALIZATION/icons/cross-octagon.png similarity index 100% rename from AMOEBA3/src/icons/cross-octagon.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-octagon.png diff --git a/AMOEBA3/src/icons/cross-script.png b/AMOEBA3/src/VISUALIZATION/icons/cross-script.png similarity index 100% rename from AMOEBA3/src/icons/cross-script.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-script.png diff --git a/AMOEBA3/src/icons/cross-shield.png b/AMOEBA3/src/VISUALIZATION/icons/cross-shield.png similarity index 100% rename from AMOEBA3/src/icons/cross-shield.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-shield.png diff --git a/AMOEBA3/src/icons/cross-small-circle.png b/AMOEBA3/src/VISUALIZATION/icons/cross-small-circle.png similarity index 100% rename from AMOEBA3/src/icons/cross-small-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-small-circle.png diff --git a/AMOEBA3/src/icons/cross-small-white.png b/AMOEBA3/src/VISUALIZATION/icons/cross-small-white.png similarity index 100% rename from AMOEBA3/src/icons/cross-small-white.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-small-white.png diff --git a/AMOEBA3/src/icons/cross-small.png b/AMOEBA3/src/VISUALIZATION/icons/cross-small.png similarity index 100% rename from AMOEBA3/src/icons/cross-small.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-small.png diff --git a/AMOEBA3/src/icons/cross-white.png b/AMOEBA3/src/VISUALIZATION/icons/cross-white.png similarity index 100% rename from AMOEBA3/src/icons/cross-white.png rename to AMOEBA3/src/VISUALIZATION/icons/cross-white.png diff --git a/AMOEBA3/src/icons/cross.png b/AMOEBA3/src/VISUALIZATION/icons/cross.png similarity index 100% rename from AMOEBA3/src/icons/cross.png rename to AMOEBA3/src/VISUALIZATION/icons/cross.png diff --git a/AMOEBA3/src/icons/crown--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/crown--arrow.png similarity index 100% rename from AMOEBA3/src/icons/crown--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/crown--arrow.png diff --git a/AMOEBA3/src/icons/crown--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/crown--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/crown--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/crown--exclamation.png diff --git a/AMOEBA3/src/icons/crown--minus.png b/AMOEBA3/src/VISUALIZATION/icons/crown--minus.png similarity index 100% rename from AMOEBA3/src/icons/crown--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/crown--minus.png diff --git a/AMOEBA3/src/icons/crown--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/crown--pencil.png similarity index 100% rename from AMOEBA3/src/icons/crown--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/crown--pencil.png diff --git a/AMOEBA3/src/icons/crown--plus.png b/AMOEBA3/src/VISUALIZATION/icons/crown--plus.png similarity index 100% rename from AMOEBA3/src/icons/crown--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/crown--plus.png diff --git a/AMOEBA3/src/icons/crown-bronze.png b/AMOEBA3/src/VISUALIZATION/icons/crown-bronze.png similarity index 100% rename from AMOEBA3/src/icons/crown-bronze.png rename to AMOEBA3/src/VISUALIZATION/icons/crown-bronze.png diff --git a/AMOEBA3/src/icons/crown-silver.png b/AMOEBA3/src/VISUALIZATION/icons/crown-silver.png similarity index 100% rename from AMOEBA3/src/icons/crown-silver.png rename to AMOEBA3/src/VISUALIZATION/icons/crown-silver.png diff --git a/AMOEBA3/src/icons/crown.png b/AMOEBA3/src/VISUALIZATION/icons/crown.png similarity index 100% rename from AMOEBA3/src/icons/crown.png rename to AMOEBA3/src/VISUALIZATION/icons/crown.png diff --git a/AMOEBA3/src/icons/cup--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/cup--arrow.png similarity index 100% rename from AMOEBA3/src/icons/cup--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/cup--arrow.png diff --git a/AMOEBA3/src/icons/cup--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/cup--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/cup--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/cup--exclamation.png diff --git a/AMOEBA3/src/icons/cup--minus.png b/AMOEBA3/src/VISUALIZATION/icons/cup--minus.png similarity index 100% rename from AMOEBA3/src/icons/cup--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/cup--minus.png diff --git a/AMOEBA3/src/icons/cup--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/cup--pencil.png similarity index 100% rename from AMOEBA3/src/icons/cup--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/cup--pencil.png diff --git a/AMOEBA3/src/icons/cup--plus.png b/AMOEBA3/src/VISUALIZATION/icons/cup--plus.png similarity index 100% rename from AMOEBA3/src/icons/cup--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/cup--plus.png diff --git a/AMOEBA3/src/icons/cup-empty.png b/AMOEBA3/src/VISUALIZATION/icons/cup-empty.png similarity index 100% rename from AMOEBA3/src/icons/cup-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/cup-empty.png diff --git a/AMOEBA3/src/icons/cup-tea.png b/AMOEBA3/src/VISUALIZATION/icons/cup-tea.png similarity index 100% rename from AMOEBA3/src/icons/cup-tea.png rename to AMOEBA3/src/VISUALIZATION/icons/cup-tea.png diff --git a/AMOEBA3/src/icons/cup.png b/AMOEBA3/src/VISUALIZATION/icons/cup.png similarity index 100% rename from AMOEBA3/src/icons/cup.png rename to AMOEBA3/src/VISUALIZATION/icons/cup.png diff --git a/AMOEBA3/src/icons/currency-dollar-aud.png b/AMOEBA3/src/VISUALIZATION/icons/currency-dollar-aud.png similarity index 100% rename from AMOEBA3/src/icons/currency-dollar-aud.png rename to AMOEBA3/src/VISUALIZATION/icons/currency-dollar-aud.png diff --git a/AMOEBA3/src/icons/currency-dollar-cad.png b/AMOEBA3/src/VISUALIZATION/icons/currency-dollar-cad.png similarity index 100% rename from AMOEBA3/src/icons/currency-dollar-cad.png rename to AMOEBA3/src/VISUALIZATION/icons/currency-dollar-cad.png diff --git a/AMOEBA3/src/icons/currency-dollar-nzd.png b/AMOEBA3/src/VISUALIZATION/icons/currency-dollar-nzd.png similarity index 100% rename from AMOEBA3/src/icons/currency-dollar-nzd.png rename to AMOEBA3/src/VISUALIZATION/icons/currency-dollar-nzd.png diff --git a/AMOEBA3/src/icons/currency-dollar-usd.png b/AMOEBA3/src/VISUALIZATION/icons/currency-dollar-usd.png similarity index 100% rename from AMOEBA3/src/icons/currency-dollar-usd.png rename to AMOEBA3/src/VISUALIZATION/icons/currency-dollar-usd.png diff --git a/AMOEBA3/src/icons/currency-euro.png b/AMOEBA3/src/VISUALIZATION/icons/currency-euro.png similarity index 100% rename from AMOEBA3/src/icons/currency-euro.png rename to AMOEBA3/src/VISUALIZATION/icons/currency-euro.png diff --git a/AMOEBA3/src/icons/currency-pound.png b/AMOEBA3/src/VISUALIZATION/icons/currency-pound.png similarity index 100% rename from AMOEBA3/src/icons/currency-pound.png rename to AMOEBA3/src/VISUALIZATION/icons/currency-pound.png diff --git a/AMOEBA3/src/icons/currency-ruble.png b/AMOEBA3/src/VISUALIZATION/icons/currency-ruble.png similarity index 100% rename from AMOEBA3/src/icons/currency-ruble.png rename to AMOEBA3/src/VISUALIZATION/icons/currency-ruble.png diff --git a/AMOEBA3/src/icons/currency-yen.png b/AMOEBA3/src/VISUALIZATION/icons/currency-yen.png similarity index 100% rename from AMOEBA3/src/icons/currency-yen.png rename to AMOEBA3/src/VISUALIZATION/icons/currency-yen.png diff --git a/AMOEBA3/src/icons/currency.png b/AMOEBA3/src/VISUALIZATION/icons/currency.png similarity index 100% rename from AMOEBA3/src/icons/currency.png rename to AMOEBA3/src/VISUALIZATION/icons/currency.png diff --git a/AMOEBA3/src/icons/cursor-lifebuoy.png b/AMOEBA3/src/VISUALIZATION/icons/cursor-lifebuoy.png similarity index 100% rename from AMOEBA3/src/icons/cursor-lifebuoy.png rename to AMOEBA3/src/VISUALIZATION/icons/cursor-lifebuoy.png diff --git a/AMOEBA3/src/icons/cursor-question.png b/AMOEBA3/src/VISUALIZATION/icons/cursor-question.png similarity index 100% rename from AMOEBA3/src/icons/cursor-question.png rename to AMOEBA3/src/VISUALIZATION/icons/cursor-question.png diff --git a/AMOEBA3/src/icons/cursor-small.png b/AMOEBA3/src/VISUALIZATION/icons/cursor-small.png similarity index 100% rename from AMOEBA3/src/icons/cursor-small.png rename to AMOEBA3/src/VISUALIZATION/icons/cursor-small.png diff --git a/AMOEBA3/src/icons/cursor.png b/AMOEBA3/src/VISUALIZATION/icons/cursor.png similarity index 100% rename from AMOEBA3/src/icons/cursor.png rename to AMOEBA3/src/VISUALIZATION/icons/cursor.png diff --git a/AMOEBA3/src/icons/curtain.png b/AMOEBA3/src/VISUALIZATION/icons/curtain.png similarity index 100% rename from AMOEBA3/src/icons/curtain.png rename to AMOEBA3/src/VISUALIZATION/icons/curtain.png diff --git a/AMOEBA3/src/icons/cushion-gray.png b/AMOEBA3/src/VISUALIZATION/icons/cushion-gray.png similarity index 100% rename from AMOEBA3/src/icons/cushion-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/cushion-gray.png diff --git a/AMOEBA3/src/icons/cushion.png b/AMOEBA3/src/VISUALIZATION/icons/cushion.png similarity index 100% rename from AMOEBA3/src/icons/cushion.png rename to AMOEBA3/src/VISUALIZATION/icons/cushion.png diff --git a/AMOEBA3/src/icons/cutleries.png b/AMOEBA3/src/VISUALIZATION/icons/cutleries.png similarity index 100% rename from AMOEBA3/src/icons/cutleries.png rename to AMOEBA3/src/VISUALIZATION/icons/cutleries.png diff --git a/AMOEBA3/src/icons/cutlery-fork.png b/AMOEBA3/src/VISUALIZATION/icons/cutlery-fork.png similarity index 100% rename from AMOEBA3/src/icons/cutlery-fork.png rename to AMOEBA3/src/VISUALIZATION/icons/cutlery-fork.png diff --git a/AMOEBA3/src/icons/cutlery-knife.png b/AMOEBA3/src/VISUALIZATION/icons/cutlery-knife.png similarity index 100% rename from AMOEBA3/src/icons/cutlery-knife.png rename to AMOEBA3/src/VISUALIZATION/icons/cutlery-knife.png diff --git a/AMOEBA3/src/icons/cutlery-spoon.png b/AMOEBA3/src/VISUALIZATION/icons/cutlery-spoon.png similarity index 100% rename from AMOEBA3/src/icons/cutlery-spoon.png rename to AMOEBA3/src/VISUALIZATION/icons/cutlery-spoon.png diff --git a/AMOEBA3/src/icons/cutlery.png b/AMOEBA3/src/VISUALIZATION/icons/cutlery.png similarity index 100% rename from AMOEBA3/src/icons/cutlery.png rename to AMOEBA3/src/VISUALIZATION/icons/cutlery.png diff --git a/AMOEBA3/src/icons/cutter--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/cutter--arrow.png similarity index 100% rename from AMOEBA3/src/icons/cutter--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/cutter--arrow.png diff --git a/AMOEBA3/src/icons/cutter--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/cutter--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/cutter--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/cutter--exclamation.png diff --git a/AMOEBA3/src/icons/cutter--minus.png b/AMOEBA3/src/VISUALIZATION/icons/cutter--minus.png similarity index 100% rename from AMOEBA3/src/icons/cutter--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/cutter--minus.png diff --git a/AMOEBA3/src/icons/cutter--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/cutter--pencil.png similarity index 100% rename from AMOEBA3/src/icons/cutter--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/cutter--pencil.png diff --git a/AMOEBA3/src/icons/cutter--plus.png b/AMOEBA3/src/VISUALIZATION/icons/cutter--plus.png similarity index 100% rename from AMOEBA3/src/icons/cutter--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/cutter--plus.png diff --git a/AMOEBA3/src/icons/cutter.png b/AMOEBA3/src/VISUALIZATION/icons/cutter.png similarity index 100% rename from AMOEBA3/src/icons/cutter.png rename to AMOEBA3/src/VISUALIZATION/icons/cutter.png diff --git a/AMOEBA3/src/icons/dashboard--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/dashboard--arrow.png similarity index 100% rename from AMOEBA3/src/icons/dashboard--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/dashboard--arrow.png diff --git a/AMOEBA3/src/icons/dashboard--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/dashboard--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/dashboard--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/dashboard--exclamation.png diff --git a/AMOEBA3/src/icons/dashboard--minus.png b/AMOEBA3/src/VISUALIZATION/icons/dashboard--minus.png similarity index 100% rename from AMOEBA3/src/icons/dashboard--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/dashboard--minus.png diff --git a/AMOEBA3/src/icons/dashboard--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/dashboard--pencil.png similarity index 100% rename from AMOEBA3/src/icons/dashboard--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/dashboard--pencil.png diff --git a/AMOEBA3/src/icons/dashboard--plus.png b/AMOEBA3/src/VISUALIZATION/icons/dashboard--plus.png similarity index 100% rename from AMOEBA3/src/icons/dashboard--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/dashboard--plus.png diff --git a/AMOEBA3/src/icons/dashboard-network.png b/AMOEBA3/src/VISUALIZATION/icons/dashboard-network.png similarity index 100% rename from AMOEBA3/src/icons/dashboard-network.png rename to AMOEBA3/src/VISUALIZATION/icons/dashboard-network.png diff --git a/AMOEBA3/src/icons/dashboard.png b/AMOEBA3/src/VISUALIZATION/icons/dashboard.png similarity index 100% rename from AMOEBA3/src/icons/dashboard.png rename to AMOEBA3/src/VISUALIZATION/icons/dashboard.png diff --git a/AMOEBA3/src/icons/database--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/database--arrow.png similarity index 100% rename from AMOEBA3/src/icons/database--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/database--arrow.png diff --git a/AMOEBA3/src/icons/database--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/database--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/database--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/database--exclamation.png diff --git a/AMOEBA3/src/icons/database--minus.png b/AMOEBA3/src/VISUALIZATION/icons/database--minus.png similarity index 100% rename from AMOEBA3/src/icons/database--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/database--minus.png diff --git a/AMOEBA3/src/icons/database--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/database--pencil.png similarity index 100% rename from AMOEBA3/src/icons/database--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/database--pencil.png diff --git a/AMOEBA3/src/icons/database--plus.png b/AMOEBA3/src/VISUALIZATION/icons/database--plus.png similarity index 100% rename from AMOEBA3/src/icons/database--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/database--plus.png diff --git a/AMOEBA3/src/icons/database-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/database-cloud.png similarity index 100% rename from AMOEBA3/src/icons/database-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/database-cloud.png diff --git a/AMOEBA3/src/icons/database-delete.png b/AMOEBA3/src/VISUALIZATION/icons/database-delete.png similarity index 100% rename from AMOEBA3/src/icons/database-delete.png rename to AMOEBA3/src/VISUALIZATION/icons/database-delete.png diff --git a/AMOEBA3/src/icons/database-export.png b/AMOEBA3/src/VISUALIZATION/icons/database-export.png similarity index 100% rename from AMOEBA3/src/icons/database-export.png rename to AMOEBA3/src/VISUALIZATION/icons/database-export.png diff --git a/AMOEBA3/src/icons/database-import.png b/AMOEBA3/src/VISUALIZATION/icons/database-import.png similarity index 100% rename from AMOEBA3/src/icons/database-import.png rename to AMOEBA3/src/VISUALIZATION/icons/database-import.png diff --git a/AMOEBA3/src/icons/database-insert.png b/AMOEBA3/src/VISUALIZATION/icons/database-insert.png similarity index 100% rename from AMOEBA3/src/icons/database-insert.png rename to AMOEBA3/src/VISUALIZATION/icons/database-insert.png diff --git a/AMOEBA3/src/icons/database-medium.png b/AMOEBA3/src/VISUALIZATION/icons/database-medium.png similarity index 100% rename from AMOEBA3/src/icons/database-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/database-medium.png diff --git a/AMOEBA3/src/icons/database-network.png b/AMOEBA3/src/VISUALIZATION/icons/database-network.png similarity index 100% rename from AMOEBA3/src/icons/database-network.png rename to AMOEBA3/src/VISUALIZATION/icons/database-network.png diff --git a/AMOEBA3/src/icons/database-property.png b/AMOEBA3/src/VISUALIZATION/icons/database-property.png similarity index 100% rename from AMOEBA3/src/icons/database-property.png rename to AMOEBA3/src/VISUALIZATION/icons/database-property.png diff --git a/AMOEBA3/src/icons/database-share.png b/AMOEBA3/src/VISUALIZATION/icons/database-share.png similarity index 100% rename from AMOEBA3/src/icons/database-share.png rename to AMOEBA3/src/VISUALIZATION/icons/database-share.png diff --git a/AMOEBA3/src/icons/database-small.png b/AMOEBA3/src/VISUALIZATION/icons/database-small.png similarity index 100% rename from AMOEBA3/src/icons/database-small.png rename to AMOEBA3/src/VISUALIZATION/icons/database-small.png diff --git a/AMOEBA3/src/icons/database-sql.png b/AMOEBA3/src/VISUALIZATION/icons/database-sql.png similarity index 100% rename from AMOEBA3/src/icons/database-sql.png rename to AMOEBA3/src/VISUALIZATION/icons/database-sql.png diff --git a/AMOEBA3/src/icons/database.png b/AMOEBA3/src/VISUALIZATION/icons/database.png similarity index 100% rename from AMOEBA3/src/icons/database.png rename to AMOEBA3/src/VISUALIZATION/icons/database.png diff --git a/AMOEBA3/src/icons/databases-relation.png b/AMOEBA3/src/VISUALIZATION/icons/databases-relation.png similarity index 100% rename from AMOEBA3/src/icons/databases-relation.png rename to AMOEBA3/src/VISUALIZATION/icons/databases-relation.png diff --git a/AMOEBA3/src/icons/databases.png b/AMOEBA3/src/VISUALIZATION/icons/databases.png similarity index 100% rename from AMOEBA3/src/icons/databases.png rename to AMOEBA3/src/VISUALIZATION/icons/databases.png diff --git a/AMOEBA3/src/icons/desktop-empty.png b/AMOEBA3/src/VISUALIZATION/icons/desktop-empty.png similarity index 100% rename from AMOEBA3/src/icons/desktop-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/desktop-empty.png diff --git a/AMOEBA3/src/icons/desktop-image.png b/AMOEBA3/src/VISUALIZATION/icons/desktop-image.png similarity index 100% rename from AMOEBA3/src/icons/desktop-image.png rename to AMOEBA3/src/VISUALIZATION/icons/desktop-image.png diff --git a/AMOEBA3/src/icons/desktop-network.png b/AMOEBA3/src/VISUALIZATION/icons/desktop-network.png similarity index 100% rename from AMOEBA3/src/icons/desktop-network.png rename to AMOEBA3/src/VISUALIZATION/icons/desktop-network.png diff --git a/AMOEBA3/src/icons/desktop-share.png b/AMOEBA3/src/VISUALIZATION/icons/desktop-share.png similarity index 100% rename from AMOEBA3/src/icons/desktop-share.png rename to AMOEBA3/src/VISUALIZATION/icons/desktop-share.png diff --git a/AMOEBA3/src/icons/desktop.png b/AMOEBA3/src/VISUALIZATION/icons/desktop.png similarity index 100% rename from AMOEBA3/src/icons/desktop.png rename to AMOEBA3/src/VISUALIZATION/icons/desktop.png diff --git a/AMOEBA3/src/icons/diamond.png b/AMOEBA3/src/VISUALIZATION/icons/diamond.png similarity index 100% rename from AMOEBA3/src/icons/diamond.png rename to AMOEBA3/src/VISUALIZATION/icons/diamond.png diff --git a/AMOEBA3/src/icons/direction--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/direction--arrow.png similarity index 100% rename from AMOEBA3/src/icons/direction--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/direction--arrow.png diff --git a/AMOEBA3/src/icons/direction--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/direction--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/direction--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/direction--exclamation.png diff --git a/AMOEBA3/src/icons/direction--minus.png b/AMOEBA3/src/VISUALIZATION/icons/direction--minus.png similarity index 100% rename from AMOEBA3/src/icons/direction--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/direction--minus.png diff --git a/AMOEBA3/src/icons/direction--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/direction--pencil.png similarity index 100% rename from AMOEBA3/src/icons/direction--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/direction--pencil.png diff --git a/AMOEBA3/src/icons/direction--plus.png b/AMOEBA3/src/VISUALIZATION/icons/direction--plus.png similarity index 100% rename from AMOEBA3/src/icons/direction--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/direction--plus.png diff --git a/AMOEBA3/src/icons/direction.png b/AMOEBA3/src/VISUALIZATION/icons/direction.png similarity index 100% rename from AMOEBA3/src/icons/direction.png rename to AMOEBA3/src/VISUALIZATION/icons/direction.png diff --git a/AMOEBA3/src/icons/disc--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/disc--arrow.png similarity index 100% rename from AMOEBA3/src/icons/disc--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/disc--arrow.png diff --git a/AMOEBA3/src/icons/disc--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/disc--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/disc--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/disc--exclamation.png diff --git a/AMOEBA3/src/icons/disc--minus.png b/AMOEBA3/src/VISUALIZATION/icons/disc--minus.png similarity index 100% rename from AMOEBA3/src/icons/disc--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/disc--minus.png diff --git a/AMOEBA3/src/icons/disc--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/disc--pencil.png similarity index 100% rename from AMOEBA3/src/icons/disc--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/disc--pencil.png diff --git a/AMOEBA3/src/icons/disc--plus.png b/AMOEBA3/src/VISUALIZATION/icons/disc--plus.png similarity index 100% rename from AMOEBA3/src/icons/disc--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/disc--plus.png diff --git a/AMOEBA3/src/icons/disc-blue.png b/AMOEBA3/src/VISUALIZATION/icons/disc-blue.png similarity index 100% rename from AMOEBA3/src/icons/disc-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/disc-blue.png diff --git a/AMOEBA3/src/icons/disc-case-label.png b/AMOEBA3/src/VISUALIZATION/icons/disc-case-label.png similarity index 100% rename from AMOEBA3/src/icons/disc-case-label.png rename to AMOEBA3/src/VISUALIZATION/icons/disc-case-label.png diff --git a/AMOEBA3/src/icons/disc-case.png b/AMOEBA3/src/VISUALIZATION/icons/disc-case.png similarity index 100% rename from AMOEBA3/src/icons/disc-case.png rename to AMOEBA3/src/VISUALIZATION/icons/disc-case.png diff --git a/AMOEBA3/src/icons/disc-label.png b/AMOEBA3/src/VISUALIZATION/icons/disc-label.png similarity index 100% rename from AMOEBA3/src/icons/disc-label.png rename to AMOEBA3/src/VISUALIZATION/icons/disc-label.png diff --git a/AMOEBA3/src/icons/disc-rename.png b/AMOEBA3/src/VISUALIZATION/icons/disc-rename.png similarity index 100% rename from AMOEBA3/src/icons/disc-rename.png rename to AMOEBA3/src/VISUALIZATION/icons/disc-rename.png diff --git a/AMOEBA3/src/icons/disc-share.png b/AMOEBA3/src/VISUALIZATION/icons/disc-share.png similarity index 100% rename from AMOEBA3/src/icons/disc-share.png rename to AMOEBA3/src/VISUALIZATION/icons/disc-share.png diff --git a/AMOEBA3/src/icons/disc-small.png b/AMOEBA3/src/VISUALIZATION/icons/disc-small.png similarity index 100% rename from AMOEBA3/src/icons/disc-small.png rename to AMOEBA3/src/VISUALIZATION/icons/disc-small.png diff --git a/AMOEBA3/src/icons/disc.png b/AMOEBA3/src/VISUALIZATION/icons/disc.png similarity index 100% rename from AMOEBA3/src/icons/disc.png rename to AMOEBA3/src/VISUALIZATION/icons/disc.png diff --git a/AMOEBA3/src/icons/discs.png b/AMOEBA3/src/VISUALIZATION/icons/discs.png similarity index 100% rename from AMOEBA3/src/icons/discs.png rename to AMOEBA3/src/VISUALIZATION/icons/discs.png diff --git a/AMOEBA3/src/icons/disk--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/disk--arrow.png similarity index 100% rename from AMOEBA3/src/icons/disk--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/disk--arrow.png diff --git a/AMOEBA3/src/icons/disk--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/disk--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/disk--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/disk--exclamation.png diff --git a/AMOEBA3/src/icons/disk--minus.png b/AMOEBA3/src/VISUALIZATION/icons/disk--minus.png similarity index 100% rename from AMOEBA3/src/icons/disk--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/disk--minus.png diff --git a/AMOEBA3/src/icons/disk--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/disk--pencil.png similarity index 100% rename from AMOEBA3/src/icons/disk--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/disk--pencil.png diff --git a/AMOEBA3/src/icons/disk--plus.png b/AMOEBA3/src/VISUALIZATION/icons/disk--plus.png similarity index 100% rename from AMOEBA3/src/icons/disk--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/disk--plus.png diff --git a/AMOEBA3/src/icons/disk-black.png b/AMOEBA3/src/VISUALIZATION/icons/disk-black.png similarity index 100% rename from AMOEBA3/src/icons/disk-black.png rename to AMOEBA3/src/VISUALIZATION/icons/disk-black.png diff --git a/AMOEBA3/src/icons/disk-rename.png b/AMOEBA3/src/VISUALIZATION/icons/disk-rename.png similarity index 100% rename from AMOEBA3/src/icons/disk-rename.png rename to AMOEBA3/src/VISUALIZATION/icons/disk-rename.png diff --git a/AMOEBA3/src/icons/disk-return-black.png b/AMOEBA3/src/VISUALIZATION/icons/disk-return-black.png similarity index 100% rename from AMOEBA3/src/icons/disk-return-black.png rename to AMOEBA3/src/VISUALIZATION/icons/disk-return-black.png diff --git a/AMOEBA3/src/icons/disk-return.png b/AMOEBA3/src/VISUALIZATION/icons/disk-return.png similarity index 100% rename from AMOEBA3/src/icons/disk-return.png rename to AMOEBA3/src/VISUALIZATION/icons/disk-return.png diff --git a/AMOEBA3/src/icons/disk-share.png b/AMOEBA3/src/VISUALIZATION/icons/disk-share.png similarity index 100% rename from AMOEBA3/src/icons/disk-share.png rename to AMOEBA3/src/VISUALIZATION/icons/disk-share.png diff --git a/AMOEBA3/src/icons/disk-small-black.png b/AMOEBA3/src/VISUALIZATION/icons/disk-small-black.png similarity index 100% rename from AMOEBA3/src/icons/disk-small-black.png rename to AMOEBA3/src/VISUALIZATION/icons/disk-small-black.png diff --git a/AMOEBA3/src/icons/disk-small.png b/AMOEBA3/src/VISUALIZATION/icons/disk-small.png similarity index 100% rename from AMOEBA3/src/icons/disk-small.png rename to AMOEBA3/src/VISUALIZATION/icons/disk-small.png diff --git a/AMOEBA3/src/icons/disk.png b/AMOEBA3/src/VISUALIZATION/icons/disk.png similarity index 100% rename from AMOEBA3/src/icons/disk.png rename to AMOEBA3/src/VISUALIZATION/icons/disk.png diff --git a/AMOEBA3/src/icons/disks-black.png b/AMOEBA3/src/VISUALIZATION/icons/disks-black.png similarity index 100% rename from AMOEBA3/src/icons/disks-black.png rename to AMOEBA3/src/VISUALIZATION/icons/disks-black.png diff --git a/AMOEBA3/src/icons/disks.png b/AMOEBA3/src/VISUALIZATION/icons/disks.png similarity index 100% rename from AMOEBA3/src/icons/disks.png rename to AMOEBA3/src/VISUALIZATION/icons/disks.png diff --git a/AMOEBA3/src/icons/do-not-disturb-sign-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/do-not-disturb-sign-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/do-not-disturb-sign-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/do-not-disturb-sign-prohibition.png diff --git a/AMOEBA3/src/icons/do-not-disturb-sign.png b/AMOEBA3/src/VISUALIZATION/icons/do-not-disturb-sign.png similarity index 100% rename from AMOEBA3/src/icons/do-not-disturb-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/do-not-disturb-sign.png diff --git a/AMOEBA3/src/icons/document--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/document--arrow.png similarity index 100% rename from AMOEBA3/src/icons/document--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/document--arrow.png diff --git a/AMOEBA3/src/icons/document--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/document--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/document--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/document--exclamation.png diff --git a/AMOEBA3/src/icons/document--minus.png b/AMOEBA3/src/VISUALIZATION/icons/document--minus.png similarity index 100% rename from AMOEBA3/src/icons/document--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/document--minus.png diff --git a/AMOEBA3/src/icons/document--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/document--pencil.png similarity index 100% rename from AMOEBA3/src/icons/document--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/document--pencil.png diff --git a/AMOEBA3/src/icons/document--plus.png b/AMOEBA3/src/VISUALIZATION/icons/document--plus.png similarity index 100% rename from AMOEBA3/src/icons/document--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/document--plus.png diff --git a/AMOEBA3/src/icons/document-access.png b/AMOEBA3/src/VISUALIZATION/icons/document-access.png similarity index 100% rename from AMOEBA3/src/icons/document-access.png rename to AMOEBA3/src/VISUALIZATION/icons/document-access.png diff --git a/AMOEBA3/src/icons/document-attribute-b.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-b.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-b.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-b.png diff --git a/AMOEBA3/src/icons/document-attribute-c.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-c.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-c.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-c.png diff --git a/AMOEBA3/src/icons/document-attribute-d.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-d.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-d.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-d.png diff --git a/AMOEBA3/src/icons/document-attribute-e.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-e.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-e.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-e.png diff --git a/AMOEBA3/src/icons/document-attribute-f.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-f.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-f.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-f.png diff --git a/AMOEBA3/src/icons/document-attribute-g.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-g.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-g.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-g.png diff --git a/AMOEBA3/src/icons/document-attribute-h.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-h.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-h.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-h.png diff --git a/AMOEBA3/src/icons/document-attribute-i.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-i.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-i.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-i.png diff --git a/AMOEBA3/src/icons/document-attribute-j.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-j.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-j.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-j.png diff --git a/AMOEBA3/src/icons/document-attribute-k.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-k.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-k.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-k.png diff --git a/AMOEBA3/src/icons/document-attribute-l.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-l.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-l.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-l.png diff --git a/AMOEBA3/src/icons/document-attribute-m.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-m.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-m.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-m.png diff --git a/AMOEBA3/src/icons/document-attribute-n.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-n.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-n.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-n.png diff --git a/AMOEBA3/src/icons/document-attribute-o.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-o.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-o.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-o.png diff --git a/AMOEBA3/src/icons/document-attribute-p.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-p.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-p.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-p.png diff --git a/AMOEBA3/src/icons/document-attribute-q.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-q.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-q.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-q.png diff --git a/AMOEBA3/src/icons/document-attribute-r.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-r.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-r.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-r.png diff --git a/AMOEBA3/src/icons/document-attribute-s.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-s.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-s.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-s.png diff --git a/AMOEBA3/src/icons/document-attribute-t.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-t.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-t.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-t.png diff --git a/AMOEBA3/src/icons/document-attribute-u.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-u.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-u.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-u.png diff --git a/AMOEBA3/src/icons/document-attribute-v.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-v.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-v.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-v.png diff --git a/AMOEBA3/src/icons/document-attribute-w.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-w.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-w.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-w.png diff --git a/AMOEBA3/src/icons/document-attribute-x.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-x.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-x.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-x.png diff --git a/AMOEBA3/src/icons/document-attribute-y.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-y.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-y.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-y.png diff --git a/AMOEBA3/src/icons/document-attribute-z.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute-z.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute-z.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute-z.png diff --git a/AMOEBA3/src/icons/document-attribute.png b/AMOEBA3/src/VISUALIZATION/icons/document-attribute.png similarity index 100% rename from AMOEBA3/src/icons/document-attribute.png rename to AMOEBA3/src/VISUALIZATION/icons/document-attribute.png diff --git a/AMOEBA3/src/icons/document-binary.png b/AMOEBA3/src/VISUALIZATION/icons/document-binary.png similarity index 100% rename from AMOEBA3/src/icons/document-binary.png rename to AMOEBA3/src/VISUALIZATION/icons/document-binary.png diff --git a/AMOEBA3/src/icons/document-block.png b/AMOEBA3/src/VISUALIZATION/icons/document-block.png similarity index 100% rename from AMOEBA3/src/icons/document-block.png rename to AMOEBA3/src/VISUALIZATION/icons/document-block.png diff --git a/AMOEBA3/src/icons/document-bookmark.png b/AMOEBA3/src/VISUALIZATION/icons/document-bookmark.png similarity index 100% rename from AMOEBA3/src/icons/document-bookmark.png rename to AMOEBA3/src/VISUALIZATION/icons/document-bookmark.png diff --git a/AMOEBA3/src/icons/document-braille.png b/AMOEBA3/src/VISUALIZATION/icons/document-braille.png similarity index 100% rename from AMOEBA3/src/icons/document-braille.png rename to AMOEBA3/src/VISUALIZATION/icons/document-braille.png diff --git a/AMOEBA3/src/icons/document-break.png b/AMOEBA3/src/VISUALIZATION/icons/document-break.png similarity index 100% rename from AMOEBA3/src/icons/document-break.png rename to AMOEBA3/src/VISUALIZATION/icons/document-break.png diff --git a/AMOEBA3/src/icons/document-broken.png b/AMOEBA3/src/VISUALIZATION/icons/document-broken.png similarity index 100% rename from AMOEBA3/src/icons/document-broken.png rename to AMOEBA3/src/VISUALIZATION/icons/document-broken.png diff --git a/AMOEBA3/src/icons/document-clock.png b/AMOEBA3/src/VISUALIZATION/icons/document-clock.png similarity index 100% rename from AMOEBA3/src/icons/document-clock.png rename to AMOEBA3/src/VISUALIZATION/icons/document-clock.png diff --git a/AMOEBA3/src/icons/document-code.png b/AMOEBA3/src/VISUALIZATION/icons/document-code.png similarity index 100% rename from AMOEBA3/src/icons/document-code.png rename to AMOEBA3/src/VISUALIZATION/icons/document-code.png diff --git a/AMOEBA3/src/icons/document-convert.png b/AMOEBA3/src/VISUALIZATION/icons/document-convert.png similarity index 100% rename from AMOEBA3/src/icons/document-convert.png rename to AMOEBA3/src/VISUALIZATION/icons/document-convert.png diff --git a/AMOEBA3/src/icons/document-copy.png b/AMOEBA3/src/VISUALIZATION/icons/document-copy.png similarity index 100% rename from AMOEBA3/src/icons/document-copy.png rename to AMOEBA3/src/VISUALIZATION/icons/document-copy.png diff --git a/AMOEBA3/src/icons/document-epub-text.png b/AMOEBA3/src/VISUALIZATION/icons/document-epub-text.png similarity index 100% rename from AMOEBA3/src/icons/document-epub-text.png rename to AMOEBA3/src/VISUALIZATION/icons/document-epub-text.png diff --git a/AMOEBA3/src/icons/document-epub.png b/AMOEBA3/src/VISUALIZATION/icons/document-epub.png similarity index 100% rename from AMOEBA3/src/icons/document-epub.png rename to AMOEBA3/src/VISUALIZATION/icons/document-epub.png diff --git a/AMOEBA3/src/icons/document-excel-csv.png b/AMOEBA3/src/VISUALIZATION/icons/document-excel-csv.png similarity index 100% rename from AMOEBA3/src/icons/document-excel-csv.png rename to AMOEBA3/src/VISUALIZATION/icons/document-excel-csv.png diff --git a/AMOEBA3/src/icons/document-excel-table.png b/AMOEBA3/src/VISUALIZATION/icons/document-excel-table.png similarity index 100% rename from AMOEBA3/src/icons/document-excel-table.png rename to AMOEBA3/src/VISUALIZATION/icons/document-excel-table.png diff --git a/AMOEBA3/src/icons/document-excel.png b/AMOEBA3/src/VISUALIZATION/icons/document-excel.png similarity index 100% rename from AMOEBA3/src/icons/document-excel.png rename to AMOEBA3/src/VISUALIZATION/icons/document-excel.png diff --git a/AMOEBA3/src/icons/document-export.png b/AMOEBA3/src/VISUALIZATION/icons/document-export.png similarity index 100% rename from AMOEBA3/src/icons/document-export.png rename to AMOEBA3/src/VISUALIZATION/icons/document-export.png diff --git a/AMOEBA3/src/icons/document-film.png b/AMOEBA3/src/VISUALIZATION/icons/document-film.png similarity index 100% rename from AMOEBA3/src/icons/document-film.png rename to AMOEBA3/src/VISUALIZATION/icons/document-film.png diff --git a/AMOEBA3/src/icons/document-flash-movie.png b/AMOEBA3/src/VISUALIZATION/icons/document-flash-movie.png similarity index 100% rename from AMOEBA3/src/icons/document-flash-movie.png rename to AMOEBA3/src/VISUALIZATION/icons/document-flash-movie.png diff --git a/AMOEBA3/src/icons/document-flash.png b/AMOEBA3/src/VISUALIZATION/icons/document-flash.png similarity index 100% rename from AMOEBA3/src/icons/document-flash.png rename to AMOEBA3/src/VISUALIZATION/icons/document-flash.png diff --git a/AMOEBA3/src/icons/document-globe.png b/AMOEBA3/src/VISUALIZATION/icons/document-globe.png similarity index 100% rename from AMOEBA3/src/icons/document-globe.png rename to AMOEBA3/src/VISUALIZATION/icons/document-globe.png diff --git a/AMOEBA3/src/icons/document-hf-delete-footer.png b/AMOEBA3/src/VISUALIZATION/icons/document-hf-delete-footer.png similarity index 100% rename from AMOEBA3/src/icons/document-hf-delete-footer.png rename to AMOEBA3/src/VISUALIZATION/icons/document-hf-delete-footer.png diff --git a/AMOEBA3/src/icons/document-hf-delete.png b/AMOEBA3/src/VISUALIZATION/icons/document-hf-delete.png similarity index 100% rename from AMOEBA3/src/icons/document-hf-delete.png rename to AMOEBA3/src/VISUALIZATION/icons/document-hf-delete.png diff --git a/AMOEBA3/src/icons/document-hf-insert-footer.png b/AMOEBA3/src/VISUALIZATION/icons/document-hf-insert-footer.png similarity index 100% rename from AMOEBA3/src/icons/document-hf-insert-footer.png rename to AMOEBA3/src/VISUALIZATION/icons/document-hf-insert-footer.png diff --git a/AMOEBA3/src/icons/document-hf-insert.png b/AMOEBA3/src/VISUALIZATION/icons/document-hf-insert.png similarity index 100% rename from AMOEBA3/src/icons/document-hf-insert.png rename to AMOEBA3/src/VISUALIZATION/icons/document-hf-insert.png diff --git a/AMOEBA3/src/icons/document-hf-select-footer.png b/AMOEBA3/src/VISUALIZATION/icons/document-hf-select-footer.png similarity index 100% rename from AMOEBA3/src/icons/document-hf-select-footer.png rename to AMOEBA3/src/VISUALIZATION/icons/document-hf-select-footer.png diff --git a/AMOEBA3/src/icons/document-hf-select.png b/AMOEBA3/src/VISUALIZATION/icons/document-hf-select.png similarity index 100% rename from AMOEBA3/src/icons/document-hf-select.png rename to AMOEBA3/src/VISUALIZATION/icons/document-hf-select.png diff --git a/AMOEBA3/src/icons/document-hf.png b/AMOEBA3/src/VISUALIZATION/icons/document-hf.png similarity index 100% rename from AMOEBA3/src/icons/document-hf.png rename to AMOEBA3/src/VISUALIZATION/icons/document-hf.png diff --git a/AMOEBA3/src/icons/document-horizontal-text.png b/AMOEBA3/src/VISUALIZATION/icons/document-horizontal-text.png similarity index 100% rename from AMOEBA3/src/icons/document-horizontal-text.png rename to AMOEBA3/src/VISUALIZATION/icons/document-horizontal-text.png diff --git a/AMOEBA3/src/icons/document-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/document-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/document-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/document-horizontal.png diff --git a/AMOEBA3/src/icons/document-illustrator.png b/AMOEBA3/src/VISUALIZATION/icons/document-illustrator.png similarity index 100% rename from AMOEBA3/src/icons/document-illustrator.png rename to AMOEBA3/src/VISUALIZATION/icons/document-illustrator.png diff --git a/AMOEBA3/src/icons/document-image.png b/AMOEBA3/src/VISUALIZATION/icons/document-image.png similarity index 100% rename from AMOEBA3/src/icons/document-image.png rename to AMOEBA3/src/VISUALIZATION/icons/document-image.png diff --git a/AMOEBA3/src/icons/document-import.png b/AMOEBA3/src/VISUALIZATION/icons/document-import.png similarity index 100% rename from AMOEBA3/src/icons/document-import.png rename to AMOEBA3/src/VISUALIZATION/icons/document-import.png diff --git a/AMOEBA3/src/icons/document-insert.png b/AMOEBA3/src/VISUALIZATION/icons/document-insert.png similarity index 100% rename from AMOEBA3/src/icons/document-insert.png rename to AMOEBA3/src/VISUALIZATION/icons/document-insert.png diff --git a/AMOEBA3/src/icons/document-invoice.png b/AMOEBA3/src/VISUALIZATION/icons/document-invoice.png similarity index 100% rename from AMOEBA3/src/icons/document-invoice.png rename to AMOEBA3/src/VISUALIZATION/icons/document-invoice.png diff --git a/AMOEBA3/src/icons/document-list.png b/AMOEBA3/src/VISUALIZATION/icons/document-list.png similarity index 100% rename from AMOEBA3/src/icons/document-list.png rename to AMOEBA3/src/VISUALIZATION/icons/document-list.png diff --git a/AMOEBA3/src/icons/document-medium.png b/AMOEBA3/src/VISUALIZATION/icons/document-medium.png similarity index 100% rename from AMOEBA3/src/icons/document-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/document-medium.png diff --git a/AMOEBA3/src/icons/document-mobi-text.png b/AMOEBA3/src/VISUALIZATION/icons/document-mobi-text.png similarity index 100% rename from AMOEBA3/src/icons/document-mobi-text.png rename to AMOEBA3/src/VISUALIZATION/icons/document-mobi-text.png diff --git a/AMOEBA3/src/icons/document-mobi.png b/AMOEBA3/src/VISUALIZATION/icons/document-mobi.png similarity index 100% rename from AMOEBA3/src/icons/document-mobi.png rename to AMOEBA3/src/VISUALIZATION/icons/document-mobi.png diff --git a/AMOEBA3/src/icons/document-music-playlist.png b/AMOEBA3/src/VISUALIZATION/icons/document-music-playlist.png similarity index 100% rename from AMOEBA3/src/icons/document-music-playlist.png rename to AMOEBA3/src/VISUALIZATION/icons/document-music-playlist.png diff --git a/AMOEBA3/src/icons/document-music.png b/AMOEBA3/src/VISUALIZATION/icons/document-music.png similarity index 100% rename from AMOEBA3/src/icons/document-music.png rename to AMOEBA3/src/VISUALIZATION/icons/document-music.png diff --git a/AMOEBA3/src/icons/document-node.png b/AMOEBA3/src/VISUALIZATION/icons/document-node.png similarity index 100% rename from AMOEBA3/src/icons/document-node.png rename to AMOEBA3/src/VISUALIZATION/icons/document-node.png diff --git a/AMOEBA3/src/icons/document-number-0.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-0.png similarity index 100% rename from AMOEBA3/src/icons/document-number-0.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-0.png diff --git a/AMOEBA3/src/icons/document-number-1.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-1.png similarity index 100% rename from AMOEBA3/src/icons/document-number-1.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-1.png diff --git a/AMOEBA3/src/icons/document-number-2.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-2.png similarity index 100% rename from AMOEBA3/src/icons/document-number-2.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-2.png diff --git a/AMOEBA3/src/icons/document-number-3.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-3.png similarity index 100% rename from AMOEBA3/src/icons/document-number-3.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-3.png diff --git a/AMOEBA3/src/icons/document-number-4.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-4.png similarity index 100% rename from AMOEBA3/src/icons/document-number-4.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-4.png diff --git a/AMOEBA3/src/icons/document-number-5.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-5.png similarity index 100% rename from AMOEBA3/src/icons/document-number-5.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-5.png diff --git a/AMOEBA3/src/icons/document-number-6.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-6.png similarity index 100% rename from AMOEBA3/src/icons/document-number-6.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-6.png diff --git a/AMOEBA3/src/icons/document-number-7.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-7.png similarity index 100% rename from AMOEBA3/src/icons/document-number-7.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-7.png diff --git a/AMOEBA3/src/icons/document-number-8.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-8.png similarity index 100% rename from AMOEBA3/src/icons/document-number-8.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-8.png diff --git a/AMOEBA3/src/icons/document-number-9.png b/AMOEBA3/src/VISUALIZATION/icons/document-number-9.png similarity index 100% rename from AMOEBA3/src/icons/document-number-9.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number-9.png diff --git a/AMOEBA3/src/icons/document-number.png b/AMOEBA3/src/VISUALIZATION/icons/document-number.png similarity index 100% rename from AMOEBA3/src/icons/document-number.png rename to AMOEBA3/src/VISUALIZATION/icons/document-number.png diff --git a/AMOEBA3/src/icons/document-office-text.png b/AMOEBA3/src/VISUALIZATION/icons/document-office-text.png similarity index 100% rename from AMOEBA3/src/icons/document-office-text.png rename to AMOEBA3/src/VISUALIZATION/icons/document-office-text.png diff --git a/AMOEBA3/src/icons/document-office.png b/AMOEBA3/src/VISUALIZATION/icons/document-office.png similarity index 100% rename from AMOEBA3/src/icons/document-office.png rename to AMOEBA3/src/VISUALIZATION/icons/document-office.png diff --git a/AMOEBA3/src/icons/document-outlook.png b/AMOEBA3/src/VISUALIZATION/icons/document-outlook.png similarity index 100% rename from AMOEBA3/src/icons/document-outlook.png rename to AMOEBA3/src/VISUALIZATION/icons/document-outlook.png diff --git a/AMOEBA3/src/icons/document-page-last.png b/AMOEBA3/src/VISUALIZATION/icons/document-page-last.png similarity index 100% rename from AMOEBA3/src/icons/document-page-last.png rename to AMOEBA3/src/VISUALIZATION/icons/document-page-last.png diff --git a/AMOEBA3/src/icons/document-page-next.png b/AMOEBA3/src/VISUALIZATION/icons/document-page-next.png similarity index 100% rename from AMOEBA3/src/icons/document-page-next.png rename to AMOEBA3/src/VISUALIZATION/icons/document-page-next.png diff --git a/AMOEBA3/src/icons/document-page-previous.png b/AMOEBA3/src/VISUALIZATION/icons/document-page-previous.png similarity index 100% rename from AMOEBA3/src/icons/document-page-previous.png rename to AMOEBA3/src/VISUALIZATION/icons/document-page-previous.png diff --git a/AMOEBA3/src/icons/document-page.png b/AMOEBA3/src/VISUALIZATION/icons/document-page.png similarity index 100% rename from AMOEBA3/src/icons/document-page.png rename to AMOEBA3/src/VISUALIZATION/icons/document-page.png diff --git a/AMOEBA3/src/icons/document-pdf-text.png b/AMOEBA3/src/VISUALIZATION/icons/document-pdf-text.png similarity index 100% rename from AMOEBA3/src/icons/document-pdf-text.png rename to AMOEBA3/src/VISUALIZATION/icons/document-pdf-text.png diff --git a/AMOEBA3/src/icons/document-pdf.png b/AMOEBA3/src/VISUALIZATION/icons/document-pdf.png similarity index 100% rename from AMOEBA3/src/icons/document-pdf.png rename to AMOEBA3/src/VISUALIZATION/icons/document-pdf.png diff --git a/AMOEBA3/src/icons/document-photoshop-image.png b/AMOEBA3/src/VISUALIZATION/icons/document-photoshop-image.png similarity index 100% rename from AMOEBA3/src/icons/document-photoshop-image.png rename to AMOEBA3/src/VISUALIZATION/icons/document-photoshop-image.png diff --git a/AMOEBA3/src/icons/document-photoshop.png b/AMOEBA3/src/VISUALIZATION/icons/document-photoshop.png similarity index 100% rename from AMOEBA3/src/icons/document-photoshop.png rename to AMOEBA3/src/VISUALIZATION/icons/document-photoshop.png diff --git a/AMOEBA3/src/icons/document-php.png b/AMOEBA3/src/VISUALIZATION/icons/document-php.png similarity index 100% rename from AMOEBA3/src/icons/document-php.png rename to AMOEBA3/src/VISUALIZATION/icons/document-php.png diff --git a/AMOEBA3/src/icons/document-powerpoint.png b/AMOEBA3/src/VISUALIZATION/icons/document-powerpoint.png similarity index 100% rename from AMOEBA3/src/icons/document-powerpoint.png rename to AMOEBA3/src/VISUALIZATION/icons/document-powerpoint.png diff --git a/AMOEBA3/src/icons/document-rename.png b/AMOEBA3/src/VISUALIZATION/icons/document-rename.png similarity index 100% rename from AMOEBA3/src/icons/document-rename.png rename to AMOEBA3/src/VISUALIZATION/icons/document-rename.png diff --git a/AMOEBA3/src/icons/document-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/document-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/document-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/document-resize-actual.png diff --git a/AMOEBA3/src/icons/document-resize.png b/AMOEBA3/src/VISUALIZATION/icons/document-resize.png similarity index 100% rename from AMOEBA3/src/icons/document-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/document-resize.png diff --git a/AMOEBA3/src/icons/document-search-result.png b/AMOEBA3/src/VISUALIZATION/icons/document-search-result.png similarity index 100% rename from AMOEBA3/src/icons/document-search-result.png rename to AMOEBA3/src/VISUALIZATION/icons/document-search-result.png diff --git a/AMOEBA3/src/icons/document-share.png b/AMOEBA3/src/VISUALIZATION/icons/document-share.png similarity index 100% rename from AMOEBA3/src/icons/document-share.png rename to AMOEBA3/src/VISUALIZATION/icons/document-share.png diff --git a/AMOEBA3/src/icons/document-shred.png b/AMOEBA3/src/VISUALIZATION/icons/document-shred.png similarity index 100% rename from AMOEBA3/src/icons/document-shred.png rename to AMOEBA3/src/VISUALIZATION/icons/document-shred.png diff --git a/AMOEBA3/src/icons/document-small-list.png b/AMOEBA3/src/VISUALIZATION/icons/document-small-list.png similarity index 100% rename from AMOEBA3/src/icons/document-small-list.png rename to AMOEBA3/src/VISUALIZATION/icons/document-small-list.png diff --git a/AMOEBA3/src/icons/document-small.png b/AMOEBA3/src/VISUALIZATION/icons/document-small.png similarity index 100% rename from AMOEBA3/src/icons/document-small.png rename to AMOEBA3/src/VISUALIZATION/icons/document-small.png diff --git a/AMOEBA3/src/icons/document-smiley-sad.png b/AMOEBA3/src/VISUALIZATION/icons/document-smiley-sad.png similarity index 100% rename from AMOEBA3/src/icons/document-smiley-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/document-smiley-sad.png diff --git a/AMOEBA3/src/icons/document-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/document-smiley.png similarity index 100% rename from AMOEBA3/src/icons/document-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/document-smiley.png diff --git a/AMOEBA3/src/icons/document-snippet.png b/AMOEBA3/src/VISUALIZATION/icons/document-snippet.png similarity index 100% rename from AMOEBA3/src/icons/document-snippet.png rename to AMOEBA3/src/VISUALIZATION/icons/document-snippet.png diff --git a/AMOEBA3/src/icons/document-stamp.png b/AMOEBA3/src/VISUALIZATION/icons/document-stamp.png similarity index 100% rename from AMOEBA3/src/icons/document-stamp.png rename to AMOEBA3/src/VISUALIZATION/icons/document-stamp.png diff --git a/AMOEBA3/src/icons/document-stand.png b/AMOEBA3/src/VISUALIZATION/icons/document-stand.png similarity index 100% rename from AMOEBA3/src/icons/document-stand.png rename to AMOEBA3/src/VISUALIZATION/icons/document-stand.png diff --git a/AMOEBA3/src/icons/document-sticky-note.png b/AMOEBA3/src/VISUALIZATION/icons/document-sticky-note.png similarity index 100% rename from AMOEBA3/src/icons/document-sticky-note.png rename to AMOEBA3/src/VISUALIZATION/icons/document-sticky-note.png diff --git a/AMOEBA3/src/icons/document-sub.png b/AMOEBA3/src/VISUALIZATION/icons/document-sub.png similarity index 100% rename from AMOEBA3/src/icons/document-sub.png rename to AMOEBA3/src/VISUALIZATION/icons/document-sub.png diff --git a/AMOEBA3/src/icons/document-table.png b/AMOEBA3/src/VISUALIZATION/icons/document-table.png similarity index 100% rename from AMOEBA3/src/icons/document-table.png rename to AMOEBA3/src/VISUALIZATION/icons/document-table.png diff --git a/AMOEBA3/src/icons/document-tag.png b/AMOEBA3/src/VISUALIZATION/icons/document-tag.png similarity index 100% rename from AMOEBA3/src/icons/document-tag.png rename to AMOEBA3/src/VISUALIZATION/icons/document-tag.png diff --git a/AMOEBA3/src/icons/document-task.png b/AMOEBA3/src/VISUALIZATION/icons/document-task.png similarity index 100% rename from AMOEBA3/src/icons/document-task.png rename to AMOEBA3/src/VISUALIZATION/icons/document-task.png diff --git a/AMOEBA3/src/icons/document-template.png b/AMOEBA3/src/VISUALIZATION/icons/document-template.png similarity index 100% rename from AMOEBA3/src/icons/document-template.png rename to AMOEBA3/src/VISUALIZATION/icons/document-template.png diff --git a/AMOEBA3/src/icons/document-tex.png b/AMOEBA3/src/VISUALIZATION/icons/document-tex.png similarity index 100% rename from AMOEBA3/src/icons/document-tex.png rename to AMOEBA3/src/VISUALIZATION/icons/document-tex.png diff --git a/AMOEBA3/src/icons/document-text-image.png b/AMOEBA3/src/VISUALIZATION/icons/document-text-image.png similarity index 100% rename from AMOEBA3/src/icons/document-text-image.png rename to AMOEBA3/src/VISUALIZATION/icons/document-text-image.png diff --git a/AMOEBA3/src/icons/document-text.png b/AMOEBA3/src/VISUALIZATION/icons/document-text.png similarity index 100% rename from AMOEBA3/src/icons/document-text.png rename to AMOEBA3/src/VISUALIZATION/icons/document-text.png diff --git a/AMOEBA3/src/icons/document-tree.png b/AMOEBA3/src/VISUALIZATION/icons/document-tree.png similarity index 100% rename from AMOEBA3/src/icons/document-tree.png rename to AMOEBA3/src/VISUALIZATION/icons/document-tree.png diff --git a/AMOEBA3/src/icons/document-view-book.png b/AMOEBA3/src/VISUALIZATION/icons/document-view-book.png similarity index 100% rename from AMOEBA3/src/icons/document-view-book.png rename to AMOEBA3/src/VISUALIZATION/icons/document-view-book.png diff --git a/AMOEBA3/src/icons/document-view-thumbnail.png b/AMOEBA3/src/VISUALIZATION/icons/document-view-thumbnail.png similarity index 100% rename from AMOEBA3/src/icons/document-view-thumbnail.png rename to AMOEBA3/src/VISUALIZATION/icons/document-view-thumbnail.png diff --git a/AMOEBA3/src/icons/document-view.png b/AMOEBA3/src/VISUALIZATION/icons/document-view.png similarity index 100% rename from AMOEBA3/src/icons/document-view.png rename to AMOEBA3/src/VISUALIZATION/icons/document-view.png diff --git a/AMOEBA3/src/icons/document-visual-studio.png b/AMOEBA3/src/VISUALIZATION/icons/document-visual-studio.png similarity index 100% rename from AMOEBA3/src/icons/document-visual-studio.png rename to AMOEBA3/src/VISUALIZATION/icons/document-visual-studio.png diff --git a/AMOEBA3/src/icons/document-word-text.png b/AMOEBA3/src/VISUALIZATION/icons/document-word-text.png similarity index 100% rename from AMOEBA3/src/icons/document-word-text.png rename to AMOEBA3/src/VISUALIZATION/icons/document-word-text.png diff --git a/AMOEBA3/src/icons/document-word-tick.png b/AMOEBA3/src/VISUALIZATION/icons/document-word-tick.png similarity index 100% rename from AMOEBA3/src/icons/document-word-tick.png rename to AMOEBA3/src/VISUALIZATION/icons/document-word-tick.png diff --git a/AMOEBA3/src/icons/document-word.png b/AMOEBA3/src/VISUALIZATION/icons/document-word.png similarity index 100% rename from AMOEBA3/src/icons/document-word.png rename to AMOEBA3/src/VISUALIZATION/icons/document-word.png diff --git a/AMOEBA3/src/icons/document-xaml.png b/AMOEBA3/src/VISUALIZATION/icons/document-xaml.png similarity index 100% rename from AMOEBA3/src/icons/document-xaml.png rename to AMOEBA3/src/VISUALIZATION/icons/document-xaml.png diff --git a/AMOEBA3/src/icons/document-zipper.png b/AMOEBA3/src/VISUALIZATION/icons/document-zipper.png similarity index 100% rename from AMOEBA3/src/icons/document-zipper.png rename to AMOEBA3/src/VISUALIZATION/icons/document-zipper.png diff --git a/AMOEBA3/src/icons/document.png b/AMOEBA3/src/VISUALIZATION/icons/document.png similarity index 100% rename from AMOEBA3/src/icons/document.png rename to AMOEBA3/src/VISUALIZATION/icons/document.png diff --git a/AMOEBA3/src/icons/documents-stack.png b/AMOEBA3/src/VISUALIZATION/icons/documents-stack.png similarity index 100% rename from AMOEBA3/src/icons/documents-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/documents-stack.png diff --git a/AMOEBA3/src/icons/documents-text.png b/AMOEBA3/src/VISUALIZATION/icons/documents-text.png similarity index 100% rename from AMOEBA3/src/icons/documents-text.png rename to AMOEBA3/src/VISUALIZATION/icons/documents-text.png diff --git a/AMOEBA3/src/icons/documents.png b/AMOEBA3/src/VISUALIZATION/icons/documents.png similarity index 100% rename from AMOEBA3/src/icons/documents.png rename to AMOEBA3/src/VISUALIZATION/icons/documents.png diff --git a/AMOEBA3/src/icons/door--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/door--arrow.png similarity index 100% rename from AMOEBA3/src/icons/door--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/door--arrow.png diff --git a/AMOEBA3/src/icons/door--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/door--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/door--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/door--exclamation.png diff --git a/AMOEBA3/src/icons/door--minus.png b/AMOEBA3/src/VISUALIZATION/icons/door--minus.png similarity index 100% rename from AMOEBA3/src/icons/door--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/door--minus.png diff --git a/AMOEBA3/src/icons/door--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/door--pencil.png similarity index 100% rename from AMOEBA3/src/icons/door--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/door--pencil.png diff --git a/AMOEBA3/src/icons/door--plus.png b/AMOEBA3/src/VISUALIZATION/icons/door--plus.png similarity index 100% rename from AMOEBA3/src/icons/door--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/door--plus.png diff --git a/AMOEBA3/src/icons/door-open-in.png b/AMOEBA3/src/VISUALIZATION/icons/door-open-in.png similarity index 100% rename from AMOEBA3/src/icons/door-open-in.png rename to AMOEBA3/src/VISUALIZATION/icons/door-open-in.png diff --git a/AMOEBA3/src/icons/door-open-out.png b/AMOEBA3/src/VISUALIZATION/icons/door-open-out.png similarity index 100% rename from AMOEBA3/src/icons/door-open-out.png rename to AMOEBA3/src/VISUALIZATION/icons/door-open-out.png diff --git a/AMOEBA3/src/icons/door-open.png b/AMOEBA3/src/VISUALIZATION/icons/door-open.png similarity index 100% rename from AMOEBA3/src/icons/door-open.png rename to AMOEBA3/src/VISUALIZATION/icons/door-open.png diff --git a/AMOEBA3/src/icons/door.png b/AMOEBA3/src/VISUALIZATION/icons/door.png similarity index 100% rename from AMOEBA3/src/icons/door.png rename to AMOEBA3/src/VISUALIZATION/icons/door.png diff --git a/AMOEBA3/src/icons/download-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/download-cloud.png similarity index 100% rename from AMOEBA3/src/icons/download-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/download-cloud.png diff --git a/AMOEBA3/src/icons/download-linux.png b/AMOEBA3/src/VISUALIZATION/icons/download-linux.png similarity index 100% rename from AMOEBA3/src/icons/download-linux.png rename to AMOEBA3/src/VISUALIZATION/icons/download-linux.png diff --git a/AMOEBA3/src/icons/download-mac-os.png b/AMOEBA3/src/VISUALIZATION/icons/download-mac-os.png similarity index 100% rename from AMOEBA3/src/icons/download-mac-os.png rename to AMOEBA3/src/VISUALIZATION/icons/download-mac-os.png diff --git a/AMOEBA3/src/icons/download.png b/AMOEBA3/src/VISUALIZATION/icons/download.png similarity index 100% rename from AMOEBA3/src/icons/download.png rename to AMOEBA3/src/VISUALIZATION/icons/download.png diff --git a/AMOEBA3/src/icons/drawer--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/drawer--arrow.png similarity index 100% rename from AMOEBA3/src/icons/drawer--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/drawer--arrow.png diff --git a/AMOEBA3/src/icons/drawer--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/drawer--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/drawer--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/drawer--exclamation.png diff --git a/AMOEBA3/src/icons/drawer--minus.png b/AMOEBA3/src/VISUALIZATION/icons/drawer--minus.png similarity index 100% rename from AMOEBA3/src/icons/drawer--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/drawer--minus.png diff --git a/AMOEBA3/src/icons/drawer--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/drawer--pencil.png similarity index 100% rename from AMOEBA3/src/icons/drawer--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/drawer--pencil.png diff --git a/AMOEBA3/src/icons/drawer--plus.png b/AMOEBA3/src/VISUALIZATION/icons/drawer--plus.png similarity index 100% rename from AMOEBA3/src/icons/drawer--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/drawer--plus.png diff --git a/AMOEBA3/src/icons/drawer-open.png b/AMOEBA3/src/VISUALIZATION/icons/drawer-open.png similarity index 100% rename from AMOEBA3/src/icons/drawer-open.png rename to AMOEBA3/src/VISUALIZATION/icons/drawer-open.png diff --git a/AMOEBA3/src/icons/drawer.png b/AMOEBA3/src/VISUALIZATION/icons/drawer.png similarity index 100% rename from AMOEBA3/src/icons/drawer.png rename to AMOEBA3/src/VISUALIZATION/icons/drawer.png diff --git a/AMOEBA3/src/icons/dress.png b/AMOEBA3/src/VISUALIZATION/icons/dress.png similarity index 100% rename from AMOEBA3/src/icons/dress.png rename to AMOEBA3/src/VISUALIZATION/icons/dress.png diff --git a/AMOEBA3/src/icons/drill--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/drill--arrow.png similarity index 100% rename from AMOEBA3/src/icons/drill--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/drill--arrow.png diff --git a/AMOEBA3/src/icons/drill--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/drill--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/drill--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/drill--exclamation.png diff --git a/AMOEBA3/src/icons/drill--minus.png b/AMOEBA3/src/VISUALIZATION/icons/drill--minus.png similarity index 100% rename from AMOEBA3/src/icons/drill--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/drill--minus.png diff --git a/AMOEBA3/src/icons/drill--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/drill--pencil.png similarity index 100% rename from AMOEBA3/src/icons/drill--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/drill--pencil.png diff --git a/AMOEBA3/src/icons/drill--plus.png b/AMOEBA3/src/VISUALIZATION/icons/drill--plus.png similarity index 100% rename from AMOEBA3/src/icons/drill--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/drill--plus.png diff --git a/AMOEBA3/src/icons/drill.png b/AMOEBA3/src/VISUALIZATION/icons/drill.png similarity index 100% rename from AMOEBA3/src/icons/drill.png rename to AMOEBA3/src/VISUALIZATION/icons/drill.png diff --git a/AMOEBA3/src/icons/drive--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/drive--arrow.png similarity index 100% rename from AMOEBA3/src/icons/drive--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/drive--arrow.png diff --git a/AMOEBA3/src/icons/drive--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/drive--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/drive--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/drive--exclamation.png diff --git a/AMOEBA3/src/icons/drive--minus.png b/AMOEBA3/src/VISUALIZATION/icons/drive--minus.png similarity index 100% rename from AMOEBA3/src/icons/drive--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/drive--minus.png diff --git a/AMOEBA3/src/icons/drive--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/drive--pencil.png similarity index 100% rename from AMOEBA3/src/icons/drive--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/drive--pencil.png diff --git a/AMOEBA3/src/icons/drive--plus.png b/AMOEBA3/src/VISUALIZATION/icons/drive--plus.png similarity index 100% rename from AMOEBA3/src/icons/drive--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/drive--plus.png diff --git a/AMOEBA3/src/icons/drive-disc-blue.png b/AMOEBA3/src/VISUALIZATION/icons/drive-disc-blue.png similarity index 100% rename from AMOEBA3/src/icons/drive-disc-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-disc-blue.png diff --git a/AMOEBA3/src/icons/drive-disc.png b/AMOEBA3/src/VISUALIZATION/icons/drive-disc.png similarity index 100% rename from AMOEBA3/src/icons/drive-disc.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-disc.png diff --git a/AMOEBA3/src/icons/drive-download.png b/AMOEBA3/src/VISUALIZATION/icons/drive-download.png similarity index 100% rename from AMOEBA3/src/icons/drive-download.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-download.png diff --git a/AMOEBA3/src/icons/drive-globe.png b/AMOEBA3/src/VISUALIZATION/icons/drive-globe.png similarity index 100% rename from AMOEBA3/src/icons/drive-globe.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-globe.png diff --git a/AMOEBA3/src/icons/drive-medium.png b/AMOEBA3/src/VISUALIZATION/icons/drive-medium.png similarity index 100% rename from AMOEBA3/src/icons/drive-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-medium.png diff --git a/AMOEBA3/src/icons/drive-network.png b/AMOEBA3/src/VISUALIZATION/icons/drive-network.png similarity index 100% rename from AMOEBA3/src/icons/drive-network.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-network.png diff --git a/AMOEBA3/src/icons/drive-rename.png b/AMOEBA3/src/VISUALIZATION/icons/drive-rename.png similarity index 100% rename from AMOEBA3/src/icons/drive-rename.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-rename.png diff --git a/AMOEBA3/src/icons/drive-share.png b/AMOEBA3/src/VISUALIZATION/icons/drive-share.png similarity index 100% rename from AMOEBA3/src/icons/drive-share.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-share.png diff --git a/AMOEBA3/src/icons/drive-small.png b/AMOEBA3/src/VISUALIZATION/icons/drive-small.png similarity index 100% rename from AMOEBA3/src/icons/drive-small.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-small.png diff --git a/AMOEBA3/src/icons/drive-upload.png b/AMOEBA3/src/VISUALIZATION/icons/drive-upload.png similarity index 100% rename from AMOEBA3/src/icons/drive-upload.png rename to AMOEBA3/src/VISUALIZATION/icons/drive-upload.png diff --git a/AMOEBA3/src/icons/drive.png b/AMOEBA3/src/VISUALIZATION/icons/drive.png similarity index 100% rename from AMOEBA3/src/icons/drive.png rename to AMOEBA3/src/VISUALIZATION/icons/drive.png diff --git a/AMOEBA3/src/icons/dummy-happy.png b/AMOEBA3/src/VISUALIZATION/icons/dummy-happy.png similarity index 100% rename from AMOEBA3/src/icons/dummy-happy.png rename to AMOEBA3/src/VISUALIZATION/icons/dummy-happy.png diff --git a/AMOEBA3/src/icons/dummy-sad.png b/AMOEBA3/src/VISUALIZATION/icons/dummy-sad.png similarity index 100% rename from AMOEBA3/src/icons/dummy-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/dummy-sad.png diff --git a/AMOEBA3/src/icons/dummy-small.png b/AMOEBA3/src/VISUALIZATION/icons/dummy-small.png similarity index 100% rename from AMOEBA3/src/icons/dummy-small.png rename to AMOEBA3/src/VISUALIZATION/icons/dummy-small.png diff --git a/AMOEBA3/src/icons/dummy.png b/AMOEBA3/src/VISUALIZATION/icons/dummy.png similarity index 100% rename from AMOEBA3/src/icons/dummy.png rename to AMOEBA3/src/VISUALIZATION/icons/dummy.png diff --git a/AMOEBA3/src/icons/e-book-reader-black.png b/AMOEBA3/src/VISUALIZATION/icons/e-book-reader-black.png similarity index 100% rename from AMOEBA3/src/icons/e-book-reader-black.png rename to AMOEBA3/src/VISUALIZATION/icons/e-book-reader-black.png diff --git a/AMOEBA3/src/icons/e-book-reader-white.png b/AMOEBA3/src/VISUALIZATION/icons/e-book-reader-white.png similarity index 100% rename from AMOEBA3/src/icons/e-book-reader-white.png rename to AMOEBA3/src/VISUALIZATION/icons/e-book-reader-white.png diff --git a/AMOEBA3/src/icons/e-book-reader.png b/AMOEBA3/src/VISUALIZATION/icons/e-book-reader.png similarity index 100% rename from AMOEBA3/src/icons/e-book-reader.png rename to AMOEBA3/src/VISUALIZATION/icons/e-book-reader.png diff --git a/AMOEBA3/src/icons/ear--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/ear--arrow.png similarity index 100% rename from AMOEBA3/src/icons/ear--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/ear--arrow.png diff --git a/AMOEBA3/src/icons/ear--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/ear--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/ear--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/ear--exclamation.png diff --git a/AMOEBA3/src/icons/ear--minus.png b/AMOEBA3/src/VISUALIZATION/icons/ear--minus.png similarity index 100% rename from AMOEBA3/src/icons/ear--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/ear--minus.png diff --git a/AMOEBA3/src/icons/ear--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/ear--pencil.png similarity index 100% rename from AMOEBA3/src/icons/ear--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/ear--pencil.png diff --git a/AMOEBA3/src/icons/ear--plus.png b/AMOEBA3/src/VISUALIZATION/icons/ear--plus.png similarity index 100% rename from AMOEBA3/src/icons/ear--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/ear--plus.png diff --git a/AMOEBA3/src/icons/ear-listen.png b/AMOEBA3/src/VISUALIZATION/icons/ear-listen.png similarity index 100% rename from AMOEBA3/src/icons/ear-listen.png rename to AMOEBA3/src/VISUALIZATION/icons/ear-listen.png diff --git a/AMOEBA3/src/icons/ear-right.png b/AMOEBA3/src/VISUALIZATION/icons/ear-right.png similarity index 100% rename from AMOEBA3/src/icons/ear-right.png rename to AMOEBA3/src/VISUALIZATION/icons/ear-right.png diff --git a/AMOEBA3/src/icons/ear.png b/AMOEBA3/src/VISUALIZATION/icons/ear.png similarity index 100% rename from AMOEBA3/src/icons/ear.png rename to AMOEBA3/src/VISUALIZATION/icons/ear.png diff --git a/AMOEBA3/src/icons/edit-alignment-center.png b/AMOEBA3/src/VISUALIZATION/icons/edit-alignment-center.png similarity index 100% rename from AMOEBA3/src/icons/edit-alignment-center.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-alignment-center.png diff --git a/AMOEBA3/src/icons/edit-alignment-justify-distribute.png b/AMOEBA3/src/VISUALIZATION/icons/edit-alignment-justify-distribute.png similarity index 100% rename from AMOEBA3/src/icons/edit-alignment-justify-distribute.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-alignment-justify-distribute.png diff --git a/AMOEBA3/src/icons/edit-alignment-justify.png b/AMOEBA3/src/VISUALIZATION/icons/edit-alignment-justify.png similarity index 100% rename from AMOEBA3/src/icons/edit-alignment-justify.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-alignment-justify.png diff --git a/AMOEBA3/src/icons/edit-alignment-right.png b/AMOEBA3/src/VISUALIZATION/icons/edit-alignment-right.png similarity index 100% rename from AMOEBA3/src/icons/edit-alignment-right.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-alignment-right.png diff --git a/AMOEBA3/src/icons/edit-alignment.png b/AMOEBA3/src/VISUALIZATION/icons/edit-alignment.png similarity index 100% rename from AMOEBA3/src/icons/edit-alignment.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-alignment.png diff --git a/AMOEBA3/src/icons/edit-all-caps.png b/AMOEBA3/src/VISUALIZATION/icons/edit-all-caps.png similarity index 100% rename from AMOEBA3/src/icons/edit-all-caps.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-all-caps.png diff --git a/AMOEBA3/src/icons/edit-bold.png b/AMOEBA3/src/VISUALIZATION/icons/edit-bold.png similarity index 100% rename from AMOEBA3/src/icons/edit-bold.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-bold.png diff --git a/AMOEBA3/src/icons/edit-code-division.png b/AMOEBA3/src/VISUALIZATION/icons/edit-code-division.png similarity index 100% rename from AMOEBA3/src/icons/edit-code-division.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-code-division.png diff --git a/AMOEBA3/src/icons/edit-code.png b/AMOEBA3/src/VISUALIZATION/icons/edit-code.png similarity index 100% rename from AMOEBA3/src/icons/edit-code.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-code.png diff --git a/AMOEBA3/src/icons/edit-color.png b/AMOEBA3/src/VISUALIZATION/icons/edit-color.png similarity index 100% rename from AMOEBA3/src/icons/edit-color.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-color.png diff --git a/AMOEBA3/src/icons/edit-column.png b/AMOEBA3/src/VISUALIZATION/icons/edit-column.png similarity index 100% rename from AMOEBA3/src/icons/edit-column.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-column.png diff --git a/AMOEBA3/src/icons/edit-comma.png b/AMOEBA3/src/VISUALIZATION/icons/edit-comma.png similarity index 100% rename from AMOEBA3/src/icons/edit-comma.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-comma.png diff --git a/AMOEBA3/src/icons/edit-decimal-decrease.png b/AMOEBA3/src/VISUALIZATION/icons/edit-decimal-decrease.png similarity index 100% rename from AMOEBA3/src/icons/edit-decimal-decrease.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-decimal-decrease.png diff --git a/AMOEBA3/src/icons/edit-decimal.png b/AMOEBA3/src/VISUALIZATION/icons/edit-decimal.png similarity index 100% rename from AMOEBA3/src/icons/edit-decimal.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-decimal.png diff --git a/AMOEBA3/src/icons/edit-diff.png b/AMOEBA3/src/VISUALIZATION/icons/edit-diff.png similarity index 100% rename from AMOEBA3/src/icons/edit-diff.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-diff.png diff --git a/AMOEBA3/src/icons/edit-direction-rtl.png b/AMOEBA3/src/VISUALIZATION/icons/edit-direction-rtl.png similarity index 100% rename from AMOEBA3/src/icons/edit-direction-rtl.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-direction-rtl.png diff --git a/AMOEBA3/src/icons/edit-direction.png b/AMOEBA3/src/VISUALIZATION/icons/edit-direction.png similarity index 100% rename from AMOEBA3/src/icons/edit-direction.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-direction.png diff --git a/AMOEBA3/src/icons/edit-drop-cap.png b/AMOEBA3/src/VISUALIZATION/icons/edit-drop-cap.png similarity index 100% rename from AMOEBA3/src/icons/edit-drop-cap.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-drop-cap.png diff --git a/AMOEBA3/src/icons/edit-family.png b/AMOEBA3/src/VISUALIZATION/icons/edit-family.png similarity index 100% rename from AMOEBA3/src/icons/edit-family.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-family.png diff --git a/AMOEBA3/src/icons/edit-heading-1.png b/AMOEBA3/src/VISUALIZATION/icons/edit-heading-1.png similarity index 100% rename from AMOEBA3/src/icons/edit-heading-1.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-heading-1.png diff --git a/AMOEBA3/src/icons/edit-heading-2.png b/AMOEBA3/src/VISUALIZATION/icons/edit-heading-2.png similarity index 100% rename from AMOEBA3/src/icons/edit-heading-2.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-heading-2.png diff --git a/AMOEBA3/src/icons/edit-heading-3.png b/AMOEBA3/src/VISUALIZATION/icons/edit-heading-3.png similarity index 100% rename from AMOEBA3/src/icons/edit-heading-3.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-heading-3.png diff --git a/AMOEBA3/src/icons/edit-heading-4.png b/AMOEBA3/src/VISUALIZATION/icons/edit-heading-4.png similarity index 100% rename from AMOEBA3/src/icons/edit-heading-4.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-heading-4.png diff --git a/AMOEBA3/src/icons/edit-heading-5.png b/AMOEBA3/src/VISUALIZATION/icons/edit-heading-5.png similarity index 100% rename from AMOEBA3/src/icons/edit-heading-5.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-heading-5.png diff --git a/AMOEBA3/src/icons/edit-heading-6.png b/AMOEBA3/src/VISUALIZATION/icons/edit-heading-6.png similarity index 100% rename from AMOEBA3/src/icons/edit-heading-6.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-heading-6.png diff --git a/AMOEBA3/src/icons/edit-heading.png b/AMOEBA3/src/VISUALIZATION/icons/edit-heading.png similarity index 100% rename from AMOEBA3/src/icons/edit-heading.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-heading.png diff --git a/AMOEBA3/src/icons/edit-hyphenation.png b/AMOEBA3/src/VISUALIZATION/icons/edit-hyphenation.png similarity index 100% rename from AMOEBA3/src/icons/edit-hyphenation.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-hyphenation.png diff --git a/AMOEBA3/src/icons/edit-image-center.png b/AMOEBA3/src/VISUALIZATION/icons/edit-image-center.png similarity index 100% rename from AMOEBA3/src/icons/edit-image-center.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-image-center.png diff --git a/AMOEBA3/src/icons/edit-image-right.png b/AMOEBA3/src/VISUALIZATION/icons/edit-image-right.png similarity index 100% rename from AMOEBA3/src/icons/edit-image-right.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-image-right.png diff --git a/AMOEBA3/src/icons/edit-image.png b/AMOEBA3/src/VISUALIZATION/icons/edit-image.png similarity index 100% rename from AMOEBA3/src/icons/edit-image.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-image.png diff --git a/AMOEBA3/src/icons/edit-indent-rtl.png b/AMOEBA3/src/VISUALIZATION/icons/edit-indent-rtl.png similarity index 100% rename from AMOEBA3/src/icons/edit-indent-rtl.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-indent-rtl.png diff --git a/AMOEBA3/src/icons/edit-indent.png b/AMOEBA3/src/VISUALIZATION/icons/edit-indent.png similarity index 100% rename from AMOEBA3/src/icons/edit-indent.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-indent.png diff --git a/AMOEBA3/src/icons/edit-italic.png b/AMOEBA3/src/VISUALIZATION/icons/edit-italic.png similarity index 100% rename from AMOEBA3/src/icons/edit-italic.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-italic.png diff --git a/AMOEBA3/src/icons/edit-kerning.png b/AMOEBA3/src/VISUALIZATION/icons/edit-kerning.png similarity index 100% rename from AMOEBA3/src/icons/edit-kerning.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-kerning.png diff --git a/AMOEBA3/src/icons/edit-language.png b/AMOEBA3/src/VISUALIZATION/icons/edit-language.png similarity index 100% rename from AMOEBA3/src/icons/edit-language.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-language.png diff --git a/AMOEBA3/src/icons/edit-letter-spacing.png b/AMOEBA3/src/VISUALIZATION/icons/edit-letter-spacing.png similarity index 100% rename from AMOEBA3/src/icons/edit-letter-spacing.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-letter-spacing.png diff --git a/AMOEBA3/src/icons/edit-line-spacing.png b/AMOEBA3/src/VISUALIZATION/icons/edit-line-spacing.png similarity index 100% rename from AMOEBA3/src/icons/edit-line-spacing.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-line-spacing.png diff --git a/AMOEBA3/src/icons/edit-lipsum.png b/AMOEBA3/src/VISUALIZATION/icons/edit-lipsum.png similarity index 100% rename from AMOEBA3/src/icons/edit-lipsum.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-lipsum.png diff --git a/AMOEBA3/src/icons/edit-list-order-rtl.png b/AMOEBA3/src/VISUALIZATION/icons/edit-list-order-rtl.png similarity index 100% rename from AMOEBA3/src/icons/edit-list-order-rtl.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-list-order-rtl.png diff --git a/AMOEBA3/src/icons/edit-list-order.png b/AMOEBA3/src/VISUALIZATION/icons/edit-list-order.png similarity index 100% rename from AMOEBA3/src/icons/edit-list-order.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-list-order.png diff --git a/AMOEBA3/src/icons/edit-list-rtl.png b/AMOEBA3/src/VISUALIZATION/icons/edit-list-rtl.png similarity index 100% rename from AMOEBA3/src/icons/edit-list-rtl.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-list-rtl.png diff --git a/AMOEBA3/src/icons/edit-list.png b/AMOEBA3/src/VISUALIZATION/icons/edit-list.png similarity index 100% rename from AMOEBA3/src/icons/edit-list.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-list.png diff --git a/AMOEBA3/src/icons/edit-lowercase.png b/AMOEBA3/src/VISUALIZATION/icons/edit-lowercase.png similarity index 100% rename from AMOEBA3/src/icons/edit-lowercase.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-lowercase.png diff --git a/AMOEBA3/src/icons/edit-mathematics.png b/AMOEBA3/src/VISUALIZATION/icons/edit-mathematics.png similarity index 100% rename from AMOEBA3/src/icons/edit-mathematics.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-mathematics.png diff --git a/AMOEBA3/src/icons/edit-number.png b/AMOEBA3/src/VISUALIZATION/icons/edit-number.png similarity index 100% rename from AMOEBA3/src/icons/edit-number.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-number.png diff --git a/AMOEBA3/src/icons/edit-outdent-rtl.png b/AMOEBA3/src/VISUALIZATION/icons/edit-outdent-rtl.png similarity index 100% rename from AMOEBA3/src/icons/edit-outdent-rtl.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-outdent-rtl.png diff --git a/AMOEBA3/src/icons/edit-outdent.png b/AMOEBA3/src/VISUALIZATION/icons/edit-outdent.png similarity index 100% rename from AMOEBA3/src/icons/edit-outdent.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-outdent.png diff --git a/AMOEBA3/src/icons/edit-outline.png b/AMOEBA3/src/VISUALIZATION/icons/edit-outline.png similarity index 100% rename from AMOEBA3/src/icons/edit-outline.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-outline.png diff --git a/AMOEBA3/src/icons/edit-overline.png b/AMOEBA3/src/VISUALIZATION/icons/edit-overline.png similarity index 100% rename from AMOEBA3/src/icons/edit-overline.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-overline.png diff --git a/AMOEBA3/src/icons/edit-padding-left.png b/AMOEBA3/src/VISUALIZATION/icons/edit-padding-left.png similarity index 100% rename from AMOEBA3/src/icons/edit-padding-left.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-padding-left.png diff --git a/AMOEBA3/src/icons/edit-padding-right.png b/AMOEBA3/src/VISUALIZATION/icons/edit-padding-right.png similarity index 100% rename from AMOEBA3/src/icons/edit-padding-right.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-padding-right.png diff --git a/AMOEBA3/src/icons/edit-padding-top.png b/AMOEBA3/src/VISUALIZATION/icons/edit-padding-top.png similarity index 100% rename from AMOEBA3/src/icons/edit-padding-top.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-padding-top.png diff --git a/AMOEBA3/src/icons/edit-padding.png b/AMOEBA3/src/VISUALIZATION/icons/edit-padding.png similarity index 100% rename from AMOEBA3/src/icons/edit-padding.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-padding.png diff --git a/AMOEBA3/src/icons/edit-percent.png b/AMOEBA3/src/VISUALIZATION/icons/edit-percent.png similarity index 100% rename from AMOEBA3/src/icons/edit-percent.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-percent.png diff --git a/AMOEBA3/src/icons/edit-pilcrow.png b/AMOEBA3/src/VISUALIZATION/icons/edit-pilcrow.png similarity index 100% rename from AMOEBA3/src/icons/edit-pilcrow.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-pilcrow.png diff --git a/AMOEBA3/src/icons/edit-quotation.png b/AMOEBA3/src/VISUALIZATION/icons/edit-quotation.png similarity index 100% rename from AMOEBA3/src/icons/edit-quotation.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-quotation.png diff --git a/AMOEBA3/src/icons/edit-replace.png b/AMOEBA3/src/VISUALIZATION/icons/edit-replace.png similarity index 100% rename from AMOEBA3/src/icons/edit-replace.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-replace.png diff --git a/AMOEBA3/src/icons/edit-rotate.png b/AMOEBA3/src/VISUALIZATION/icons/edit-rotate.png similarity index 100% rename from AMOEBA3/src/icons/edit-rotate.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-rotate.png diff --git a/AMOEBA3/src/icons/edit-rule.png b/AMOEBA3/src/VISUALIZATION/icons/edit-rule.png similarity index 100% rename from AMOEBA3/src/icons/edit-rule.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-rule.png diff --git a/AMOEBA3/src/icons/edit-scale-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/edit-scale-vertical.png similarity index 100% rename from AMOEBA3/src/icons/edit-scale-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-scale-vertical.png diff --git a/AMOEBA3/src/icons/edit-scale.png b/AMOEBA3/src/VISUALIZATION/icons/edit-scale.png similarity index 100% rename from AMOEBA3/src/icons/edit-scale.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-scale.png diff --git a/AMOEBA3/src/icons/edit-shade.png b/AMOEBA3/src/VISUALIZATION/icons/edit-shade.png similarity index 100% rename from AMOEBA3/src/icons/edit-shade.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-shade.png diff --git a/AMOEBA3/src/icons/edit-shadow.png b/AMOEBA3/src/VISUALIZATION/icons/edit-shadow.png similarity index 100% rename from AMOEBA3/src/icons/edit-shadow.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-shadow.png diff --git a/AMOEBA3/src/icons/edit-signiture.png b/AMOEBA3/src/VISUALIZATION/icons/edit-signiture.png similarity index 100% rename from AMOEBA3/src/icons/edit-signiture.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-signiture.png diff --git a/AMOEBA3/src/icons/edit-size-down.png b/AMOEBA3/src/VISUALIZATION/icons/edit-size-down.png similarity index 100% rename from AMOEBA3/src/icons/edit-size-down.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-size-down.png diff --git a/AMOEBA3/src/icons/edit-size-up.png b/AMOEBA3/src/VISUALIZATION/icons/edit-size-up.png similarity index 100% rename from AMOEBA3/src/icons/edit-size-up.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-size-up.png diff --git a/AMOEBA3/src/icons/edit-size.png b/AMOEBA3/src/VISUALIZATION/icons/edit-size.png similarity index 100% rename from AMOEBA3/src/icons/edit-size.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-size.png diff --git a/AMOEBA3/src/icons/edit-small-caps.png b/AMOEBA3/src/VISUALIZATION/icons/edit-small-caps.png similarity index 100% rename from AMOEBA3/src/icons/edit-small-caps.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-small-caps.png diff --git a/AMOEBA3/src/icons/edit-space.png b/AMOEBA3/src/VISUALIZATION/icons/edit-space.png similarity index 100% rename from AMOEBA3/src/icons/edit-space.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-space.png diff --git a/AMOEBA3/src/icons/edit-strike-double.png b/AMOEBA3/src/VISUALIZATION/icons/edit-strike-double.png similarity index 100% rename from AMOEBA3/src/icons/edit-strike-double.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-strike-double.png diff --git a/AMOEBA3/src/icons/edit-strike.png b/AMOEBA3/src/VISUALIZATION/icons/edit-strike.png similarity index 100% rename from AMOEBA3/src/icons/edit-strike.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-strike.png diff --git a/AMOEBA3/src/icons/edit-style.png b/AMOEBA3/src/VISUALIZATION/icons/edit-style.png similarity index 100% rename from AMOEBA3/src/icons/edit-style.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-style.png diff --git a/AMOEBA3/src/icons/edit-subscript.png b/AMOEBA3/src/VISUALIZATION/icons/edit-subscript.png similarity index 100% rename from AMOEBA3/src/icons/edit-subscript.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-subscript.png diff --git a/AMOEBA3/src/icons/edit-superscript.png b/AMOEBA3/src/VISUALIZATION/icons/edit-superscript.png similarity index 100% rename from AMOEBA3/src/icons/edit-superscript.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-superscript.png diff --git a/AMOEBA3/src/icons/edit-symbol.png b/AMOEBA3/src/VISUALIZATION/icons/edit-symbol.png similarity index 100% rename from AMOEBA3/src/icons/edit-symbol.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-symbol.png diff --git a/AMOEBA3/src/icons/edit-underline-double.png b/AMOEBA3/src/VISUALIZATION/icons/edit-underline-double.png similarity index 100% rename from AMOEBA3/src/icons/edit-underline-double.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-underline-double.png diff --git a/AMOEBA3/src/icons/edit-underline.png b/AMOEBA3/src/VISUALIZATION/icons/edit-underline.png similarity index 100% rename from AMOEBA3/src/icons/edit-underline.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-underline.png diff --git a/AMOEBA3/src/icons/edit-uppercase.png b/AMOEBA3/src/VISUALIZATION/icons/edit-uppercase.png similarity index 100% rename from AMOEBA3/src/icons/edit-uppercase.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-uppercase.png diff --git a/AMOEBA3/src/icons/edit-vertical-alignment-middle.png b/AMOEBA3/src/VISUALIZATION/icons/edit-vertical-alignment-middle.png similarity index 100% rename from AMOEBA3/src/icons/edit-vertical-alignment-middle.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-vertical-alignment-middle.png diff --git a/AMOEBA3/src/icons/edit-vertical-alignment-top.png b/AMOEBA3/src/VISUALIZATION/icons/edit-vertical-alignment-top.png similarity index 100% rename from AMOEBA3/src/icons/edit-vertical-alignment-top.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-vertical-alignment-top.png diff --git a/AMOEBA3/src/icons/edit-vertical-alignment.png b/AMOEBA3/src/VISUALIZATION/icons/edit-vertical-alignment.png similarity index 100% rename from AMOEBA3/src/icons/edit-vertical-alignment.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-vertical-alignment.png diff --git a/AMOEBA3/src/icons/edit-writing-mode-tbrl.png b/AMOEBA3/src/VISUALIZATION/icons/edit-writing-mode-tbrl.png similarity index 100% rename from AMOEBA3/src/icons/edit-writing-mode-tbrl.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-writing-mode-tbrl.png diff --git a/AMOEBA3/src/icons/edit-writing-mode.png b/AMOEBA3/src/VISUALIZATION/icons/edit-writing-mode.png similarity index 100% rename from AMOEBA3/src/icons/edit-writing-mode.png rename to AMOEBA3/src/VISUALIZATION/icons/edit-writing-mode.png diff --git a/AMOEBA3/src/icons/edit.png b/AMOEBA3/src/VISUALIZATION/icons/edit.png similarity index 100% rename from AMOEBA3/src/icons/edit.png rename to AMOEBA3/src/VISUALIZATION/icons/edit.png diff --git a/AMOEBA3/src/icons/envelope--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/envelope--arrow.png similarity index 100% rename from AMOEBA3/src/icons/envelope--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope--arrow.png diff --git a/AMOEBA3/src/icons/envelope--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/envelope--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/envelope--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope--exclamation.png diff --git a/AMOEBA3/src/icons/envelope--minus.png b/AMOEBA3/src/VISUALIZATION/icons/envelope--minus.png similarity index 100% rename from AMOEBA3/src/icons/envelope--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope--minus.png diff --git a/AMOEBA3/src/icons/envelope--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/envelope--pencil.png similarity index 100% rename from AMOEBA3/src/icons/envelope--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope--pencil.png diff --git a/AMOEBA3/src/icons/envelope--plus.png b/AMOEBA3/src/VISUALIZATION/icons/envelope--plus.png similarity index 100% rename from AMOEBA3/src/icons/envelope--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope--plus.png diff --git a/AMOEBA3/src/icons/envelope-at-sign.png b/AMOEBA3/src/VISUALIZATION/icons/envelope-at-sign.png similarity index 100% rename from AMOEBA3/src/icons/envelope-at-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope-at-sign.png diff --git a/AMOEBA3/src/icons/envelope-label.png b/AMOEBA3/src/VISUALIZATION/icons/envelope-label.png similarity index 100% rename from AMOEBA3/src/icons/envelope-label.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope-label.png diff --git a/AMOEBA3/src/icons/envelope-share.png b/AMOEBA3/src/VISUALIZATION/icons/envelope-share.png similarity index 100% rename from AMOEBA3/src/icons/envelope-share.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope-share.png diff --git a/AMOEBA3/src/icons/envelope-string.png b/AMOEBA3/src/VISUALIZATION/icons/envelope-string.png similarity index 100% rename from AMOEBA3/src/icons/envelope-string.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope-string.png diff --git a/AMOEBA3/src/icons/envelope.png b/AMOEBA3/src/VISUALIZATION/icons/envelope.png similarity index 100% rename from AMOEBA3/src/icons/envelope.png rename to AMOEBA3/src/VISUALIZATION/icons/envelope.png diff --git a/AMOEBA3/src/icons/equalizer--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer--arrow.png similarity index 100% rename from AMOEBA3/src/icons/equalizer--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer--arrow.png diff --git a/AMOEBA3/src/icons/equalizer--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/equalizer--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer--exclamation.png diff --git a/AMOEBA3/src/icons/equalizer--minus.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer--minus.png similarity index 100% rename from AMOEBA3/src/icons/equalizer--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer--minus.png diff --git a/AMOEBA3/src/icons/equalizer--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer--pencil.png similarity index 100% rename from AMOEBA3/src/icons/equalizer--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer--pencil.png diff --git a/AMOEBA3/src/icons/equalizer--plus.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer--plus.png similarity index 100% rename from AMOEBA3/src/icons/equalizer--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer--plus.png diff --git a/AMOEBA3/src/icons/equalizer-flat.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer-flat.png similarity index 100% rename from AMOEBA3/src/icons/equalizer-flat.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer-flat.png diff --git a/AMOEBA3/src/icons/equalizer-high.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer-high.png similarity index 100% rename from AMOEBA3/src/icons/equalizer-high.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer-high.png diff --git a/AMOEBA3/src/icons/equalizer-low.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer-low.png similarity index 100% rename from AMOEBA3/src/icons/equalizer-low.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer-low.png diff --git a/AMOEBA3/src/icons/equalizer.png b/AMOEBA3/src/VISUALIZATION/icons/equalizer.png similarity index 100% rename from AMOEBA3/src/icons/equalizer.png rename to AMOEBA3/src/VISUALIZATION/icons/equalizer.png diff --git a/AMOEBA3/src/icons/eraser--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/eraser--arrow.png similarity index 100% rename from AMOEBA3/src/icons/eraser--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/eraser--arrow.png diff --git a/AMOEBA3/src/icons/eraser--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/eraser--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/eraser--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/eraser--exclamation.png diff --git a/AMOEBA3/src/icons/eraser--minus.png b/AMOEBA3/src/VISUALIZATION/icons/eraser--minus.png similarity index 100% rename from AMOEBA3/src/icons/eraser--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/eraser--minus.png diff --git a/AMOEBA3/src/icons/eraser--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/eraser--pencil.png similarity index 100% rename from AMOEBA3/src/icons/eraser--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/eraser--pencil.png diff --git a/AMOEBA3/src/icons/eraser--plus.png b/AMOEBA3/src/VISUALIZATION/icons/eraser--plus.png similarity index 100% rename from AMOEBA3/src/icons/eraser--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/eraser--plus.png diff --git a/AMOEBA3/src/icons/eraser-small.png b/AMOEBA3/src/VISUALIZATION/icons/eraser-small.png similarity index 100% rename from AMOEBA3/src/icons/eraser-small.png rename to AMOEBA3/src/VISUALIZATION/icons/eraser-small.png diff --git a/AMOEBA3/src/icons/eraser.png b/AMOEBA3/src/VISUALIZATION/icons/eraser.png similarity index 100% rename from AMOEBA3/src/icons/eraser.png rename to AMOEBA3/src/VISUALIZATION/icons/eraser.png diff --git a/AMOEBA3/src/icons/exclamation--frame.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation--frame.png similarity index 100% rename from AMOEBA3/src/icons/exclamation--frame.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation--frame.png diff --git a/AMOEBA3/src/icons/exclamation-button.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-button.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-button.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-button.png diff --git a/AMOEBA3/src/icons/exclamation-circle-frame.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-circle-frame.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-circle-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-circle-frame.png diff --git a/AMOEBA3/src/icons/exclamation-circle.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-circle.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-circle.png diff --git a/AMOEBA3/src/icons/exclamation-diamond-frame.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-diamond-frame.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-diamond-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-diamond-frame.png diff --git a/AMOEBA3/src/icons/exclamation-diamond.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-diamond.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-diamond.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-diamond.png diff --git a/AMOEBA3/src/icons/exclamation-octagon-frame.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-octagon-frame.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-octagon-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-octagon-frame.png diff --git a/AMOEBA3/src/icons/exclamation-octagon.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-octagon.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-octagon.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-octagon.png diff --git a/AMOEBA3/src/icons/exclamation-red-frame.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-red-frame.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-red-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-red-frame.png diff --git a/AMOEBA3/src/icons/exclamation-red.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-red.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-red.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-red.png diff --git a/AMOEBA3/src/icons/exclamation-shield-frame.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-shield-frame.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-shield-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-shield-frame.png diff --git a/AMOEBA3/src/icons/exclamation-shield.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-shield.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-shield.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-shield.png diff --git a/AMOEBA3/src/icons/exclamation-small-red.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-small-red.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-small-red.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-small-red.png diff --git a/AMOEBA3/src/icons/exclamation-small-white.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-small-white.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-small-white.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-small-white.png diff --git a/AMOEBA3/src/icons/exclamation-small.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-small.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-small.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-small.png diff --git a/AMOEBA3/src/icons/exclamation-white.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation-white.png similarity index 100% rename from AMOEBA3/src/icons/exclamation-white.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation-white.png diff --git a/AMOEBA3/src/icons/exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/exclamation.png similarity index 100% rename from AMOEBA3/src/icons/exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/exclamation.png diff --git a/AMOEBA3/src/icons/external-small.png b/AMOEBA3/src/VISUALIZATION/icons/external-small.png similarity index 100% rename from AMOEBA3/src/icons/external-small.png rename to AMOEBA3/src/VISUALIZATION/icons/external-small.png diff --git a/AMOEBA3/src/icons/external.png b/AMOEBA3/src/VISUALIZATION/icons/external.png similarity index 100% rename from AMOEBA3/src/icons/external.png rename to AMOEBA3/src/VISUALIZATION/icons/external.png diff --git a/AMOEBA3/src/icons/eye--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/eye--arrow.png similarity index 100% rename from AMOEBA3/src/icons/eye--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/eye--arrow.png diff --git a/AMOEBA3/src/icons/eye--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/eye--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/eye--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/eye--exclamation.png diff --git a/AMOEBA3/src/icons/eye--minus.png b/AMOEBA3/src/VISUALIZATION/icons/eye--minus.png similarity index 100% rename from AMOEBA3/src/icons/eye--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/eye--minus.png diff --git a/AMOEBA3/src/icons/eye--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/eye--pencil.png similarity index 100% rename from AMOEBA3/src/icons/eye--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/eye--pencil.png diff --git a/AMOEBA3/src/icons/eye--plus.png b/AMOEBA3/src/VISUALIZATION/icons/eye--plus.png similarity index 100% rename from AMOEBA3/src/icons/eye--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/eye--plus.png diff --git a/AMOEBA3/src/icons/eye-close.png b/AMOEBA3/src/VISUALIZATION/icons/eye-close.png similarity index 100% rename from AMOEBA3/src/icons/eye-close.png rename to AMOEBA3/src/VISUALIZATION/icons/eye-close.png diff --git a/AMOEBA3/src/icons/eye-half.png b/AMOEBA3/src/VISUALIZATION/icons/eye-half.png similarity index 100% rename from AMOEBA3/src/icons/eye-half.png rename to AMOEBA3/src/VISUALIZATION/icons/eye-half.png diff --git a/AMOEBA3/src/icons/eye-red.png b/AMOEBA3/src/VISUALIZATION/icons/eye-red.png similarity index 100% rename from AMOEBA3/src/icons/eye-red.png rename to AMOEBA3/src/VISUALIZATION/icons/eye-red.png diff --git a/AMOEBA3/src/icons/eye.png b/AMOEBA3/src/VISUALIZATION/icons/eye.png similarity index 100% rename from AMOEBA3/src/icons/eye.png rename to AMOEBA3/src/VISUALIZATION/icons/eye.png diff --git a/AMOEBA3/src/icons/feed--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/feed--arrow.png similarity index 100% rename from AMOEBA3/src/icons/feed--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/feed--arrow.png diff --git a/AMOEBA3/src/icons/feed--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/feed--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/feed--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/feed--exclamation.png diff --git a/AMOEBA3/src/icons/feed--minus.png b/AMOEBA3/src/VISUALIZATION/icons/feed--minus.png similarity index 100% rename from AMOEBA3/src/icons/feed--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/feed--minus.png diff --git a/AMOEBA3/src/icons/feed--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/feed--pencil.png similarity index 100% rename from AMOEBA3/src/icons/feed--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/feed--pencil.png diff --git a/AMOEBA3/src/icons/feed--plus.png b/AMOEBA3/src/VISUALIZATION/icons/feed--plus.png similarity index 100% rename from AMOEBA3/src/icons/feed--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/feed--plus.png diff --git a/AMOEBA3/src/icons/feed-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/feed-balloon.png similarity index 100% rename from AMOEBA3/src/icons/feed-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/feed-balloon.png diff --git a/AMOEBA3/src/icons/feed-document.png b/AMOEBA3/src/VISUALIZATION/icons/feed-document.png similarity index 100% rename from AMOEBA3/src/icons/feed-document.png rename to AMOEBA3/src/VISUALIZATION/icons/feed-document.png diff --git a/AMOEBA3/src/icons/feed-small.png b/AMOEBA3/src/VISUALIZATION/icons/feed-small.png similarity index 100% rename from AMOEBA3/src/icons/feed-small.png rename to AMOEBA3/src/VISUALIZATION/icons/feed-small.png diff --git a/AMOEBA3/src/icons/feed.png b/AMOEBA3/src/VISUALIZATION/icons/feed.png similarity index 100% rename from AMOEBA3/src/icons/feed.png rename to AMOEBA3/src/VISUALIZATION/icons/feed.png diff --git a/AMOEBA3/src/icons/fill-090.png b/AMOEBA3/src/VISUALIZATION/icons/fill-090.png similarity index 100% rename from AMOEBA3/src/icons/fill-090.png rename to AMOEBA3/src/VISUALIZATION/icons/fill-090.png diff --git a/AMOEBA3/src/icons/fill-180.png b/AMOEBA3/src/VISUALIZATION/icons/fill-180.png similarity index 100% rename from AMOEBA3/src/icons/fill-180.png rename to AMOEBA3/src/VISUALIZATION/icons/fill-180.png diff --git a/AMOEBA3/src/icons/fill-270.png b/AMOEBA3/src/VISUALIZATION/icons/fill-270.png similarity index 100% rename from AMOEBA3/src/icons/fill-270.png rename to AMOEBA3/src/VISUALIZATION/icons/fill-270.png diff --git a/AMOEBA3/src/icons/fill-medium-090.png b/AMOEBA3/src/VISUALIZATION/icons/fill-medium-090.png similarity index 100% rename from AMOEBA3/src/icons/fill-medium-090.png rename to AMOEBA3/src/VISUALIZATION/icons/fill-medium-090.png diff --git a/AMOEBA3/src/icons/fill-medium-180.png b/AMOEBA3/src/VISUALIZATION/icons/fill-medium-180.png similarity index 100% rename from AMOEBA3/src/icons/fill-medium-180.png rename to AMOEBA3/src/VISUALIZATION/icons/fill-medium-180.png diff --git a/AMOEBA3/src/icons/fill-medium-270.png b/AMOEBA3/src/VISUALIZATION/icons/fill-medium-270.png similarity index 100% rename from AMOEBA3/src/icons/fill-medium-270.png rename to AMOEBA3/src/VISUALIZATION/icons/fill-medium-270.png diff --git a/AMOEBA3/src/icons/fill-medium.png b/AMOEBA3/src/VISUALIZATION/icons/fill-medium.png similarity index 100% rename from AMOEBA3/src/icons/fill-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/fill-medium.png diff --git a/AMOEBA3/src/icons/fill.png b/AMOEBA3/src/VISUALIZATION/icons/fill.png similarity index 100% rename from AMOEBA3/src/icons/fill.png rename to AMOEBA3/src/VISUALIZATION/icons/fill.png diff --git a/AMOEBA3/src/icons/film--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/film--arrow.png similarity index 100% rename from AMOEBA3/src/icons/film--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/film--arrow.png diff --git a/AMOEBA3/src/icons/film--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/film--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/film--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/film--exclamation.png diff --git a/AMOEBA3/src/icons/film--minus.png b/AMOEBA3/src/VISUALIZATION/icons/film--minus.png similarity index 100% rename from AMOEBA3/src/icons/film--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/film--minus.png diff --git a/AMOEBA3/src/icons/film--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/film--pencil.png similarity index 100% rename from AMOEBA3/src/icons/film--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/film--pencil.png diff --git a/AMOEBA3/src/icons/film--plus.png b/AMOEBA3/src/VISUALIZATION/icons/film--plus.png similarity index 100% rename from AMOEBA3/src/icons/film--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/film--plus.png diff --git a/AMOEBA3/src/icons/film-cast.png b/AMOEBA3/src/VISUALIZATION/icons/film-cast.png similarity index 100% rename from AMOEBA3/src/icons/film-cast.png rename to AMOEBA3/src/VISUALIZATION/icons/film-cast.png diff --git a/AMOEBA3/src/icons/film-medium.png b/AMOEBA3/src/VISUALIZATION/icons/film-medium.png similarity index 100% rename from AMOEBA3/src/icons/film-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/film-medium.png diff --git a/AMOEBA3/src/icons/film-small.png b/AMOEBA3/src/VISUALIZATION/icons/film-small.png similarity index 100% rename from AMOEBA3/src/icons/film-small.png rename to AMOEBA3/src/VISUALIZATION/icons/film-small.png diff --git a/AMOEBA3/src/icons/film-timeline.png b/AMOEBA3/src/VISUALIZATION/icons/film-timeline.png similarity index 100% rename from AMOEBA3/src/icons/film-timeline.png rename to AMOEBA3/src/VISUALIZATION/icons/film-timeline.png diff --git a/AMOEBA3/src/icons/film-youtube.png b/AMOEBA3/src/VISUALIZATION/icons/film-youtube.png similarity index 100% rename from AMOEBA3/src/icons/film-youtube.png rename to AMOEBA3/src/VISUALIZATION/icons/film-youtube.png diff --git a/AMOEBA3/src/icons/film.png b/AMOEBA3/src/VISUALIZATION/icons/film.png similarity index 100% rename from AMOEBA3/src/icons/film.png rename to AMOEBA3/src/VISUALIZATION/icons/film.png diff --git a/AMOEBA3/src/icons/films.png b/AMOEBA3/src/VISUALIZATION/icons/films.png similarity index 100% rename from AMOEBA3/src/icons/films.png rename to AMOEBA3/src/VISUALIZATION/icons/films.png diff --git a/AMOEBA3/src/icons/fingerprint-recognition-fail.png b/AMOEBA3/src/VISUALIZATION/icons/fingerprint-recognition-fail.png similarity index 100% rename from AMOEBA3/src/icons/fingerprint-recognition-fail.png rename to AMOEBA3/src/VISUALIZATION/icons/fingerprint-recognition-fail.png diff --git a/AMOEBA3/src/icons/fingerprint-recognition.png b/AMOEBA3/src/VISUALIZATION/icons/fingerprint-recognition.png similarity index 100% rename from AMOEBA3/src/icons/fingerprint-recognition.png rename to AMOEBA3/src/VISUALIZATION/icons/fingerprint-recognition.png diff --git a/AMOEBA3/src/icons/fingerprint.png b/AMOEBA3/src/VISUALIZATION/icons/fingerprint.png similarity index 100% rename from AMOEBA3/src/icons/fingerprint.png rename to AMOEBA3/src/VISUALIZATION/icons/fingerprint.png diff --git a/AMOEBA3/src/icons/fire--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/fire--arrow.png similarity index 100% rename from AMOEBA3/src/icons/fire--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/fire--arrow.png diff --git a/AMOEBA3/src/icons/fire--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/fire--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/fire--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/fire--exclamation.png diff --git a/AMOEBA3/src/icons/fire--minus.png b/AMOEBA3/src/VISUALIZATION/icons/fire--minus.png similarity index 100% rename from AMOEBA3/src/icons/fire--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/fire--minus.png diff --git a/AMOEBA3/src/icons/fire--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/fire--pencil.png similarity index 100% rename from AMOEBA3/src/icons/fire--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/fire--pencil.png diff --git a/AMOEBA3/src/icons/fire--plus.png b/AMOEBA3/src/VISUALIZATION/icons/fire--plus.png similarity index 100% rename from AMOEBA3/src/icons/fire--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/fire--plus.png diff --git a/AMOEBA3/src/icons/fire-big.png b/AMOEBA3/src/VISUALIZATION/icons/fire-big.png similarity index 100% rename from AMOEBA3/src/icons/fire-big.png rename to AMOEBA3/src/VISUALIZATION/icons/fire-big.png diff --git a/AMOEBA3/src/icons/fire-small.png b/AMOEBA3/src/VISUALIZATION/icons/fire-small.png similarity index 100% rename from AMOEBA3/src/icons/fire-small.png rename to AMOEBA3/src/VISUALIZATION/icons/fire-small.png diff --git a/AMOEBA3/src/icons/fire.png b/AMOEBA3/src/VISUALIZATION/icons/fire.png similarity index 100% rename from AMOEBA3/src/icons/fire.png rename to AMOEBA3/src/VISUALIZATION/icons/fire.png diff --git a/AMOEBA3/src/icons/flag--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/flag--arrow.png similarity index 100% rename from AMOEBA3/src/icons/flag--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/flag--arrow.png diff --git a/AMOEBA3/src/icons/flag--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/flag--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/flag--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/flag--exclamation.png diff --git a/AMOEBA3/src/icons/flag--minus.png b/AMOEBA3/src/VISUALIZATION/icons/flag--minus.png similarity index 100% rename from AMOEBA3/src/icons/flag--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/flag--minus.png diff --git a/AMOEBA3/src/icons/flag--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/flag--pencil.png similarity index 100% rename from AMOEBA3/src/icons/flag--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/flag--pencil.png diff --git a/AMOEBA3/src/icons/flag--plus.png b/AMOEBA3/src/VISUALIZATION/icons/flag--plus.png similarity index 100% rename from AMOEBA3/src/icons/flag--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/flag--plus.png diff --git a/AMOEBA3/src/icons/flag-black.png b/AMOEBA3/src/VISUALIZATION/icons/flag-black.png similarity index 100% rename from AMOEBA3/src/icons/flag-black.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-black.png diff --git a/AMOEBA3/src/icons/flag-blue.png b/AMOEBA3/src/VISUALIZATION/icons/flag-blue.png similarity index 100% rename from AMOEBA3/src/icons/flag-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-blue.png diff --git a/AMOEBA3/src/icons/flag-checker.png b/AMOEBA3/src/VISUALIZATION/icons/flag-checker.png similarity index 100% rename from AMOEBA3/src/icons/flag-checker.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-checker.png diff --git a/AMOEBA3/src/icons/flag-gray.png b/AMOEBA3/src/VISUALIZATION/icons/flag-gray.png similarity index 100% rename from AMOEBA3/src/icons/flag-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-gray.png diff --git a/AMOEBA3/src/icons/flag-green.png b/AMOEBA3/src/VISUALIZATION/icons/flag-green.png similarity index 100% rename from AMOEBA3/src/icons/flag-green.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-green.png diff --git a/AMOEBA3/src/icons/flag-pink.png b/AMOEBA3/src/VISUALIZATION/icons/flag-pink.png similarity index 100% rename from AMOEBA3/src/icons/flag-pink.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-pink.png diff --git a/AMOEBA3/src/icons/flag-purple.png b/AMOEBA3/src/VISUALIZATION/icons/flag-purple.png similarity index 100% rename from AMOEBA3/src/icons/flag-purple.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-purple.png diff --git a/AMOEBA3/src/icons/flag-small.png b/AMOEBA3/src/VISUALIZATION/icons/flag-small.png similarity index 100% rename from AMOEBA3/src/icons/flag-small.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-small.png diff --git a/AMOEBA3/src/icons/flag-white.png b/AMOEBA3/src/VISUALIZATION/icons/flag-white.png similarity index 100% rename from AMOEBA3/src/icons/flag-white.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-white.png diff --git a/AMOEBA3/src/icons/flag-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/flag-yellow.png similarity index 100% rename from AMOEBA3/src/icons/flag-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/flag-yellow.png diff --git a/AMOEBA3/src/icons/flag.png b/AMOEBA3/src/VISUALIZATION/icons/flag.png similarity index 100% rename from AMOEBA3/src/icons/flag.png rename to AMOEBA3/src/VISUALIZATION/icons/flag.png diff --git a/AMOEBA3/src/icons/flashlight--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/flashlight--arrow.png similarity index 100% rename from AMOEBA3/src/icons/flashlight--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/flashlight--arrow.png diff --git a/AMOEBA3/src/icons/flashlight--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/flashlight--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/flashlight--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/flashlight--exclamation.png diff --git a/AMOEBA3/src/icons/flashlight--minus.png b/AMOEBA3/src/VISUALIZATION/icons/flashlight--minus.png similarity index 100% rename from AMOEBA3/src/icons/flashlight--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/flashlight--minus.png diff --git a/AMOEBA3/src/icons/flashlight--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/flashlight--pencil.png similarity index 100% rename from AMOEBA3/src/icons/flashlight--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/flashlight--pencil.png diff --git a/AMOEBA3/src/icons/flashlight--plus.png b/AMOEBA3/src/VISUALIZATION/icons/flashlight--plus.png similarity index 100% rename from AMOEBA3/src/icons/flashlight--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/flashlight--plus.png diff --git a/AMOEBA3/src/icons/flashlight-shine.png b/AMOEBA3/src/VISUALIZATION/icons/flashlight-shine.png similarity index 100% rename from AMOEBA3/src/icons/flashlight-shine.png rename to AMOEBA3/src/VISUALIZATION/icons/flashlight-shine.png diff --git a/AMOEBA3/src/icons/flashlight.png b/AMOEBA3/src/VISUALIZATION/icons/flashlight.png similarity index 100% rename from AMOEBA3/src/icons/flashlight.png rename to AMOEBA3/src/VISUALIZATION/icons/flashlight.png diff --git a/AMOEBA3/src/icons/flask--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/flask--arrow.png similarity index 100% rename from AMOEBA3/src/icons/flask--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/flask--arrow.png diff --git a/AMOEBA3/src/icons/flask--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/flask--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/flask--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/flask--exclamation.png diff --git a/AMOEBA3/src/icons/flask--minus.png b/AMOEBA3/src/VISUALIZATION/icons/flask--minus.png similarity index 100% rename from AMOEBA3/src/icons/flask--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/flask--minus.png diff --git a/AMOEBA3/src/icons/flask--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/flask--pencil.png similarity index 100% rename from AMOEBA3/src/icons/flask--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/flask--pencil.png diff --git a/AMOEBA3/src/icons/flask--plus.png b/AMOEBA3/src/VISUALIZATION/icons/flask--plus.png similarity index 100% rename from AMOEBA3/src/icons/flask--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/flask--plus.png diff --git a/AMOEBA3/src/icons/flask-empty.png b/AMOEBA3/src/VISUALIZATION/icons/flask-empty.png similarity index 100% rename from AMOEBA3/src/icons/flask-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/flask-empty.png diff --git a/AMOEBA3/src/icons/flask.png b/AMOEBA3/src/VISUALIZATION/icons/flask.png similarity index 100% rename from AMOEBA3/src/icons/flask.png rename to AMOEBA3/src/VISUALIZATION/icons/flask.png diff --git a/AMOEBA3/src/icons/flower-face.png b/AMOEBA3/src/VISUALIZATION/icons/flower-face.png similarity index 100% rename from AMOEBA3/src/icons/flower-face.png rename to AMOEBA3/src/VISUALIZATION/icons/flower-face.png diff --git a/AMOEBA3/src/icons/flower-pluck.png b/AMOEBA3/src/VISUALIZATION/icons/flower-pluck.png similarity index 100% rename from AMOEBA3/src/icons/flower-pluck.png rename to AMOEBA3/src/VISUALIZATION/icons/flower-pluck.png diff --git a/AMOEBA3/src/icons/flower.png b/AMOEBA3/src/VISUALIZATION/icons/flower.png similarity index 100% rename from AMOEBA3/src/icons/flower.png rename to AMOEBA3/src/VISUALIZATION/icons/flower.png diff --git a/AMOEBA3/src/icons/foaf.png b/AMOEBA3/src/VISUALIZATION/icons/foaf.png similarity index 100% rename from AMOEBA3/src/icons/foaf.png rename to AMOEBA3/src/VISUALIZATION/icons/foaf.png diff --git a/AMOEBA3/src/icons/folder--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/folder--arrow.png similarity index 100% rename from AMOEBA3/src/icons/folder--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/folder--arrow.png diff --git a/AMOEBA3/src/icons/folder--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/folder--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/folder--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/folder--exclamation.png diff --git a/AMOEBA3/src/icons/folder--minus.png b/AMOEBA3/src/VISUALIZATION/icons/folder--minus.png similarity index 100% rename from AMOEBA3/src/icons/folder--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/folder--minus.png diff --git a/AMOEBA3/src/icons/folder--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/folder--pencil.png similarity index 100% rename from AMOEBA3/src/icons/folder--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/folder--pencil.png diff --git a/AMOEBA3/src/icons/folder--plus.png b/AMOEBA3/src/VISUALIZATION/icons/folder--plus.png similarity index 100% rename from AMOEBA3/src/icons/folder--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/folder--plus.png diff --git a/AMOEBA3/src/icons/folder-bookmark.png b/AMOEBA3/src/VISUALIZATION/icons/folder-bookmark.png similarity index 100% rename from AMOEBA3/src/icons/folder-bookmark.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-bookmark.png diff --git a/AMOEBA3/src/icons/folder-broken.png b/AMOEBA3/src/VISUALIZATION/icons/folder-broken.png similarity index 100% rename from AMOEBA3/src/icons/folder-broken.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-broken.png diff --git a/AMOEBA3/src/icons/folder-export.png b/AMOEBA3/src/VISUALIZATION/icons/folder-export.png similarity index 100% rename from AMOEBA3/src/icons/folder-export.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-export.png diff --git a/AMOEBA3/src/icons/folder-horizontal-open.png b/AMOEBA3/src/VISUALIZATION/icons/folder-horizontal-open.png similarity index 100% rename from AMOEBA3/src/icons/folder-horizontal-open.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-horizontal-open.png diff --git a/AMOEBA3/src/icons/folder-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/folder-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/folder-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-horizontal.png diff --git a/AMOEBA3/src/icons/folder-import.png b/AMOEBA3/src/VISUALIZATION/icons/folder-import.png similarity index 100% rename from AMOEBA3/src/icons/folder-import.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-import.png diff --git a/AMOEBA3/src/icons/folder-medium.png b/AMOEBA3/src/VISUALIZATION/icons/folder-medium.png similarity index 100% rename from AMOEBA3/src/icons/folder-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-medium.png diff --git a/AMOEBA3/src/icons/folder-network-horizontal-open.png b/AMOEBA3/src/VISUALIZATION/icons/folder-network-horizontal-open.png similarity index 100% rename from AMOEBA3/src/icons/folder-network-horizontal-open.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-network-horizontal-open.png diff --git a/AMOEBA3/src/icons/folder-network-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/folder-network-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/folder-network-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-network-horizontal.png diff --git a/AMOEBA3/src/icons/folder-network.png b/AMOEBA3/src/VISUALIZATION/icons/folder-network.png similarity index 100% rename from AMOEBA3/src/icons/folder-network.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-network.png diff --git a/AMOEBA3/src/icons/folder-open-document-music-playlist.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-document-music-playlist.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-document-music-playlist.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-document-music-playlist.png diff --git a/AMOEBA3/src/icons/folder-open-document-music.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-document-music.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-document-music.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-document-music.png diff --git a/AMOEBA3/src/icons/folder-open-document-text.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-document-text.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-document-text.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-document-text.png diff --git a/AMOEBA3/src/icons/folder-open-document.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-document.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-document.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-document.png diff --git a/AMOEBA3/src/icons/folder-open-feed.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-feed.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-feed.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-feed.png diff --git a/AMOEBA3/src/icons/folder-open-film.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-film.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-film.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-film.png diff --git a/AMOEBA3/src/icons/folder-open-image.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-image.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-image.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-image.png diff --git a/AMOEBA3/src/icons/folder-open-slide.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-slide.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-slide.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-slide.png diff --git a/AMOEBA3/src/icons/folder-open-table.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open-table.png similarity index 100% rename from AMOEBA3/src/icons/folder-open-table.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open-table.png diff --git a/AMOEBA3/src/icons/folder-open.png b/AMOEBA3/src/VISUALIZATION/icons/folder-open.png similarity index 100% rename from AMOEBA3/src/icons/folder-open.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-open.png diff --git a/AMOEBA3/src/icons/folder-rename.png b/AMOEBA3/src/VISUALIZATION/icons/folder-rename.png similarity index 100% rename from AMOEBA3/src/icons/folder-rename.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-rename.png diff --git a/AMOEBA3/src/icons/folder-search-result.png b/AMOEBA3/src/VISUALIZATION/icons/folder-search-result.png similarity index 100% rename from AMOEBA3/src/icons/folder-search-result.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-search-result.png diff --git a/AMOEBA3/src/icons/folder-share.png b/AMOEBA3/src/VISUALIZATION/icons/folder-share.png similarity index 100% rename from AMOEBA3/src/icons/folder-share.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-share.png diff --git a/AMOEBA3/src/icons/folder-shred.png b/AMOEBA3/src/VISUALIZATION/icons/folder-shred.png similarity index 100% rename from AMOEBA3/src/icons/folder-shred.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-shred.png diff --git a/AMOEBA3/src/icons/folder-small-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/folder-small-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/folder-small-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-small-horizontal.png diff --git a/AMOEBA3/src/icons/folder-small.png b/AMOEBA3/src/VISUALIZATION/icons/folder-small.png similarity index 100% rename from AMOEBA3/src/icons/folder-small.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-small.png diff --git a/AMOEBA3/src/icons/folder-smiley-sad.png b/AMOEBA3/src/VISUALIZATION/icons/folder-smiley-sad.png similarity index 100% rename from AMOEBA3/src/icons/folder-smiley-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-smiley-sad.png diff --git a/AMOEBA3/src/icons/folder-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/folder-smiley.png similarity index 100% rename from AMOEBA3/src/icons/folder-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-smiley.png diff --git a/AMOEBA3/src/icons/folder-stamp.png b/AMOEBA3/src/VISUALIZATION/icons/folder-stamp.png similarity index 100% rename from AMOEBA3/src/icons/folder-stamp.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-stamp.png diff --git a/AMOEBA3/src/icons/folder-stand.png b/AMOEBA3/src/VISUALIZATION/icons/folder-stand.png similarity index 100% rename from AMOEBA3/src/icons/folder-stand.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-stand.png diff --git a/AMOEBA3/src/icons/folder-sticky-note.png b/AMOEBA3/src/VISUALIZATION/icons/folder-sticky-note.png similarity index 100% rename from AMOEBA3/src/icons/folder-sticky-note.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-sticky-note.png diff --git a/AMOEBA3/src/icons/folder-tree.png b/AMOEBA3/src/VISUALIZATION/icons/folder-tree.png similarity index 100% rename from AMOEBA3/src/icons/folder-tree.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-tree.png diff --git a/AMOEBA3/src/icons/folder-zipper.png b/AMOEBA3/src/VISUALIZATION/icons/folder-zipper.png similarity index 100% rename from AMOEBA3/src/icons/folder-zipper.png rename to AMOEBA3/src/VISUALIZATION/icons/folder-zipper.png diff --git a/AMOEBA3/src/icons/folder.png b/AMOEBA3/src/VISUALIZATION/icons/folder.png similarity index 100% rename from AMOEBA3/src/icons/folder.png rename to AMOEBA3/src/VISUALIZATION/icons/folder.png diff --git a/AMOEBA3/src/icons/folders-stack.png b/AMOEBA3/src/VISUALIZATION/icons/folders-stack.png similarity index 100% rename from AMOEBA3/src/icons/folders-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/folders-stack.png diff --git a/AMOEBA3/src/icons/folders.png b/AMOEBA3/src/VISUALIZATION/icons/folders.png similarity index 100% rename from AMOEBA3/src/icons/folders.png rename to AMOEBA3/src/VISUALIZATION/icons/folders.png diff --git a/AMOEBA3/src/icons/folding-fan.png b/AMOEBA3/src/VISUALIZATION/icons/folding-fan.png similarity index 100% rename from AMOEBA3/src/icons/folding-fan.png rename to AMOEBA3/src/VISUALIZATION/icons/folding-fan.png diff --git a/AMOEBA3/src/icons/footprint.png b/AMOEBA3/src/VISUALIZATION/icons/footprint.png similarity index 100% rename from AMOEBA3/src/icons/footprint.png rename to AMOEBA3/src/VISUALIZATION/icons/footprint.png diff --git a/AMOEBA3/src/icons/footprints.png b/AMOEBA3/src/VISUALIZATION/icons/footprints.png similarity index 100% rename from AMOEBA3/src/icons/footprints.png rename to AMOEBA3/src/VISUALIZATION/icons/footprints.png diff --git a/AMOEBA3/src/icons/fruit-apple-half.png b/AMOEBA3/src/VISUALIZATION/icons/fruit-apple-half.png similarity index 100% rename from AMOEBA3/src/icons/fruit-apple-half.png rename to AMOEBA3/src/VISUALIZATION/icons/fruit-apple-half.png diff --git a/AMOEBA3/src/icons/fruit-grape.png b/AMOEBA3/src/VISUALIZATION/icons/fruit-grape.png similarity index 100% rename from AMOEBA3/src/icons/fruit-grape.png rename to AMOEBA3/src/VISUALIZATION/icons/fruit-grape.png diff --git a/AMOEBA3/src/icons/fruit-lime.png b/AMOEBA3/src/VISUALIZATION/icons/fruit-lime.png similarity index 100% rename from AMOEBA3/src/icons/fruit-lime.png rename to AMOEBA3/src/VISUALIZATION/icons/fruit-lime.png diff --git a/AMOEBA3/src/icons/fruit-orange.png b/AMOEBA3/src/VISUALIZATION/icons/fruit-orange.png similarity index 100% rename from AMOEBA3/src/icons/fruit-orange.png rename to AMOEBA3/src/VISUALIZATION/icons/fruit-orange.png diff --git a/AMOEBA3/src/icons/fruit.png b/AMOEBA3/src/VISUALIZATION/icons/fruit.png similarity index 100% rename from AMOEBA3/src/icons/fruit.png rename to AMOEBA3/src/VISUALIZATION/icons/fruit.png diff --git a/AMOEBA3/src/icons/function.png b/AMOEBA3/src/VISUALIZATION/icons/function.png similarity index 100% rename from AMOEBA3/src/icons/function.png rename to AMOEBA3/src/VISUALIZATION/icons/function.png diff --git a/AMOEBA3/src/icons/funnel--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/funnel--arrow.png similarity index 100% rename from AMOEBA3/src/icons/funnel--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/funnel--arrow.png diff --git a/AMOEBA3/src/icons/funnel--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/funnel--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/funnel--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/funnel--exclamation.png diff --git a/AMOEBA3/src/icons/funnel--minus.png b/AMOEBA3/src/VISUALIZATION/icons/funnel--minus.png similarity index 100% rename from AMOEBA3/src/icons/funnel--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/funnel--minus.png diff --git a/AMOEBA3/src/icons/funnel--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/funnel--pencil.png similarity index 100% rename from AMOEBA3/src/icons/funnel--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/funnel--pencil.png diff --git a/AMOEBA3/src/icons/funnel--plus.png b/AMOEBA3/src/VISUALIZATION/icons/funnel--plus.png similarity index 100% rename from AMOEBA3/src/icons/funnel--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/funnel--plus.png diff --git a/AMOEBA3/src/icons/funnel-small.png b/AMOEBA3/src/VISUALIZATION/icons/funnel-small.png similarity index 100% rename from AMOEBA3/src/icons/funnel-small.png rename to AMOEBA3/src/VISUALIZATION/icons/funnel-small.png diff --git a/AMOEBA3/src/icons/funnel.png b/AMOEBA3/src/VISUALIZATION/icons/funnel.png similarity index 100% rename from AMOEBA3/src/icons/funnel.png rename to AMOEBA3/src/VISUALIZATION/icons/funnel.png diff --git a/AMOEBA3/src/icons/futon.png b/AMOEBA3/src/VISUALIZATION/icons/futon.png similarity index 100% rename from AMOEBA3/src/icons/futon.png rename to AMOEBA3/src/VISUALIZATION/icons/futon.png diff --git a/AMOEBA3/src/icons/game-monitor.png b/AMOEBA3/src/VISUALIZATION/icons/game-monitor.png similarity index 100% rename from AMOEBA3/src/icons/game-monitor.png rename to AMOEBA3/src/VISUALIZATION/icons/game-monitor.png diff --git a/AMOEBA3/src/icons/game.png b/AMOEBA3/src/VISUALIZATION/icons/game.png similarity index 100% rename from AMOEBA3/src/icons/game.png rename to AMOEBA3/src/VISUALIZATION/icons/game.png diff --git a/AMOEBA3/src/icons/gear--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/gear--arrow.png similarity index 100% rename from AMOEBA3/src/icons/gear--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/gear--arrow.png diff --git a/AMOEBA3/src/icons/gear--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/gear--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/gear--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/gear--exclamation.png diff --git a/AMOEBA3/src/icons/gear--minus.png b/AMOEBA3/src/VISUALIZATION/icons/gear--minus.png similarity index 100% rename from AMOEBA3/src/icons/gear--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/gear--minus.png diff --git a/AMOEBA3/src/icons/gear--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/gear--pencil.png similarity index 100% rename from AMOEBA3/src/icons/gear--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/gear--pencil.png diff --git a/AMOEBA3/src/icons/gear--plus.png b/AMOEBA3/src/VISUALIZATION/icons/gear--plus.png similarity index 100% rename from AMOEBA3/src/icons/gear--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/gear--plus.png diff --git a/AMOEBA3/src/icons/gear-small.png b/AMOEBA3/src/VISUALIZATION/icons/gear-small.png similarity index 100% rename from AMOEBA3/src/icons/gear-small.png rename to AMOEBA3/src/VISUALIZATION/icons/gear-small.png diff --git a/AMOEBA3/src/icons/gear.png b/AMOEBA3/src/VISUALIZATION/icons/gear.png similarity index 100% rename from AMOEBA3/src/icons/gear.png rename to AMOEBA3/src/VISUALIZATION/icons/gear.png diff --git a/AMOEBA3/src/icons/gender-female.png b/AMOEBA3/src/VISUALIZATION/icons/gender-female.png similarity index 100% rename from AMOEBA3/src/icons/gender-female.png rename to AMOEBA3/src/VISUALIZATION/icons/gender-female.png diff --git a/AMOEBA3/src/icons/gender.png b/AMOEBA3/src/VISUALIZATION/icons/gender.png similarity index 100% rename from AMOEBA3/src/icons/gender.png rename to AMOEBA3/src/VISUALIZATION/icons/gender.png diff --git a/AMOEBA3/src/icons/geolocation-small.png b/AMOEBA3/src/VISUALIZATION/icons/geolocation-small.png similarity index 100% rename from AMOEBA3/src/icons/geolocation-small.png rename to AMOEBA3/src/VISUALIZATION/icons/geolocation-small.png diff --git a/AMOEBA3/src/icons/geolocation.png b/AMOEBA3/src/VISUALIZATION/icons/geolocation.png similarity index 100% rename from AMOEBA3/src/icons/geolocation.png rename to AMOEBA3/src/VISUALIZATION/icons/geolocation.png diff --git a/AMOEBA3/src/icons/geotag-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/geotag-balloon.png similarity index 100% rename from AMOEBA3/src/icons/geotag-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/geotag-balloon.png diff --git a/AMOEBA3/src/icons/geotag-document.png b/AMOEBA3/src/VISUALIZATION/icons/geotag-document.png similarity index 100% rename from AMOEBA3/src/icons/geotag-document.png rename to AMOEBA3/src/VISUALIZATION/icons/geotag-document.png diff --git a/AMOEBA3/src/icons/geotag-small.png b/AMOEBA3/src/VISUALIZATION/icons/geotag-small.png similarity index 100% rename from AMOEBA3/src/icons/geotag-small.png rename to AMOEBA3/src/VISUALIZATION/icons/geotag-small.png diff --git a/AMOEBA3/src/icons/geotag.png b/AMOEBA3/src/VISUALIZATION/icons/geotag.png similarity index 100% rename from AMOEBA3/src/icons/geotag.png rename to AMOEBA3/src/VISUALIZATION/icons/geotag.png diff --git a/AMOEBA3/src/icons/ghost-small.png b/AMOEBA3/src/VISUALIZATION/icons/ghost-small.png similarity index 100% rename from AMOEBA3/src/icons/ghost-small.png rename to AMOEBA3/src/VISUALIZATION/icons/ghost-small.png diff --git a/AMOEBA3/src/icons/ghost.png b/AMOEBA3/src/VISUALIZATION/icons/ghost.png similarity index 100% rename from AMOEBA3/src/icons/ghost.png rename to AMOEBA3/src/VISUALIZATION/icons/ghost.png diff --git a/AMOEBA3/src/icons/gingerbread-man-chocolate.png b/AMOEBA3/src/VISUALIZATION/icons/gingerbread-man-chocolate.png similarity index 100% rename from AMOEBA3/src/icons/gingerbread-man-chocolate.png rename to AMOEBA3/src/VISUALIZATION/icons/gingerbread-man-chocolate.png diff --git a/AMOEBA3/src/icons/gingerbread-man.png b/AMOEBA3/src/VISUALIZATION/icons/gingerbread-man.png similarity index 100% rename from AMOEBA3/src/icons/gingerbread-man.png rename to AMOEBA3/src/VISUALIZATION/icons/gingerbread-man.png diff --git a/AMOEBA3/src/icons/git-small.png b/AMOEBA3/src/VISUALIZATION/icons/git-small.png similarity index 100% rename from AMOEBA3/src/icons/git-small.png rename to AMOEBA3/src/VISUALIZATION/icons/git-small.png diff --git a/AMOEBA3/src/icons/git.png b/AMOEBA3/src/VISUALIZATION/icons/git.png similarity index 100% rename from AMOEBA3/src/icons/git.png rename to AMOEBA3/src/VISUALIZATION/icons/git.png diff --git a/AMOEBA3/src/icons/glass--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/glass--arrow.png similarity index 100% rename from AMOEBA3/src/icons/glass--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/glass--arrow.png diff --git a/AMOEBA3/src/icons/glass--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/glass--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/glass--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/glass--exclamation.png diff --git a/AMOEBA3/src/icons/glass--minus.png b/AMOEBA3/src/VISUALIZATION/icons/glass--minus.png similarity index 100% rename from AMOEBA3/src/icons/glass--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/glass--minus.png diff --git a/AMOEBA3/src/icons/glass--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/glass--pencil.png similarity index 100% rename from AMOEBA3/src/icons/glass--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/glass--pencil.png diff --git a/AMOEBA3/src/icons/glass--plus.png b/AMOEBA3/src/VISUALIZATION/icons/glass--plus.png similarity index 100% rename from AMOEBA3/src/icons/glass--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/glass--plus.png diff --git a/AMOEBA3/src/icons/glass-empty.png b/AMOEBA3/src/VISUALIZATION/icons/glass-empty.png similarity index 100% rename from AMOEBA3/src/icons/glass-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/glass-empty.png diff --git a/AMOEBA3/src/icons/glass-narrow.png b/AMOEBA3/src/VISUALIZATION/icons/glass-narrow.png similarity index 100% rename from AMOEBA3/src/icons/glass-narrow.png rename to AMOEBA3/src/VISUALIZATION/icons/glass-narrow.png diff --git a/AMOEBA3/src/icons/glass-wide.png b/AMOEBA3/src/VISUALIZATION/icons/glass-wide.png similarity index 100% rename from AMOEBA3/src/icons/glass-wide.png rename to AMOEBA3/src/VISUALIZATION/icons/glass-wide.png diff --git a/AMOEBA3/src/icons/glass.png b/AMOEBA3/src/VISUALIZATION/icons/glass.png similarity index 100% rename from AMOEBA3/src/icons/glass.png rename to AMOEBA3/src/VISUALIZATION/icons/glass.png diff --git a/AMOEBA3/src/icons/globe--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/globe--arrow.png similarity index 100% rename from AMOEBA3/src/icons/globe--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/globe--arrow.png diff --git a/AMOEBA3/src/icons/globe--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/globe--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/globe--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/globe--exclamation.png diff --git a/AMOEBA3/src/icons/globe--minus.png b/AMOEBA3/src/VISUALIZATION/icons/globe--minus.png similarity index 100% rename from AMOEBA3/src/icons/globe--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/globe--minus.png diff --git a/AMOEBA3/src/icons/globe--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/globe--pencil.png similarity index 100% rename from AMOEBA3/src/icons/globe--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/globe--pencil.png diff --git a/AMOEBA3/src/icons/globe--plus.png b/AMOEBA3/src/VISUALIZATION/icons/globe--plus.png similarity index 100% rename from AMOEBA3/src/icons/globe--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/globe--plus.png diff --git a/AMOEBA3/src/icons/globe-green.png b/AMOEBA3/src/VISUALIZATION/icons/globe-green.png similarity index 100% rename from AMOEBA3/src/icons/globe-green.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-green.png diff --git a/AMOEBA3/src/icons/globe-medium-green.png b/AMOEBA3/src/VISUALIZATION/icons/globe-medium-green.png similarity index 100% rename from AMOEBA3/src/icons/globe-medium-green.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-medium-green.png diff --git a/AMOEBA3/src/icons/globe-medium.png b/AMOEBA3/src/VISUALIZATION/icons/globe-medium.png similarity index 100% rename from AMOEBA3/src/icons/globe-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-medium.png diff --git a/AMOEBA3/src/icons/globe-model.png b/AMOEBA3/src/VISUALIZATION/icons/globe-model.png similarity index 100% rename from AMOEBA3/src/icons/globe-model.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-model.png diff --git a/AMOEBA3/src/icons/globe-network-ethernet.png b/AMOEBA3/src/VISUALIZATION/icons/globe-network-ethernet.png similarity index 100% rename from AMOEBA3/src/icons/globe-network-ethernet.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-network-ethernet.png diff --git a/AMOEBA3/src/icons/globe-network.png b/AMOEBA3/src/VISUALIZATION/icons/globe-network.png similarity index 100% rename from AMOEBA3/src/icons/globe-network.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-network.png diff --git a/AMOEBA3/src/icons/globe-place.png b/AMOEBA3/src/VISUALIZATION/icons/globe-place.png similarity index 100% rename from AMOEBA3/src/icons/globe-place.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-place.png diff --git a/AMOEBA3/src/icons/globe-share.png b/AMOEBA3/src/VISUALIZATION/icons/globe-share.png similarity index 100% rename from AMOEBA3/src/icons/globe-share.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-share.png diff --git a/AMOEBA3/src/icons/globe-small-green.png b/AMOEBA3/src/VISUALIZATION/icons/globe-small-green.png similarity index 100% rename from AMOEBA3/src/icons/globe-small-green.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-small-green.png diff --git a/AMOEBA3/src/icons/globe-small.png b/AMOEBA3/src/VISUALIZATION/icons/globe-small.png similarity index 100% rename from AMOEBA3/src/icons/globe-small.png rename to AMOEBA3/src/VISUALIZATION/icons/globe-small.png diff --git a/AMOEBA3/src/icons/globe.png b/AMOEBA3/src/VISUALIZATION/icons/globe.png similarity index 100% rename from AMOEBA3/src/icons/globe.png rename to AMOEBA3/src/VISUALIZATION/icons/globe.png diff --git a/AMOEBA3/src/icons/gradient-small.png b/AMOEBA3/src/VISUALIZATION/icons/gradient-small.png similarity index 100% rename from AMOEBA3/src/icons/gradient-small.png rename to AMOEBA3/src/VISUALIZATION/icons/gradient-small.png diff --git a/AMOEBA3/src/icons/gradient.png b/AMOEBA3/src/VISUALIZATION/icons/gradient.png similarity index 100% rename from AMOEBA3/src/icons/gradient.png rename to AMOEBA3/src/VISUALIZATION/icons/gradient.png diff --git a/AMOEBA3/src/icons/graduation-hat.png b/AMOEBA3/src/VISUALIZATION/icons/graduation-hat.png similarity index 100% rename from AMOEBA3/src/icons/graduation-hat.png rename to AMOEBA3/src/VISUALIZATION/icons/graduation-hat.png diff --git a/AMOEBA3/src/icons/graphic-card.png b/AMOEBA3/src/VISUALIZATION/icons/graphic-card.png similarity index 100% rename from AMOEBA3/src/icons/graphic-card.png rename to AMOEBA3/src/VISUALIZATION/icons/graphic-card.png diff --git a/AMOEBA3/src/icons/grid-dot.png b/AMOEBA3/src/VISUALIZATION/icons/grid-dot.png similarity index 100% rename from AMOEBA3/src/icons/grid-dot.png rename to AMOEBA3/src/VISUALIZATION/icons/grid-dot.png diff --git a/AMOEBA3/src/icons/grid-small-dot.png b/AMOEBA3/src/VISUALIZATION/icons/grid-small-dot.png similarity index 100% rename from AMOEBA3/src/icons/grid-small-dot.png rename to AMOEBA3/src/VISUALIZATION/icons/grid-small-dot.png diff --git a/AMOEBA3/src/icons/grid-small.png b/AMOEBA3/src/VISUALIZATION/icons/grid-small.png similarity index 100% rename from AMOEBA3/src/icons/grid-small.png rename to AMOEBA3/src/VISUALIZATION/icons/grid-small.png diff --git a/AMOEBA3/src/icons/grid-snap-dot.png b/AMOEBA3/src/VISUALIZATION/icons/grid-snap-dot.png similarity index 100% rename from AMOEBA3/src/icons/grid-snap-dot.png rename to AMOEBA3/src/VISUALIZATION/icons/grid-snap-dot.png diff --git a/AMOEBA3/src/icons/grid-snap.png b/AMOEBA3/src/VISUALIZATION/icons/grid-snap.png similarity index 100% rename from AMOEBA3/src/icons/grid-snap.png rename to AMOEBA3/src/VISUALIZATION/icons/grid-snap.png diff --git a/AMOEBA3/src/icons/grid.png b/AMOEBA3/src/VISUALIZATION/icons/grid.png similarity index 100% rename from AMOEBA3/src/icons/grid.png rename to AMOEBA3/src/VISUALIZATION/icons/grid.png diff --git a/AMOEBA3/src/icons/guide-snap.png b/AMOEBA3/src/VISUALIZATION/icons/guide-snap.png similarity index 100% rename from AMOEBA3/src/icons/guide-snap.png rename to AMOEBA3/src/VISUALIZATION/icons/guide-snap.png diff --git a/AMOEBA3/src/icons/guide.png b/AMOEBA3/src/VISUALIZATION/icons/guide.png similarity index 100% rename from AMOEBA3/src/icons/guide.png rename to AMOEBA3/src/VISUALIZATION/icons/guide.png diff --git a/AMOEBA3/src/icons/guitar--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/guitar--arrow.png similarity index 100% rename from AMOEBA3/src/icons/guitar--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/guitar--arrow.png diff --git a/AMOEBA3/src/icons/guitar--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/guitar--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/guitar--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/guitar--exclamation.png diff --git a/AMOEBA3/src/icons/guitar--minus.png b/AMOEBA3/src/VISUALIZATION/icons/guitar--minus.png similarity index 100% rename from AMOEBA3/src/icons/guitar--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/guitar--minus.png diff --git a/AMOEBA3/src/icons/guitar--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/guitar--pencil.png similarity index 100% rename from AMOEBA3/src/icons/guitar--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/guitar--pencil.png diff --git a/AMOEBA3/src/icons/guitar--plus.png b/AMOEBA3/src/VISUALIZATION/icons/guitar--plus.png similarity index 100% rename from AMOEBA3/src/icons/guitar--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/guitar--plus.png diff --git a/AMOEBA3/src/icons/guitar.png b/AMOEBA3/src/VISUALIZATION/icons/guitar.png similarity index 100% rename from AMOEBA3/src/icons/guitar.png rename to AMOEBA3/src/VISUALIZATION/icons/guitar.png diff --git a/AMOEBA3/src/icons/haiku-wide.png b/AMOEBA3/src/VISUALIZATION/icons/haiku-wide.png similarity index 100% rename from AMOEBA3/src/icons/haiku-wide.png rename to AMOEBA3/src/VISUALIZATION/icons/haiku-wide.png diff --git a/AMOEBA3/src/icons/haiku.png b/AMOEBA3/src/VISUALIZATION/icons/haiku.png similarity index 100% rename from AMOEBA3/src/icons/haiku.png rename to AMOEBA3/src/VISUALIZATION/icons/haiku.png diff --git a/AMOEBA3/src/icons/hamburger.png b/AMOEBA3/src/VISUALIZATION/icons/hamburger.png similarity index 100% rename from AMOEBA3/src/icons/hamburger.png rename to AMOEBA3/src/VISUALIZATION/icons/hamburger.png diff --git a/AMOEBA3/src/icons/hammer--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/hammer--arrow.png similarity index 100% rename from AMOEBA3/src/icons/hammer--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/hammer--arrow.png diff --git a/AMOEBA3/src/icons/hammer--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/hammer--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/hammer--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/hammer--exclamation.png diff --git a/AMOEBA3/src/icons/hammer--minus.png b/AMOEBA3/src/VISUALIZATION/icons/hammer--minus.png similarity index 100% rename from AMOEBA3/src/icons/hammer--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/hammer--minus.png diff --git a/AMOEBA3/src/icons/hammer--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/hammer--pencil.png similarity index 100% rename from AMOEBA3/src/icons/hammer--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/hammer--pencil.png diff --git a/AMOEBA3/src/icons/hammer--plus.png b/AMOEBA3/src/VISUALIZATION/icons/hammer--plus.png similarity index 100% rename from AMOEBA3/src/icons/hammer--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/hammer--plus.png diff --git a/AMOEBA3/src/icons/hammer-left.png b/AMOEBA3/src/VISUALIZATION/icons/hammer-left.png similarity index 100% rename from AMOEBA3/src/icons/hammer-left.png rename to AMOEBA3/src/VISUALIZATION/icons/hammer-left.png diff --git a/AMOEBA3/src/icons/hammer-screwdriver.png b/AMOEBA3/src/VISUALIZATION/icons/hammer-screwdriver.png similarity index 100% rename from AMOEBA3/src/icons/hammer-screwdriver.png rename to AMOEBA3/src/VISUALIZATION/icons/hammer-screwdriver.png diff --git a/AMOEBA3/src/icons/hammer.png b/AMOEBA3/src/VISUALIZATION/icons/hammer.png similarity index 100% rename from AMOEBA3/src/icons/hammer.png rename to AMOEBA3/src/VISUALIZATION/icons/hammer.png diff --git a/AMOEBA3/src/icons/hand-finger.png b/AMOEBA3/src/VISUALIZATION/icons/hand-finger.png similarity index 100% rename from AMOEBA3/src/icons/hand-finger.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-finger.png diff --git a/AMOEBA3/src/icons/hand-horns.png b/AMOEBA3/src/VISUALIZATION/icons/hand-horns.png similarity index 100% rename from AMOEBA3/src/icons/hand-horns.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-horns.png diff --git a/AMOEBA3/src/icons/hand-ily.png b/AMOEBA3/src/VISUALIZATION/icons/hand-ily.png similarity index 100% rename from AMOEBA3/src/icons/hand-ily.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-ily.png diff --git a/AMOEBA3/src/icons/hand-pinky.png b/AMOEBA3/src/VISUALIZATION/icons/hand-pinky.png similarity index 100% rename from AMOEBA3/src/icons/hand-pinky.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-pinky.png diff --git a/AMOEBA3/src/icons/hand-point-090.png b/AMOEBA3/src/VISUALIZATION/icons/hand-point-090.png similarity index 100% rename from AMOEBA3/src/icons/hand-point-090.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-point-090.png diff --git a/AMOEBA3/src/icons/hand-point-180.png b/AMOEBA3/src/VISUALIZATION/icons/hand-point-180.png similarity index 100% rename from AMOEBA3/src/icons/hand-point-180.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-point-180.png diff --git a/AMOEBA3/src/icons/hand-point-270.png b/AMOEBA3/src/VISUALIZATION/icons/hand-point-270.png similarity index 100% rename from AMOEBA3/src/icons/hand-point-270.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-point-270.png diff --git a/AMOEBA3/src/icons/hand-point.png b/AMOEBA3/src/VISUALIZATION/icons/hand-point.png similarity index 100% rename from AMOEBA3/src/icons/hand-point.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-point.png diff --git a/AMOEBA3/src/icons/hand-property.png b/AMOEBA3/src/VISUALIZATION/icons/hand-property.png similarity index 100% rename from AMOEBA3/src/icons/hand-property.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-property.png diff --git a/AMOEBA3/src/icons/hand-red-string-of-fate.png b/AMOEBA3/src/VISUALIZATION/icons/hand-red-string-of-fate.png similarity index 100% rename from AMOEBA3/src/icons/hand-red-string-of-fate.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-red-string-of-fate.png diff --git a/AMOEBA3/src/icons/hand-shake.png b/AMOEBA3/src/VISUALIZATION/icons/hand-shake.png similarity index 100% rename from AMOEBA3/src/icons/hand-shake.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-shake.png diff --git a/AMOEBA3/src/icons/hand-share.png b/AMOEBA3/src/VISUALIZATION/icons/hand-share.png similarity index 100% rename from AMOEBA3/src/icons/hand-share.png rename to AMOEBA3/src/VISUALIZATION/icons/hand-share.png diff --git a/AMOEBA3/src/icons/hand.png b/AMOEBA3/src/VISUALIZATION/icons/hand.png similarity index 100% rename from AMOEBA3/src/icons/hand.png rename to AMOEBA3/src/VISUALIZATION/icons/hand.png diff --git a/AMOEBA3/src/icons/hard-hat--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat--arrow.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat--arrow.png diff --git a/AMOEBA3/src/icons/hard-hat--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat--exclamation.png diff --git a/AMOEBA3/src/icons/hard-hat--minus.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat--minus.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat--minus.png diff --git a/AMOEBA3/src/icons/hard-hat--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat--pencil.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat--pencil.png diff --git a/AMOEBA3/src/icons/hard-hat--plus.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat--plus.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat--plus.png diff --git a/AMOEBA3/src/icons/hard-hat-military-camouflage.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat-military-camouflage.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat-military-camouflage.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat-military-camouflage.png diff --git a/AMOEBA3/src/icons/hard-hat-military.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat-military.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat-military.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat-military.png diff --git a/AMOEBA3/src/icons/hard-hat-mine.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat-mine.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat-mine.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat-mine.png diff --git a/AMOEBA3/src/icons/hard-hat.png b/AMOEBA3/src/VISUALIZATION/icons/hard-hat.png similarity index 100% rename from AMOEBA3/src/icons/hard-hat.png rename to AMOEBA3/src/VISUALIZATION/icons/hard-hat.png diff --git a/AMOEBA3/src/icons/headphone--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/headphone--arrow.png similarity index 100% rename from AMOEBA3/src/icons/headphone--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/headphone--arrow.png diff --git a/AMOEBA3/src/icons/headphone--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/headphone--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/headphone--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/headphone--exclamation.png diff --git a/AMOEBA3/src/icons/headphone--minus.png b/AMOEBA3/src/VISUALIZATION/icons/headphone--minus.png similarity index 100% rename from AMOEBA3/src/icons/headphone--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/headphone--minus.png diff --git a/AMOEBA3/src/icons/headphone--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/headphone--pencil.png similarity index 100% rename from AMOEBA3/src/icons/headphone--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/headphone--pencil.png diff --git a/AMOEBA3/src/icons/headphone--plus.png b/AMOEBA3/src/VISUALIZATION/icons/headphone--plus.png similarity index 100% rename from AMOEBA3/src/icons/headphone--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/headphone--plus.png diff --git a/AMOEBA3/src/icons/headphone-microphone.png b/AMOEBA3/src/VISUALIZATION/icons/headphone-microphone.png similarity index 100% rename from AMOEBA3/src/icons/headphone-microphone.png rename to AMOEBA3/src/VISUALIZATION/icons/headphone-microphone.png diff --git a/AMOEBA3/src/icons/headphone.png b/AMOEBA3/src/VISUALIZATION/icons/headphone.png similarity index 100% rename from AMOEBA3/src/icons/headphone.png rename to AMOEBA3/src/VISUALIZATION/icons/headphone.png diff --git a/AMOEBA3/src/icons/headstone-cross.png b/AMOEBA3/src/VISUALIZATION/icons/headstone-cross.png similarity index 100% rename from AMOEBA3/src/icons/headstone-cross.png rename to AMOEBA3/src/VISUALIZATION/icons/headstone-cross.png diff --git a/AMOEBA3/src/icons/headstone-rip.png b/AMOEBA3/src/VISUALIZATION/icons/headstone-rip.png similarity index 100% rename from AMOEBA3/src/icons/headstone-rip.png rename to AMOEBA3/src/VISUALIZATION/icons/headstone-rip.png diff --git a/AMOEBA3/src/icons/headstone.png b/AMOEBA3/src/VISUALIZATION/icons/headstone.png similarity index 100% rename from AMOEBA3/src/icons/headstone.png rename to AMOEBA3/src/VISUALIZATION/icons/headstone.png diff --git a/AMOEBA3/src/icons/heart--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/heart--arrow.png similarity index 100% rename from AMOEBA3/src/icons/heart--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/heart--arrow.png diff --git a/AMOEBA3/src/icons/heart--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/heart--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/heart--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/heart--exclamation.png diff --git a/AMOEBA3/src/icons/heart--minus.png b/AMOEBA3/src/VISUALIZATION/icons/heart--minus.png similarity index 100% rename from AMOEBA3/src/icons/heart--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/heart--minus.png diff --git a/AMOEBA3/src/icons/heart--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/heart--pencil.png similarity index 100% rename from AMOEBA3/src/icons/heart--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/heart--pencil.png diff --git a/AMOEBA3/src/icons/heart--plus.png b/AMOEBA3/src/VISUALIZATION/icons/heart--plus.png similarity index 100% rename from AMOEBA3/src/icons/heart--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/heart--plus.png diff --git a/AMOEBA3/src/icons/heart-break.png b/AMOEBA3/src/VISUALIZATION/icons/heart-break.png similarity index 100% rename from AMOEBA3/src/icons/heart-break.png rename to AMOEBA3/src/VISUALIZATION/icons/heart-break.png diff --git a/AMOEBA3/src/icons/heart-empty.png b/AMOEBA3/src/VISUALIZATION/icons/heart-empty.png similarity index 100% rename from AMOEBA3/src/icons/heart-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/heart-empty.png diff --git a/AMOEBA3/src/icons/heart-half.png b/AMOEBA3/src/VISUALIZATION/icons/heart-half.png similarity index 100% rename from AMOEBA3/src/icons/heart-half.png rename to AMOEBA3/src/VISUALIZATION/icons/heart-half.png diff --git a/AMOEBA3/src/icons/heart-small-empty.png b/AMOEBA3/src/VISUALIZATION/icons/heart-small-empty.png similarity index 100% rename from AMOEBA3/src/icons/heart-small-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/heart-small-empty.png diff --git a/AMOEBA3/src/icons/heart-small-half.png b/AMOEBA3/src/VISUALIZATION/icons/heart-small-half.png similarity index 100% rename from AMOEBA3/src/icons/heart-small-half.png rename to AMOEBA3/src/VISUALIZATION/icons/heart-small-half.png diff --git a/AMOEBA3/src/icons/heart-small.png b/AMOEBA3/src/VISUALIZATION/icons/heart-small.png similarity index 100% rename from AMOEBA3/src/icons/heart-small.png rename to AMOEBA3/src/VISUALIZATION/icons/heart-small.png diff --git a/AMOEBA3/src/icons/heart.png b/AMOEBA3/src/VISUALIZATION/icons/heart.png similarity index 100% rename from AMOEBA3/src/icons/heart.png rename to AMOEBA3/src/VISUALIZATION/icons/heart.png diff --git a/AMOEBA3/src/icons/highlighter--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/highlighter--arrow.png similarity index 100% rename from AMOEBA3/src/icons/highlighter--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/highlighter--arrow.png diff --git a/AMOEBA3/src/icons/highlighter--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/highlighter--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/highlighter--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/highlighter--exclamation.png diff --git a/AMOEBA3/src/icons/highlighter--minus.png b/AMOEBA3/src/VISUALIZATION/icons/highlighter--minus.png similarity index 100% rename from AMOEBA3/src/icons/highlighter--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/highlighter--minus.png diff --git a/AMOEBA3/src/icons/highlighter--plus.png b/AMOEBA3/src/VISUALIZATION/icons/highlighter--plus.png similarity index 100% rename from AMOEBA3/src/icons/highlighter--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/highlighter--plus.png diff --git a/AMOEBA3/src/icons/highlighter-color.png b/AMOEBA3/src/VISUALIZATION/icons/highlighter-color.png similarity index 100% rename from AMOEBA3/src/icons/highlighter-color.png rename to AMOEBA3/src/VISUALIZATION/icons/highlighter-color.png diff --git a/AMOEBA3/src/icons/highlighter-small.png b/AMOEBA3/src/VISUALIZATION/icons/highlighter-small.png similarity index 100% rename from AMOEBA3/src/icons/highlighter-small.png rename to AMOEBA3/src/VISUALIZATION/icons/highlighter-small.png diff --git a/AMOEBA3/src/icons/highlighter-text.png b/AMOEBA3/src/VISUALIZATION/icons/highlighter-text.png similarity index 100% rename from AMOEBA3/src/icons/highlighter-text.png rename to AMOEBA3/src/VISUALIZATION/icons/highlighter-text.png diff --git a/AMOEBA3/src/icons/highlighter.png b/AMOEBA3/src/VISUALIZATION/icons/highlighter.png similarity index 100% rename from AMOEBA3/src/icons/highlighter.png rename to AMOEBA3/src/VISUALIZATION/icons/highlighter.png diff --git a/AMOEBA3/src/icons/holly.png b/AMOEBA3/src/VISUALIZATION/icons/holly.png similarity index 100% rename from AMOEBA3/src/icons/holly.png rename to AMOEBA3/src/VISUALIZATION/icons/holly.png diff --git a/AMOEBA3/src/icons/home--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/home--arrow.png similarity index 100% rename from AMOEBA3/src/icons/home--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/home--arrow.png diff --git a/AMOEBA3/src/icons/home--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/home--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/home--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/home--exclamation.png diff --git a/AMOEBA3/src/icons/home--minus.png b/AMOEBA3/src/VISUALIZATION/icons/home--minus.png similarity index 100% rename from AMOEBA3/src/icons/home--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/home--minus.png diff --git a/AMOEBA3/src/icons/home--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/home--pencil.png similarity index 100% rename from AMOEBA3/src/icons/home--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/home--pencil.png diff --git a/AMOEBA3/src/icons/home--plus.png b/AMOEBA3/src/VISUALIZATION/icons/home--plus.png similarity index 100% rename from AMOEBA3/src/icons/home--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/home--plus.png diff --git a/AMOEBA3/src/icons/home-for-sale-sign-blue.png b/AMOEBA3/src/VISUALIZATION/icons/home-for-sale-sign-blue.png similarity index 100% rename from AMOEBA3/src/icons/home-for-sale-sign-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/home-for-sale-sign-blue.png diff --git a/AMOEBA3/src/icons/home-for-sale-sign-red.png b/AMOEBA3/src/VISUALIZATION/icons/home-for-sale-sign-red.png similarity index 100% rename from AMOEBA3/src/icons/home-for-sale-sign-red.png rename to AMOEBA3/src/VISUALIZATION/icons/home-for-sale-sign-red.png diff --git a/AMOEBA3/src/icons/home-for-sale-sign.png b/AMOEBA3/src/VISUALIZATION/icons/home-for-sale-sign.png similarity index 100% rename from AMOEBA3/src/icons/home-for-sale-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/home-for-sale-sign.png diff --git a/AMOEBA3/src/icons/home-medium.png b/AMOEBA3/src/VISUALIZATION/icons/home-medium.png similarity index 100% rename from AMOEBA3/src/icons/home-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/home-medium.png diff --git a/AMOEBA3/src/icons/home-network.png b/AMOEBA3/src/VISUALIZATION/icons/home-network.png similarity index 100% rename from AMOEBA3/src/icons/home-network.png rename to AMOEBA3/src/VISUALIZATION/icons/home-network.png diff --git a/AMOEBA3/src/icons/home-share.png b/AMOEBA3/src/VISUALIZATION/icons/home-share.png similarity index 100% rename from AMOEBA3/src/icons/home-share.png rename to AMOEBA3/src/VISUALIZATION/icons/home-share.png diff --git a/AMOEBA3/src/icons/home-small.png b/AMOEBA3/src/VISUALIZATION/icons/home-small.png similarity index 100% rename from AMOEBA3/src/icons/home-small.png rename to AMOEBA3/src/VISUALIZATION/icons/home-small.png diff --git a/AMOEBA3/src/icons/home.png b/AMOEBA3/src/VISUALIZATION/icons/home.png similarity index 100% rename from AMOEBA3/src/icons/home.png rename to AMOEBA3/src/VISUALIZATION/icons/home.png diff --git a/AMOEBA3/src/icons/hourglass--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/hourglass--arrow.png similarity index 100% rename from AMOEBA3/src/icons/hourglass--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/hourglass--arrow.png diff --git a/AMOEBA3/src/icons/hourglass--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/hourglass--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/hourglass--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/hourglass--exclamation.png diff --git a/AMOEBA3/src/icons/hourglass--minus.png b/AMOEBA3/src/VISUALIZATION/icons/hourglass--minus.png similarity index 100% rename from AMOEBA3/src/icons/hourglass--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/hourglass--minus.png diff --git a/AMOEBA3/src/icons/hourglass--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/hourglass--pencil.png similarity index 100% rename from AMOEBA3/src/icons/hourglass--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/hourglass--pencil.png diff --git a/AMOEBA3/src/icons/hourglass--plus.png b/AMOEBA3/src/VISUALIZATION/icons/hourglass--plus.png similarity index 100% rename from AMOEBA3/src/icons/hourglass--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/hourglass--plus.png diff --git a/AMOEBA3/src/icons/hourglass-select-remain.png b/AMOEBA3/src/VISUALIZATION/icons/hourglass-select-remain.png similarity index 100% rename from AMOEBA3/src/icons/hourglass-select-remain.png rename to AMOEBA3/src/VISUALIZATION/icons/hourglass-select-remain.png diff --git a/AMOEBA3/src/icons/hourglass-select.png b/AMOEBA3/src/VISUALIZATION/icons/hourglass-select.png similarity index 100% rename from AMOEBA3/src/icons/hourglass-select.png rename to AMOEBA3/src/VISUALIZATION/icons/hourglass-select.png diff --git a/AMOEBA3/src/icons/hourglass.png b/AMOEBA3/src/VISUALIZATION/icons/hourglass.png similarity index 100% rename from AMOEBA3/src/icons/hourglass.png rename to AMOEBA3/src/VISUALIZATION/icons/hourglass.png diff --git a/AMOEBA3/src/icons/ice--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/ice--arrow.png similarity index 100% rename from AMOEBA3/src/icons/ice--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/ice--arrow.png diff --git a/AMOEBA3/src/icons/ice--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/ice--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/ice--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/ice--exclamation.png diff --git a/AMOEBA3/src/icons/ice--minus.png b/AMOEBA3/src/VISUALIZATION/icons/ice--minus.png similarity index 100% rename from AMOEBA3/src/icons/ice--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/ice--minus.png diff --git a/AMOEBA3/src/icons/ice--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/ice--pencil.png similarity index 100% rename from AMOEBA3/src/icons/ice--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/ice--pencil.png diff --git a/AMOEBA3/src/icons/ice--plus.png b/AMOEBA3/src/VISUALIZATION/icons/ice--plus.png similarity index 100% rename from AMOEBA3/src/icons/ice--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/ice--plus.png diff --git a/AMOEBA3/src/icons/ice-cream-blue-moon.png b/AMOEBA3/src/VISUALIZATION/icons/ice-cream-blue-moon.png similarity index 100% rename from AMOEBA3/src/icons/ice-cream-blue-moon.png rename to AMOEBA3/src/VISUALIZATION/icons/ice-cream-blue-moon.png diff --git a/AMOEBA3/src/icons/ice-cream-chocolate.png b/AMOEBA3/src/VISUALIZATION/icons/ice-cream-chocolate.png similarity index 100% rename from AMOEBA3/src/icons/ice-cream-chocolate.png rename to AMOEBA3/src/VISUALIZATION/icons/ice-cream-chocolate.png diff --git a/AMOEBA3/src/icons/ice-cream-empty.png b/AMOEBA3/src/VISUALIZATION/icons/ice-cream-empty.png similarity index 100% rename from AMOEBA3/src/icons/ice-cream-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/ice-cream-empty.png diff --git a/AMOEBA3/src/icons/ice-cream-sprinkles-blue-moon.png b/AMOEBA3/src/VISUALIZATION/icons/ice-cream-sprinkles-blue-moon.png similarity index 100% rename from AMOEBA3/src/icons/ice-cream-sprinkles-blue-moon.png rename to AMOEBA3/src/VISUALIZATION/icons/ice-cream-sprinkles-blue-moon.png diff --git a/AMOEBA3/src/icons/ice-cream-sprinkles-chocolate.png b/AMOEBA3/src/VISUALIZATION/icons/ice-cream-sprinkles-chocolate.png similarity index 100% rename from AMOEBA3/src/icons/ice-cream-sprinkles-chocolate.png rename to AMOEBA3/src/VISUALIZATION/icons/ice-cream-sprinkles-chocolate.png diff --git a/AMOEBA3/src/icons/ice-cream-sprinkles.png b/AMOEBA3/src/VISUALIZATION/icons/ice-cream-sprinkles.png similarity index 100% rename from AMOEBA3/src/icons/ice-cream-sprinkles.png rename to AMOEBA3/src/VISUALIZATION/icons/ice-cream-sprinkles.png diff --git a/AMOEBA3/src/icons/ice-cream.png b/AMOEBA3/src/VISUALIZATION/icons/ice-cream.png similarity index 100% rename from AMOEBA3/src/icons/ice-cream.png rename to AMOEBA3/src/VISUALIZATION/icons/ice-cream.png diff --git a/AMOEBA3/src/icons/ice.png b/AMOEBA3/src/VISUALIZATION/icons/ice.png similarity index 100% rename from AMOEBA3/src/icons/ice.png rename to AMOEBA3/src/VISUALIZATION/icons/ice.png diff --git a/AMOEBA3/src/icons/image--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/image--arrow.png similarity index 100% rename from AMOEBA3/src/icons/image--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/image--arrow.png diff --git a/AMOEBA3/src/icons/image--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/image--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/image--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/image--exclamation.png diff --git a/AMOEBA3/src/icons/image--minus.png b/AMOEBA3/src/VISUALIZATION/icons/image--minus.png similarity index 100% rename from AMOEBA3/src/icons/image--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/image--minus.png diff --git a/AMOEBA3/src/icons/image--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/image--pencil.png similarity index 100% rename from AMOEBA3/src/icons/image--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/image--pencil.png diff --git a/AMOEBA3/src/icons/image--plus.png b/AMOEBA3/src/VISUALIZATION/icons/image--plus.png similarity index 100% rename from AMOEBA3/src/icons/image--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/image--plus.png diff --git a/AMOEBA3/src/icons/image-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/image-balloon.png similarity index 100% rename from AMOEBA3/src/icons/image-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/image-balloon.png diff --git a/AMOEBA3/src/icons/image-blur.png b/AMOEBA3/src/VISUALIZATION/icons/image-blur.png similarity index 100% rename from AMOEBA3/src/icons/image-blur.png rename to AMOEBA3/src/VISUALIZATION/icons/image-blur.png diff --git a/AMOEBA3/src/icons/image-cast.png b/AMOEBA3/src/VISUALIZATION/icons/image-cast.png similarity index 100% rename from AMOEBA3/src/icons/image-cast.png rename to AMOEBA3/src/VISUALIZATION/icons/image-cast.png diff --git a/AMOEBA3/src/icons/image-crop.png b/AMOEBA3/src/VISUALIZATION/icons/image-crop.png similarity index 100% rename from AMOEBA3/src/icons/image-crop.png rename to AMOEBA3/src/VISUALIZATION/icons/image-crop.png diff --git a/AMOEBA3/src/icons/image-empty.png b/AMOEBA3/src/VISUALIZATION/icons/image-empty.png similarity index 100% rename from AMOEBA3/src/icons/image-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/image-empty.png diff --git a/AMOEBA3/src/icons/image-export.png b/AMOEBA3/src/VISUALIZATION/icons/image-export.png similarity index 100% rename from AMOEBA3/src/icons/image-export.png rename to AMOEBA3/src/VISUALIZATION/icons/image-export.png diff --git a/AMOEBA3/src/icons/image-import.png b/AMOEBA3/src/VISUALIZATION/icons/image-import.png similarity index 100% rename from AMOEBA3/src/icons/image-import.png rename to AMOEBA3/src/VISUALIZATION/icons/image-import.png diff --git a/AMOEBA3/src/icons/image-instagram-frame.png b/AMOEBA3/src/VISUALIZATION/icons/image-instagram-frame.png similarity index 100% rename from AMOEBA3/src/icons/image-instagram-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/image-instagram-frame.png diff --git a/AMOEBA3/src/icons/image-instagram.png b/AMOEBA3/src/VISUALIZATION/icons/image-instagram.png similarity index 100% rename from AMOEBA3/src/icons/image-instagram.png rename to AMOEBA3/src/VISUALIZATION/icons/image-instagram.png diff --git a/AMOEBA3/src/icons/image-map.png b/AMOEBA3/src/VISUALIZATION/icons/image-map.png similarity index 100% rename from AMOEBA3/src/icons/image-map.png rename to AMOEBA3/src/VISUALIZATION/icons/image-map.png diff --git a/AMOEBA3/src/icons/image-medium.png b/AMOEBA3/src/VISUALIZATION/icons/image-medium.png similarity index 100% rename from AMOEBA3/src/icons/image-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/image-medium.png diff --git a/AMOEBA3/src/icons/image-reflection.png b/AMOEBA3/src/VISUALIZATION/icons/image-reflection.png similarity index 100% rename from AMOEBA3/src/icons/image-reflection.png rename to AMOEBA3/src/VISUALIZATION/icons/image-reflection.png diff --git a/AMOEBA3/src/icons/image-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/image-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/image-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/image-resize-actual.png diff --git a/AMOEBA3/src/icons/image-resize.png b/AMOEBA3/src/VISUALIZATION/icons/image-resize.png similarity index 100% rename from AMOEBA3/src/icons/image-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/image-resize.png diff --git a/AMOEBA3/src/icons/image-saturation-up.png b/AMOEBA3/src/VISUALIZATION/icons/image-saturation-up.png similarity index 100% rename from AMOEBA3/src/icons/image-saturation-up.png rename to AMOEBA3/src/VISUALIZATION/icons/image-saturation-up.png diff --git a/AMOEBA3/src/icons/image-saturation.png b/AMOEBA3/src/VISUALIZATION/icons/image-saturation.png similarity index 100% rename from AMOEBA3/src/icons/image-saturation.png rename to AMOEBA3/src/VISUALIZATION/icons/image-saturation.png diff --git a/AMOEBA3/src/icons/image-select.png b/AMOEBA3/src/VISUALIZATION/icons/image-select.png similarity index 100% rename from AMOEBA3/src/icons/image-select.png rename to AMOEBA3/src/VISUALIZATION/icons/image-select.png diff --git a/AMOEBA3/src/icons/image-share.png b/AMOEBA3/src/VISUALIZATION/icons/image-share.png similarity index 100% rename from AMOEBA3/src/icons/image-share.png rename to AMOEBA3/src/VISUALIZATION/icons/image-share.png diff --git a/AMOEBA3/src/icons/image-sharpen.png b/AMOEBA3/src/VISUALIZATION/icons/image-sharpen.png similarity index 100% rename from AMOEBA3/src/icons/image-sharpen.png rename to AMOEBA3/src/VISUALIZATION/icons/image-sharpen.png diff --git a/AMOEBA3/src/icons/image-small-sunset.png b/AMOEBA3/src/VISUALIZATION/icons/image-small-sunset.png similarity index 100% rename from AMOEBA3/src/icons/image-small-sunset.png rename to AMOEBA3/src/VISUALIZATION/icons/image-small-sunset.png diff --git a/AMOEBA3/src/icons/image-small.png b/AMOEBA3/src/VISUALIZATION/icons/image-small.png similarity index 100% rename from AMOEBA3/src/icons/image-small.png rename to AMOEBA3/src/VISUALIZATION/icons/image-small.png diff --git a/AMOEBA3/src/icons/image-sunset.png b/AMOEBA3/src/VISUALIZATION/icons/image-sunset.png similarity index 100% rename from AMOEBA3/src/icons/image-sunset.png rename to AMOEBA3/src/VISUALIZATION/icons/image-sunset.png diff --git a/AMOEBA3/src/icons/image-vertical-sunset.png b/AMOEBA3/src/VISUALIZATION/icons/image-vertical-sunset.png similarity index 100% rename from AMOEBA3/src/icons/image-vertical-sunset.png rename to AMOEBA3/src/VISUALIZATION/icons/image-vertical-sunset.png diff --git a/AMOEBA3/src/icons/image-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/image-vertical.png similarity index 100% rename from AMOEBA3/src/icons/image-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/image-vertical.png diff --git a/AMOEBA3/src/icons/image.png b/AMOEBA3/src/VISUALIZATION/icons/image.png similarity index 100% rename from AMOEBA3/src/icons/image.png rename to AMOEBA3/src/VISUALIZATION/icons/image.png diff --git a/AMOEBA3/src/icons/images-flickr.png b/AMOEBA3/src/VISUALIZATION/icons/images-flickr.png similarity index 100% rename from AMOEBA3/src/icons/images-flickr.png rename to AMOEBA3/src/VISUALIZATION/icons/images-flickr.png diff --git a/AMOEBA3/src/icons/images-stack.png b/AMOEBA3/src/VISUALIZATION/icons/images-stack.png similarity index 100% rename from AMOEBA3/src/icons/images-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/images-stack.png diff --git a/AMOEBA3/src/icons/images.png b/AMOEBA3/src/VISUALIZATION/icons/images.png similarity index 100% rename from AMOEBA3/src/icons/images.png rename to AMOEBA3/src/VISUALIZATION/icons/images.png diff --git a/AMOEBA3/src/icons/inbox--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/inbox--arrow.png similarity index 100% rename from AMOEBA3/src/icons/inbox--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox--arrow.png diff --git a/AMOEBA3/src/icons/inbox--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/inbox--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/inbox--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox--exclamation.png diff --git a/AMOEBA3/src/icons/inbox--minus.png b/AMOEBA3/src/VISUALIZATION/icons/inbox--minus.png similarity index 100% rename from AMOEBA3/src/icons/inbox--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox--minus.png diff --git a/AMOEBA3/src/icons/inbox--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/inbox--pencil.png similarity index 100% rename from AMOEBA3/src/icons/inbox--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox--pencil.png diff --git a/AMOEBA3/src/icons/inbox--plus.png b/AMOEBA3/src/VISUALIZATION/icons/inbox--plus.png similarity index 100% rename from AMOEBA3/src/icons/inbox--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox--plus.png diff --git a/AMOEBA3/src/icons/inbox-document-music-playlist.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-document-music-playlist.png similarity index 100% rename from AMOEBA3/src/icons/inbox-document-music-playlist.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-document-music-playlist.png diff --git a/AMOEBA3/src/icons/inbox-document-music.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-document-music.png similarity index 100% rename from AMOEBA3/src/icons/inbox-document-music.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-document-music.png diff --git a/AMOEBA3/src/icons/inbox-document-text.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-document-text.png similarity index 100% rename from AMOEBA3/src/icons/inbox-document-text.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-document-text.png diff --git a/AMOEBA3/src/icons/inbox-document.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-document.png similarity index 100% rename from AMOEBA3/src/icons/inbox-document.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-document.png diff --git a/AMOEBA3/src/icons/inbox-download.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-download.png similarity index 100% rename from AMOEBA3/src/icons/inbox-download.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-download.png diff --git a/AMOEBA3/src/icons/inbox-film.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-film.png similarity index 100% rename from AMOEBA3/src/icons/inbox-film.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-film.png diff --git a/AMOEBA3/src/icons/inbox-image.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-image.png similarity index 100% rename from AMOEBA3/src/icons/inbox-image.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-image.png diff --git a/AMOEBA3/src/icons/inbox-slide.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-slide.png similarity index 100% rename from AMOEBA3/src/icons/inbox-slide.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-slide.png diff --git a/AMOEBA3/src/icons/inbox-table.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-table.png similarity index 100% rename from AMOEBA3/src/icons/inbox-table.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-table.png diff --git a/AMOEBA3/src/icons/inbox-upload.png b/AMOEBA3/src/VISUALIZATION/icons/inbox-upload.png similarity index 100% rename from AMOEBA3/src/icons/inbox-upload.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox-upload.png diff --git a/AMOEBA3/src/icons/inbox.png b/AMOEBA3/src/VISUALIZATION/icons/inbox.png similarity index 100% rename from AMOEBA3/src/icons/inbox.png rename to AMOEBA3/src/VISUALIZATION/icons/inbox.png diff --git a/AMOEBA3/src/icons/infocard-small.png b/AMOEBA3/src/VISUALIZATION/icons/infocard-small.png similarity index 100% rename from AMOEBA3/src/icons/infocard-small.png rename to AMOEBA3/src/VISUALIZATION/icons/infocard-small.png diff --git a/AMOEBA3/src/icons/infocard.png b/AMOEBA3/src/VISUALIZATION/icons/infocard.png similarity index 100% rename from AMOEBA3/src/icons/infocard.png rename to AMOEBA3/src/VISUALIZATION/icons/infocard.png diff --git a/AMOEBA3/src/icons/information-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/information-balloon.png similarity index 100% rename from AMOEBA3/src/icons/information-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/information-balloon.png diff --git a/AMOEBA3/src/icons/information-button.png b/AMOEBA3/src/VISUALIZATION/icons/information-button.png similarity index 100% rename from AMOEBA3/src/icons/information-button.png rename to AMOEBA3/src/VISUALIZATION/icons/information-button.png diff --git a/AMOEBA3/src/icons/information-frame.png b/AMOEBA3/src/VISUALIZATION/icons/information-frame.png similarity index 100% rename from AMOEBA3/src/icons/information-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/information-frame.png diff --git a/AMOEBA3/src/icons/information-italic.png b/AMOEBA3/src/VISUALIZATION/icons/information-italic.png similarity index 100% rename from AMOEBA3/src/icons/information-italic.png rename to AMOEBA3/src/VISUALIZATION/icons/information-italic.png diff --git a/AMOEBA3/src/icons/information-octagon-frame.png b/AMOEBA3/src/VISUALIZATION/icons/information-octagon-frame.png similarity index 100% rename from AMOEBA3/src/icons/information-octagon-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/information-octagon-frame.png diff --git a/AMOEBA3/src/icons/information-octagon.png b/AMOEBA3/src/VISUALIZATION/icons/information-octagon.png similarity index 100% rename from AMOEBA3/src/icons/information-octagon.png rename to AMOEBA3/src/VISUALIZATION/icons/information-octagon.png diff --git a/AMOEBA3/src/icons/information-shield.png b/AMOEBA3/src/VISUALIZATION/icons/information-shield.png similarity index 100% rename from AMOEBA3/src/icons/information-shield.png rename to AMOEBA3/src/VISUALIZATION/icons/information-shield.png diff --git a/AMOEBA3/src/icons/information-small-white.png b/AMOEBA3/src/VISUALIZATION/icons/information-small-white.png similarity index 100% rename from AMOEBA3/src/icons/information-small-white.png rename to AMOEBA3/src/VISUALIZATION/icons/information-small-white.png diff --git a/AMOEBA3/src/icons/information-small.png b/AMOEBA3/src/VISUALIZATION/icons/information-small.png similarity index 100% rename from AMOEBA3/src/icons/information-small.png rename to AMOEBA3/src/VISUALIZATION/icons/information-small.png diff --git a/AMOEBA3/src/icons/information-white.png b/AMOEBA3/src/VISUALIZATION/icons/information-white.png similarity index 100% rename from AMOEBA3/src/icons/information-white.png rename to AMOEBA3/src/VISUALIZATION/icons/information-white.png diff --git a/AMOEBA3/src/icons/information.png b/AMOEBA3/src/VISUALIZATION/icons/information.png similarity index 100% rename from AMOEBA3/src/icons/information.png rename to AMOEBA3/src/VISUALIZATION/icons/information.png diff --git a/AMOEBA3/src/icons/jar--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/jar--arrow.png similarity index 100% rename from AMOEBA3/src/icons/jar--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/jar--arrow.png diff --git a/AMOEBA3/src/icons/jar--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/jar--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/jar--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/jar--exclamation.png diff --git a/AMOEBA3/src/icons/jar--minus.png b/AMOEBA3/src/VISUALIZATION/icons/jar--minus.png similarity index 100% rename from AMOEBA3/src/icons/jar--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/jar--minus.png diff --git a/AMOEBA3/src/icons/jar--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/jar--pencil.png similarity index 100% rename from AMOEBA3/src/icons/jar--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/jar--pencil.png diff --git a/AMOEBA3/src/icons/jar--plus.png b/AMOEBA3/src/VISUALIZATION/icons/jar--plus.png similarity index 100% rename from AMOEBA3/src/icons/jar--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/jar--plus.png diff --git a/AMOEBA3/src/icons/jar-empty.png b/AMOEBA3/src/VISUALIZATION/icons/jar-empty.png similarity index 100% rename from AMOEBA3/src/icons/jar-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/jar-empty.png diff --git a/AMOEBA3/src/icons/jar-label.png b/AMOEBA3/src/VISUALIZATION/icons/jar-label.png similarity index 100% rename from AMOEBA3/src/icons/jar-label.png rename to AMOEBA3/src/VISUALIZATION/icons/jar-label.png diff --git a/AMOEBA3/src/icons/jar-open.png b/AMOEBA3/src/VISUALIZATION/icons/jar-open.png similarity index 100% rename from AMOEBA3/src/icons/jar-open.png rename to AMOEBA3/src/VISUALIZATION/icons/jar-open.png diff --git a/AMOEBA3/src/icons/jar.png b/AMOEBA3/src/VISUALIZATION/icons/jar.png similarity index 100% rename from AMOEBA3/src/icons/jar.png rename to AMOEBA3/src/VISUALIZATION/icons/jar.png diff --git a/AMOEBA3/src/icons/joystick.png b/AMOEBA3/src/VISUALIZATION/icons/joystick.png similarity index 100% rename from AMOEBA3/src/icons/joystick.png rename to AMOEBA3/src/VISUALIZATION/icons/joystick.png diff --git a/AMOEBA3/src/icons/json.png b/AMOEBA3/src/VISUALIZATION/icons/json.png similarity index 100% rename from AMOEBA3/src/icons/json.png rename to AMOEBA3/src/VISUALIZATION/icons/json.png diff --git a/AMOEBA3/src/icons/key--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/key--arrow.png similarity index 100% rename from AMOEBA3/src/icons/key--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/key--arrow.png diff --git a/AMOEBA3/src/icons/key--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/key--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/key--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/key--exclamation.png diff --git a/AMOEBA3/src/icons/key--minus.png b/AMOEBA3/src/VISUALIZATION/icons/key--minus.png similarity index 100% rename from AMOEBA3/src/icons/key--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/key--minus.png diff --git a/AMOEBA3/src/icons/key--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/key--pencil.png similarity index 100% rename from AMOEBA3/src/icons/key--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/key--pencil.png diff --git a/AMOEBA3/src/icons/key--plus.png b/AMOEBA3/src/VISUALIZATION/icons/key--plus.png similarity index 100% rename from AMOEBA3/src/icons/key--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/key--plus.png diff --git a/AMOEBA3/src/icons/key-solid.png b/AMOEBA3/src/VISUALIZATION/icons/key-solid.png similarity index 100% rename from AMOEBA3/src/icons/key-solid.png rename to AMOEBA3/src/VISUALIZATION/icons/key-solid.png diff --git a/AMOEBA3/src/icons/key.png b/AMOEBA3/src/VISUALIZATION/icons/key.png similarity index 100% rename from AMOEBA3/src/icons/key.png rename to AMOEBA3/src/VISUALIZATION/icons/key.png diff --git a/AMOEBA3/src/icons/keyboard--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard--arrow.png similarity index 100% rename from AMOEBA3/src/icons/keyboard--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard--arrow.png diff --git a/AMOEBA3/src/icons/keyboard--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/keyboard--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard--exclamation.png diff --git a/AMOEBA3/src/icons/keyboard--minus.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard--minus.png similarity index 100% rename from AMOEBA3/src/icons/keyboard--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard--minus.png diff --git a/AMOEBA3/src/icons/keyboard--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard--pencil.png similarity index 100% rename from AMOEBA3/src/icons/keyboard--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard--pencil.png diff --git a/AMOEBA3/src/icons/keyboard--plus.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard--plus.png similarity index 100% rename from AMOEBA3/src/icons/keyboard--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard--plus.png diff --git a/AMOEBA3/src/icons/keyboard-command.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard-command.png similarity index 100% rename from AMOEBA3/src/icons/keyboard-command.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard-command.png diff --git a/AMOEBA3/src/icons/keyboard-enter.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard-enter.png similarity index 100% rename from AMOEBA3/src/icons/keyboard-enter.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard-enter.png diff --git a/AMOEBA3/src/icons/keyboard-full-wireless.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard-full-wireless.png similarity index 100% rename from AMOEBA3/src/icons/keyboard-full-wireless.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard-full-wireless.png diff --git a/AMOEBA3/src/icons/keyboard-full.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard-full.png similarity index 100% rename from AMOEBA3/src/icons/keyboard-full.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard-full.png diff --git a/AMOEBA3/src/icons/keyboard-small.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard-small.png similarity index 100% rename from AMOEBA3/src/icons/keyboard-small.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard-small.png diff --git a/AMOEBA3/src/icons/keyboard-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard-smiley.png similarity index 100% rename from AMOEBA3/src/icons/keyboard-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard-smiley.png diff --git a/AMOEBA3/src/icons/keyboard-space.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard-space.png similarity index 100% rename from AMOEBA3/src/icons/keyboard-space.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard-space.png diff --git a/AMOEBA3/src/icons/keyboard.png b/AMOEBA3/src/VISUALIZATION/icons/keyboard.png similarity index 100% rename from AMOEBA3/src/icons/keyboard.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboard.png diff --git a/AMOEBA3/src/icons/keyboards-combination.png b/AMOEBA3/src/VISUALIZATION/icons/keyboards-combination.png similarity index 100% rename from AMOEBA3/src/icons/keyboards-combination.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboards-combination.png diff --git a/AMOEBA3/src/icons/keyboards.png b/AMOEBA3/src/VISUALIZATION/icons/keyboards.png similarity index 100% rename from AMOEBA3/src/icons/keyboards.png rename to AMOEBA3/src/VISUALIZATION/icons/keyboards.png diff --git a/AMOEBA3/src/icons/language-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/language-balloon.png similarity index 100% rename from AMOEBA3/src/icons/language-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/language-balloon.png diff --git a/AMOEBA3/src/icons/language-document.png b/AMOEBA3/src/VISUALIZATION/icons/language-document.png similarity index 100% rename from AMOEBA3/src/icons/language-document.png rename to AMOEBA3/src/VISUALIZATION/icons/language-document.png diff --git a/AMOEBA3/src/icons/language-small.png b/AMOEBA3/src/VISUALIZATION/icons/language-small.png similarity index 100% rename from AMOEBA3/src/icons/language-small.png rename to AMOEBA3/src/VISUALIZATION/icons/language-small.png diff --git a/AMOEBA3/src/icons/language.png b/AMOEBA3/src/VISUALIZATION/icons/language.png similarity index 100% rename from AMOEBA3/src/icons/language.png rename to AMOEBA3/src/VISUALIZATION/icons/language.png diff --git a/AMOEBA3/src/icons/layer--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/layer--arrow.png similarity index 100% rename from AMOEBA3/src/icons/layer--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/layer--arrow.png diff --git a/AMOEBA3/src/icons/layer--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/layer--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/layer--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/layer--exclamation.png diff --git a/AMOEBA3/src/icons/layer--minus.png b/AMOEBA3/src/VISUALIZATION/icons/layer--minus.png similarity index 100% rename from AMOEBA3/src/icons/layer--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/layer--minus.png diff --git a/AMOEBA3/src/icons/layer--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/layer--pencil.png similarity index 100% rename from AMOEBA3/src/icons/layer--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/layer--pencil.png diff --git a/AMOEBA3/src/icons/layer--plus.png b/AMOEBA3/src/VISUALIZATION/icons/layer--plus.png similarity index 100% rename from AMOEBA3/src/icons/layer--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/layer--plus.png diff --git a/AMOEBA3/src/icons/layer-flip-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/layer-flip-vertical.png similarity index 100% rename from AMOEBA3/src/icons/layer-flip-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-flip-vertical.png diff --git a/AMOEBA3/src/icons/layer-flip.png b/AMOEBA3/src/VISUALIZATION/icons/layer-flip.png similarity index 100% rename from AMOEBA3/src/icons/layer-flip.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-flip.png diff --git a/AMOEBA3/src/icons/layer-mask.png b/AMOEBA3/src/VISUALIZATION/icons/layer-mask.png similarity index 100% rename from AMOEBA3/src/icons/layer-mask.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-mask.png diff --git a/AMOEBA3/src/icons/layer-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/layer-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/layer-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-resize-actual.png diff --git a/AMOEBA3/src/icons/layer-resize-replicate-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/layer-resize-replicate-vertical.png similarity index 100% rename from AMOEBA3/src/icons/layer-resize-replicate-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-resize-replicate-vertical.png diff --git a/AMOEBA3/src/icons/layer-resize-replicate.png b/AMOEBA3/src/VISUALIZATION/icons/layer-resize-replicate.png similarity index 100% rename from AMOEBA3/src/icons/layer-resize-replicate.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-resize-replicate.png diff --git a/AMOEBA3/src/icons/layer-resize.png b/AMOEBA3/src/VISUALIZATION/icons/layer-resize.png similarity index 100% rename from AMOEBA3/src/icons/layer-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-resize.png diff --git a/AMOEBA3/src/icons/layer-rotate-left.png b/AMOEBA3/src/VISUALIZATION/icons/layer-rotate-left.png similarity index 100% rename from AMOEBA3/src/icons/layer-rotate-left.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-rotate-left.png diff --git a/AMOEBA3/src/icons/layer-rotate.png b/AMOEBA3/src/VISUALIZATION/icons/layer-rotate.png similarity index 100% rename from AMOEBA3/src/icons/layer-rotate.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-rotate.png diff --git a/AMOEBA3/src/icons/layer-select-point.png b/AMOEBA3/src/VISUALIZATION/icons/layer-select-point.png similarity index 100% rename from AMOEBA3/src/icons/layer-select-point.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-select-point.png diff --git a/AMOEBA3/src/icons/layer-select.png b/AMOEBA3/src/VISUALIZATION/icons/layer-select.png similarity index 100% rename from AMOEBA3/src/icons/layer-select.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-select.png diff --git a/AMOEBA3/src/icons/layer-shade.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shade.png similarity index 100% rename from AMOEBA3/src/icons/layer-shade.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shade.png diff --git a/AMOEBA3/src/icons/layer-shape-curve.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shape-curve.png similarity index 100% rename from AMOEBA3/src/icons/layer-shape-curve.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shape-curve.png diff --git a/AMOEBA3/src/icons/layer-shape-ellipse.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shape-ellipse.png similarity index 100% rename from AMOEBA3/src/icons/layer-shape-ellipse.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shape-ellipse.png diff --git a/AMOEBA3/src/icons/layer-shape-line.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shape-line.png similarity index 100% rename from AMOEBA3/src/icons/layer-shape-line.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shape-line.png diff --git a/AMOEBA3/src/icons/layer-shape-polygon.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shape-polygon.png similarity index 100% rename from AMOEBA3/src/icons/layer-shape-polygon.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shape-polygon.png diff --git a/AMOEBA3/src/icons/layer-shape-polyline.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shape-polyline.png similarity index 100% rename from AMOEBA3/src/icons/layer-shape-polyline.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shape-polyline.png diff --git a/AMOEBA3/src/icons/layer-shape-round.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shape-round.png similarity index 100% rename from AMOEBA3/src/icons/layer-shape-round.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shape-round.png diff --git a/AMOEBA3/src/icons/layer-shape-text.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shape-text.png similarity index 100% rename from AMOEBA3/src/icons/layer-shape-text.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shape-text.png diff --git a/AMOEBA3/src/icons/layer-shape.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shape.png similarity index 100% rename from AMOEBA3/src/icons/layer-shape.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shape.png diff --git a/AMOEBA3/src/icons/layer-shred.png b/AMOEBA3/src/VISUALIZATION/icons/layer-shred.png similarity index 100% rename from AMOEBA3/src/icons/layer-shred.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-shred.png diff --git a/AMOEBA3/src/icons/layer-small.png b/AMOEBA3/src/VISUALIZATION/icons/layer-small.png similarity index 100% rename from AMOEBA3/src/icons/layer-small.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-small.png diff --git a/AMOEBA3/src/icons/layer-transparent.png b/AMOEBA3/src/VISUALIZATION/icons/layer-transparent.png similarity index 100% rename from AMOEBA3/src/icons/layer-transparent.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-transparent.png diff --git a/AMOEBA3/src/icons/layer-vector.png b/AMOEBA3/src/VISUALIZATION/icons/layer-vector.png similarity index 100% rename from AMOEBA3/src/icons/layer-vector.png rename to AMOEBA3/src/VISUALIZATION/icons/layer-vector.png diff --git a/AMOEBA3/src/icons/layer.png b/AMOEBA3/src/VISUALIZATION/icons/layer.png similarity index 100% rename from AMOEBA3/src/icons/layer.png rename to AMOEBA3/src/VISUALIZATION/icons/layer.png diff --git a/AMOEBA3/src/icons/layers-alignment-bottom.png b/AMOEBA3/src/VISUALIZATION/icons/layers-alignment-bottom.png similarity index 100% rename from AMOEBA3/src/icons/layers-alignment-bottom.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-alignment-bottom.png diff --git a/AMOEBA3/src/icons/layers-alignment-center.png b/AMOEBA3/src/VISUALIZATION/icons/layers-alignment-center.png similarity index 100% rename from AMOEBA3/src/icons/layers-alignment-center.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-alignment-center.png diff --git a/AMOEBA3/src/icons/layers-alignment-left.png b/AMOEBA3/src/VISUALIZATION/icons/layers-alignment-left.png similarity index 100% rename from AMOEBA3/src/icons/layers-alignment-left.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-alignment-left.png diff --git a/AMOEBA3/src/icons/layers-alignment-middle.png b/AMOEBA3/src/VISUALIZATION/icons/layers-alignment-middle.png similarity index 100% rename from AMOEBA3/src/icons/layers-alignment-middle.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-alignment-middle.png diff --git a/AMOEBA3/src/icons/layers-alignment-right.png b/AMOEBA3/src/VISUALIZATION/icons/layers-alignment-right.png similarity index 100% rename from AMOEBA3/src/icons/layers-alignment-right.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-alignment-right.png diff --git a/AMOEBA3/src/icons/layers-alignment.png b/AMOEBA3/src/VISUALIZATION/icons/layers-alignment.png similarity index 100% rename from AMOEBA3/src/icons/layers-alignment.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-alignment.png diff --git a/AMOEBA3/src/icons/layers-arrange-back.png b/AMOEBA3/src/VISUALIZATION/icons/layers-arrange-back.png similarity index 100% rename from AMOEBA3/src/icons/layers-arrange-back.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-arrange-back.png diff --git a/AMOEBA3/src/icons/layers-arrange.png b/AMOEBA3/src/VISUALIZATION/icons/layers-arrange.png similarity index 100% rename from AMOEBA3/src/icons/layers-arrange.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-arrange.png diff --git a/AMOEBA3/src/icons/layers-group.png b/AMOEBA3/src/VISUALIZATION/icons/layers-group.png similarity index 100% rename from AMOEBA3/src/icons/layers-group.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-group.png diff --git a/AMOEBA3/src/icons/layers-small.png b/AMOEBA3/src/VISUALIZATION/icons/layers-small.png similarity index 100% rename from AMOEBA3/src/icons/layers-small.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-small.png diff --git a/AMOEBA3/src/icons/layers-stack-arrange-back.png b/AMOEBA3/src/VISUALIZATION/icons/layers-stack-arrange-back.png similarity index 100% rename from AMOEBA3/src/icons/layers-stack-arrange-back.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-stack-arrange-back.png diff --git a/AMOEBA3/src/icons/layers-stack-arrange.png b/AMOEBA3/src/VISUALIZATION/icons/layers-stack-arrange.png similarity index 100% rename from AMOEBA3/src/icons/layers-stack-arrange.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-stack-arrange.png diff --git a/AMOEBA3/src/icons/layers-stack.png b/AMOEBA3/src/VISUALIZATION/icons/layers-stack.png similarity index 100% rename from AMOEBA3/src/icons/layers-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-stack.png diff --git a/AMOEBA3/src/icons/layers-ungroup.png b/AMOEBA3/src/VISUALIZATION/icons/layers-ungroup.png similarity index 100% rename from AMOEBA3/src/icons/layers-ungroup.png rename to AMOEBA3/src/VISUALIZATION/icons/layers-ungroup.png diff --git a/AMOEBA3/src/icons/layers.png b/AMOEBA3/src/VISUALIZATION/icons/layers.png similarity index 100% rename from AMOEBA3/src/icons/layers.png rename to AMOEBA3/src/VISUALIZATION/icons/layers.png diff --git a/AMOEBA3/src/icons/layout-2-equal.png b/AMOEBA3/src/VISUALIZATION/icons/layout-2-equal.png similarity index 100% rename from AMOEBA3/src/icons/layout-2-equal.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-2-equal.png diff --git a/AMOEBA3/src/icons/layout-2.png b/AMOEBA3/src/VISUALIZATION/icons/layout-2.png similarity index 100% rename from AMOEBA3/src/icons/layout-2.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-2.png diff --git a/AMOEBA3/src/icons/layout-3-mix.png b/AMOEBA3/src/VISUALIZATION/icons/layout-3-mix.png similarity index 100% rename from AMOEBA3/src/icons/layout-3-mix.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-3-mix.png diff --git a/AMOEBA3/src/icons/layout-3.png b/AMOEBA3/src/VISUALIZATION/icons/layout-3.png similarity index 100% rename from AMOEBA3/src/icons/layout-3.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-3.png diff --git a/AMOEBA3/src/icons/layout-4.png b/AMOEBA3/src/VISUALIZATION/icons/layout-4.png similarity index 100% rename from AMOEBA3/src/icons/layout-4.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-4.png diff --git a/AMOEBA3/src/icons/layout-6.png b/AMOEBA3/src/VISUALIZATION/icons/layout-6.png similarity index 100% rename from AMOEBA3/src/icons/layout-6.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-6.png diff --git a/AMOEBA3/src/icons/layout-design.png b/AMOEBA3/src/VISUALIZATION/icons/layout-design.png similarity index 100% rename from AMOEBA3/src/icons/layout-design.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-design.png diff --git a/AMOEBA3/src/icons/layout-header-2-equal.png b/AMOEBA3/src/VISUALIZATION/icons/layout-header-2-equal.png similarity index 100% rename from AMOEBA3/src/icons/layout-header-2-equal.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-header-2-equal.png diff --git a/AMOEBA3/src/icons/layout-header-2.png b/AMOEBA3/src/VISUALIZATION/icons/layout-header-2.png similarity index 100% rename from AMOEBA3/src/icons/layout-header-2.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-header-2.png diff --git a/AMOEBA3/src/icons/layout-header-3-mix.png b/AMOEBA3/src/VISUALIZATION/icons/layout-header-3-mix.png similarity index 100% rename from AMOEBA3/src/icons/layout-header-3-mix.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-header-3-mix.png diff --git a/AMOEBA3/src/icons/layout-header-3.png b/AMOEBA3/src/VISUALIZATION/icons/layout-header-3.png similarity index 100% rename from AMOEBA3/src/icons/layout-header-3.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-header-3.png diff --git a/AMOEBA3/src/icons/layout-header.png b/AMOEBA3/src/VISUALIZATION/icons/layout-header.png similarity index 100% rename from AMOEBA3/src/icons/layout-header.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-header.png diff --git a/AMOEBA3/src/icons/layout-hf-2-equal.png b/AMOEBA3/src/VISUALIZATION/icons/layout-hf-2-equal.png similarity index 100% rename from AMOEBA3/src/icons/layout-hf-2-equal.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-hf-2-equal.png diff --git a/AMOEBA3/src/icons/layout-hf-2.png b/AMOEBA3/src/VISUALIZATION/icons/layout-hf-2.png similarity index 100% rename from AMOEBA3/src/icons/layout-hf-2.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-hf-2.png diff --git a/AMOEBA3/src/icons/layout-hf-3-mix.png b/AMOEBA3/src/VISUALIZATION/icons/layout-hf-3-mix.png similarity index 100% rename from AMOEBA3/src/icons/layout-hf-3-mix.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-hf-3-mix.png diff --git a/AMOEBA3/src/icons/layout-hf-3.png b/AMOEBA3/src/VISUALIZATION/icons/layout-hf-3.png similarity index 100% rename from AMOEBA3/src/icons/layout-hf-3.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-hf-3.png diff --git a/AMOEBA3/src/icons/layout-hf.png b/AMOEBA3/src/VISUALIZATION/icons/layout-hf.png similarity index 100% rename from AMOEBA3/src/icons/layout-hf.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-hf.png diff --git a/AMOEBA3/src/icons/layout-join-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/layout-join-vertical.png similarity index 100% rename from AMOEBA3/src/icons/layout-join-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-join-vertical.png diff --git a/AMOEBA3/src/icons/layout-join.png b/AMOEBA3/src/VISUALIZATION/icons/layout-join.png similarity index 100% rename from AMOEBA3/src/icons/layout-join.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-join.png diff --git a/AMOEBA3/src/icons/layout-select-content.png b/AMOEBA3/src/VISUALIZATION/icons/layout-select-content.png similarity index 100% rename from AMOEBA3/src/icons/layout-select-content.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-select-content.png diff --git a/AMOEBA3/src/icons/layout-select-footer.png b/AMOEBA3/src/VISUALIZATION/icons/layout-select-footer.png similarity index 100% rename from AMOEBA3/src/icons/layout-select-footer.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-select-footer.png diff --git a/AMOEBA3/src/icons/layout-select-sidebar.png b/AMOEBA3/src/VISUALIZATION/icons/layout-select-sidebar.png similarity index 100% rename from AMOEBA3/src/icons/layout-select-sidebar.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-select-sidebar.png diff --git a/AMOEBA3/src/icons/layout-select.png b/AMOEBA3/src/VISUALIZATION/icons/layout-select.png similarity index 100% rename from AMOEBA3/src/icons/layout-select.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-select.png diff --git a/AMOEBA3/src/icons/layout-split-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/layout-split-vertical.png similarity index 100% rename from AMOEBA3/src/icons/layout-split-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-split-vertical.png diff --git a/AMOEBA3/src/icons/layout-split.png b/AMOEBA3/src/VISUALIZATION/icons/layout-split.png similarity index 100% rename from AMOEBA3/src/icons/layout-split.png rename to AMOEBA3/src/VISUALIZATION/icons/layout-split.png diff --git a/AMOEBA3/src/icons/layout.png b/AMOEBA3/src/VISUALIZATION/icons/layout.png similarity index 100% rename from AMOEBA3/src/icons/layout.png rename to AMOEBA3/src/VISUALIZATION/icons/layout.png diff --git a/AMOEBA3/src/icons/leaf--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/leaf--arrow.png similarity index 100% rename from AMOEBA3/src/icons/leaf--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf--arrow.png diff --git a/AMOEBA3/src/icons/leaf--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/leaf--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/leaf--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf--exclamation.png diff --git a/AMOEBA3/src/icons/leaf--minus.png b/AMOEBA3/src/VISUALIZATION/icons/leaf--minus.png similarity index 100% rename from AMOEBA3/src/icons/leaf--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf--minus.png diff --git a/AMOEBA3/src/icons/leaf--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/leaf--pencil.png similarity index 100% rename from AMOEBA3/src/icons/leaf--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf--pencil.png diff --git a/AMOEBA3/src/icons/leaf--plus.png b/AMOEBA3/src/VISUALIZATION/icons/leaf--plus.png similarity index 100% rename from AMOEBA3/src/icons/leaf--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf--plus.png diff --git a/AMOEBA3/src/icons/leaf-plant.png b/AMOEBA3/src/VISUALIZATION/icons/leaf-plant.png similarity index 100% rename from AMOEBA3/src/icons/leaf-plant.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf-plant.png diff --git a/AMOEBA3/src/icons/leaf-red.png b/AMOEBA3/src/VISUALIZATION/icons/leaf-red.png similarity index 100% rename from AMOEBA3/src/icons/leaf-red.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf-red.png diff --git a/AMOEBA3/src/icons/leaf-wormhole.png b/AMOEBA3/src/VISUALIZATION/icons/leaf-wormhole.png similarity index 100% rename from AMOEBA3/src/icons/leaf-wormhole.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf-wormhole.png diff --git a/AMOEBA3/src/icons/leaf-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/leaf-yellow.png similarity index 100% rename from AMOEBA3/src/icons/leaf-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf-yellow.png diff --git a/AMOEBA3/src/icons/leaf.png b/AMOEBA3/src/VISUALIZATION/icons/leaf.png similarity index 100% rename from AMOEBA3/src/icons/leaf.png rename to AMOEBA3/src/VISUALIZATION/icons/leaf.png diff --git a/AMOEBA3/src/icons/license-key.png b/AMOEBA3/src/VISUALIZATION/icons/license-key.png similarity index 100% rename from AMOEBA3/src/icons/license-key.png rename to AMOEBA3/src/VISUALIZATION/icons/license-key.png diff --git a/AMOEBA3/src/icons/lifebuoy--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/lifebuoy--arrow.png similarity index 100% rename from AMOEBA3/src/icons/lifebuoy--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/lifebuoy--arrow.png diff --git a/AMOEBA3/src/icons/lifebuoy--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/lifebuoy--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/lifebuoy--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/lifebuoy--exclamation.png diff --git a/AMOEBA3/src/icons/lifebuoy--minus.png b/AMOEBA3/src/VISUALIZATION/icons/lifebuoy--minus.png similarity index 100% rename from AMOEBA3/src/icons/lifebuoy--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/lifebuoy--minus.png diff --git a/AMOEBA3/src/icons/lifebuoy--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/lifebuoy--pencil.png similarity index 100% rename from AMOEBA3/src/icons/lifebuoy--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/lifebuoy--pencil.png diff --git a/AMOEBA3/src/icons/lifebuoy--plus.png b/AMOEBA3/src/VISUALIZATION/icons/lifebuoy--plus.png similarity index 100% rename from AMOEBA3/src/icons/lifebuoy--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/lifebuoy--plus.png diff --git a/AMOEBA3/src/icons/lifebuoy-medium.png b/AMOEBA3/src/VISUALIZATION/icons/lifebuoy-medium.png similarity index 100% rename from AMOEBA3/src/icons/lifebuoy-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/lifebuoy-medium.png diff --git a/AMOEBA3/src/icons/lifebuoy-small.png b/AMOEBA3/src/VISUALIZATION/icons/lifebuoy-small.png similarity index 100% rename from AMOEBA3/src/icons/lifebuoy-small.png rename to AMOEBA3/src/VISUALIZATION/icons/lifebuoy-small.png diff --git a/AMOEBA3/src/icons/lifebuoy.png b/AMOEBA3/src/VISUALIZATION/icons/lifebuoy.png similarity index 100% rename from AMOEBA3/src/icons/lifebuoy.png rename to AMOEBA3/src/VISUALIZATION/icons/lifebuoy.png diff --git a/AMOEBA3/src/icons/light-bulb--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb--arrow.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb--arrow.png diff --git a/AMOEBA3/src/icons/light-bulb--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb--exclamation.png diff --git a/AMOEBA3/src/icons/light-bulb--minus.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb--minus.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb--minus.png diff --git a/AMOEBA3/src/icons/light-bulb--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb--pencil.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb--pencil.png diff --git a/AMOEBA3/src/icons/light-bulb--plus.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb--plus.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb--plus.png diff --git a/AMOEBA3/src/icons/light-bulb-code.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb-code.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb-code.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb-code.png diff --git a/AMOEBA3/src/icons/light-bulb-off.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb-off.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb-off.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb-off.png diff --git a/AMOEBA3/src/icons/light-bulb-small-off.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb-small-off.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb-small-off.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb-small-off.png diff --git a/AMOEBA3/src/icons/light-bulb-small.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb-small.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb-small.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb-small.png diff --git a/AMOEBA3/src/icons/light-bulb.png b/AMOEBA3/src/VISUALIZATION/icons/light-bulb.png similarity index 100% rename from AMOEBA3/src/icons/light-bulb.png rename to AMOEBA3/src/VISUALIZATION/icons/light-bulb.png diff --git a/AMOEBA3/src/icons/lighthouse-shine.png b/AMOEBA3/src/VISUALIZATION/icons/lighthouse-shine.png similarity index 100% rename from AMOEBA3/src/icons/lighthouse-shine.png rename to AMOEBA3/src/VISUALIZATION/icons/lighthouse-shine.png diff --git a/AMOEBA3/src/icons/lighthouse.png b/AMOEBA3/src/VISUALIZATION/icons/lighthouse.png similarity index 100% rename from AMOEBA3/src/icons/lighthouse.png rename to AMOEBA3/src/VISUALIZATION/icons/lighthouse.png diff --git a/AMOEBA3/src/icons/lightning--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/lightning--arrow.png similarity index 100% rename from AMOEBA3/src/icons/lightning--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/lightning--arrow.png diff --git a/AMOEBA3/src/icons/lightning--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/lightning--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/lightning--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/lightning--exclamation.png diff --git a/AMOEBA3/src/icons/lightning--minus.png b/AMOEBA3/src/VISUALIZATION/icons/lightning--minus.png similarity index 100% rename from AMOEBA3/src/icons/lightning--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/lightning--minus.png diff --git a/AMOEBA3/src/icons/lightning--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/lightning--pencil.png similarity index 100% rename from AMOEBA3/src/icons/lightning--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/lightning--pencil.png diff --git a/AMOEBA3/src/icons/lightning--plus.png b/AMOEBA3/src/VISUALIZATION/icons/lightning--plus.png similarity index 100% rename from AMOEBA3/src/icons/lightning--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/lightning--plus.png diff --git a/AMOEBA3/src/icons/lightning-small.png b/AMOEBA3/src/VISUALIZATION/icons/lightning-small.png similarity index 100% rename from AMOEBA3/src/icons/lightning-small.png rename to AMOEBA3/src/VISUALIZATION/icons/lightning-small.png diff --git a/AMOEBA3/src/icons/lightning.png b/AMOEBA3/src/VISUALIZATION/icons/lightning.png similarity index 100% rename from AMOEBA3/src/icons/lightning.png rename to AMOEBA3/src/VISUALIZATION/icons/lightning.png diff --git a/AMOEBA3/src/icons/locale-alternate.png b/AMOEBA3/src/VISUALIZATION/icons/locale-alternate.png similarity index 100% rename from AMOEBA3/src/icons/locale-alternate.png rename to AMOEBA3/src/VISUALIZATION/icons/locale-alternate.png diff --git a/AMOEBA3/src/icons/locale.png b/AMOEBA3/src/VISUALIZATION/icons/locale.png similarity index 100% rename from AMOEBA3/src/icons/locale.png rename to AMOEBA3/src/VISUALIZATION/icons/locale.png diff --git a/AMOEBA3/src/icons/lock--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/lock--arrow.png similarity index 100% rename from AMOEBA3/src/icons/lock--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/lock--arrow.png diff --git a/AMOEBA3/src/icons/lock--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/lock--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/lock--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/lock--exclamation.png diff --git a/AMOEBA3/src/icons/lock--minus.png b/AMOEBA3/src/VISUALIZATION/icons/lock--minus.png similarity index 100% rename from AMOEBA3/src/icons/lock--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/lock--minus.png diff --git a/AMOEBA3/src/icons/lock--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/lock--pencil.png similarity index 100% rename from AMOEBA3/src/icons/lock--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/lock--pencil.png diff --git a/AMOEBA3/src/icons/lock--plus.png b/AMOEBA3/src/VISUALIZATION/icons/lock--plus.png similarity index 100% rename from AMOEBA3/src/icons/lock--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/lock--plus.png diff --git a/AMOEBA3/src/icons/lock-small.png b/AMOEBA3/src/VISUALIZATION/icons/lock-small.png similarity index 100% rename from AMOEBA3/src/icons/lock-small.png rename to AMOEBA3/src/VISUALIZATION/icons/lock-small.png diff --git a/AMOEBA3/src/icons/lock-ssl.png b/AMOEBA3/src/VISUALIZATION/icons/lock-ssl.png similarity index 100% rename from AMOEBA3/src/icons/lock-ssl.png rename to AMOEBA3/src/VISUALIZATION/icons/lock-ssl.png diff --git a/AMOEBA3/src/icons/lock-unlock.png b/AMOEBA3/src/VISUALIZATION/icons/lock-unlock.png similarity index 100% rename from AMOEBA3/src/icons/lock-unlock.png rename to AMOEBA3/src/VISUALIZATION/icons/lock-unlock.png diff --git a/AMOEBA3/src/icons/lock-warning.png b/AMOEBA3/src/VISUALIZATION/icons/lock-warning.png similarity index 100% rename from AMOEBA3/src/icons/lock-warning.png rename to AMOEBA3/src/VISUALIZATION/icons/lock-warning.png diff --git a/AMOEBA3/src/icons/lock.png b/AMOEBA3/src/VISUALIZATION/icons/lock.png similarity index 100% rename from AMOEBA3/src/icons/lock.png rename to AMOEBA3/src/VISUALIZATION/icons/lock.png diff --git a/AMOEBA3/src/icons/lollipop.png b/AMOEBA3/src/VISUALIZATION/icons/lollipop.png similarity index 100% rename from AMOEBA3/src/icons/lollipop.png rename to AMOEBA3/src/VISUALIZATION/icons/lollipop.png diff --git a/AMOEBA3/src/icons/luggage--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/luggage--arrow.png similarity index 100% rename from AMOEBA3/src/icons/luggage--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/luggage--arrow.png diff --git a/AMOEBA3/src/icons/luggage--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/luggage--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/luggage--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/luggage--exclamation.png diff --git a/AMOEBA3/src/icons/luggage--minus.png b/AMOEBA3/src/VISUALIZATION/icons/luggage--minus.png similarity index 100% rename from AMOEBA3/src/icons/luggage--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/luggage--minus.png diff --git a/AMOEBA3/src/icons/luggage--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/luggage--pencil.png similarity index 100% rename from AMOEBA3/src/icons/luggage--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/luggage--pencil.png diff --git a/AMOEBA3/src/icons/luggage--plus.png b/AMOEBA3/src/VISUALIZATION/icons/luggage--plus.png similarity index 100% rename from AMOEBA3/src/icons/luggage--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/luggage--plus.png diff --git a/AMOEBA3/src/icons/luggage-tag.png b/AMOEBA3/src/VISUALIZATION/icons/luggage-tag.png similarity index 100% rename from AMOEBA3/src/icons/luggage-tag.png rename to AMOEBA3/src/VISUALIZATION/icons/luggage-tag.png diff --git a/AMOEBA3/src/icons/luggage.png b/AMOEBA3/src/VISUALIZATION/icons/luggage.png similarity index 100% rename from AMOEBA3/src/icons/luggage.png rename to AMOEBA3/src/VISUALIZATION/icons/luggage.png diff --git a/AMOEBA3/src/icons/mac-os.png b/AMOEBA3/src/VISUALIZATION/icons/mac-os.png similarity index 100% rename from AMOEBA3/src/icons/mac-os.png rename to AMOEBA3/src/VISUALIZATION/icons/mac-os.png diff --git a/AMOEBA3/src/icons/magnet--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/magnet--arrow.png similarity index 100% rename from AMOEBA3/src/icons/magnet--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/magnet--arrow.png diff --git a/AMOEBA3/src/icons/magnet--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/magnet--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/magnet--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/magnet--exclamation.png diff --git a/AMOEBA3/src/icons/magnet--minus.png b/AMOEBA3/src/VISUALIZATION/icons/magnet--minus.png similarity index 100% rename from AMOEBA3/src/icons/magnet--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/magnet--minus.png diff --git a/AMOEBA3/src/icons/magnet--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/magnet--pencil.png similarity index 100% rename from AMOEBA3/src/icons/magnet--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/magnet--pencil.png diff --git a/AMOEBA3/src/icons/magnet--plus.png b/AMOEBA3/src/VISUALIZATION/icons/magnet--plus.png similarity index 100% rename from AMOEBA3/src/icons/magnet--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/magnet--plus.png diff --git a/AMOEBA3/src/icons/magnet-blue.png b/AMOEBA3/src/VISUALIZATION/icons/magnet-blue.png similarity index 100% rename from AMOEBA3/src/icons/magnet-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/magnet-blue.png diff --git a/AMOEBA3/src/icons/magnet-small.png b/AMOEBA3/src/VISUALIZATION/icons/magnet-small.png similarity index 100% rename from AMOEBA3/src/icons/magnet-small.png rename to AMOEBA3/src/VISUALIZATION/icons/magnet-small.png diff --git a/AMOEBA3/src/icons/magnet.png b/AMOEBA3/src/VISUALIZATION/icons/magnet.png similarity index 100% rename from AMOEBA3/src/icons/magnet.png rename to AMOEBA3/src/VISUALIZATION/icons/magnet.png diff --git a/AMOEBA3/src/icons/magnifier--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier--arrow.png similarity index 100% rename from AMOEBA3/src/icons/magnifier--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier--arrow.png diff --git a/AMOEBA3/src/icons/magnifier--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/magnifier--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier--exclamation.png diff --git a/AMOEBA3/src/icons/magnifier--minus.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier--minus.png similarity index 100% rename from AMOEBA3/src/icons/magnifier--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier--minus.png diff --git a/AMOEBA3/src/icons/magnifier--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier--pencil.png similarity index 100% rename from AMOEBA3/src/icons/magnifier--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier--pencil.png diff --git a/AMOEBA3/src/icons/magnifier--plus.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier--plus.png similarity index 100% rename from AMOEBA3/src/icons/magnifier--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier--plus.png diff --git a/AMOEBA3/src/icons/magnifier-history-left.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-history-left.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-history-left.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-history-left.png diff --git a/AMOEBA3/src/icons/magnifier-history.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-history.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-history.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-history.png diff --git a/AMOEBA3/src/icons/magnifier-left.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-left.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-left.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-left.png diff --git a/AMOEBA3/src/icons/magnifier-medium-left.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-medium-left.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-medium-left.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-medium-left.png diff --git a/AMOEBA3/src/icons/magnifier-medium.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-medium.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-medium.png diff --git a/AMOEBA3/src/icons/magnifier-small.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-small.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-small.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-small.png diff --git a/AMOEBA3/src/icons/magnifier-zoom-actual-equal.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-actual-equal.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-zoom-actual-equal.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-actual-equal.png diff --git a/AMOEBA3/src/icons/magnifier-zoom-actual.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-actual.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-zoom-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-actual.png diff --git a/AMOEBA3/src/icons/magnifier-zoom-fit.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-fit.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-zoom-fit.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-fit.png diff --git a/AMOEBA3/src/icons/magnifier-zoom-in.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-in.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-zoom-in.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-in.png diff --git a/AMOEBA3/src/icons/magnifier-zoom-out.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-out.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-zoom-out.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom-out.png diff --git a/AMOEBA3/src/icons/magnifier-zoom.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom.png similarity index 100% rename from AMOEBA3/src/icons/magnifier-zoom.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier-zoom.png diff --git a/AMOEBA3/src/icons/magnifier.png b/AMOEBA3/src/VISUALIZATION/icons/magnifier.png similarity index 100% rename from AMOEBA3/src/icons/magnifier.png rename to AMOEBA3/src/VISUALIZATION/icons/magnifier.png diff --git a/AMOEBA3/src/icons/mahjong--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/mahjong--arrow.png similarity index 100% rename from AMOEBA3/src/icons/mahjong--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/mahjong--arrow.png diff --git a/AMOEBA3/src/icons/mahjong--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/mahjong--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/mahjong--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/mahjong--exclamation.png diff --git a/AMOEBA3/src/icons/mahjong--minus.png b/AMOEBA3/src/VISUALIZATION/icons/mahjong--minus.png similarity index 100% rename from AMOEBA3/src/icons/mahjong--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/mahjong--minus.png diff --git a/AMOEBA3/src/icons/mahjong--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/mahjong--pencil.png similarity index 100% rename from AMOEBA3/src/icons/mahjong--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/mahjong--pencil.png diff --git a/AMOEBA3/src/icons/mahjong--plus.png b/AMOEBA3/src/VISUALIZATION/icons/mahjong--plus.png similarity index 100% rename from AMOEBA3/src/icons/mahjong--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/mahjong--plus.png diff --git a/AMOEBA3/src/icons/mahjong-white.png b/AMOEBA3/src/VISUALIZATION/icons/mahjong-white.png similarity index 100% rename from AMOEBA3/src/icons/mahjong-white.png rename to AMOEBA3/src/VISUALIZATION/icons/mahjong-white.png diff --git a/AMOEBA3/src/icons/mahjong.png b/AMOEBA3/src/VISUALIZATION/icons/mahjong.png similarity index 100% rename from AMOEBA3/src/icons/mahjong.png rename to AMOEBA3/src/VISUALIZATION/icons/mahjong.png diff --git a/AMOEBA3/src/icons/mail--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/mail--arrow.png similarity index 100% rename from AMOEBA3/src/icons/mail--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/mail--arrow.png diff --git a/AMOEBA3/src/icons/mail--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/mail--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/mail--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/mail--exclamation.png diff --git a/AMOEBA3/src/icons/mail--minus.png b/AMOEBA3/src/VISUALIZATION/icons/mail--minus.png similarity index 100% rename from AMOEBA3/src/icons/mail--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/mail--minus.png diff --git a/AMOEBA3/src/icons/mail--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/mail--pencil.png similarity index 100% rename from AMOEBA3/src/icons/mail--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/mail--pencil.png diff --git a/AMOEBA3/src/icons/mail--plus.png b/AMOEBA3/src/VISUALIZATION/icons/mail--plus.png similarity index 100% rename from AMOEBA3/src/icons/mail--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/mail--plus.png diff --git a/AMOEBA3/src/icons/mail-air.png b/AMOEBA3/src/VISUALIZATION/icons/mail-air.png similarity index 100% rename from AMOEBA3/src/icons/mail-air.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-air.png diff --git a/AMOEBA3/src/icons/mail-at-sign.png b/AMOEBA3/src/VISUALIZATION/icons/mail-at-sign.png similarity index 100% rename from AMOEBA3/src/icons/mail-at-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-at-sign.png diff --git a/AMOEBA3/src/icons/mail-forward-all.png b/AMOEBA3/src/VISUALIZATION/icons/mail-forward-all.png similarity index 100% rename from AMOEBA3/src/icons/mail-forward-all.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-forward-all.png diff --git a/AMOEBA3/src/icons/mail-forward.png b/AMOEBA3/src/VISUALIZATION/icons/mail-forward.png similarity index 100% rename from AMOEBA3/src/icons/mail-forward.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-forward.png diff --git a/AMOEBA3/src/icons/mail-medium-open.png b/AMOEBA3/src/VISUALIZATION/icons/mail-medium-open.png similarity index 100% rename from AMOEBA3/src/icons/mail-medium-open.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-medium-open.png diff --git a/AMOEBA3/src/icons/mail-medium.png b/AMOEBA3/src/VISUALIZATION/icons/mail-medium.png similarity index 100% rename from AMOEBA3/src/icons/mail-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-medium.png diff --git a/AMOEBA3/src/icons/mail-open-document-music-playlist.png b/AMOEBA3/src/VISUALIZATION/icons/mail-open-document-music-playlist.png similarity index 100% rename from AMOEBA3/src/icons/mail-open-document-music-playlist.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-open-document-music-playlist.png diff --git a/AMOEBA3/src/icons/mail-open-document-music.png b/AMOEBA3/src/VISUALIZATION/icons/mail-open-document-music.png similarity index 100% rename from AMOEBA3/src/icons/mail-open-document-music.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-open-document-music.png diff --git a/AMOEBA3/src/icons/mail-open-document-text.png b/AMOEBA3/src/VISUALIZATION/icons/mail-open-document-text.png similarity index 100% rename from AMOEBA3/src/icons/mail-open-document-text.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-open-document-text.png diff --git a/AMOEBA3/src/icons/mail-open-document.png b/AMOEBA3/src/VISUALIZATION/icons/mail-open-document.png similarity index 100% rename from AMOEBA3/src/icons/mail-open-document.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-open-document.png diff --git a/AMOEBA3/src/icons/mail-open-film.png b/AMOEBA3/src/VISUALIZATION/icons/mail-open-film.png similarity index 100% rename from AMOEBA3/src/icons/mail-open-film.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-open-film.png diff --git a/AMOEBA3/src/icons/mail-open-image.png b/AMOEBA3/src/VISUALIZATION/icons/mail-open-image.png similarity index 100% rename from AMOEBA3/src/icons/mail-open-image.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-open-image.png diff --git a/AMOEBA3/src/icons/mail-open-table.png b/AMOEBA3/src/VISUALIZATION/icons/mail-open-table.png similarity index 100% rename from AMOEBA3/src/icons/mail-open-table.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-open-table.png diff --git a/AMOEBA3/src/icons/mail-open.png b/AMOEBA3/src/VISUALIZATION/icons/mail-open.png similarity index 100% rename from AMOEBA3/src/icons/mail-open.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-open.png diff --git a/AMOEBA3/src/icons/mail-receive.png b/AMOEBA3/src/VISUALIZATION/icons/mail-receive.png similarity index 100% rename from AMOEBA3/src/icons/mail-receive.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-receive.png diff --git a/AMOEBA3/src/icons/mail-reply-all.png b/AMOEBA3/src/VISUALIZATION/icons/mail-reply-all.png similarity index 100% rename from AMOEBA3/src/icons/mail-reply-all.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-reply-all.png diff --git a/AMOEBA3/src/icons/mail-reply.png b/AMOEBA3/src/VISUALIZATION/icons/mail-reply.png similarity index 100% rename from AMOEBA3/src/icons/mail-reply.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-reply.png diff --git a/AMOEBA3/src/icons/mail-send-receive.png b/AMOEBA3/src/VISUALIZATION/icons/mail-send-receive.png similarity index 100% rename from AMOEBA3/src/icons/mail-send-receive.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-send-receive.png diff --git a/AMOEBA3/src/icons/mail-send.png b/AMOEBA3/src/VISUALIZATION/icons/mail-send.png similarity index 100% rename from AMOEBA3/src/icons/mail-send.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-send.png diff --git a/AMOEBA3/src/icons/mail-share.png b/AMOEBA3/src/VISUALIZATION/icons/mail-share.png similarity index 100% rename from AMOEBA3/src/icons/mail-share.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-share.png diff --git a/AMOEBA3/src/icons/mail-small.png b/AMOEBA3/src/VISUALIZATION/icons/mail-small.png similarity index 100% rename from AMOEBA3/src/icons/mail-small.png rename to AMOEBA3/src/VISUALIZATION/icons/mail-small.png diff --git a/AMOEBA3/src/icons/mail.png b/AMOEBA3/src/VISUALIZATION/icons/mail.png similarity index 100% rename from AMOEBA3/src/icons/mail.png rename to AMOEBA3/src/VISUALIZATION/icons/mail.png diff --git a/AMOEBA3/src/icons/mails-stack.png b/AMOEBA3/src/VISUALIZATION/icons/mails-stack.png similarity index 100% rename from AMOEBA3/src/icons/mails-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/mails-stack.png diff --git a/AMOEBA3/src/icons/mails.png b/AMOEBA3/src/VISUALIZATION/icons/mails.png similarity index 100% rename from AMOEBA3/src/icons/mails.png rename to AMOEBA3/src/VISUALIZATION/icons/mails.png diff --git a/AMOEBA3/src/icons/map--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/map--arrow.png similarity index 100% rename from AMOEBA3/src/icons/map--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/map--arrow.png diff --git a/AMOEBA3/src/icons/map--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/map--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/map--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/map--exclamation.png diff --git a/AMOEBA3/src/icons/map--minus.png b/AMOEBA3/src/VISUALIZATION/icons/map--minus.png similarity index 100% rename from AMOEBA3/src/icons/map--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/map--minus.png diff --git a/AMOEBA3/src/icons/map--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/map--pencil.png similarity index 100% rename from AMOEBA3/src/icons/map--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/map--pencil.png diff --git a/AMOEBA3/src/icons/map--plus.png b/AMOEBA3/src/VISUALIZATION/icons/map--plus.png similarity index 100% rename from AMOEBA3/src/icons/map--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/map--plus.png diff --git a/AMOEBA3/src/icons/map-medium.png b/AMOEBA3/src/VISUALIZATION/icons/map-medium.png similarity index 100% rename from AMOEBA3/src/icons/map-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/map-medium.png diff --git a/AMOEBA3/src/icons/map-pin.png b/AMOEBA3/src/VISUALIZATION/icons/map-pin.png similarity index 100% rename from AMOEBA3/src/icons/map-pin.png rename to AMOEBA3/src/VISUALIZATION/icons/map-pin.png diff --git a/AMOEBA3/src/icons/map-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/map-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/map-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/map-resize-actual.png diff --git a/AMOEBA3/src/icons/map-resize.png b/AMOEBA3/src/VISUALIZATION/icons/map-resize.png similarity index 100% rename from AMOEBA3/src/icons/map-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/map-resize.png diff --git a/AMOEBA3/src/icons/map-share.png b/AMOEBA3/src/VISUALIZATION/icons/map-share.png similarity index 100% rename from AMOEBA3/src/icons/map-share.png rename to AMOEBA3/src/VISUALIZATION/icons/map-share.png diff --git a/AMOEBA3/src/icons/map.png b/AMOEBA3/src/VISUALIZATION/icons/map.png similarity index 100% rename from AMOEBA3/src/icons/map.png rename to AMOEBA3/src/VISUALIZATION/icons/map.png diff --git a/AMOEBA3/src/icons/maps-stack.png b/AMOEBA3/src/VISUALIZATION/icons/maps-stack.png similarity index 100% rename from AMOEBA3/src/icons/maps-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/maps-stack.png diff --git a/AMOEBA3/src/icons/maps.png b/AMOEBA3/src/VISUALIZATION/icons/maps.png similarity index 100% rename from AMOEBA3/src/icons/maps.png rename to AMOEBA3/src/VISUALIZATION/icons/maps.png diff --git a/AMOEBA3/src/icons/marker--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/marker--arrow.png similarity index 100% rename from AMOEBA3/src/icons/marker--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/marker--arrow.png diff --git a/AMOEBA3/src/icons/marker--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/marker--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/marker--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/marker--exclamation.png diff --git a/AMOEBA3/src/icons/marker--minus.png b/AMOEBA3/src/VISUALIZATION/icons/marker--minus.png similarity index 100% rename from AMOEBA3/src/icons/marker--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/marker--minus.png diff --git a/AMOEBA3/src/icons/marker--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/marker--pencil.png similarity index 100% rename from AMOEBA3/src/icons/marker--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/marker--pencil.png diff --git a/AMOEBA3/src/icons/marker--plus.png b/AMOEBA3/src/VISUALIZATION/icons/marker--plus.png similarity index 100% rename from AMOEBA3/src/icons/marker--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/marker--plus.png diff --git a/AMOEBA3/src/icons/marker-small.png b/AMOEBA3/src/VISUALIZATION/icons/marker-small.png similarity index 100% rename from AMOEBA3/src/icons/marker-small.png rename to AMOEBA3/src/VISUALIZATION/icons/marker-small.png diff --git a/AMOEBA3/src/icons/marker.png b/AMOEBA3/src/VISUALIZATION/icons/marker.png similarity index 100% rename from AMOEBA3/src/icons/marker.png rename to AMOEBA3/src/VISUALIZATION/icons/marker.png diff --git a/AMOEBA3/src/icons/mask.png b/AMOEBA3/src/VISUALIZATION/icons/mask.png similarity index 100% rename from AMOEBA3/src/icons/mask.png rename to AMOEBA3/src/VISUALIZATION/icons/mask.png diff --git a/AMOEBA3/src/icons/medal--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/medal--arrow.png similarity index 100% rename from AMOEBA3/src/icons/medal--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/medal--arrow.png diff --git a/AMOEBA3/src/icons/medal--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/medal--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/medal--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/medal--exclamation.png diff --git a/AMOEBA3/src/icons/medal--minus.png b/AMOEBA3/src/VISUALIZATION/icons/medal--minus.png similarity index 100% rename from AMOEBA3/src/icons/medal--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/medal--minus.png diff --git a/AMOEBA3/src/icons/medal--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/medal--pencil.png similarity index 100% rename from AMOEBA3/src/icons/medal--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/medal--pencil.png diff --git a/AMOEBA3/src/icons/medal--plus.png b/AMOEBA3/src/VISUALIZATION/icons/medal--plus.png similarity index 100% rename from AMOEBA3/src/icons/medal--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/medal--plus.png diff --git a/AMOEBA3/src/icons/medal-bronze-premium.png b/AMOEBA3/src/VISUALIZATION/icons/medal-bronze-premium.png similarity index 100% rename from AMOEBA3/src/icons/medal-bronze-premium.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-bronze-premium.png diff --git a/AMOEBA3/src/icons/medal-bronze-red-premium.png b/AMOEBA3/src/VISUALIZATION/icons/medal-bronze-red-premium.png similarity index 100% rename from AMOEBA3/src/icons/medal-bronze-red-premium.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-bronze-red-premium.png diff --git a/AMOEBA3/src/icons/medal-bronze-red.png b/AMOEBA3/src/VISUALIZATION/icons/medal-bronze-red.png similarity index 100% rename from AMOEBA3/src/icons/medal-bronze-red.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-bronze-red.png diff --git a/AMOEBA3/src/icons/medal-bronze.png b/AMOEBA3/src/VISUALIZATION/icons/medal-bronze.png similarity index 100% rename from AMOEBA3/src/icons/medal-bronze.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-bronze.png diff --git a/AMOEBA3/src/icons/medal-premium.png b/AMOEBA3/src/VISUALIZATION/icons/medal-premium.png similarity index 100% rename from AMOEBA3/src/icons/medal-premium.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-premium.png diff --git a/AMOEBA3/src/icons/medal-red-premium.png b/AMOEBA3/src/VISUALIZATION/icons/medal-red-premium.png similarity index 100% rename from AMOEBA3/src/icons/medal-red-premium.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-red-premium.png diff --git a/AMOEBA3/src/icons/medal-red.png b/AMOEBA3/src/VISUALIZATION/icons/medal-red.png similarity index 100% rename from AMOEBA3/src/icons/medal-red.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-red.png diff --git a/AMOEBA3/src/icons/medal-silver-premium.png b/AMOEBA3/src/VISUALIZATION/icons/medal-silver-premium.png similarity index 100% rename from AMOEBA3/src/icons/medal-silver-premium.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-silver-premium.png diff --git a/AMOEBA3/src/icons/medal-silver-red-premium.png b/AMOEBA3/src/VISUALIZATION/icons/medal-silver-red-premium.png similarity index 100% rename from AMOEBA3/src/icons/medal-silver-red-premium.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-silver-red-premium.png diff --git a/AMOEBA3/src/icons/medal-silver-red.png b/AMOEBA3/src/VISUALIZATION/icons/medal-silver-red.png similarity index 100% rename from AMOEBA3/src/icons/medal-silver-red.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-silver-red.png diff --git a/AMOEBA3/src/icons/medal-silver.png b/AMOEBA3/src/VISUALIZATION/icons/medal-silver.png similarity index 100% rename from AMOEBA3/src/icons/medal-silver.png rename to AMOEBA3/src/VISUALIZATION/icons/medal-silver.png diff --git a/AMOEBA3/src/icons/medal.png b/AMOEBA3/src/VISUALIZATION/icons/medal.png similarity index 100% rename from AMOEBA3/src/icons/medal.png rename to AMOEBA3/src/VISUALIZATION/icons/medal.png diff --git a/AMOEBA3/src/icons/media-player--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/media-player--arrow.png similarity index 100% rename from AMOEBA3/src/icons/media-player--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player--arrow.png diff --git a/AMOEBA3/src/icons/media-player--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/media-player--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/media-player--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player--exclamation.png diff --git a/AMOEBA3/src/icons/media-player--minus.png b/AMOEBA3/src/VISUALIZATION/icons/media-player--minus.png similarity index 100% rename from AMOEBA3/src/icons/media-player--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player--minus.png diff --git a/AMOEBA3/src/icons/media-player--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/media-player--pencil.png similarity index 100% rename from AMOEBA3/src/icons/media-player--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player--pencil.png diff --git a/AMOEBA3/src/icons/media-player--plus.png b/AMOEBA3/src/VISUALIZATION/icons/media-player--plus.png similarity index 100% rename from AMOEBA3/src/icons/media-player--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player--plus.png diff --git a/AMOEBA3/src/icons/media-player-black.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-black.png similarity index 100% rename from AMOEBA3/src/icons/media-player-black.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-black.png diff --git a/AMOEBA3/src/icons/media-player-cast.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-cast.png similarity index 100% rename from AMOEBA3/src/icons/media-player-cast.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-cast.png diff --git a/AMOEBA3/src/icons/media-player-medium-black.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium-black.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium-black.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium-black.png diff --git a/AMOEBA3/src/icons/media-player-medium-blue.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium-blue.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium-blue.png diff --git a/AMOEBA3/src/icons/media-player-medium-green.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium-green.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium-green.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium-green.png diff --git a/AMOEBA3/src/icons/media-player-medium-orange.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium-orange.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium-orange.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium-orange.png diff --git a/AMOEBA3/src/icons/media-player-medium-pink.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium-pink.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium-pink.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium-pink.png diff --git a/AMOEBA3/src/icons/media-player-medium-purple.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium-purple.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium-purple.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium-purple.png diff --git a/AMOEBA3/src/icons/media-player-medium-red.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium-red.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium-red.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium-red.png diff --git a/AMOEBA3/src/icons/media-player-medium-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium-yellow.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium-yellow.png diff --git a/AMOEBA3/src/icons/media-player-medium.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-medium.png similarity index 100% rename from AMOEBA3/src/icons/media-player-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-medium.png diff --git a/AMOEBA3/src/icons/media-player-phone-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-phone-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/media-player-phone-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-phone-horizontal.png diff --git a/AMOEBA3/src/icons/media-player-phone-protector.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-phone-protector.png similarity index 100% rename from AMOEBA3/src/icons/media-player-phone-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-phone-protector.png diff --git a/AMOEBA3/src/icons/media-player-phone.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-phone.png similarity index 100% rename from AMOEBA3/src/icons/media-player-phone.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-phone.png diff --git a/AMOEBA3/src/icons/media-player-protector.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-protector.png similarity index 100% rename from AMOEBA3/src/icons/media-player-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-protector.png diff --git a/AMOEBA3/src/icons/media-player-small-blue.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-small-blue.png similarity index 100% rename from AMOEBA3/src/icons/media-player-small-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-small-blue.png diff --git a/AMOEBA3/src/icons/media-player-small-green.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-small-green.png similarity index 100% rename from AMOEBA3/src/icons/media-player-small-green.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-small-green.png diff --git a/AMOEBA3/src/icons/media-player-small-pink.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-small-pink.png similarity index 100% rename from AMOEBA3/src/icons/media-player-small-pink.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-small-pink.png diff --git a/AMOEBA3/src/icons/media-player-small-red.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-small-red.png similarity index 100% rename from AMOEBA3/src/icons/media-player-small-red.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-small-red.png diff --git a/AMOEBA3/src/icons/media-player-small.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-small.png similarity index 100% rename from AMOEBA3/src/icons/media-player-small.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-small.png diff --git a/AMOEBA3/src/icons/media-player-xsmall-black.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-black.png similarity index 100% rename from AMOEBA3/src/icons/media-player-xsmall-black.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-black.png diff --git a/AMOEBA3/src/icons/media-player-xsmall-blue.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-blue.png similarity index 100% rename from AMOEBA3/src/icons/media-player-xsmall-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-blue.png diff --git a/AMOEBA3/src/icons/media-player-xsmall-green.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-green.png similarity index 100% rename from AMOEBA3/src/icons/media-player-xsmall-green.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-green.png diff --git a/AMOEBA3/src/icons/media-player-xsmall-pink.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-pink.png similarity index 100% rename from AMOEBA3/src/icons/media-player-xsmall-pink.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-pink.png diff --git a/AMOEBA3/src/icons/media-player-xsmall-polish.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-polish.png similarity index 100% rename from AMOEBA3/src/icons/media-player-xsmall-polish.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall-polish.png diff --git a/AMOEBA3/src/icons/media-player-xsmall.png b/AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall.png similarity index 100% rename from AMOEBA3/src/icons/media-player-xsmall.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player-xsmall.png diff --git a/AMOEBA3/src/icons/media-player.png b/AMOEBA3/src/VISUALIZATION/icons/media-player.png similarity index 100% rename from AMOEBA3/src/icons/media-player.png rename to AMOEBA3/src/VISUALIZATION/icons/media-player.png diff --git a/AMOEBA3/src/icons/media-players.png b/AMOEBA3/src/VISUALIZATION/icons/media-players.png similarity index 100% rename from AMOEBA3/src/icons/media-players.png rename to AMOEBA3/src/VISUALIZATION/icons/media-players.png diff --git a/AMOEBA3/src/icons/megaphone--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/megaphone--arrow.png similarity index 100% rename from AMOEBA3/src/icons/megaphone--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/megaphone--arrow.png diff --git a/AMOEBA3/src/icons/megaphone--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/megaphone--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/megaphone--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/megaphone--exclamation.png diff --git a/AMOEBA3/src/icons/megaphone--minus.png b/AMOEBA3/src/VISUALIZATION/icons/megaphone--minus.png similarity index 100% rename from AMOEBA3/src/icons/megaphone--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/megaphone--minus.png diff --git a/AMOEBA3/src/icons/megaphone--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/megaphone--pencil.png similarity index 100% rename from AMOEBA3/src/icons/megaphone--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/megaphone--pencil.png diff --git a/AMOEBA3/src/icons/megaphone--plus.png b/AMOEBA3/src/VISUALIZATION/icons/megaphone--plus.png similarity index 100% rename from AMOEBA3/src/icons/megaphone--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/megaphone--plus.png diff --git a/AMOEBA3/src/icons/megaphone.png b/AMOEBA3/src/VISUALIZATION/icons/megaphone.png similarity index 100% rename from AMOEBA3/src/icons/megaphone.png rename to AMOEBA3/src/VISUALIZATION/icons/megaphone.png diff --git a/AMOEBA3/src/icons/memory.png b/AMOEBA3/src/VISUALIZATION/icons/memory.png similarity index 100% rename from AMOEBA3/src/icons/memory.png rename to AMOEBA3/src/VISUALIZATION/icons/memory.png diff --git a/AMOEBA3/src/icons/metronome--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/metronome--arrow.png similarity index 100% rename from AMOEBA3/src/icons/metronome--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/metronome--arrow.png diff --git a/AMOEBA3/src/icons/metronome--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/metronome--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/metronome--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/metronome--exclamation.png diff --git a/AMOEBA3/src/icons/metronome--minus.png b/AMOEBA3/src/VISUALIZATION/icons/metronome--minus.png similarity index 100% rename from AMOEBA3/src/icons/metronome--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/metronome--minus.png diff --git a/AMOEBA3/src/icons/metronome--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/metronome--pencil.png similarity index 100% rename from AMOEBA3/src/icons/metronome--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/metronome--pencil.png diff --git a/AMOEBA3/src/icons/metronome--plus.png b/AMOEBA3/src/VISUALIZATION/icons/metronome--plus.png similarity index 100% rename from AMOEBA3/src/icons/metronome--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/metronome--plus.png diff --git a/AMOEBA3/src/icons/metronome.png b/AMOEBA3/src/VISUALIZATION/icons/metronome.png similarity index 100% rename from AMOEBA3/src/icons/metronome.png rename to AMOEBA3/src/VISUALIZATION/icons/metronome.png diff --git a/AMOEBA3/src/icons/microformats.png b/AMOEBA3/src/VISUALIZATION/icons/microformats.png similarity index 100% rename from AMOEBA3/src/icons/microformats.png rename to AMOEBA3/src/VISUALIZATION/icons/microformats.png diff --git a/AMOEBA3/src/icons/microphone--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/microphone--arrow.png similarity index 100% rename from AMOEBA3/src/icons/microphone--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/microphone--arrow.png diff --git a/AMOEBA3/src/icons/microphone--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/microphone--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/microphone--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/microphone--exclamation.png diff --git a/AMOEBA3/src/icons/microphone--minus.png b/AMOEBA3/src/VISUALIZATION/icons/microphone--minus.png similarity index 100% rename from AMOEBA3/src/icons/microphone--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/microphone--minus.png diff --git a/AMOEBA3/src/icons/microphone--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/microphone--pencil.png similarity index 100% rename from AMOEBA3/src/icons/microphone--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/microphone--pencil.png diff --git a/AMOEBA3/src/icons/microphone--plus.png b/AMOEBA3/src/VISUALIZATION/icons/microphone--plus.png similarity index 100% rename from AMOEBA3/src/icons/microphone--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/microphone--plus.png diff --git a/AMOEBA3/src/icons/microphone.png b/AMOEBA3/src/VISUALIZATION/icons/microphone.png similarity index 100% rename from AMOEBA3/src/icons/microphone.png rename to AMOEBA3/src/VISUALIZATION/icons/microphone.png diff --git a/AMOEBA3/src/icons/milestone-calendar.png b/AMOEBA3/src/VISUALIZATION/icons/milestone-calendar.png similarity index 100% rename from AMOEBA3/src/icons/milestone-calendar.png rename to AMOEBA3/src/VISUALIZATION/icons/milestone-calendar.png diff --git a/AMOEBA3/src/icons/milestone.png b/AMOEBA3/src/VISUALIZATION/icons/milestone.png similarity index 100% rename from AMOEBA3/src/icons/milestone.png rename to AMOEBA3/src/VISUALIZATION/icons/milestone.png diff --git a/AMOEBA3/src/icons/milk-label.png b/AMOEBA3/src/VISUALIZATION/icons/milk-label.png similarity index 100% rename from AMOEBA3/src/icons/milk-label.png rename to AMOEBA3/src/VISUALIZATION/icons/milk-label.png diff --git a/AMOEBA3/src/icons/milk.png b/AMOEBA3/src/VISUALIZATION/icons/milk.png similarity index 100% rename from AMOEBA3/src/icons/milk.png rename to AMOEBA3/src/VISUALIZATION/icons/milk.png diff --git a/AMOEBA3/src/icons/minus-button.png b/AMOEBA3/src/VISUALIZATION/icons/minus-button.png similarity index 100% rename from AMOEBA3/src/icons/minus-button.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-button.png diff --git a/AMOEBA3/src/icons/minus-circle-frame.png b/AMOEBA3/src/VISUALIZATION/icons/minus-circle-frame.png similarity index 100% rename from AMOEBA3/src/icons/minus-circle-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-circle-frame.png diff --git a/AMOEBA3/src/icons/minus-circle.png b/AMOEBA3/src/VISUALIZATION/icons/minus-circle.png similarity index 100% rename from AMOEBA3/src/icons/minus-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-circle.png diff --git a/AMOEBA3/src/icons/minus-octagon-frame.png b/AMOEBA3/src/VISUALIZATION/icons/minus-octagon-frame.png similarity index 100% rename from AMOEBA3/src/icons/minus-octagon-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-octagon-frame.png diff --git a/AMOEBA3/src/icons/minus-octagon.png b/AMOEBA3/src/VISUALIZATION/icons/minus-octagon.png similarity index 100% rename from AMOEBA3/src/icons/minus-octagon.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-octagon.png diff --git a/AMOEBA3/src/icons/minus-shield.png b/AMOEBA3/src/VISUALIZATION/icons/minus-shield.png similarity index 100% rename from AMOEBA3/src/icons/minus-shield.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-shield.png diff --git a/AMOEBA3/src/icons/minus-small-circle.png b/AMOEBA3/src/VISUALIZATION/icons/minus-small-circle.png similarity index 100% rename from AMOEBA3/src/icons/minus-small-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-small-circle.png diff --git a/AMOEBA3/src/icons/minus-small-white.png b/AMOEBA3/src/VISUALIZATION/icons/minus-small-white.png similarity index 100% rename from AMOEBA3/src/icons/minus-small-white.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-small-white.png diff --git a/AMOEBA3/src/icons/minus-small.png b/AMOEBA3/src/VISUALIZATION/icons/minus-small.png similarity index 100% rename from AMOEBA3/src/icons/minus-small.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-small.png diff --git a/AMOEBA3/src/icons/minus-white.png b/AMOEBA3/src/VISUALIZATION/icons/minus-white.png similarity index 100% rename from AMOEBA3/src/icons/minus-white.png rename to AMOEBA3/src/VISUALIZATION/icons/minus-white.png diff --git a/AMOEBA3/src/icons/minus.png b/AMOEBA3/src/VISUALIZATION/icons/minus.png similarity index 100% rename from AMOEBA3/src/icons/minus.png rename to AMOEBA3/src/VISUALIZATION/icons/minus.png diff --git a/AMOEBA3/src/icons/mizuhiki-paper-cord-alternate.png b/AMOEBA3/src/VISUALIZATION/icons/mizuhiki-paper-cord-alternate.png similarity index 100% rename from AMOEBA3/src/icons/mizuhiki-paper-cord-alternate.png rename to AMOEBA3/src/VISUALIZATION/icons/mizuhiki-paper-cord-alternate.png diff --git a/AMOEBA3/src/icons/mizuhiki-paper-cord.png b/AMOEBA3/src/VISUALIZATION/icons/mizuhiki-paper-cord.png similarity index 100% rename from AMOEBA3/src/icons/mizuhiki-paper-cord.png rename to AMOEBA3/src/VISUALIZATION/icons/mizuhiki-paper-cord.png diff --git a/AMOEBA3/src/icons/mobile-phone--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone--arrow.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone--arrow.png diff --git a/AMOEBA3/src/icons/mobile-phone--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone--exclamation.png diff --git a/AMOEBA3/src/icons/mobile-phone--minus.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone--minus.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone--minus.png diff --git a/AMOEBA3/src/icons/mobile-phone--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone--pencil.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone--pencil.png diff --git a/AMOEBA3/src/icons/mobile-phone--plus.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone--plus.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone--plus.png diff --git a/AMOEBA3/src/icons/mobile-phone-cast.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone-cast.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone-cast.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone-cast.png diff --git a/AMOEBA3/src/icons/mobile-phone-medium.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone-medium.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone-medium.png diff --git a/AMOEBA3/src/icons/mobile-phone-off.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone-off.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone-off.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone-off.png diff --git a/AMOEBA3/src/icons/mobile-phone-protector.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone-protector.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone-protector.png diff --git a/AMOEBA3/src/icons/mobile-phone.png b/AMOEBA3/src/VISUALIZATION/icons/mobile-phone.png similarity index 100% rename from AMOEBA3/src/icons/mobile-phone.png rename to AMOEBA3/src/VISUALIZATION/icons/mobile-phone.png diff --git a/AMOEBA3/src/icons/molecule.png b/AMOEBA3/src/VISUALIZATION/icons/molecule.png similarity index 100% rename from AMOEBA3/src/icons/molecule.png rename to AMOEBA3/src/VISUALIZATION/icons/molecule.png diff --git a/AMOEBA3/src/icons/money--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/money--arrow.png similarity index 100% rename from AMOEBA3/src/icons/money--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/money--arrow.png diff --git a/AMOEBA3/src/icons/money--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/money--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/money--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/money--exclamation.png diff --git a/AMOEBA3/src/icons/money--minus.png b/AMOEBA3/src/VISUALIZATION/icons/money--minus.png similarity index 100% rename from AMOEBA3/src/icons/money--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/money--minus.png diff --git a/AMOEBA3/src/icons/money--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/money--pencil.png similarity index 100% rename from AMOEBA3/src/icons/money--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/money--pencil.png diff --git a/AMOEBA3/src/icons/money--plus.png b/AMOEBA3/src/VISUALIZATION/icons/money--plus.png similarity index 100% rename from AMOEBA3/src/icons/money--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/money--plus.png diff --git a/AMOEBA3/src/icons/money-bag-dollar.png b/AMOEBA3/src/VISUALIZATION/icons/money-bag-dollar.png similarity index 100% rename from AMOEBA3/src/icons/money-bag-dollar.png rename to AMOEBA3/src/VISUALIZATION/icons/money-bag-dollar.png diff --git a/AMOEBA3/src/icons/money-bag-euro.png b/AMOEBA3/src/VISUALIZATION/icons/money-bag-euro.png similarity index 100% rename from AMOEBA3/src/icons/money-bag-euro.png rename to AMOEBA3/src/VISUALIZATION/icons/money-bag-euro.png diff --git a/AMOEBA3/src/icons/money-bag-label.png b/AMOEBA3/src/VISUALIZATION/icons/money-bag-label.png similarity index 100% rename from AMOEBA3/src/icons/money-bag-label.png rename to AMOEBA3/src/VISUALIZATION/icons/money-bag-label.png diff --git a/AMOEBA3/src/icons/money-bag-yen.png b/AMOEBA3/src/VISUALIZATION/icons/money-bag-yen.png similarity index 100% rename from AMOEBA3/src/icons/money-bag-yen.png rename to AMOEBA3/src/VISUALIZATION/icons/money-bag-yen.png diff --git a/AMOEBA3/src/icons/money-bag.png b/AMOEBA3/src/VISUALIZATION/icons/money-bag.png similarity index 100% rename from AMOEBA3/src/icons/money-bag.png rename to AMOEBA3/src/VISUALIZATION/icons/money-bag.png diff --git a/AMOEBA3/src/icons/money-coin.png b/AMOEBA3/src/VISUALIZATION/icons/money-coin.png similarity index 100% rename from AMOEBA3/src/icons/money-coin.png rename to AMOEBA3/src/VISUALIZATION/icons/money-coin.png diff --git a/AMOEBA3/src/icons/money-medium.png b/AMOEBA3/src/VISUALIZATION/icons/money-medium.png similarity index 100% rename from AMOEBA3/src/icons/money-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/money-medium.png diff --git a/AMOEBA3/src/icons/money.png b/AMOEBA3/src/VISUALIZATION/icons/money.png similarity index 100% rename from AMOEBA3/src/icons/money.png rename to AMOEBA3/src/VISUALIZATION/icons/money.png diff --git a/AMOEBA3/src/icons/moneys.png b/AMOEBA3/src/VISUALIZATION/icons/moneys.png similarity index 100% rename from AMOEBA3/src/icons/moneys.png rename to AMOEBA3/src/VISUALIZATION/icons/moneys.png diff --git a/AMOEBA3/src/icons/monitor--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/monitor--arrow.png similarity index 100% rename from AMOEBA3/src/icons/monitor--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor--arrow.png diff --git a/AMOEBA3/src/icons/monitor--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/monitor--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/monitor--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor--exclamation.png diff --git a/AMOEBA3/src/icons/monitor--minus.png b/AMOEBA3/src/VISUALIZATION/icons/monitor--minus.png similarity index 100% rename from AMOEBA3/src/icons/monitor--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor--minus.png diff --git a/AMOEBA3/src/icons/monitor--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/monitor--pencil.png similarity index 100% rename from AMOEBA3/src/icons/monitor--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor--pencil.png diff --git a/AMOEBA3/src/icons/monitor--plus.png b/AMOEBA3/src/VISUALIZATION/icons/monitor--plus.png similarity index 100% rename from AMOEBA3/src/icons/monitor--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor--plus.png diff --git a/AMOEBA3/src/icons/monitor-blue.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-blue.png similarity index 100% rename from AMOEBA3/src/icons/monitor-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-blue.png diff --git a/AMOEBA3/src/icons/monitor-cast.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-cast.png similarity index 100% rename from AMOEBA3/src/icons/monitor-cast.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-cast.png diff --git a/AMOEBA3/src/icons/monitor-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-cloud.png similarity index 100% rename from AMOEBA3/src/icons/monitor-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-cloud.png diff --git a/AMOEBA3/src/icons/monitor-image.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-image.png similarity index 100% rename from AMOEBA3/src/icons/monitor-image.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-image.png diff --git a/AMOEBA3/src/icons/monitor-medium.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-medium.png similarity index 100% rename from AMOEBA3/src/icons/monitor-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-medium.png diff --git a/AMOEBA3/src/icons/monitor-network.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-network.png similarity index 100% rename from AMOEBA3/src/icons/monitor-network.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-network.png diff --git a/AMOEBA3/src/icons/monitor-off.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-off.png similarity index 100% rename from AMOEBA3/src/icons/monitor-off.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-off.png diff --git a/AMOEBA3/src/icons/monitor-protector.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-protector.png similarity index 100% rename from AMOEBA3/src/icons/monitor-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-protector.png diff --git a/AMOEBA3/src/icons/monitor-screensaver.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-screensaver.png similarity index 100% rename from AMOEBA3/src/icons/monitor-screensaver.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-screensaver.png diff --git a/AMOEBA3/src/icons/monitor-sidebar.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-sidebar.png similarity index 100% rename from AMOEBA3/src/icons/monitor-sidebar.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-sidebar.png diff --git a/AMOEBA3/src/icons/monitor-wallpaper.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-wallpaper.png similarity index 100% rename from AMOEBA3/src/icons/monitor-wallpaper.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-wallpaper.png diff --git a/AMOEBA3/src/icons/monitor-window-3d.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-window-3d.png similarity index 100% rename from AMOEBA3/src/icons/monitor-window-3d.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-window-3d.png diff --git a/AMOEBA3/src/icons/monitor-window-flow.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-window-flow.png similarity index 100% rename from AMOEBA3/src/icons/monitor-window-flow.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-window-flow.png diff --git a/AMOEBA3/src/icons/monitor-window.png b/AMOEBA3/src/VISUALIZATION/icons/monitor-window.png similarity index 100% rename from AMOEBA3/src/icons/monitor-window.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor-window.png diff --git a/AMOEBA3/src/icons/monitor.png b/AMOEBA3/src/VISUALIZATION/icons/monitor.png similarity index 100% rename from AMOEBA3/src/icons/monitor.png rename to AMOEBA3/src/VISUALIZATION/icons/monitor.png diff --git a/AMOEBA3/src/icons/mouse--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/mouse--arrow.png similarity index 100% rename from AMOEBA3/src/icons/mouse--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse--arrow.png diff --git a/AMOEBA3/src/icons/mouse--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/mouse--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/mouse--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse--exclamation.png diff --git a/AMOEBA3/src/icons/mouse--minus.png b/AMOEBA3/src/VISUALIZATION/icons/mouse--minus.png similarity index 100% rename from AMOEBA3/src/icons/mouse--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse--minus.png diff --git a/AMOEBA3/src/icons/mouse--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/mouse--pencil.png similarity index 100% rename from AMOEBA3/src/icons/mouse--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse--pencil.png diff --git a/AMOEBA3/src/icons/mouse--plus.png b/AMOEBA3/src/VISUALIZATION/icons/mouse--plus.png similarity index 100% rename from AMOEBA3/src/icons/mouse--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse--plus.png diff --git a/AMOEBA3/src/icons/mouse-select-right.png b/AMOEBA3/src/VISUALIZATION/icons/mouse-select-right.png similarity index 100% rename from AMOEBA3/src/icons/mouse-select-right.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse-select-right.png diff --git a/AMOEBA3/src/icons/mouse-select-wheel.png b/AMOEBA3/src/VISUALIZATION/icons/mouse-select-wheel.png similarity index 100% rename from AMOEBA3/src/icons/mouse-select-wheel.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse-select-wheel.png diff --git a/AMOEBA3/src/icons/mouse-select.png b/AMOEBA3/src/VISUALIZATION/icons/mouse-select.png similarity index 100% rename from AMOEBA3/src/icons/mouse-select.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse-select.png diff --git a/AMOEBA3/src/icons/mouse.png b/AMOEBA3/src/VISUALIZATION/icons/mouse.png similarity index 100% rename from AMOEBA3/src/icons/mouse.png rename to AMOEBA3/src/VISUALIZATION/icons/mouse.png diff --git a/AMOEBA3/src/icons/mushroom.png b/AMOEBA3/src/VISUALIZATION/icons/mushroom.png similarity index 100% rename from AMOEBA3/src/icons/mushroom.png rename to AMOEBA3/src/VISUALIZATION/icons/mushroom.png diff --git a/AMOEBA3/src/icons/music--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/music--arrow.png similarity index 100% rename from AMOEBA3/src/icons/music--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/music--arrow.png diff --git a/AMOEBA3/src/icons/music--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/music--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/music--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/music--exclamation.png diff --git a/AMOEBA3/src/icons/music--minus.png b/AMOEBA3/src/VISUALIZATION/icons/music--minus.png similarity index 100% rename from AMOEBA3/src/icons/music--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/music--minus.png diff --git a/AMOEBA3/src/icons/music--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/music--pencil.png similarity index 100% rename from AMOEBA3/src/icons/music--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/music--pencil.png diff --git a/AMOEBA3/src/icons/music--plus.png b/AMOEBA3/src/VISUALIZATION/icons/music--plus.png similarity index 100% rename from AMOEBA3/src/icons/music--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/music--plus.png diff --git a/AMOEBA3/src/icons/music-beam-16.png b/AMOEBA3/src/VISUALIZATION/icons/music-beam-16.png similarity index 100% rename from AMOEBA3/src/icons/music-beam-16.png rename to AMOEBA3/src/VISUALIZATION/icons/music-beam-16.png diff --git a/AMOEBA3/src/icons/music-beam.png b/AMOEBA3/src/VISUALIZATION/icons/music-beam.png similarity index 100% rename from AMOEBA3/src/icons/music-beam.png rename to AMOEBA3/src/VISUALIZATION/icons/music-beam.png diff --git a/AMOEBA3/src/icons/music-small.png b/AMOEBA3/src/VISUALIZATION/icons/music-small.png similarity index 100% rename from AMOEBA3/src/icons/music-small.png rename to AMOEBA3/src/VISUALIZATION/icons/music-small.png diff --git a/AMOEBA3/src/icons/music.png b/AMOEBA3/src/VISUALIZATION/icons/music.png similarity index 100% rename from AMOEBA3/src/icons/music.png rename to AMOEBA3/src/VISUALIZATION/icons/music.png diff --git a/AMOEBA3/src/icons/mustache.png b/AMOEBA3/src/VISUALIZATION/icons/mustache.png similarity index 100% rename from AMOEBA3/src/icons/mustache.png rename to AMOEBA3/src/VISUALIZATION/icons/mustache.png diff --git a/AMOEBA3/src/icons/na.png b/AMOEBA3/src/VISUALIZATION/icons/na.png similarity index 100% rename from AMOEBA3/src/icons/na.png rename to AMOEBA3/src/VISUALIZATION/icons/na.png diff --git a/AMOEBA3/src/icons/navigation-000-button-white.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-000-button-white.png similarity index 100% rename from AMOEBA3/src/icons/navigation-000-button-white.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-000-button-white.png diff --git a/AMOEBA3/src/icons/navigation-000-button.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-000-button.png similarity index 100% rename from AMOEBA3/src/icons/navigation-000-button.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-000-button.png diff --git a/AMOEBA3/src/icons/navigation-000-frame.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-000-frame.png similarity index 100% rename from AMOEBA3/src/icons/navigation-000-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-000-frame.png diff --git a/AMOEBA3/src/icons/navigation-000-white.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-000-white.png similarity index 100% rename from AMOEBA3/src/icons/navigation-000-white.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-000-white.png diff --git a/AMOEBA3/src/icons/navigation-090-button-white.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-090-button-white.png similarity index 100% rename from AMOEBA3/src/icons/navigation-090-button-white.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-090-button-white.png diff --git a/AMOEBA3/src/icons/navigation-090-button.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-090-button.png similarity index 100% rename from AMOEBA3/src/icons/navigation-090-button.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-090-button.png diff --git a/AMOEBA3/src/icons/navigation-090-frame.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-090-frame.png similarity index 100% rename from AMOEBA3/src/icons/navigation-090-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-090-frame.png diff --git a/AMOEBA3/src/icons/navigation-090-white.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-090-white.png similarity index 100% rename from AMOEBA3/src/icons/navigation-090-white.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-090-white.png diff --git a/AMOEBA3/src/icons/navigation-090.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-090.png similarity index 100% rename from AMOEBA3/src/icons/navigation-090.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-090.png diff --git a/AMOEBA3/src/icons/navigation-180-button-white.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-180-button-white.png similarity index 100% rename from AMOEBA3/src/icons/navigation-180-button-white.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-180-button-white.png diff --git a/AMOEBA3/src/icons/navigation-180-button.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-180-button.png similarity index 100% rename from AMOEBA3/src/icons/navigation-180-button.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-180-button.png diff --git a/AMOEBA3/src/icons/navigation-180-frame.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-180-frame.png similarity index 100% rename from AMOEBA3/src/icons/navigation-180-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-180-frame.png diff --git a/AMOEBA3/src/icons/navigation-180-white.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-180-white.png similarity index 100% rename from AMOEBA3/src/icons/navigation-180-white.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-180-white.png diff --git a/AMOEBA3/src/icons/navigation-180.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-180.png similarity index 100% rename from AMOEBA3/src/icons/navigation-180.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-180.png diff --git a/AMOEBA3/src/icons/navigation-270-button-white.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-270-button-white.png similarity index 100% rename from AMOEBA3/src/icons/navigation-270-button-white.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-270-button-white.png diff --git a/AMOEBA3/src/icons/navigation-270-button.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-270-button.png similarity index 100% rename from AMOEBA3/src/icons/navigation-270-button.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-270-button.png diff --git a/AMOEBA3/src/icons/navigation-270-frame.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-270-frame.png similarity index 100% rename from AMOEBA3/src/icons/navigation-270-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-270-frame.png diff --git a/AMOEBA3/src/icons/navigation-270-white.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-270-white.png similarity index 100% rename from AMOEBA3/src/icons/navigation-270-white.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-270-white.png diff --git a/AMOEBA3/src/icons/navigation-270.png b/AMOEBA3/src/VISUALIZATION/icons/navigation-270.png similarity index 100% rename from AMOEBA3/src/icons/navigation-270.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation-270.png diff --git a/AMOEBA3/src/icons/navigation.png b/AMOEBA3/src/VISUALIZATION/icons/navigation.png similarity index 100% rename from AMOEBA3/src/icons/navigation.png rename to AMOEBA3/src/VISUALIZATION/icons/navigation.png diff --git a/AMOEBA3/src/icons/neOCampus.png b/AMOEBA3/src/VISUALIZATION/icons/neOCampus.png similarity index 100% rename from AMOEBA3/src/icons/neOCampus.png rename to AMOEBA3/src/VISUALIZATION/icons/neOCampus.png diff --git a/AMOEBA3/src/icons/neOCampus_Q.png b/AMOEBA3/src/VISUALIZATION/icons/neOCampus_Q.png similarity index 100% rename from AMOEBA3/src/icons/neOCampus_Q.png rename to AMOEBA3/src/VISUALIZATION/icons/neOCampus_Q.png diff --git a/AMOEBA3/src/icons/neOCampus_logo.png b/AMOEBA3/src/VISUALIZATION/icons/neOCampus_logo.png similarity index 100% rename from AMOEBA3/src/icons/neOCampus_logo.png rename to AMOEBA3/src/VISUALIZATION/icons/neOCampus_logo.png diff --git a/AMOEBA3/src/icons/network-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/network-cloud.png similarity index 100% rename from AMOEBA3/src/icons/network-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/network-cloud.png diff --git a/AMOEBA3/src/icons/network-clouds.png b/AMOEBA3/src/VISUALIZATION/icons/network-clouds.png similarity index 100% rename from AMOEBA3/src/icons/network-clouds.png rename to AMOEBA3/src/VISUALIZATION/icons/network-clouds.png diff --git a/AMOEBA3/src/icons/network-ethernet.png b/AMOEBA3/src/VISUALIZATION/icons/network-ethernet.png similarity index 100% rename from AMOEBA3/src/icons/network-ethernet.png rename to AMOEBA3/src/VISUALIZATION/icons/network-ethernet.png diff --git a/AMOEBA3/src/icons/network-firewall.png b/AMOEBA3/src/VISUALIZATION/icons/network-firewall.png similarity index 100% rename from AMOEBA3/src/icons/network-firewall.png rename to AMOEBA3/src/VISUALIZATION/icons/network-firewall.png diff --git a/AMOEBA3/src/icons/network-hub.png b/AMOEBA3/src/VISUALIZATION/icons/network-hub.png similarity index 100% rename from AMOEBA3/src/icons/network-hub.png rename to AMOEBA3/src/VISUALIZATION/icons/network-hub.png diff --git a/AMOEBA3/src/icons/network-ip-local.png b/AMOEBA3/src/VISUALIZATION/icons/network-ip-local.png similarity index 100% rename from AMOEBA3/src/icons/network-ip-local.png rename to AMOEBA3/src/VISUALIZATION/icons/network-ip-local.png diff --git a/AMOEBA3/src/icons/network-ip.png b/AMOEBA3/src/VISUALIZATION/icons/network-ip.png similarity index 100% rename from AMOEBA3/src/icons/network-ip.png rename to AMOEBA3/src/VISUALIZATION/icons/network-ip.png diff --git a/AMOEBA3/src/icons/network-status-away.png b/AMOEBA3/src/VISUALIZATION/icons/network-status-away.png similarity index 100% rename from AMOEBA3/src/icons/network-status-away.png rename to AMOEBA3/src/VISUALIZATION/icons/network-status-away.png diff --git a/AMOEBA3/src/icons/network-status-busy.png b/AMOEBA3/src/VISUALIZATION/icons/network-status-busy.png similarity index 100% rename from AMOEBA3/src/icons/network-status-busy.png rename to AMOEBA3/src/VISUALIZATION/icons/network-status-busy.png diff --git a/AMOEBA3/src/icons/network-status-offline.png b/AMOEBA3/src/VISUALIZATION/icons/network-status-offline.png similarity index 100% rename from AMOEBA3/src/icons/network-status-offline.png rename to AMOEBA3/src/VISUALIZATION/icons/network-status-offline.png diff --git a/AMOEBA3/src/icons/network-status.png b/AMOEBA3/src/VISUALIZATION/icons/network-status.png similarity index 100% rename from AMOEBA3/src/icons/network-status.png rename to AMOEBA3/src/VISUALIZATION/icons/network-status.png diff --git a/AMOEBA3/src/icons/network-wireless.png b/AMOEBA3/src/VISUALIZATION/icons/network-wireless.png similarity index 100% rename from AMOEBA3/src/icons/network-wireless.png rename to AMOEBA3/src/VISUALIZATION/icons/network-wireless.png diff --git a/AMOEBA3/src/icons/network.png b/AMOEBA3/src/VISUALIZATION/icons/network.png similarity index 100% rename from AMOEBA3/src/icons/network.png rename to AMOEBA3/src/VISUALIZATION/icons/network.png diff --git a/AMOEBA3/src/icons/new-text.png b/AMOEBA3/src/VISUALIZATION/icons/new-text.png similarity index 100% rename from AMOEBA3/src/icons/new-text.png rename to AMOEBA3/src/VISUALIZATION/icons/new-text.png diff --git a/AMOEBA3/src/icons/new.png b/AMOEBA3/src/VISUALIZATION/icons/new.png similarity index 100% rename from AMOEBA3/src/icons/new.png rename to AMOEBA3/src/VISUALIZATION/icons/new.png diff --git a/AMOEBA3/src/icons/newspaper--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/newspaper--arrow.png similarity index 100% rename from AMOEBA3/src/icons/newspaper--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/newspaper--arrow.png diff --git a/AMOEBA3/src/icons/newspaper--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/newspaper--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/newspaper--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/newspaper--exclamation.png diff --git a/AMOEBA3/src/icons/newspaper--minus.png b/AMOEBA3/src/VISUALIZATION/icons/newspaper--minus.png similarity index 100% rename from AMOEBA3/src/icons/newspaper--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/newspaper--minus.png diff --git a/AMOEBA3/src/icons/newspaper--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/newspaper--pencil.png similarity index 100% rename from AMOEBA3/src/icons/newspaper--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/newspaper--pencil.png diff --git a/AMOEBA3/src/icons/newspaper--plus.png b/AMOEBA3/src/VISUALIZATION/icons/newspaper--plus.png similarity index 100% rename from AMOEBA3/src/icons/newspaper--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/newspaper--plus.png diff --git a/AMOEBA3/src/icons/newspaper.png b/AMOEBA3/src/VISUALIZATION/icons/newspaper.png similarity index 100% rename from AMOEBA3/src/icons/newspaper.png rename to AMOEBA3/src/VISUALIZATION/icons/newspaper.png diff --git a/AMOEBA3/src/icons/newspapers.png b/AMOEBA3/src/VISUALIZATION/icons/newspapers.png similarity index 100% rename from AMOEBA3/src/icons/newspapers.png rename to AMOEBA3/src/VISUALIZATION/icons/newspapers.png diff --git a/AMOEBA3/src/icons/node-delete-child.png b/AMOEBA3/src/VISUALIZATION/icons/node-delete-child.png similarity index 100% rename from AMOEBA3/src/icons/node-delete-child.png rename to AMOEBA3/src/VISUALIZATION/icons/node-delete-child.png diff --git a/AMOEBA3/src/icons/node-delete-next.png b/AMOEBA3/src/VISUALIZATION/icons/node-delete-next.png similarity index 100% rename from AMOEBA3/src/icons/node-delete-next.png rename to AMOEBA3/src/VISUALIZATION/icons/node-delete-next.png diff --git a/AMOEBA3/src/icons/node-delete-previous.png b/AMOEBA3/src/VISUALIZATION/icons/node-delete-previous.png similarity index 100% rename from AMOEBA3/src/icons/node-delete-previous.png rename to AMOEBA3/src/VISUALIZATION/icons/node-delete-previous.png diff --git a/AMOEBA3/src/icons/node-delete.png b/AMOEBA3/src/VISUALIZATION/icons/node-delete.png similarity index 100% rename from AMOEBA3/src/icons/node-delete.png rename to AMOEBA3/src/VISUALIZATION/icons/node-delete.png diff --git a/AMOEBA3/src/icons/node-design.png b/AMOEBA3/src/VISUALIZATION/icons/node-design.png similarity index 100% rename from AMOEBA3/src/icons/node-design.png rename to AMOEBA3/src/VISUALIZATION/icons/node-design.png diff --git a/AMOEBA3/src/icons/node-insert-child.png b/AMOEBA3/src/VISUALIZATION/icons/node-insert-child.png similarity index 100% rename from AMOEBA3/src/icons/node-insert-child.png rename to AMOEBA3/src/VISUALIZATION/icons/node-insert-child.png diff --git a/AMOEBA3/src/icons/node-insert-next.png b/AMOEBA3/src/VISUALIZATION/icons/node-insert-next.png similarity index 100% rename from AMOEBA3/src/icons/node-insert-next.png rename to AMOEBA3/src/VISUALIZATION/icons/node-insert-next.png diff --git a/AMOEBA3/src/icons/node-insert-previous.png b/AMOEBA3/src/VISUALIZATION/icons/node-insert-previous.png similarity index 100% rename from AMOEBA3/src/icons/node-insert-previous.png rename to AMOEBA3/src/VISUALIZATION/icons/node-insert-previous.png diff --git a/AMOEBA3/src/icons/node-insert.png b/AMOEBA3/src/VISUALIZATION/icons/node-insert.png similarity index 100% rename from AMOEBA3/src/icons/node-insert.png rename to AMOEBA3/src/VISUALIZATION/icons/node-insert.png diff --git a/AMOEBA3/src/icons/node-magnifier.png b/AMOEBA3/src/VISUALIZATION/icons/node-magnifier.png similarity index 100% rename from AMOEBA3/src/icons/node-magnifier.png rename to AMOEBA3/src/VISUALIZATION/icons/node-magnifier.png diff --git a/AMOEBA3/src/icons/node-select-all.png b/AMOEBA3/src/VISUALIZATION/icons/node-select-all.png similarity index 100% rename from AMOEBA3/src/icons/node-select-all.png rename to AMOEBA3/src/VISUALIZATION/icons/node-select-all.png diff --git a/AMOEBA3/src/icons/node-select-child.png b/AMOEBA3/src/VISUALIZATION/icons/node-select-child.png similarity index 100% rename from AMOEBA3/src/icons/node-select-child.png rename to AMOEBA3/src/VISUALIZATION/icons/node-select-child.png diff --git a/AMOEBA3/src/icons/node-select-next.png b/AMOEBA3/src/VISUALIZATION/icons/node-select-next.png similarity index 100% rename from AMOEBA3/src/icons/node-select-next.png rename to AMOEBA3/src/VISUALIZATION/icons/node-select-next.png diff --git a/AMOEBA3/src/icons/node-select-previous.png b/AMOEBA3/src/VISUALIZATION/icons/node-select-previous.png similarity index 100% rename from AMOEBA3/src/icons/node-select-previous.png rename to AMOEBA3/src/VISUALIZATION/icons/node-select-previous.png diff --git a/AMOEBA3/src/icons/node-select.png b/AMOEBA3/src/VISUALIZATION/icons/node-select.png similarity index 100% rename from AMOEBA3/src/icons/node-select.png rename to AMOEBA3/src/VISUALIZATION/icons/node-select.png diff --git a/AMOEBA3/src/icons/node.png b/AMOEBA3/src/VISUALIZATION/icons/node.png similarity index 100% rename from AMOEBA3/src/icons/node.png rename to AMOEBA3/src/VISUALIZATION/icons/node.png diff --git a/AMOEBA3/src/icons/notebook--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/notebook--arrow.png similarity index 100% rename from AMOEBA3/src/icons/notebook--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook--arrow.png diff --git a/AMOEBA3/src/icons/notebook--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/notebook--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/notebook--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook--exclamation.png diff --git a/AMOEBA3/src/icons/notebook--minus.png b/AMOEBA3/src/VISUALIZATION/icons/notebook--minus.png similarity index 100% rename from AMOEBA3/src/icons/notebook--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook--minus.png diff --git a/AMOEBA3/src/icons/notebook--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/notebook--pencil.png similarity index 100% rename from AMOEBA3/src/icons/notebook--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook--pencil.png diff --git a/AMOEBA3/src/icons/notebook--plus.png b/AMOEBA3/src/VISUALIZATION/icons/notebook--plus.png similarity index 100% rename from AMOEBA3/src/icons/notebook--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook--plus.png diff --git a/AMOEBA3/src/icons/notebook-medium.png b/AMOEBA3/src/VISUALIZATION/icons/notebook-medium.png similarity index 100% rename from AMOEBA3/src/icons/notebook-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook-medium.png diff --git a/AMOEBA3/src/icons/notebook-share.png b/AMOEBA3/src/VISUALIZATION/icons/notebook-share.png similarity index 100% rename from AMOEBA3/src/icons/notebook-share.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook-share.png diff --git a/AMOEBA3/src/icons/notebook-sticky-note.png b/AMOEBA3/src/VISUALIZATION/icons/notebook-sticky-note.png similarity index 100% rename from AMOEBA3/src/icons/notebook-sticky-note.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook-sticky-note.png diff --git a/AMOEBA3/src/icons/notebook.png b/AMOEBA3/src/VISUALIZATION/icons/notebook.png similarity index 100% rename from AMOEBA3/src/icons/notebook.png rename to AMOEBA3/src/VISUALIZATION/icons/notebook.png diff --git a/AMOEBA3/src/icons/notebooks.png b/AMOEBA3/src/VISUALIZATION/icons/notebooks.png similarity index 100% rename from AMOEBA3/src/icons/notebooks.png rename to AMOEBA3/src/VISUALIZATION/icons/notebooks.png diff --git a/AMOEBA3/src/icons/notification-counter-02.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-02.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-02.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-02.png diff --git a/AMOEBA3/src/icons/notification-counter-03.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-03.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-03.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-03.png diff --git a/AMOEBA3/src/icons/notification-counter-04.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-04.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-04.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-04.png diff --git a/AMOEBA3/src/icons/notification-counter-05.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-05.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-05.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-05.png diff --git a/AMOEBA3/src/icons/notification-counter-06.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-06.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-06.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-06.png diff --git a/AMOEBA3/src/icons/notification-counter-07.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-07.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-07.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-07.png diff --git a/AMOEBA3/src/icons/notification-counter-08.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-08.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-08.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-08.png diff --git a/AMOEBA3/src/icons/notification-counter-09.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-09.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-09.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-09.png diff --git a/AMOEBA3/src/icons/notification-counter-10.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-10.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-10.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-10.png diff --git a/AMOEBA3/src/icons/notification-counter-11.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-11.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-11.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-11.png diff --git a/AMOEBA3/src/icons/notification-counter-12.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-12.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-12.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-12.png diff --git a/AMOEBA3/src/icons/notification-counter-13.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-13.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-13.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-13.png diff --git a/AMOEBA3/src/icons/notification-counter-14.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-14.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-14.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-14.png diff --git a/AMOEBA3/src/icons/notification-counter-15.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-15.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-15.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-15.png diff --git a/AMOEBA3/src/icons/notification-counter-16.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-16.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-16.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-16.png diff --git a/AMOEBA3/src/icons/notification-counter-17.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-17.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-17.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-17.png diff --git a/AMOEBA3/src/icons/notification-counter-18.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-18.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-18.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-18.png diff --git a/AMOEBA3/src/icons/notification-counter-19.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-19.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-19.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-19.png diff --git a/AMOEBA3/src/icons/notification-counter-20-plus.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-20-plus.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-20-plus.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-20-plus.png diff --git a/AMOEBA3/src/icons/notification-counter-20.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-20.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-20.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-20.png diff --git a/AMOEBA3/src/icons/notification-counter-42.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter-42.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter-42.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter-42.png diff --git a/AMOEBA3/src/icons/notification-counter.png b/AMOEBA3/src/VISUALIZATION/icons/notification-counter.png similarity index 100% rename from AMOEBA3/src/icons/notification-counter.png rename to AMOEBA3/src/VISUALIZATION/icons/notification-counter.png diff --git a/AMOEBA3/src/icons/occluder.png b/AMOEBA3/src/VISUALIZATION/icons/occluder.png similarity index 100% rename from AMOEBA3/src/icons/occluder.png rename to AMOEBA3/src/VISUALIZATION/icons/occluder.png diff --git a/AMOEBA3/src/icons/odata-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/odata-balloon.png similarity index 100% rename from AMOEBA3/src/icons/odata-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/odata-balloon.png diff --git a/AMOEBA3/src/icons/odata-document.png b/AMOEBA3/src/VISUALIZATION/icons/odata-document.png similarity index 100% rename from AMOEBA3/src/icons/odata-document.png rename to AMOEBA3/src/VISUALIZATION/icons/odata-document.png diff --git a/AMOEBA3/src/icons/odata-small.png b/AMOEBA3/src/VISUALIZATION/icons/odata-small.png similarity index 100% rename from AMOEBA3/src/icons/odata-small.png rename to AMOEBA3/src/VISUALIZATION/icons/odata-small.png diff --git a/AMOEBA3/src/icons/odata.png b/AMOEBA3/src/VISUALIZATION/icons/odata.png similarity index 100% rename from AMOEBA3/src/icons/odata.png rename to AMOEBA3/src/VISUALIZATION/icons/odata.png diff --git a/AMOEBA3/src/icons/oil-barrel.png b/AMOEBA3/src/VISUALIZATION/icons/oil-barrel.png similarity index 100% rename from AMOEBA3/src/icons/oil-barrel.png rename to AMOEBA3/src/VISUALIZATION/icons/oil-barrel.png diff --git a/AMOEBA3/src/icons/open-share-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/open-share-balloon.png similarity index 100% rename from AMOEBA3/src/icons/open-share-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/open-share-balloon.png diff --git a/AMOEBA3/src/icons/open-share-document.png b/AMOEBA3/src/VISUALIZATION/icons/open-share-document.png similarity index 100% rename from AMOEBA3/src/icons/open-share-document.png rename to AMOEBA3/src/VISUALIZATION/icons/open-share-document.png diff --git a/AMOEBA3/src/icons/open-share-small.png b/AMOEBA3/src/VISUALIZATION/icons/open-share-small.png similarity index 100% rename from AMOEBA3/src/icons/open-share-small.png rename to AMOEBA3/src/VISUALIZATION/icons/open-share-small.png diff --git a/AMOEBA3/src/icons/open-share.png b/AMOEBA3/src/VISUALIZATION/icons/open-share.png similarity index 100% rename from AMOEBA3/src/icons/open-share.png rename to AMOEBA3/src/VISUALIZATION/icons/open-share.png diff --git a/AMOEBA3/src/icons/open-source.png b/AMOEBA3/src/VISUALIZATION/icons/open-source.png similarity index 100% rename from AMOEBA3/src/icons/open-source.png rename to AMOEBA3/src/VISUALIZATION/icons/open-source.png diff --git a/AMOEBA3/src/icons/openid.png b/AMOEBA3/src/VISUALIZATION/icons/openid.png similarity index 100% rename from AMOEBA3/src/icons/openid.png rename to AMOEBA3/src/VISUALIZATION/icons/openid.png diff --git a/AMOEBA3/src/icons/opml-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/opml-balloon.png similarity index 100% rename from AMOEBA3/src/icons/opml-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/opml-balloon.png diff --git a/AMOEBA3/src/icons/opml-document.png b/AMOEBA3/src/VISUALIZATION/icons/opml-document.png similarity index 100% rename from AMOEBA3/src/icons/opml-document.png rename to AMOEBA3/src/VISUALIZATION/icons/opml-document.png diff --git a/AMOEBA3/src/icons/opml-small.png b/AMOEBA3/src/VISUALIZATION/icons/opml-small.png similarity index 100% rename from AMOEBA3/src/icons/opml-small.png rename to AMOEBA3/src/VISUALIZATION/icons/opml-small.png diff --git a/AMOEBA3/src/icons/opml.png b/AMOEBA3/src/VISUALIZATION/icons/opml.png similarity index 100% rename from AMOEBA3/src/icons/opml.png rename to AMOEBA3/src/VISUALIZATION/icons/opml.png diff --git a/AMOEBA3/src/icons/paint-brush--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush--arrow.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush--arrow.png diff --git a/AMOEBA3/src/icons/paint-brush--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush--exclamation.png diff --git a/AMOEBA3/src/icons/paint-brush--minus.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush--minus.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush--minus.png diff --git a/AMOEBA3/src/icons/paint-brush--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush--pencil.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush--pencil.png diff --git a/AMOEBA3/src/icons/paint-brush--plus.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush--plus.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush--plus.png diff --git a/AMOEBA3/src/icons/paint-brush-color.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush-color.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush-color.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush-color.png diff --git a/AMOEBA3/src/icons/paint-brush-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush-prohibition.png diff --git a/AMOEBA3/src/icons/paint-brush-small.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush-small.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush-small.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush-small.png diff --git a/AMOEBA3/src/icons/paint-brush.png b/AMOEBA3/src/VISUALIZATION/icons/paint-brush.png similarity index 100% rename from AMOEBA3/src/icons/paint-brush.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-brush.png diff --git a/AMOEBA3/src/icons/paint-can--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can--arrow.png similarity index 100% rename from AMOEBA3/src/icons/paint-can--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can--arrow.png diff --git a/AMOEBA3/src/icons/paint-can--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/paint-can--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can--exclamation.png diff --git a/AMOEBA3/src/icons/paint-can--minus.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can--minus.png similarity index 100% rename from AMOEBA3/src/icons/paint-can--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can--minus.png diff --git a/AMOEBA3/src/icons/paint-can--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can--pencil.png similarity index 100% rename from AMOEBA3/src/icons/paint-can--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can--pencil.png diff --git a/AMOEBA3/src/icons/paint-can--plus.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can--plus.png similarity index 100% rename from AMOEBA3/src/icons/paint-can--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can--plus.png diff --git a/AMOEBA3/src/icons/paint-can-color.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can-color.png similarity index 100% rename from AMOEBA3/src/icons/paint-can-color.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can-color.png diff --git a/AMOEBA3/src/icons/paint-can-medium.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can-medium.png similarity index 100% rename from AMOEBA3/src/icons/paint-can-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can-medium.png diff --git a/AMOEBA3/src/icons/paint-can-paint-brush.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can-paint-brush.png similarity index 100% rename from AMOEBA3/src/icons/paint-can-paint-brush.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can-paint-brush.png diff --git a/AMOEBA3/src/icons/paint-can.png b/AMOEBA3/src/VISUALIZATION/icons/paint-can.png similarity index 100% rename from AMOEBA3/src/icons/paint-can.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-can.png diff --git a/AMOEBA3/src/icons/paint-tube--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/paint-tube--arrow.png similarity index 100% rename from AMOEBA3/src/icons/paint-tube--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-tube--arrow.png diff --git a/AMOEBA3/src/icons/paint-tube--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/paint-tube--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/paint-tube--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-tube--exclamation.png diff --git a/AMOEBA3/src/icons/paint-tube--minus.png b/AMOEBA3/src/VISUALIZATION/icons/paint-tube--minus.png similarity index 100% rename from AMOEBA3/src/icons/paint-tube--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-tube--minus.png diff --git a/AMOEBA3/src/icons/paint-tube--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/paint-tube--pencil.png similarity index 100% rename from AMOEBA3/src/icons/paint-tube--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-tube--pencil.png diff --git a/AMOEBA3/src/icons/paint-tube--plus.png b/AMOEBA3/src/VISUALIZATION/icons/paint-tube--plus.png similarity index 100% rename from AMOEBA3/src/icons/paint-tube--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-tube--plus.png diff --git a/AMOEBA3/src/icons/paint-tube-color.png b/AMOEBA3/src/VISUALIZATION/icons/paint-tube-color.png similarity index 100% rename from AMOEBA3/src/icons/paint-tube-color.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-tube-color.png diff --git a/AMOEBA3/src/icons/paint-tube-medium.png b/AMOEBA3/src/VISUALIZATION/icons/paint-tube-medium.png similarity index 100% rename from AMOEBA3/src/icons/paint-tube-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-tube-medium.png diff --git a/AMOEBA3/src/icons/paint-tube.png b/AMOEBA3/src/VISUALIZATION/icons/paint-tube.png similarity index 100% rename from AMOEBA3/src/icons/paint-tube.png rename to AMOEBA3/src/VISUALIZATION/icons/paint-tube.png diff --git a/AMOEBA3/src/icons/palette--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/palette--arrow.png similarity index 100% rename from AMOEBA3/src/icons/palette--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/palette--arrow.png diff --git a/AMOEBA3/src/icons/palette--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/palette--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/palette--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/palette--exclamation.png diff --git a/AMOEBA3/src/icons/palette--minus.png b/AMOEBA3/src/VISUALIZATION/icons/palette--minus.png similarity index 100% rename from AMOEBA3/src/icons/palette--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/palette--minus.png diff --git a/AMOEBA3/src/icons/palette--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/palette--pencil.png similarity index 100% rename from AMOEBA3/src/icons/palette--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/palette--pencil.png diff --git a/AMOEBA3/src/icons/palette--plus.png b/AMOEBA3/src/VISUALIZATION/icons/palette--plus.png similarity index 100% rename from AMOEBA3/src/icons/palette--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/palette--plus.png diff --git a/AMOEBA3/src/icons/palette-color.png b/AMOEBA3/src/VISUALIZATION/icons/palette-color.png similarity index 100% rename from AMOEBA3/src/icons/palette-color.png rename to AMOEBA3/src/VISUALIZATION/icons/palette-color.png diff --git a/AMOEBA3/src/icons/palette-medium.png b/AMOEBA3/src/VISUALIZATION/icons/palette-medium.png similarity index 100% rename from AMOEBA3/src/icons/palette-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/palette-medium.png diff --git a/AMOEBA3/src/icons/palette-paint-brush.png b/AMOEBA3/src/VISUALIZATION/icons/palette-paint-brush.png similarity index 100% rename from AMOEBA3/src/icons/palette-paint-brush.png rename to AMOEBA3/src/VISUALIZATION/icons/palette-paint-brush.png diff --git a/AMOEBA3/src/icons/palette.png b/AMOEBA3/src/VISUALIZATION/icons/palette.png similarity index 100% rename from AMOEBA3/src/icons/palette.png rename to AMOEBA3/src/VISUALIZATION/icons/palette.png diff --git a/AMOEBA3/src/icons/paper-bag--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/paper-bag--arrow.png similarity index 100% rename from AMOEBA3/src/icons/paper-bag--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-bag--arrow.png diff --git a/AMOEBA3/src/icons/paper-bag--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/paper-bag--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/paper-bag--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-bag--exclamation.png diff --git a/AMOEBA3/src/icons/paper-bag--minus.png b/AMOEBA3/src/VISUALIZATION/icons/paper-bag--minus.png similarity index 100% rename from AMOEBA3/src/icons/paper-bag--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-bag--minus.png diff --git a/AMOEBA3/src/icons/paper-bag--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/paper-bag--pencil.png similarity index 100% rename from AMOEBA3/src/icons/paper-bag--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-bag--pencil.png diff --git a/AMOEBA3/src/icons/paper-bag--plus.png b/AMOEBA3/src/VISUALIZATION/icons/paper-bag--plus.png similarity index 100% rename from AMOEBA3/src/icons/paper-bag--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-bag--plus.png diff --git a/AMOEBA3/src/icons/paper-bag-label.png b/AMOEBA3/src/VISUALIZATION/icons/paper-bag-label.png similarity index 100% rename from AMOEBA3/src/icons/paper-bag-label.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-bag-label.png diff --git a/AMOEBA3/src/icons/paper-bag-recycle.png b/AMOEBA3/src/VISUALIZATION/icons/paper-bag-recycle.png similarity index 100% rename from AMOEBA3/src/icons/paper-bag-recycle.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-bag-recycle.png diff --git a/AMOEBA3/src/icons/paper-bag.png b/AMOEBA3/src/VISUALIZATION/icons/paper-bag.png similarity index 100% rename from AMOEBA3/src/icons/paper-bag.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-bag.png diff --git a/AMOEBA3/src/icons/paper-clip-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/paper-clip-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/paper-clip-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-clip-prohibition.png diff --git a/AMOEBA3/src/icons/paper-clip-small.png b/AMOEBA3/src/VISUALIZATION/icons/paper-clip-small.png similarity index 100% rename from AMOEBA3/src/icons/paper-clip-small.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-clip-small.png diff --git a/AMOEBA3/src/icons/paper-clip.png b/AMOEBA3/src/VISUALIZATION/icons/paper-clip.png similarity index 100% rename from AMOEBA3/src/icons/paper-clip.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-clip.png diff --git a/AMOEBA3/src/icons/paper-lantern-emblem.png b/AMOEBA3/src/VISUALIZATION/icons/paper-lantern-emblem.png similarity index 100% rename from AMOEBA3/src/icons/paper-lantern-emblem.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-lantern-emblem.png diff --git a/AMOEBA3/src/icons/paper-lantern-red.png b/AMOEBA3/src/VISUALIZATION/icons/paper-lantern-red.png similarity index 100% rename from AMOEBA3/src/icons/paper-lantern-red.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-lantern-red.png diff --git a/AMOEBA3/src/icons/paper-lantern-repast-red.png b/AMOEBA3/src/VISUALIZATION/icons/paper-lantern-repast-red.png similarity index 100% rename from AMOEBA3/src/icons/paper-lantern-repast-red.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-lantern-repast-red.png diff --git a/AMOEBA3/src/icons/paper-lantern-repast.png b/AMOEBA3/src/VISUALIZATION/icons/paper-lantern-repast.png similarity index 100% rename from AMOEBA3/src/icons/paper-lantern-repast.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-lantern-repast.png diff --git a/AMOEBA3/src/icons/paper-lantern.png b/AMOEBA3/src/VISUALIZATION/icons/paper-lantern.png similarity index 100% rename from AMOEBA3/src/icons/paper-lantern.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-lantern.png diff --git a/AMOEBA3/src/icons/paper-plane--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/paper-plane--arrow.png similarity index 100% rename from AMOEBA3/src/icons/paper-plane--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-plane--arrow.png diff --git a/AMOEBA3/src/icons/paper-plane--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/paper-plane--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/paper-plane--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-plane--exclamation.png diff --git a/AMOEBA3/src/icons/paper-plane--minus.png b/AMOEBA3/src/VISUALIZATION/icons/paper-plane--minus.png similarity index 100% rename from AMOEBA3/src/icons/paper-plane--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-plane--minus.png diff --git a/AMOEBA3/src/icons/paper-plane--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/paper-plane--pencil.png similarity index 100% rename from AMOEBA3/src/icons/paper-plane--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-plane--pencil.png diff --git a/AMOEBA3/src/icons/paper-plane--plus.png b/AMOEBA3/src/VISUALIZATION/icons/paper-plane--plus.png similarity index 100% rename from AMOEBA3/src/icons/paper-plane--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-plane--plus.png diff --git a/AMOEBA3/src/icons/paper-plane-return.png b/AMOEBA3/src/VISUALIZATION/icons/paper-plane-return.png similarity index 100% rename from AMOEBA3/src/icons/paper-plane-return.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-plane-return.png diff --git a/AMOEBA3/src/icons/paper-plane.png b/AMOEBA3/src/VISUALIZATION/icons/paper-plane.png similarity index 100% rename from AMOEBA3/src/icons/paper-plane.png rename to AMOEBA3/src/VISUALIZATION/icons/paper-plane.png diff --git a/AMOEBA3/src/icons/party-hat.png b/AMOEBA3/src/VISUALIZATION/icons/party-hat.png similarity index 100% rename from AMOEBA3/src/icons/party-hat.png rename to AMOEBA3/src/VISUALIZATION/icons/party-hat.png diff --git a/AMOEBA3/src/icons/pda--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/pda--arrow.png similarity index 100% rename from AMOEBA3/src/icons/pda--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/pda--arrow.png diff --git a/AMOEBA3/src/icons/pda--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/pda--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/pda--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/pda--exclamation.png diff --git a/AMOEBA3/src/icons/pda--minus.png b/AMOEBA3/src/VISUALIZATION/icons/pda--minus.png similarity index 100% rename from AMOEBA3/src/icons/pda--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/pda--minus.png diff --git a/AMOEBA3/src/icons/pda--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/pda--pencil.png similarity index 100% rename from AMOEBA3/src/icons/pda--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/pda--pencil.png diff --git a/AMOEBA3/src/icons/pda--plus.png b/AMOEBA3/src/VISUALIZATION/icons/pda--plus.png similarity index 100% rename from AMOEBA3/src/icons/pda--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/pda--plus.png diff --git a/AMOEBA3/src/icons/pda-off.png b/AMOEBA3/src/VISUALIZATION/icons/pda-off.png similarity index 100% rename from AMOEBA3/src/icons/pda-off.png rename to AMOEBA3/src/VISUALIZATION/icons/pda-off.png diff --git a/AMOEBA3/src/icons/pda-protector.png b/AMOEBA3/src/VISUALIZATION/icons/pda-protector.png similarity index 100% rename from AMOEBA3/src/icons/pda-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/pda-protector.png diff --git a/AMOEBA3/src/icons/pda.png b/AMOEBA3/src/VISUALIZATION/icons/pda.png similarity index 100% rename from AMOEBA3/src/icons/pda.png rename to AMOEBA3/src/VISUALIZATION/icons/pda.png diff --git a/AMOEBA3/src/icons/pearl-shell.png b/AMOEBA3/src/VISUALIZATION/icons/pearl-shell.png similarity index 100% rename from AMOEBA3/src/icons/pearl-shell.png rename to AMOEBA3/src/VISUALIZATION/icons/pearl-shell.png diff --git a/AMOEBA3/src/icons/pearl.png b/AMOEBA3/src/VISUALIZATION/icons/pearl.png similarity index 100% rename from AMOEBA3/src/icons/pearl.png rename to AMOEBA3/src/VISUALIZATION/icons/pearl.png diff --git a/AMOEBA3/src/icons/pencil--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/pencil--arrow.png similarity index 100% rename from AMOEBA3/src/icons/pencil--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil--arrow.png diff --git a/AMOEBA3/src/icons/pencil--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/pencil--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/pencil--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil--exclamation.png diff --git a/AMOEBA3/src/icons/pencil--minus.png b/AMOEBA3/src/VISUALIZATION/icons/pencil--minus.png similarity index 100% rename from AMOEBA3/src/icons/pencil--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil--minus.png diff --git a/AMOEBA3/src/icons/pencil--plus.png b/AMOEBA3/src/VISUALIZATION/icons/pencil--plus.png similarity index 100% rename from AMOEBA3/src/icons/pencil--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil--plus.png diff --git a/AMOEBA3/src/icons/pencil-button.png b/AMOEBA3/src/VISUALIZATION/icons/pencil-button.png similarity index 100% rename from AMOEBA3/src/icons/pencil-button.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil-button.png diff --git a/AMOEBA3/src/icons/pencil-color.png b/AMOEBA3/src/VISUALIZATION/icons/pencil-color.png similarity index 100% rename from AMOEBA3/src/icons/pencil-color.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil-color.png diff --git a/AMOEBA3/src/icons/pencil-field.png b/AMOEBA3/src/VISUALIZATION/icons/pencil-field.png similarity index 100% rename from AMOEBA3/src/icons/pencil-field.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil-field.png diff --git a/AMOEBA3/src/icons/pencil-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/pencil-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/pencil-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil-prohibition.png diff --git a/AMOEBA3/src/icons/pencil-ruler.png b/AMOEBA3/src/VISUALIZATION/icons/pencil-ruler.png similarity index 100% rename from AMOEBA3/src/icons/pencil-ruler.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil-ruler.png diff --git a/AMOEBA3/src/icons/pencil-small.png b/AMOEBA3/src/VISUALIZATION/icons/pencil-small.png similarity index 100% rename from AMOEBA3/src/icons/pencil-small.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil-small.png diff --git a/AMOEBA3/src/icons/pencil.png b/AMOEBA3/src/VISUALIZATION/icons/pencil.png similarity index 100% rename from AMOEBA3/src/icons/pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/pencil.png diff --git a/AMOEBA3/src/icons/photo-album--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/photo-album--arrow.png similarity index 100% rename from AMOEBA3/src/icons/photo-album--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/photo-album--arrow.png diff --git a/AMOEBA3/src/icons/photo-album--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/photo-album--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/photo-album--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/photo-album--exclamation.png diff --git a/AMOEBA3/src/icons/photo-album--minus.png b/AMOEBA3/src/VISUALIZATION/icons/photo-album--minus.png similarity index 100% rename from AMOEBA3/src/icons/photo-album--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/photo-album--minus.png diff --git a/AMOEBA3/src/icons/photo-album--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/photo-album--pencil.png similarity index 100% rename from AMOEBA3/src/icons/photo-album--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/photo-album--pencil.png diff --git a/AMOEBA3/src/icons/photo-album--plus.png b/AMOEBA3/src/VISUALIZATION/icons/photo-album--plus.png similarity index 100% rename from AMOEBA3/src/icons/photo-album--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/photo-album--plus.png diff --git a/AMOEBA3/src/icons/photo-album-blue.png b/AMOEBA3/src/VISUALIZATION/icons/photo-album-blue.png similarity index 100% rename from AMOEBA3/src/icons/photo-album-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/photo-album-blue.png diff --git a/AMOEBA3/src/icons/photo-album.png b/AMOEBA3/src/VISUALIZATION/icons/photo-album.png similarity index 100% rename from AMOEBA3/src/icons/photo-album.png rename to AMOEBA3/src/VISUALIZATION/icons/photo-album.png diff --git a/AMOEBA3/src/icons/piano--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/piano--arrow.png similarity index 100% rename from AMOEBA3/src/icons/piano--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/piano--arrow.png diff --git a/AMOEBA3/src/icons/piano--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/piano--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/piano--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/piano--exclamation.png diff --git a/AMOEBA3/src/icons/piano--minus.png b/AMOEBA3/src/VISUALIZATION/icons/piano--minus.png similarity index 100% rename from AMOEBA3/src/icons/piano--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/piano--minus.png diff --git a/AMOEBA3/src/icons/piano--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/piano--pencil.png similarity index 100% rename from AMOEBA3/src/icons/piano--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/piano--pencil.png diff --git a/AMOEBA3/src/icons/piano--plus.png b/AMOEBA3/src/VISUALIZATION/icons/piano--plus.png similarity index 100% rename from AMOEBA3/src/icons/piano--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/piano--plus.png diff --git a/AMOEBA3/src/icons/piano.png b/AMOEBA3/src/VISUALIZATION/icons/piano.png similarity index 100% rename from AMOEBA3/src/icons/piano.png rename to AMOEBA3/src/VISUALIZATION/icons/piano.png diff --git a/AMOEBA3/src/icons/picture--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/picture--arrow.png similarity index 100% rename from AMOEBA3/src/icons/picture--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/picture--arrow.png diff --git a/AMOEBA3/src/icons/picture--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/picture--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/picture--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/picture--exclamation.png diff --git a/AMOEBA3/src/icons/picture--minus.png b/AMOEBA3/src/VISUALIZATION/icons/picture--minus.png similarity index 100% rename from AMOEBA3/src/icons/picture--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/picture--minus.png diff --git a/AMOEBA3/src/icons/picture--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/picture--pencil.png similarity index 100% rename from AMOEBA3/src/icons/picture--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/picture--pencil.png diff --git a/AMOEBA3/src/icons/picture--plus.png b/AMOEBA3/src/VISUALIZATION/icons/picture--plus.png similarity index 100% rename from AMOEBA3/src/icons/picture--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/picture--plus.png diff --git a/AMOEBA3/src/icons/picture-medium.png b/AMOEBA3/src/VISUALIZATION/icons/picture-medium.png similarity index 100% rename from AMOEBA3/src/icons/picture-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/picture-medium.png diff --git a/AMOEBA3/src/icons/picture-small-sunset.png b/AMOEBA3/src/VISUALIZATION/icons/picture-small-sunset.png similarity index 100% rename from AMOEBA3/src/icons/picture-small-sunset.png rename to AMOEBA3/src/VISUALIZATION/icons/picture-small-sunset.png diff --git a/AMOEBA3/src/icons/picture-small.png b/AMOEBA3/src/VISUALIZATION/icons/picture-small.png similarity index 100% rename from AMOEBA3/src/icons/picture-small.png rename to AMOEBA3/src/VISUALIZATION/icons/picture-small.png diff --git a/AMOEBA3/src/icons/picture-sunset.png b/AMOEBA3/src/VISUALIZATION/icons/picture-sunset.png similarity index 100% rename from AMOEBA3/src/icons/picture-sunset.png rename to AMOEBA3/src/VISUALIZATION/icons/picture-sunset.png diff --git a/AMOEBA3/src/icons/picture.png b/AMOEBA3/src/VISUALIZATION/icons/picture.png similarity index 100% rename from AMOEBA3/src/icons/picture.png rename to AMOEBA3/src/VISUALIZATION/icons/picture.png diff --git a/AMOEBA3/src/icons/pictures-stack.png b/AMOEBA3/src/VISUALIZATION/icons/pictures-stack.png similarity index 100% rename from AMOEBA3/src/icons/pictures-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/pictures-stack.png diff --git a/AMOEBA3/src/icons/pictures.png b/AMOEBA3/src/VISUALIZATION/icons/pictures.png similarity index 100% rename from AMOEBA3/src/icons/pictures.png rename to AMOEBA3/src/VISUALIZATION/icons/pictures.png diff --git a/AMOEBA3/src/icons/piggy-bank-empty.png b/AMOEBA3/src/VISUALIZATION/icons/piggy-bank-empty.png similarity index 100% rename from AMOEBA3/src/icons/piggy-bank-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/piggy-bank-empty.png diff --git a/AMOEBA3/src/icons/piggy-bank.png b/AMOEBA3/src/VISUALIZATION/icons/piggy-bank.png similarity index 100% rename from AMOEBA3/src/icons/piggy-bank.png rename to AMOEBA3/src/VISUALIZATION/icons/piggy-bank.png diff --git a/AMOEBA3/src/icons/pill--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/pill--arrow.png similarity index 100% rename from AMOEBA3/src/icons/pill--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/pill--arrow.png diff --git a/AMOEBA3/src/icons/pill--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/pill--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/pill--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/pill--exclamation.png diff --git a/AMOEBA3/src/icons/pill--minus.png b/AMOEBA3/src/VISUALIZATION/icons/pill--minus.png similarity index 100% rename from AMOEBA3/src/icons/pill--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/pill--minus.png diff --git a/AMOEBA3/src/icons/pill--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/pill--pencil.png similarity index 100% rename from AMOEBA3/src/icons/pill--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/pill--pencil.png diff --git a/AMOEBA3/src/icons/pill--plus.png b/AMOEBA3/src/VISUALIZATION/icons/pill--plus.png similarity index 100% rename from AMOEBA3/src/icons/pill--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/pill--plus.png diff --git a/AMOEBA3/src/icons/pill-blue.png b/AMOEBA3/src/VISUALIZATION/icons/pill-blue.png similarity index 100% rename from AMOEBA3/src/icons/pill-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/pill-blue.png diff --git a/AMOEBA3/src/icons/pill-small-blue.png b/AMOEBA3/src/VISUALIZATION/icons/pill-small-blue.png similarity index 100% rename from AMOEBA3/src/icons/pill-small-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/pill-small-blue.png diff --git a/AMOEBA3/src/icons/pill-small.png b/AMOEBA3/src/VISUALIZATION/icons/pill-small.png similarity index 100% rename from AMOEBA3/src/icons/pill-small.png rename to AMOEBA3/src/VISUALIZATION/icons/pill-small.png diff --git a/AMOEBA3/src/icons/pill.png b/AMOEBA3/src/VISUALIZATION/icons/pill.png similarity index 100% rename from AMOEBA3/src/icons/pill.png rename to AMOEBA3/src/VISUALIZATION/icons/pill.png diff --git a/AMOEBA3/src/icons/pillow-gray.png b/AMOEBA3/src/VISUALIZATION/icons/pillow-gray.png similarity index 100% rename from AMOEBA3/src/icons/pillow-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/pillow-gray.png diff --git a/AMOEBA3/src/icons/pillow.png b/AMOEBA3/src/VISUALIZATION/icons/pillow.png similarity index 100% rename from AMOEBA3/src/icons/pillow.png rename to AMOEBA3/src/VISUALIZATION/icons/pillow.png diff --git a/AMOEBA3/src/icons/pills.png b/AMOEBA3/src/VISUALIZATION/icons/pills.png similarity index 100% rename from AMOEBA3/src/icons/pills.png rename to AMOEBA3/src/VISUALIZATION/icons/pills.png diff --git a/AMOEBA3/src/icons/pin--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/pin--arrow.png similarity index 100% rename from AMOEBA3/src/icons/pin--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/pin--arrow.png diff --git a/AMOEBA3/src/icons/pin--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/pin--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/pin--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/pin--exclamation.png diff --git a/AMOEBA3/src/icons/pin--minus.png b/AMOEBA3/src/VISUALIZATION/icons/pin--minus.png similarity index 100% rename from AMOEBA3/src/icons/pin--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/pin--minus.png diff --git a/AMOEBA3/src/icons/pin--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/pin--pencil.png similarity index 100% rename from AMOEBA3/src/icons/pin--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/pin--pencil.png diff --git a/AMOEBA3/src/icons/pin--plus.png b/AMOEBA3/src/VISUALIZATION/icons/pin--plus.png similarity index 100% rename from AMOEBA3/src/icons/pin--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/pin--plus.png diff --git a/AMOEBA3/src/icons/pin-small.png b/AMOEBA3/src/VISUALIZATION/icons/pin-small.png similarity index 100% rename from AMOEBA3/src/icons/pin-small.png rename to AMOEBA3/src/VISUALIZATION/icons/pin-small.png diff --git a/AMOEBA3/src/icons/pin.png b/AMOEBA3/src/VISUALIZATION/icons/pin.png similarity index 100% rename from AMOEBA3/src/icons/pin.png rename to AMOEBA3/src/VISUALIZATION/icons/pin.png diff --git a/AMOEBA3/src/icons/pipette--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/pipette--arrow.png similarity index 100% rename from AMOEBA3/src/icons/pipette--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/pipette--arrow.png diff --git a/AMOEBA3/src/icons/pipette--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/pipette--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/pipette--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/pipette--exclamation.png diff --git a/AMOEBA3/src/icons/pipette--minus.png b/AMOEBA3/src/VISUALIZATION/icons/pipette--minus.png similarity index 100% rename from AMOEBA3/src/icons/pipette--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/pipette--minus.png diff --git a/AMOEBA3/src/icons/pipette--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/pipette--pencil.png similarity index 100% rename from AMOEBA3/src/icons/pipette--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/pipette--pencil.png diff --git a/AMOEBA3/src/icons/pipette--plus.png b/AMOEBA3/src/VISUALIZATION/icons/pipette--plus.png similarity index 100% rename from AMOEBA3/src/icons/pipette--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/pipette--plus.png diff --git a/AMOEBA3/src/icons/pipette-color.png b/AMOEBA3/src/VISUALIZATION/icons/pipette-color.png similarity index 100% rename from AMOEBA3/src/icons/pipette-color.png rename to AMOEBA3/src/VISUALIZATION/icons/pipette-color.png diff --git a/AMOEBA3/src/icons/pipette.png b/AMOEBA3/src/VISUALIZATION/icons/pipette.png similarity index 100% rename from AMOEBA3/src/icons/pipette.png rename to AMOEBA3/src/VISUALIZATION/icons/pipette.png diff --git a/AMOEBA3/src/icons/plate-cutlery.png b/AMOEBA3/src/VISUALIZATION/icons/plate-cutlery.png similarity index 100% rename from AMOEBA3/src/icons/plate-cutlery.png rename to AMOEBA3/src/VISUALIZATION/icons/plate-cutlery.png diff --git a/AMOEBA3/src/icons/plate.png b/AMOEBA3/src/VISUALIZATION/icons/plate.png similarity index 100% rename from AMOEBA3/src/icons/plate.png rename to AMOEBA3/src/VISUALIZATION/icons/plate.png diff --git a/AMOEBA3/src/icons/plates.png b/AMOEBA3/src/VISUALIZATION/icons/plates.png similarity index 100% rename from AMOEBA3/src/icons/plates.png rename to AMOEBA3/src/VISUALIZATION/icons/plates.png diff --git a/AMOEBA3/src/icons/playing-card--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/playing-card--arrow.png similarity index 100% rename from AMOEBA3/src/icons/playing-card--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/playing-card--arrow.png diff --git a/AMOEBA3/src/icons/playing-card--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/playing-card--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/playing-card--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/playing-card--exclamation.png diff --git a/AMOEBA3/src/icons/playing-card--minus.png b/AMOEBA3/src/VISUALIZATION/icons/playing-card--minus.png similarity index 100% rename from AMOEBA3/src/icons/playing-card--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/playing-card--minus.png diff --git a/AMOEBA3/src/icons/playing-card--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/playing-card--pencil.png similarity index 100% rename from AMOEBA3/src/icons/playing-card--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/playing-card--pencil.png diff --git a/AMOEBA3/src/icons/playing-card--plus.png b/AMOEBA3/src/VISUALIZATION/icons/playing-card--plus.png similarity index 100% rename from AMOEBA3/src/icons/playing-card--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/playing-card--plus.png diff --git a/AMOEBA3/src/icons/playing-card.png b/AMOEBA3/src/VISUALIZATION/icons/playing-card.png similarity index 100% rename from AMOEBA3/src/icons/playing-card.png rename to AMOEBA3/src/VISUALIZATION/icons/playing-card.png diff --git a/AMOEBA3/src/icons/plug--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/plug--arrow.png similarity index 100% rename from AMOEBA3/src/icons/plug--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/plug--arrow.png diff --git a/AMOEBA3/src/icons/plug--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/plug--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/plug--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/plug--exclamation.png diff --git a/AMOEBA3/src/icons/plug--minus.png b/AMOEBA3/src/VISUALIZATION/icons/plug--minus.png similarity index 100% rename from AMOEBA3/src/icons/plug--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/plug--minus.png diff --git a/AMOEBA3/src/icons/plug--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/plug--pencil.png similarity index 100% rename from AMOEBA3/src/icons/plug--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/plug--pencil.png diff --git a/AMOEBA3/src/icons/plug--plus.png b/AMOEBA3/src/VISUALIZATION/icons/plug--plus.png similarity index 100% rename from AMOEBA3/src/icons/plug--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/plug--plus.png diff --git a/AMOEBA3/src/icons/plug-connect.png b/AMOEBA3/src/VISUALIZATION/icons/plug-connect.png similarity index 100% rename from AMOEBA3/src/icons/plug-connect.png rename to AMOEBA3/src/VISUALIZATION/icons/plug-connect.png diff --git a/AMOEBA3/src/icons/plug-disconnect-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/plug-disconnect-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/plug-disconnect-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/plug-disconnect-prohibition.png diff --git a/AMOEBA3/src/icons/plug-disconnect.png b/AMOEBA3/src/VISUALIZATION/icons/plug-disconnect.png similarity index 100% rename from AMOEBA3/src/icons/plug-disconnect.png rename to AMOEBA3/src/VISUALIZATION/icons/plug-disconnect.png diff --git a/AMOEBA3/src/icons/plug.png b/AMOEBA3/src/VISUALIZATION/icons/plug.png similarity index 100% rename from AMOEBA3/src/icons/plug.png rename to AMOEBA3/src/VISUALIZATION/icons/plug.png diff --git a/AMOEBA3/src/icons/plus-button.png b/AMOEBA3/src/VISUALIZATION/icons/plus-button.png similarity index 100% rename from AMOEBA3/src/icons/plus-button.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-button.png diff --git a/AMOEBA3/src/icons/plus-circle-frame.png b/AMOEBA3/src/VISUALIZATION/icons/plus-circle-frame.png similarity index 100% rename from AMOEBA3/src/icons/plus-circle-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-circle-frame.png diff --git a/AMOEBA3/src/icons/plus-circle.png b/AMOEBA3/src/VISUALIZATION/icons/plus-circle.png similarity index 100% rename from AMOEBA3/src/icons/plus-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-circle.png diff --git a/AMOEBA3/src/icons/plus-octagon-frame.png b/AMOEBA3/src/VISUALIZATION/icons/plus-octagon-frame.png similarity index 100% rename from AMOEBA3/src/icons/plus-octagon-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-octagon-frame.png diff --git a/AMOEBA3/src/icons/plus-octagon.png b/AMOEBA3/src/VISUALIZATION/icons/plus-octagon.png similarity index 100% rename from AMOEBA3/src/icons/plus-octagon.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-octagon.png diff --git a/AMOEBA3/src/icons/plus-shield.png b/AMOEBA3/src/VISUALIZATION/icons/plus-shield.png similarity index 100% rename from AMOEBA3/src/icons/plus-shield.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-shield.png diff --git a/AMOEBA3/src/icons/plus-small-circle.png b/AMOEBA3/src/VISUALIZATION/icons/plus-small-circle.png similarity index 100% rename from AMOEBA3/src/icons/plus-small-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-small-circle.png diff --git a/AMOEBA3/src/icons/plus-small-white.png b/AMOEBA3/src/VISUALIZATION/icons/plus-small-white.png similarity index 100% rename from AMOEBA3/src/icons/plus-small-white.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-small-white.png diff --git a/AMOEBA3/src/icons/plus-small.png b/AMOEBA3/src/VISUALIZATION/icons/plus-small.png similarity index 100% rename from AMOEBA3/src/icons/plus-small.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-small.png diff --git a/AMOEBA3/src/icons/plus-white.png b/AMOEBA3/src/VISUALIZATION/icons/plus-white.png similarity index 100% rename from AMOEBA3/src/icons/plus-white.png rename to AMOEBA3/src/VISUALIZATION/icons/plus-white.png diff --git a/AMOEBA3/src/icons/plus.png b/AMOEBA3/src/VISUALIZATION/icons/plus.png similarity index 100% rename from AMOEBA3/src/icons/plus.png rename to AMOEBA3/src/VISUALIZATION/icons/plus.png diff --git a/AMOEBA3/src/icons/point--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/point--arrow.png similarity index 100% rename from AMOEBA3/src/icons/point--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/point--arrow.png diff --git a/AMOEBA3/src/icons/point--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/point--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/point--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/point--exclamation.png diff --git a/AMOEBA3/src/icons/point--minus.png b/AMOEBA3/src/VISUALIZATION/icons/point--minus.png similarity index 100% rename from AMOEBA3/src/icons/point--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/point--minus.png diff --git a/AMOEBA3/src/icons/point--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/point--pencil.png similarity index 100% rename from AMOEBA3/src/icons/point--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/point--pencil.png diff --git a/AMOEBA3/src/icons/point--plus.png b/AMOEBA3/src/VISUALIZATION/icons/point--plus.png similarity index 100% rename from AMOEBA3/src/icons/point--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/point--plus.png diff --git a/AMOEBA3/src/icons/point-bronze.png b/AMOEBA3/src/VISUALIZATION/icons/point-bronze.png similarity index 100% rename from AMOEBA3/src/icons/point-bronze.png rename to AMOEBA3/src/VISUALIZATION/icons/point-bronze.png diff --git a/AMOEBA3/src/icons/point-silver.png b/AMOEBA3/src/VISUALIZATION/icons/point-silver.png similarity index 100% rename from AMOEBA3/src/icons/point-silver.png rename to AMOEBA3/src/VISUALIZATION/icons/point-silver.png diff --git a/AMOEBA3/src/icons/point-small.png b/AMOEBA3/src/VISUALIZATION/icons/point-small.png similarity index 100% rename from AMOEBA3/src/icons/point-small.png rename to AMOEBA3/src/VISUALIZATION/icons/point-small.png diff --git a/AMOEBA3/src/icons/point.png b/AMOEBA3/src/VISUALIZATION/icons/point.png similarity index 100% rename from AMOEBA3/src/icons/point.png rename to AMOEBA3/src/VISUALIZATION/icons/point.png diff --git a/AMOEBA3/src/icons/points.png b/AMOEBA3/src/VISUALIZATION/icons/points.png similarity index 100% rename from AMOEBA3/src/icons/points.png rename to AMOEBA3/src/VISUALIZATION/icons/points.png diff --git a/AMOEBA3/src/icons/poison-bubble.png b/AMOEBA3/src/VISUALIZATION/icons/poison-bubble.png similarity index 100% rename from AMOEBA3/src/icons/poison-bubble.png rename to AMOEBA3/src/VISUALIZATION/icons/poison-bubble.png diff --git a/AMOEBA3/src/icons/poison-green.png b/AMOEBA3/src/VISUALIZATION/icons/poison-green.png similarity index 100% rename from AMOEBA3/src/icons/poison-green.png rename to AMOEBA3/src/VISUALIZATION/icons/poison-green.png diff --git a/AMOEBA3/src/icons/poison-purple.png b/AMOEBA3/src/VISUALIZATION/icons/poison-purple.png similarity index 100% rename from AMOEBA3/src/icons/poison-purple.png rename to AMOEBA3/src/VISUALIZATION/icons/poison-purple.png diff --git a/AMOEBA3/src/icons/poison.png b/AMOEBA3/src/VISUALIZATION/icons/poison.png similarity index 100% rename from AMOEBA3/src/icons/poison.png rename to AMOEBA3/src/VISUALIZATION/icons/poison.png diff --git a/AMOEBA3/src/icons/poop-smiley-sad.png b/AMOEBA3/src/VISUALIZATION/icons/poop-smiley-sad.png similarity index 100% rename from AMOEBA3/src/icons/poop-smiley-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/poop-smiley-sad.png diff --git a/AMOEBA3/src/icons/poop-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/poop-smiley.png similarity index 100% rename from AMOEBA3/src/icons/poop-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/poop-smiley.png diff --git a/AMOEBA3/src/icons/poop.png b/AMOEBA3/src/VISUALIZATION/icons/poop.png similarity index 100% rename from AMOEBA3/src/icons/poop.png rename to AMOEBA3/src/VISUALIZATION/icons/poop.png diff --git a/AMOEBA3/src/icons/popcorn-empty.png b/AMOEBA3/src/VISUALIZATION/icons/popcorn-empty.png similarity index 100% rename from AMOEBA3/src/icons/popcorn-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/popcorn-empty.png diff --git a/AMOEBA3/src/icons/popcorn.png b/AMOEBA3/src/VISUALIZATION/icons/popcorn.png similarity index 100% rename from AMOEBA3/src/icons/popcorn.png rename to AMOEBA3/src/VISUALIZATION/icons/popcorn.png diff --git a/AMOEBA3/src/icons/postage-stamp--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/postage-stamp--arrow.png similarity index 100% rename from AMOEBA3/src/icons/postage-stamp--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/postage-stamp--arrow.png diff --git a/AMOEBA3/src/icons/postage-stamp--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/postage-stamp--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/postage-stamp--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/postage-stamp--exclamation.png diff --git a/AMOEBA3/src/icons/postage-stamp--minus.png b/AMOEBA3/src/VISUALIZATION/icons/postage-stamp--minus.png similarity index 100% rename from AMOEBA3/src/icons/postage-stamp--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/postage-stamp--minus.png diff --git a/AMOEBA3/src/icons/postage-stamp--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/postage-stamp--pencil.png similarity index 100% rename from AMOEBA3/src/icons/postage-stamp--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/postage-stamp--pencil.png diff --git a/AMOEBA3/src/icons/postage-stamp--plus.png b/AMOEBA3/src/VISUALIZATION/icons/postage-stamp--plus.png similarity index 100% rename from AMOEBA3/src/icons/postage-stamp--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/postage-stamp--plus.png diff --git a/AMOEBA3/src/icons/postage-stamp-at-sign.png b/AMOEBA3/src/VISUALIZATION/icons/postage-stamp-at-sign.png similarity index 100% rename from AMOEBA3/src/icons/postage-stamp-at-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/postage-stamp-at-sign.png diff --git a/AMOEBA3/src/icons/postage-stamp.png b/AMOEBA3/src/VISUALIZATION/icons/postage-stamp.png similarity index 100% rename from AMOEBA3/src/icons/postage-stamp.png rename to AMOEBA3/src/VISUALIZATION/icons/postage-stamp.png diff --git a/AMOEBA3/src/icons/power-supply.png b/AMOEBA3/src/VISUALIZATION/icons/power-supply.png similarity index 100% rename from AMOEBA3/src/icons/power-supply.png rename to AMOEBA3/src/VISUALIZATION/icons/power-supply.png diff --git a/AMOEBA3/src/icons/present--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/present--arrow.png similarity index 100% rename from AMOEBA3/src/icons/present--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/present--arrow.png diff --git a/AMOEBA3/src/icons/present--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/present--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/present--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/present--exclamation.png diff --git a/AMOEBA3/src/icons/present--minus.png b/AMOEBA3/src/VISUALIZATION/icons/present--minus.png similarity index 100% rename from AMOEBA3/src/icons/present--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/present--minus.png diff --git a/AMOEBA3/src/icons/present--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/present--pencil.png similarity index 100% rename from AMOEBA3/src/icons/present--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/present--pencil.png diff --git a/AMOEBA3/src/icons/present--plus.png b/AMOEBA3/src/VISUALIZATION/icons/present--plus.png similarity index 100% rename from AMOEBA3/src/icons/present--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/present--plus.png diff --git a/AMOEBA3/src/icons/present-label.png b/AMOEBA3/src/VISUALIZATION/icons/present-label.png similarity index 100% rename from AMOEBA3/src/icons/present-label.png rename to AMOEBA3/src/VISUALIZATION/icons/present-label.png diff --git a/AMOEBA3/src/icons/present.png b/AMOEBA3/src/VISUALIZATION/icons/present.png similarity index 100% rename from AMOEBA3/src/icons/present.png rename to AMOEBA3/src/VISUALIZATION/icons/present.png diff --git a/AMOEBA3/src/icons/price-tag--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/price-tag--arrow.png similarity index 100% rename from AMOEBA3/src/icons/price-tag--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/price-tag--arrow.png diff --git a/AMOEBA3/src/icons/price-tag--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/price-tag--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/price-tag--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/price-tag--exclamation.png diff --git a/AMOEBA3/src/icons/price-tag--minus.png b/AMOEBA3/src/VISUALIZATION/icons/price-tag--minus.png similarity index 100% rename from AMOEBA3/src/icons/price-tag--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/price-tag--minus.png diff --git a/AMOEBA3/src/icons/price-tag--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/price-tag--pencil.png similarity index 100% rename from AMOEBA3/src/icons/price-tag--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/price-tag--pencil.png diff --git a/AMOEBA3/src/icons/price-tag--plus.png b/AMOEBA3/src/VISUALIZATION/icons/price-tag--plus.png similarity index 100% rename from AMOEBA3/src/icons/price-tag--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/price-tag--plus.png diff --git a/AMOEBA3/src/icons/price-tag-label.png b/AMOEBA3/src/VISUALIZATION/icons/price-tag-label.png similarity index 100% rename from AMOEBA3/src/icons/price-tag-label.png rename to AMOEBA3/src/VISUALIZATION/icons/price-tag-label.png diff --git a/AMOEBA3/src/icons/price-tag.png b/AMOEBA3/src/VISUALIZATION/icons/price-tag.png similarity index 100% rename from AMOEBA3/src/icons/price-tag.png rename to AMOEBA3/src/VISUALIZATION/icons/price-tag.png diff --git a/AMOEBA3/src/icons/printer--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/printer--arrow.png similarity index 100% rename from AMOEBA3/src/icons/printer--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/printer--arrow.png diff --git a/AMOEBA3/src/icons/printer--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/printer--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/printer--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/printer--exclamation.png diff --git a/AMOEBA3/src/icons/printer--minus.png b/AMOEBA3/src/VISUALIZATION/icons/printer--minus.png similarity index 100% rename from AMOEBA3/src/icons/printer--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/printer--minus.png diff --git a/AMOEBA3/src/icons/printer--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/printer--pencil.png similarity index 100% rename from AMOEBA3/src/icons/printer--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/printer--pencil.png diff --git a/AMOEBA3/src/icons/printer--plus.png b/AMOEBA3/src/VISUALIZATION/icons/printer--plus.png similarity index 100% rename from AMOEBA3/src/icons/printer--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/printer--plus.png diff --git a/AMOEBA3/src/icons/printer-color.png b/AMOEBA3/src/VISUALIZATION/icons/printer-color.png similarity index 100% rename from AMOEBA3/src/icons/printer-color.png rename to AMOEBA3/src/VISUALIZATION/icons/printer-color.png diff --git a/AMOEBA3/src/icons/printer-empty.png b/AMOEBA3/src/VISUALIZATION/icons/printer-empty.png similarity index 100% rename from AMOEBA3/src/icons/printer-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/printer-empty.png diff --git a/AMOEBA3/src/icons/printer-medium.png b/AMOEBA3/src/VISUALIZATION/icons/printer-medium.png similarity index 100% rename from AMOEBA3/src/icons/printer-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/printer-medium.png diff --git a/AMOEBA3/src/icons/printer-monochrome.png b/AMOEBA3/src/VISUALIZATION/icons/printer-monochrome.png similarity index 100% rename from AMOEBA3/src/icons/printer-monochrome.png rename to AMOEBA3/src/VISUALIZATION/icons/printer-monochrome.png diff --git a/AMOEBA3/src/icons/printer-network.png b/AMOEBA3/src/VISUALIZATION/icons/printer-network.png similarity index 100% rename from AMOEBA3/src/icons/printer-network.png rename to AMOEBA3/src/VISUALIZATION/icons/printer-network.png diff --git a/AMOEBA3/src/icons/printer-share.png b/AMOEBA3/src/VISUALIZATION/icons/printer-share.png similarity index 100% rename from AMOEBA3/src/icons/printer-share.png rename to AMOEBA3/src/VISUALIZATION/icons/printer-share.png diff --git a/AMOEBA3/src/icons/printer-small.png b/AMOEBA3/src/VISUALIZATION/icons/printer-small.png similarity index 100% rename from AMOEBA3/src/icons/printer-small.png rename to AMOEBA3/src/VISUALIZATION/icons/printer-small.png diff --git a/AMOEBA3/src/icons/printer.png b/AMOEBA3/src/VISUALIZATION/icons/printer.png similarity index 100% rename from AMOEBA3/src/icons/printer.png rename to AMOEBA3/src/VISUALIZATION/icons/printer.png diff --git a/AMOEBA3/src/icons/processor-bit-008.png b/AMOEBA3/src/VISUALIZATION/icons/processor-bit-008.png similarity index 100% rename from AMOEBA3/src/icons/processor-bit-008.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-bit-008.png diff --git a/AMOEBA3/src/icons/processor-bit-016.png b/AMOEBA3/src/VISUALIZATION/icons/processor-bit-016.png similarity index 100% rename from AMOEBA3/src/icons/processor-bit-016.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-bit-016.png diff --git a/AMOEBA3/src/icons/processor-bit-024.png b/AMOEBA3/src/VISUALIZATION/icons/processor-bit-024.png similarity index 100% rename from AMOEBA3/src/icons/processor-bit-024.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-bit-024.png diff --git a/AMOEBA3/src/icons/processor-bit-032.png b/AMOEBA3/src/VISUALIZATION/icons/processor-bit-032.png similarity index 100% rename from AMOEBA3/src/icons/processor-bit-032.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-bit-032.png diff --git a/AMOEBA3/src/icons/processor-bit-048.png b/AMOEBA3/src/VISUALIZATION/icons/processor-bit-048.png similarity index 100% rename from AMOEBA3/src/icons/processor-bit-048.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-bit-048.png diff --git a/AMOEBA3/src/icons/processor-bit-064.png b/AMOEBA3/src/VISUALIZATION/icons/processor-bit-064.png similarity index 100% rename from AMOEBA3/src/icons/processor-bit-064.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-bit-064.png diff --git a/AMOEBA3/src/icons/processor-bit-128.png b/AMOEBA3/src/VISUALIZATION/icons/processor-bit-128.png similarity index 100% rename from AMOEBA3/src/icons/processor-bit-128.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-bit-128.png diff --git a/AMOEBA3/src/icons/processor-bit.png b/AMOEBA3/src/VISUALIZATION/icons/processor-bit.png similarity index 100% rename from AMOEBA3/src/icons/processor-bit.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-bit.png diff --git a/AMOEBA3/src/icons/processor-clock-up.png b/AMOEBA3/src/VISUALIZATION/icons/processor-clock-up.png similarity index 100% rename from AMOEBA3/src/icons/processor-clock-up.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-clock-up.png diff --git a/AMOEBA3/src/icons/processor-clock.png b/AMOEBA3/src/VISUALIZATION/icons/processor-clock.png similarity index 100% rename from AMOEBA3/src/icons/processor-clock.png rename to AMOEBA3/src/VISUALIZATION/icons/processor-clock.png diff --git a/AMOEBA3/src/icons/processor.png b/AMOEBA3/src/VISUALIZATION/icons/processor.png similarity index 100% rename from AMOEBA3/src/icons/processor.png rename to AMOEBA3/src/VISUALIZATION/icons/processor.png diff --git a/AMOEBA3/src/icons/prohibition-button.png b/AMOEBA3/src/VISUALIZATION/icons/prohibition-button.png similarity index 100% rename from AMOEBA3/src/icons/prohibition-button.png rename to AMOEBA3/src/VISUALIZATION/icons/prohibition-button.png diff --git a/AMOEBA3/src/icons/prohibition-small.png b/AMOEBA3/src/VISUALIZATION/icons/prohibition-small.png similarity index 100% rename from AMOEBA3/src/icons/prohibition-small.png rename to AMOEBA3/src/VISUALIZATION/icons/prohibition-small.png diff --git a/AMOEBA3/src/icons/prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/prohibition.png similarity index 100% rename from AMOEBA3/src/icons/prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/prohibition.png diff --git a/AMOEBA3/src/icons/projection-screen--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/projection-screen--arrow.png similarity index 100% rename from AMOEBA3/src/icons/projection-screen--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/projection-screen--arrow.png diff --git a/AMOEBA3/src/icons/projection-screen--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/projection-screen--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/projection-screen--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/projection-screen--exclamation.png diff --git a/AMOEBA3/src/icons/projection-screen--minus.png b/AMOEBA3/src/VISUALIZATION/icons/projection-screen--minus.png similarity index 100% rename from AMOEBA3/src/icons/projection-screen--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/projection-screen--minus.png diff --git a/AMOEBA3/src/icons/projection-screen--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/projection-screen--pencil.png similarity index 100% rename from AMOEBA3/src/icons/projection-screen--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/projection-screen--pencil.png diff --git a/AMOEBA3/src/icons/projection-screen--plus.png b/AMOEBA3/src/VISUALIZATION/icons/projection-screen--plus.png similarity index 100% rename from AMOEBA3/src/icons/projection-screen--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/projection-screen--plus.png diff --git a/AMOEBA3/src/icons/projection-screen-presentation.png b/AMOEBA3/src/VISUALIZATION/icons/projection-screen-presentation.png similarity index 100% rename from AMOEBA3/src/icons/projection-screen-presentation.png rename to AMOEBA3/src/VISUALIZATION/icons/projection-screen-presentation.png diff --git a/AMOEBA3/src/icons/projection-screen.png b/AMOEBA3/src/VISUALIZATION/icons/projection-screen.png similarity index 100% rename from AMOEBA3/src/icons/projection-screen.png rename to AMOEBA3/src/VISUALIZATION/icons/projection-screen.png diff --git a/AMOEBA3/src/icons/property-blue.png b/AMOEBA3/src/VISUALIZATION/icons/property-blue.png similarity index 100% rename from AMOEBA3/src/icons/property-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/property-blue.png diff --git a/AMOEBA3/src/icons/property-export.png b/AMOEBA3/src/VISUALIZATION/icons/property-export.png similarity index 100% rename from AMOEBA3/src/icons/property-export.png rename to AMOEBA3/src/VISUALIZATION/icons/property-export.png diff --git a/AMOEBA3/src/icons/property-import.png b/AMOEBA3/src/VISUALIZATION/icons/property-import.png similarity index 100% rename from AMOEBA3/src/icons/property-import.png rename to AMOEBA3/src/VISUALIZATION/icons/property-import.png diff --git a/AMOEBA3/src/icons/property.png b/AMOEBA3/src/VISUALIZATION/icons/property.png similarity index 100% rename from AMOEBA3/src/icons/property.png rename to AMOEBA3/src/VISUALIZATION/icons/property.png diff --git a/AMOEBA3/src/icons/puzzle--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/puzzle--arrow.png similarity index 100% rename from AMOEBA3/src/icons/puzzle--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/puzzle--arrow.png diff --git a/AMOEBA3/src/icons/puzzle--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/puzzle--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/puzzle--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/puzzle--exclamation.png diff --git a/AMOEBA3/src/icons/puzzle--minus.png b/AMOEBA3/src/VISUALIZATION/icons/puzzle--minus.png similarity index 100% rename from AMOEBA3/src/icons/puzzle--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/puzzle--minus.png diff --git a/AMOEBA3/src/icons/puzzle--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/puzzle--pencil.png similarity index 100% rename from AMOEBA3/src/icons/puzzle--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/puzzle--pencil.png diff --git a/AMOEBA3/src/icons/puzzle--plus.png b/AMOEBA3/src/VISUALIZATION/icons/puzzle--plus.png similarity index 100% rename from AMOEBA3/src/icons/puzzle--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/puzzle--plus.png diff --git a/AMOEBA3/src/icons/puzzle.png b/AMOEBA3/src/VISUALIZATION/icons/puzzle.png similarity index 100% rename from AMOEBA3/src/icons/puzzle.png rename to AMOEBA3/src/VISUALIZATION/icons/puzzle.png diff --git a/AMOEBA3/src/icons/question-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/question-balloon.png similarity index 100% rename from AMOEBA3/src/icons/question-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/question-balloon.png diff --git a/AMOEBA3/src/icons/question-button.png b/AMOEBA3/src/VISUALIZATION/icons/question-button.png similarity index 100% rename from AMOEBA3/src/icons/question-button.png rename to AMOEBA3/src/VISUALIZATION/icons/question-button.png diff --git a/AMOEBA3/src/icons/question-frame.png b/AMOEBA3/src/VISUALIZATION/icons/question-frame.png similarity index 100% rename from AMOEBA3/src/icons/question-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/question-frame.png diff --git a/AMOEBA3/src/icons/question-octagon-frame.png b/AMOEBA3/src/VISUALIZATION/icons/question-octagon-frame.png similarity index 100% rename from AMOEBA3/src/icons/question-octagon-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/question-octagon-frame.png diff --git a/AMOEBA3/src/icons/question-octagon.png b/AMOEBA3/src/VISUALIZATION/icons/question-octagon.png similarity index 100% rename from AMOEBA3/src/icons/question-octagon.png rename to AMOEBA3/src/VISUALIZATION/icons/question-octagon.png diff --git a/AMOEBA3/src/icons/question-shield.png b/AMOEBA3/src/VISUALIZATION/icons/question-shield.png similarity index 100% rename from AMOEBA3/src/icons/question-shield.png rename to AMOEBA3/src/VISUALIZATION/icons/question-shield.png diff --git a/AMOEBA3/src/icons/question-small-white.png b/AMOEBA3/src/VISUALIZATION/icons/question-small-white.png similarity index 100% rename from AMOEBA3/src/icons/question-small-white.png rename to AMOEBA3/src/VISUALIZATION/icons/question-small-white.png diff --git a/AMOEBA3/src/icons/question-small.png b/AMOEBA3/src/VISUALIZATION/icons/question-small.png similarity index 100% rename from AMOEBA3/src/icons/question-small.png rename to AMOEBA3/src/VISUALIZATION/icons/question-small.png diff --git a/AMOEBA3/src/icons/question-white.png b/AMOEBA3/src/VISUALIZATION/icons/question-white.png similarity index 100% rename from AMOEBA3/src/icons/question-white.png rename to AMOEBA3/src/VISUALIZATION/icons/question-white.png diff --git a/AMOEBA3/src/icons/question.png b/AMOEBA3/src/VISUALIZATION/icons/question.png similarity index 100% rename from AMOEBA3/src/icons/question.png rename to AMOEBA3/src/VISUALIZATION/icons/question.png diff --git a/AMOEBA3/src/icons/quill--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/quill--arrow.png similarity index 100% rename from AMOEBA3/src/icons/quill--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/quill--arrow.png diff --git a/AMOEBA3/src/icons/quill--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/quill--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/quill--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/quill--exclamation.png diff --git a/AMOEBA3/src/icons/quill--minus.png b/AMOEBA3/src/VISUALIZATION/icons/quill--minus.png similarity index 100% rename from AMOEBA3/src/icons/quill--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/quill--minus.png diff --git a/AMOEBA3/src/icons/quill--plus.png b/AMOEBA3/src/VISUALIZATION/icons/quill--plus.png similarity index 100% rename from AMOEBA3/src/icons/quill--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/quill--plus.png diff --git a/AMOEBA3/src/icons/quill-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/quill-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/quill-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/quill-prohibition.png diff --git a/AMOEBA3/src/icons/quill.png b/AMOEBA3/src/VISUALIZATION/icons/quill.png similarity index 100% rename from AMOEBA3/src/icons/quill.png rename to AMOEBA3/src/VISUALIZATION/icons/quill.png diff --git a/AMOEBA3/src/icons/radar.png b/AMOEBA3/src/VISUALIZATION/icons/radar.png similarity index 100% rename from AMOEBA3/src/icons/radar.png rename to AMOEBA3/src/VISUALIZATION/icons/radar.png diff --git a/AMOEBA3/src/icons/radio--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/radio--arrow.png similarity index 100% rename from AMOEBA3/src/icons/radio--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/radio--arrow.png diff --git a/AMOEBA3/src/icons/radio--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/radio--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/radio--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/radio--exclamation.png diff --git a/AMOEBA3/src/icons/radio--minus.png b/AMOEBA3/src/VISUALIZATION/icons/radio--minus.png similarity index 100% rename from AMOEBA3/src/icons/radio--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/radio--minus.png diff --git a/AMOEBA3/src/icons/radio--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/radio--pencil.png similarity index 100% rename from AMOEBA3/src/icons/radio--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/radio--pencil.png diff --git a/AMOEBA3/src/icons/radio--plus.png b/AMOEBA3/src/VISUALIZATION/icons/radio--plus.png similarity index 100% rename from AMOEBA3/src/icons/radio--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/radio--plus.png diff --git a/AMOEBA3/src/icons/radio-old.png b/AMOEBA3/src/VISUALIZATION/icons/radio-old.png similarity index 100% rename from AMOEBA3/src/icons/radio-old.png rename to AMOEBA3/src/VISUALIZATION/icons/radio-old.png diff --git a/AMOEBA3/src/icons/radio.png b/AMOEBA3/src/VISUALIZATION/icons/radio.png similarity index 100% rename from AMOEBA3/src/icons/radio.png rename to AMOEBA3/src/VISUALIZATION/icons/radio.png diff --git a/AMOEBA3/src/icons/radioactivity-drum.png b/AMOEBA3/src/VISUALIZATION/icons/radioactivity-drum.png similarity index 100% rename from AMOEBA3/src/icons/radioactivity-drum.png rename to AMOEBA3/src/VISUALIZATION/icons/radioactivity-drum.png diff --git a/AMOEBA3/src/icons/radioactivity.png b/AMOEBA3/src/VISUALIZATION/icons/radioactivity.png similarity index 100% rename from AMOEBA3/src/icons/radioactivity.png rename to AMOEBA3/src/VISUALIZATION/icons/radioactivity.png diff --git a/AMOEBA3/src/icons/rainbow.png b/AMOEBA3/src/VISUALIZATION/icons/rainbow.png similarity index 100% rename from AMOEBA3/src/icons/rainbow.png rename to AMOEBA3/src/VISUALIZATION/icons/rainbow.png diff --git a/AMOEBA3/src/icons/receipt--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/receipt--arrow.png similarity index 100% rename from AMOEBA3/src/icons/receipt--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt--arrow.png diff --git a/AMOEBA3/src/icons/receipt--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/receipt--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/receipt--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt--exclamation.png diff --git a/AMOEBA3/src/icons/receipt--minus.png b/AMOEBA3/src/VISUALIZATION/icons/receipt--minus.png similarity index 100% rename from AMOEBA3/src/icons/receipt--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt--minus.png diff --git a/AMOEBA3/src/icons/receipt--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/receipt--pencil.png similarity index 100% rename from AMOEBA3/src/icons/receipt--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt--pencil.png diff --git a/AMOEBA3/src/icons/receipt--plus.png b/AMOEBA3/src/VISUALIZATION/icons/receipt--plus.png similarity index 100% rename from AMOEBA3/src/icons/receipt--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt--plus.png diff --git a/AMOEBA3/src/icons/receipt-excel-text.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-excel-text.png similarity index 100% rename from AMOEBA3/src/icons/receipt-excel-text.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-excel-text.png diff --git a/AMOEBA3/src/icons/receipt-excel.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-excel.png similarity index 100% rename from AMOEBA3/src/icons/receipt-excel.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-excel.png diff --git a/AMOEBA3/src/icons/receipt-export.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-export.png similarity index 100% rename from AMOEBA3/src/icons/receipt-export.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-export.png diff --git a/AMOEBA3/src/icons/receipt-import.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-import.png similarity index 100% rename from AMOEBA3/src/icons/receipt-import.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-import.png diff --git a/AMOEBA3/src/icons/receipt-invoice.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-invoice.png similarity index 100% rename from AMOEBA3/src/icons/receipt-invoice.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-invoice.png diff --git a/AMOEBA3/src/icons/receipt-medium.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-medium.png similarity index 100% rename from AMOEBA3/src/icons/receipt-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-medium.png diff --git a/AMOEBA3/src/icons/receipt-share.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-share.png similarity index 100% rename from AMOEBA3/src/icons/receipt-share.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-share.png diff --git a/AMOEBA3/src/icons/receipt-shred.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-shred.png similarity index 100% rename from AMOEBA3/src/icons/receipt-shred.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-shred.png diff --git a/AMOEBA3/src/icons/receipt-stamp.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-stamp.png similarity index 100% rename from AMOEBA3/src/icons/receipt-stamp.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-stamp.png diff --git a/AMOEBA3/src/icons/receipt-sticky-note.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-sticky-note.png similarity index 100% rename from AMOEBA3/src/icons/receipt-sticky-note.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-sticky-note.png diff --git a/AMOEBA3/src/icons/receipt-text.png b/AMOEBA3/src/VISUALIZATION/icons/receipt-text.png similarity index 100% rename from AMOEBA3/src/icons/receipt-text.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt-text.png diff --git a/AMOEBA3/src/icons/receipt.png b/AMOEBA3/src/VISUALIZATION/icons/receipt.png similarity index 100% rename from AMOEBA3/src/icons/receipt.png rename to AMOEBA3/src/VISUALIZATION/icons/receipt.png diff --git a/AMOEBA3/src/icons/receipts-text.png b/AMOEBA3/src/VISUALIZATION/icons/receipts-text.png similarity index 100% rename from AMOEBA3/src/icons/receipts-text.png rename to AMOEBA3/src/VISUALIZATION/icons/receipts-text.png diff --git a/AMOEBA3/src/icons/receipts.png b/AMOEBA3/src/VISUALIZATION/icons/receipts.png similarity index 100% rename from AMOEBA3/src/icons/receipts.png rename to AMOEBA3/src/VISUALIZATION/icons/receipts.png diff --git a/AMOEBA3/src/icons/regular-expression-delimiter.png b/AMOEBA3/src/VISUALIZATION/icons/regular-expression-delimiter.png similarity index 100% rename from AMOEBA3/src/icons/regular-expression-delimiter.png rename to AMOEBA3/src/VISUALIZATION/icons/regular-expression-delimiter.png diff --git a/AMOEBA3/src/icons/regular-expression-search-match.png b/AMOEBA3/src/VISUALIZATION/icons/regular-expression-search-match.png similarity index 100% rename from AMOEBA3/src/icons/regular-expression-search-match.png rename to AMOEBA3/src/VISUALIZATION/icons/regular-expression-search-match.png diff --git a/AMOEBA3/src/icons/regular-expression-search.png b/AMOEBA3/src/VISUALIZATION/icons/regular-expression-search.png similarity index 100% rename from AMOEBA3/src/icons/regular-expression-search.png rename to AMOEBA3/src/VISUALIZATION/icons/regular-expression-search.png diff --git a/AMOEBA3/src/icons/regular-expression.png b/AMOEBA3/src/VISUALIZATION/icons/regular-expression.png similarity index 100% rename from AMOEBA3/src/icons/regular-expression.png rename to AMOEBA3/src/VISUALIZATION/icons/regular-expression.png diff --git a/AMOEBA3/src/icons/remote-control.png b/AMOEBA3/src/VISUALIZATION/icons/remote-control.png similarity index 100% rename from AMOEBA3/src/icons/remote-control.png rename to AMOEBA3/src/VISUALIZATION/icons/remote-control.png diff --git a/AMOEBA3/src/icons/report--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/report--arrow.png similarity index 100% rename from AMOEBA3/src/icons/report--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/report--arrow.png diff --git a/AMOEBA3/src/icons/report--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/report--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/report--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/report--exclamation.png diff --git a/AMOEBA3/src/icons/report--minus.png b/AMOEBA3/src/VISUALIZATION/icons/report--minus.png similarity index 100% rename from AMOEBA3/src/icons/report--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/report--minus.png diff --git a/AMOEBA3/src/icons/report--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/report--pencil.png similarity index 100% rename from AMOEBA3/src/icons/report--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/report--pencil.png diff --git a/AMOEBA3/src/icons/report--plus.png b/AMOEBA3/src/VISUALIZATION/icons/report--plus.png similarity index 100% rename from AMOEBA3/src/icons/report--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/report--plus.png diff --git a/AMOEBA3/src/icons/report-excel.png b/AMOEBA3/src/VISUALIZATION/icons/report-excel.png similarity index 100% rename from AMOEBA3/src/icons/report-excel.png rename to AMOEBA3/src/VISUALIZATION/icons/report-excel.png diff --git a/AMOEBA3/src/icons/report-image.png b/AMOEBA3/src/VISUALIZATION/icons/report-image.png similarity index 100% rename from AMOEBA3/src/icons/report-image.png rename to AMOEBA3/src/VISUALIZATION/icons/report-image.png diff --git a/AMOEBA3/src/icons/report-medium.png b/AMOEBA3/src/VISUALIZATION/icons/report-medium.png similarity index 100% rename from AMOEBA3/src/icons/report-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/report-medium.png diff --git a/AMOEBA3/src/icons/report-paper.png b/AMOEBA3/src/VISUALIZATION/icons/report-paper.png similarity index 100% rename from AMOEBA3/src/icons/report-paper.png rename to AMOEBA3/src/VISUALIZATION/icons/report-paper.png diff --git a/AMOEBA3/src/icons/report-share.png b/AMOEBA3/src/VISUALIZATION/icons/report-share.png similarity index 100% rename from AMOEBA3/src/icons/report-share.png rename to AMOEBA3/src/VISUALIZATION/icons/report-share.png diff --git a/AMOEBA3/src/icons/report-word.png b/AMOEBA3/src/VISUALIZATION/icons/report-word.png similarity index 100% rename from AMOEBA3/src/icons/report-word.png rename to AMOEBA3/src/VISUALIZATION/icons/report-word.png diff --git a/AMOEBA3/src/icons/report.png b/AMOEBA3/src/VISUALIZATION/icons/report.png similarity index 100% rename from AMOEBA3/src/icons/report.png rename to AMOEBA3/src/VISUALIZATION/icons/report.png diff --git a/AMOEBA3/src/icons/reports-stack.png b/AMOEBA3/src/VISUALIZATION/icons/reports-stack.png similarity index 100% rename from AMOEBA3/src/icons/reports-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/reports-stack.png diff --git a/AMOEBA3/src/icons/reports.png b/AMOEBA3/src/VISUALIZATION/icons/reports.png similarity index 100% rename from AMOEBA3/src/icons/reports.png rename to AMOEBA3/src/VISUALIZATION/icons/reports.png diff --git a/AMOEBA3/src/icons/resource-monitor-protector.png b/AMOEBA3/src/VISUALIZATION/icons/resource-monitor-protector.png similarity index 100% rename from AMOEBA3/src/icons/resource-monitor-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/resource-monitor-protector.png diff --git a/AMOEBA3/src/icons/resource-monitor.png b/AMOEBA3/src/VISUALIZATION/icons/resource-monitor.png similarity index 100% rename from AMOEBA3/src/icons/resource-monitor.png rename to AMOEBA3/src/VISUALIZATION/icons/resource-monitor.png diff --git a/AMOEBA3/src/icons/ribbon.png b/AMOEBA3/src/VISUALIZATION/icons/ribbon.png similarity index 100% rename from AMOEBA3/src/icons/ribbon.png rename to AMOEBA3/src/VISUALIZATION/icons/ribbon.png diff --git a/AMOEBA3/src/icons/ring.png b/AMOEBA3/src/VISUALIZATION/icons/ring.png similarity index 100% rename from AMOEBA3/src/icons/ring.png rename to AMOEBA3/src/VISUALIZATION/icons/ring.png diff --git a/AMOEBA3/src/icons/road-sign.png b/AMOEBA3/src/VISUALIZATION/icons/road-sign.png similarity index 100% rename from AMOEBA3/src/icons/road-sign.png rename to AMOEBA3/src/VISUALIZATION/icons/road-sign.png diff --git a/AMOEBA3/src/icons/road.png b/AMOEBA3/src/VISUALIZATION/icons/road.png similarity index 100% rename from AMOEBA3/src/icons/road.png rename to AMOEBA3/src/VISUALIZATION/icons/road.png diff --git a/AMOEBA3/src/icons/robot-off.png b/AMOEBA3/src/VISUALIZATION/icons/robot-off.png similarity index 100% rename from AMOEBA3/src/icons/robot-off.png rename to AMOEBA3/src/VISUALIZATION/icons/robot-off.png diff --git a/AMOEBA3/src/icons/robot.png b/AMOEBA3/src/VISUALIZATION/icons/robot.png similarity index 100% rename from AMOEBA3/src/icons/robot.png rename to AMOEBA3/src/VISUALIZATION/icons/robot.png diff --git a/AMOEBA3/src/icons/rocket--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/rocket--arrow.png similarity index 100% rename from AMOEBA3/src/icons/rocket--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/rocket--arrow.png diff --git a/AMOEBA3/src/icons/rocket--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/rocket--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/rocket--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/rocket--exclamation.png diff --git a/AMOEBA3/src/icons/rocket--minus.png b/AMOEBA3/src/VISUALIZATION/icons/rocket--minus.png similarity index 100% rename from AMOEBA3/src/icons/rocket--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/rocket--minus.png diff --git a/AMOEBA3/src/icons/rocket--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/rocket--pencil.png similarity index 100% rename from AMOEBA3/src/icons/rocket--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/rocket--pencil.png diff --git a/AMOEBA3/src/icons/rocket--plus.png b/AMOEBA3/src/VISUALIZATION/icons/rocket--plus.png similarity index 100% rename from AMOEBA3/src/icons/rocket--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/rocket--plus.png diff --git a/AMOEBA3/src/icons/rocket-fly.png b/AMOEBA3/src/VISUALIZATION/icons/rocket-fly.png similarity index 100% rename from AMOEBA3/src/icons/rocket-fly.png rename to AMOEBA3/src/VISUALIZATION/icons/rocket-fly.png diff --git a/AMOEBA3/src/icons/rocket.png b/AMOEBA3/src/VISUALIZATION/icons/rocket.png similarity index 100% rename from AMOEBA3/src/icons/rocket.png rename to AMOEBA3/src/VISUALIZATION/icons/rocket.png diff --git a/AMOEBA3/src/icons/rosette-label.png b/AMOEBA3/src/VISUALIZATION/icons/rosette-label.png similarity index 100% rename from AMOEBA3/src/icons/rosette-label.png rename to AMOEBA3/src/VISUALIZATION/icons/rosette-label.png diff --git a/AMOEBA3/src/icons/rosette.png b/AMOEBA3/src/VISUALIZATION/icons/rosette.png similarity index 100% rename from AMOEBA3/src/icons/rosette.png rename to AMOEBA3/src/VISUALIZATION/icons/rosette.png diff --git a/AMOEBA3/src/icons/rubber-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/rubber-balloon.png similarity index 100% rename from AMOEBA3/src/icons/rubber-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/rubber-balloon.png diff --git a/AMOEBA3/src/icons/rubber-balloons.png b/AMOEBA3/src/VISUALIZATION/icons/rubber-balloons.png similarity index 100% rename from AMOEBA3/src/icons/rubber-balloons.png rename to AMOEBA3/src/VISUALIZATION/icons/rubber-balloons.png diff --git a/AMOEBA3/src/icons/ruby.png b/AMOEBA3/src/VISUALIZATION/icons/ruby.png similarity index 100% rename from AMOEBA3/src/icons/ruby.png rename to AMOEBA3/src/VISUALIZATION/icons/ruby.png diff --git a/AMOEBA3/src/icons/ruler--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/ruler--arrow.png similarity index 100% rename from AMOEBA3/src/icons/ruler--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/ruler--arrow.png diff --git a/AMOEBA3/src/icons/ruler--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/ruler--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/ruler--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/ruler--exclamation.png diff --git a/AMOEBA3/src/icons/ruler--minus.png b/AMOEBA3/src/VISUALIZATION/icons/ruler--minus.png similarity index 100% rename from AMOEBA3/src/icons/ruler--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/ruler--minus.png diff --git a/AMOEBA3/src/icons/ruler--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/ruler--pencil.png similarity index 100% rename from AMOEBA3/src/icons/ruler--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/ruler--pencil.png diff --git a/AMOEBA3/src/icons/ruler--plus.png b/AMOEBA3/src/VISUALIZATION/icons/ruler--plus.png similarity index 100% rename from AMOEBA3/src/icons/ruler--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/ruler--plus.png diff --git a/AMOEBA3/src/icons/ruler-crop.png b/AMOEBA3/src/VISUALIZATION/icons/ruler-crop.png similarity index 100% rename from AMOEBA3/src/icons/ruler-crop.png rename to AMOEBA3/src/VISUALIZATION/icons/ruler-crop.png diff --git a/AMOEBA3/src/icons/ruler-triangle.png b/AMOEBA3/src/VISUALIZATION/icons/ruler-triangle.png similarity index 100% rename from AMOEBA3/src/icons/ruler-triangle.png rename to AMOEBA3/src/VISUALIZATION/icons/ruler-triangle.png diff --git a/AMOEBA3/src/icons/ruler.png b/AMOEBA3/src/VISUALIZATION/icons/ruler.png similarity index 100% rename from AMOEBA3/src/icons/ruler.png rename to AMOEBA3/src/VISUALIZATION/icons/ruler.png diff --git a/AMOEBA3/src/icons/safe--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/safe--arrow.png similarity index 100% rename from AMOEBA3/src/icons/safe--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/safe--arrow.png diff --git a/AMOEBA3/src/icons/safe--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/safe--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/safe--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/safe--exclamation.png diff --git a/AMOEBA3/src/icons/safe--minus.png b/AMOEBA3/src/VISUALIZATION/icons/safe--minus.png similarity index 100% rename from AMOEBA3/src/icons/safe--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/safe--minus.png diff --git a/AMOEBA3/src/icons/safe--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/safe--pencil.png similarity index 100% rename from AMOEBA3/src/icons/safe--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/safe--pencil.png diff --git a/AMOEBA3/src/icons/safe--plus.png b/AMOEBA3/src/VISUALIZATION/icons/safe--plus.png similarity index 100% rename from AMOEBA3/src/icons/safe--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/safe--plus.png diff --git a/AMOEBA3/src/icons/safe.png b/AMOEBA3/src/VISUALIZATION/icons/safe.png similarity index 100% rename from AMOEBA3/src/icons/safe.png rename to AMOEBA3/src/VISUALIZATION/icons/safe.png diff --git a/AMOEBA3/src/icons/santa-hat.png b/AMOEBA3/src/VISUALIZATION/icons/santa-hat.png similarity index 100% rename from AMOEBA3/src/icons/santa-hat.png rename to AMOEBA3/src/VISUALIZATION/icons/santa-hat.png diff --git a/AMOEBA3/src/icons/scanner--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/scanner--arrow.png similarity index 100% rename from AMOEBA3/src/icons/scanner--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/scanner--arrow.png diff --git a/AMOEBA3/src/icons/scanner--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/scanner--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/scanner--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/scanner--exclamation.png diff --git a/AMOEBA3/src/icons/scanner--minus.png b/AMOEBA3/src/VISUALIZATION/icons/scanner--minus.png similarity index 100% rename from AMOEBA3/src/icons/scanner--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/scanner--minus.png diff --git a/AMOEBA3/src/icons/scanner--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/scanner--pencil.png similarity index 100% rename from AMOEBA3/src/icons/scanner--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/scanner--pencil.png diff --git a/AMOEBA3/src/icons/scanner--plus.png b/AMOEBA3/src/VISUALIZATION/icons/scanner--plus.png similarity index 100% rename from AMOEBA3/src/icons/scanner--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/scanner--plus.png diff --git a/AMOEBA3/src/icons/scanner-off.png b/AMOEBA3/src/VISUALIZATION/icons/scanner-off.png similarity index 100% rename from AMOEBA3/src/icons/scanner-off.png rename to AMOEBA3/src/VISUALIZATION/icons/scanner-off.png diff --git a/AMOEBA3/src/icons/scanner.png b/AMOEBA3/src/VISUALIZATION/icons/scanner.png similarity index 100% rename from AMOEBA3/src/icons/scanner.png rename to AMOEBA3/src/VISUALIZATION/icons/scanner.png diff --git a/AMOEBA3/src/icons/scissors--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/scissors--arrow.png similarity index 100% rename from AMOEBA3/src/icons/scissors--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/scissors--arrow.png diff --git a/AMOEBA3/src/icons/scissors--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/scissors--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/scissors--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/scissors--exclamation.png diff --git a/AMOEBA3/src/icons/scissors--minus.png b/AMOEBA3/src/VISUALIZATION/icons/scissors--minus.png similarity index 100% rename from AMOEBA3/src/icons/scissors--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/scissors--minus.png diff --git a/AMOEBA3/src/icons/scissors--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/scissors--pencil.png similarity index 100% rename from AMOEBA3/src/icons/scissors--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/scissors--pencil.png diff --git a/AMOEBA3/src/icons/scissors--plus.png b/AMOEBA3/src/VISUALIZATION/icons/scissors--plus.png similarity index 100% rename from AMOEBA3/src/icons/scissors--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/scissors--plus.png diff --git a/AMOEBA3/src/icons/scissors-blue.png b/AMOEBA3/src/VISUALIZATION/icons/scissors-blue.png similarity index 100% rename from AMOEBA3/src/icons/scissors-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/scissors-blue.png diff --git a/AMOEBA3/src/icons/scissors.png b/AMOEBA3/src/VISUALIZATION/icons/scissors.png similarity index 100% rename from AMOEBA3/src/icons/scissors.png rename to AMOEBA3/src/VISUALIZATION/icons/scissors.png diff --git a/AMOEBA3/src/icons/screwdriver--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/screwdriver--arrow.png similarity index 100% rename from AMOEBA3/src/icons/screwdriver--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/screwdriver--arrow.png diff --git a/AMOEBA3/src/icons/screwdriver--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/screwdriver--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/screwdriver--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/screwdriver--exclamation.png diff --git a/AMOEBA3/src/icons/screwdriver--minus.png b/AMOEBA3/src/VISUALIZATION/icons/screwdriver--minus.png similarity index 100% rename from AMOEBA3/src/icons/screwdriver--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/screwdriver--minus.png diff --git a/AMOEBA3/src/icons/screwdriver--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/screwdriver--pencil.png similarity index 100% rename from AMOEBA3/src/icons/screwdriver--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/screwdriver--pencil.png diff --git a/AMOEBA3/src/icons/screwdriver--plus.png b/AMOEBA3/src/VISUALIZATION/icons/screwdriver--plus.png similarity index 100% rename from AMOEBA3/src/icons/screwdriver--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/screwdriver--plus.png diff --git a/AMOEBA3/src/icons/screwdriver.png b/AMOEBA3/src/VISUALIZATION/icons/screwdriver.png similarity index 100% rename from AMOEBA3/src/icons/screwdriver.png rename to AMOEBA3/src/VISUALIZATION/icons/screwdriver.png diff --git a/AMOEBA3/src/icons/script--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/script--arrow.png similarity index 100% rename from AMOEBA3/src/icons/script--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/script--arrow.png diff --git a/AMOEBA3/src/icons/script--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/script--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/script--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/script--exclamation.png diff --git a/AMOEBA3/src/icons/script--minus.png b/AMOEBA3/src/VISUALIZATION/icons/script--minus.png similarity index 100% rename from AMOEBA3/src/icons/script--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/script--minus.png diff --git a/AMOEBA3/src/icons/script--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/script--pencil.png similarity index 100% rename from AMOEBA3/src/icons/script--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/script--pencil.png diff --git a/AMOEBA3/src/icons/script--plus.png b/AMOEBA3/src/VISUALIZATION/icons/script--plus.png similarity index 100% rename from AMOEBA3/src/icons/script--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/script--plus.png diff --git a/AMOEBA3/src/icons/script-attribute-b.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-b.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-b.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-b.png diff --git a/AMOEBA3/src/icons/script-attribute-c.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-c.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-c.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-c.png diff --git a/AMOEBA3/src/icons/script-attribute-d.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-d.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-d.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-d.png diff --git a/AMOEBA3/src/icons/script-attribute-e.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-e.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-e.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-e.png diff --git a/AMOEBA3/src/icons/script-attribute-f.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-f.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-f.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-f.png diff --git a/AMOEBA3/src/icons/script-attribute-g.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-g.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-g.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-g.png diff --git a/AMOEBA3/src/icons/script-attribute-h.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-h.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-h.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-h.png diff --git a/AMOEBA3/src/icons/script-attribute-i.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-i.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-i.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-i.png diff --git a/AMOEBA3/src/icons/script-attribute-j.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-j.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-j.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-j.png diff --git a/AMOEBA3/src/icons/script-attribute-k.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-k.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-k.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-k.png diff --git a/AMOEBA3/src/icons/script-attribute-l.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-l.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-l.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-l.png diff --git a/AMOEBA3/src/icons/script-attribute-m.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-m.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-m.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-m.png diff --git a/AMOEBA3/src/icons/script-attribute-n.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-n.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-n.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-n.png diff --git a/AMOEBA3/src/icons/script-attribute-o.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-o.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-o.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-o.png diff --git a/AMOEBA3/src/icons/script-attribute-p.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-p.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-p.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-p.png diff --git a/AMOEBA3/src/icons/script-attribute-q.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-q.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-q.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-q.png diff --git a/AMOEBA3/src/icons/script-attribute-r.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-r.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-r.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-r.png diff --git a/AMOEBA3/src/icons/script-attribute-s.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-s.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-s.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-s.png diff --git a/AMOEBA3/src/icons/script-attribute-t.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-t.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-t.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-t.png diff --git a/AMOEBA3/src/icons/script-attribute-u.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-u.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-u.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-u.png diff --git a/AMOEBA3/src/icons/script-attribute-v.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-v.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-v.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-v.png diff --git a/AMOEBA3/src/icons/script-attribute-w.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-w.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-w.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-w.png diff --git a/AMOEBA3/src/icons/script-attribute-x.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-x.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-x.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-x.png diff --git a/AMOEBA3/src/icons/script-attribute-y.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-y.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-y.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-y.png diff --git a/AMOEBA3/src/icons/script-attribute-z.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute-z.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute-z.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute-z.png diff --git a/AMOEBA3/src/icons/script-attribute.png b/AMOEBA3/src/VISUALIZATION/icons/script-attribute.png similarity index 100% rename from AMOEBA3/src/icons/script-attribute.png rename to AMOEBA3/src/VISUALIZATION/icons/script-attribute.png diff --git a/AMOEBA3/src/icons/script-binary.png b/AMOEBA3/src/VISUALIZATION/icons/script-binary.png similarity index 100% rename from AMOEBA3/src/icons/script-binary.png rename to AMOEBA3/src/VISUALIZATION/icons/script-binary.png diff --git a/AMOEBA3/src/icons/script-block.png b/AMOEBA3/src/VISUALIZATION/icons/script-block.png similarity index 100% rename from AMOEBA3/src/icons/script-block.png rename to AMOEBA3/src/VISUALIZATION/icons/script-block.png diff --git a/AMOEBA3/src/icons/script-code.png b/AMOEBA3/src/VISUALIZATION/icons/script-code.png similarity index 100% rename from AMOEBA3/src/icons/script-code.png rename to AMOEBA3/src/VISUALIZATION/icons/script-code.png diff --git a/AMOEBA3/src/icons/script-excel.png b/AMOEBA3/src/VISUALIZATION/icons/script-excel.png similarity index 100% rename from AMOEBA3/src/icons/script-excel.png rename to AMOEBA3/src/VISUALIZATION/icons/script-excel.png diff --git a/AMOEBA3/src/icons/script-export.png b/AMOEBA3/src/VISUALIZATION/icons/script-export.png similarity index 100% rename from AMOEBA3/src/icons/script-export.png rename to AMOEBA3/src/VISUALIZATION/icons/script-export.png diff --git a/AMOEBA3/src/icons/script-flash.png b/AMOEBA3/src/VISUALIZATION/icons/script-flash.png similarity index 100% rename from AMOEBA3/src/icons/script-flash.png rename to AMOEBA3/src/VISUALIZATION/icons/script-flash.png diff --git a/AMOEBA3/src/icons/script-globe.png b/AMOEBA3/src/VISUALIZATION/icons/script-globe.png similarity index 100% rename from AMOEBA3/src/icons/script-globe.png rename to AMOEBA3/src/VISUALIZATION/icons/script-globe.png diff --git a/AMOEBA3/src/icons/script-import.png b/AMOEBA3/src/VISUALIZATION/icons/script-import.png similarity index 100% rename from AMOEBA3/src/icons/script-import.png rename to AMOEBA3/src/VISUALIZATION/icons/script-import.png diff --git a/AMOEBA3/src/icons/script-medium.png b/AMOEBA3/src/VISUALIZATION/icons/script-medium.png similarity index 100% rename from AMOEBA3/src/icons/script-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/script-medium.png diff --git a/AMOEBA3/src/icons/script-office.png b/AMOEBA3/src/VISUALIZATION/icons/script-office.png similarity index 100% rename from AMOEBA3/src/icons/script-office.png rename to AMOEBA3/src/VISUALIZATION/icons/script-office.png diff --git a/AMOEBA3/src/icons/script-php.png b/AMOEBA3/src/VISUALIZATION/icons/script-php.png similarity index 100% rename from AMOEBA3/src/icons/script-php.png rename to AMOEBA3/src/VISUALIZATION/icons/script-php.png diff --git a/AMOEBA3/src/icons/script-smiley-sad.png b/AMOEBA3/src/VISUALIZATION/icons/script-smiley-sad.png similarity index 100% rename from AMOEBA3/src/icons/script-smiley-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/script-smiley-sad.png diff --git a/AMOEBA3/src/icons/script-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/script-smiley.png similarity index 100% rename from AMOEBA3/src/icons/script-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/script-smiley.png diff --git a/AMOEBA3/src/icons/script-stamp.png b/AMOEBA3/src/VISUALIZATION/icons/script-stamp.png similarity index 100% rename from AMOEBA3/src/icons/script-stamp.png rename to AMOEBA3/src/VISUALIZATION/icons/script-stamp.png diff --git a/AMOEBA3/src/icons/script-text.png b/AMOEBA3/src/VISUALIZATION/icons/script-text.png similarity index 100% rename from AMOEBA3/src/icons/script-text.png rename to AMOEBA3/src/VISUALIZATION/icons/script-text.png diff --git a/AMOEBA3/src/icons/script-visual-studio.png b/AMOEBA3/src/VISUALIZATION/icons/script-visual-studio.png similarity index 100% rename from AMOEBA3/src/icons/script-visual-studio.png rename to AMOEBA3/src/VISUALIZATION/icons/script-visual-studio.png diff --git a/AMOEBA3/src/icons/script-word.png b/AMOEBA3/src/VISUALIZATION/icons/script-word.png similarity index 100% rename from AMOEBA3/src/icons/script-word.png rename to AMOEBA3/src/VISUALIZATION/icons/script-word.png diff --git a/AMOEBA3/src/icons/script.png b/AMOEBA3/src/VISUALIZATION/icons/script.png similarity index 100% rename from AMOEBA3/src/icons/script.png rename to AMOEBA3/src/VISUALIZATION/icons/script.png diff --git a/AMOEBA3/src/icons/scripts-text.png b/AMOEBA3/src/VISUALIZATION/icons/scripts-text.png similarity index 100% rename from AMOEBA3/src/icons/scripts-text.png rename to AMOEBA3/src/VISUALIZATION/icons/scripts-text.png diff --git a/AMOEBA3/src/icons/scripts.png b/AMOEBA3/src/VISUALIZATION/icons/scripts.png similarity index 100% rename from AMOEBA3/src/icons/scripts.png rename to AMOEBA3/src/VISUALIZATION/icons/scripts.png diff --git a/AMOEBA3/src/icons/sd-memory-card.png b/AMOEBA3/src/VISUALIZATION/icons/sd-memory-card.png similarity index 100% rename from AMOEBA3/src/icons/sd-memory-card.png rename to AMOEBA3/src/VISUALIZATION/icons/sd-memory-card.png diff --git a/AMOEBA3/src/icons/sealing-wax.png b/AMOEBA3/src/VISUALIZATION/icons/sealing-wax.png similarity index 100% rename from AMOEBA3/src/icons/sealing-wax.png rename to AMOEBA3/src/VISUALIZATION/icons/sealing-wax.png diff --git a/AMOEBA3/src/icons/selection-input.png b/AMOEBA3/src/VISUALIZATION/icons/selection-input.png similarity index 100% rename from AMOEBA3/src/icons/selection-input.png rename to AMOEBA3/src/VISUALIZATION/icons/selection-input.png diff --git a/AMOEBA3/src/icons/selection-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/selection-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/selection-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/selection-resize-actual.png diff --git a/AMOEBA3/src/icons/selection-resize.png b/AMOEBA3/src/VISUALIZATION/icons/selection-resize.png similarity index 100% rename from AMOEBA3/src/icons/selection-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/selection-resize.png diff --git a/AMOEBA3/src/icons/selection-select-input.png b/AMOEBA3/src/VISUALIZATION/icons/selection-select-input.png similarity index 100% rename from AMOEBA3/src/icons/selection-select-input.png rename to AMOEBA3/src/VISUALIZATION/icons/selection-select-input.png diff --git a/AMOEBA3/src/icons/selection-select.png b/AMOEBA3/src/VISUALIZATION/icons/selection-select.png similarity index 100% rename from AMOEBA3/src/icons/selection-select.png rename to AMOEBA3/src/VISUALIZATION/icons/selection-select.png diff --git a/AMOEBA3/src/icons/selection.png b/AMOEBA3/src/VISUALIZATION/icons/selection.png similarity index 100% rename from AMOEBA3/src/icons/selection.png rename to AMOEBA3/src/VISUALIZATION/icons/selection.png diff --git a/AMOEBA3/src/icons/server--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/server--arrow.png similarity index 100% rename from AMOEBA3/src/icons/server--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/server--arrow.png diff --git a/AMOEBA3/src/icons/server--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/server--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/server--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/server--exclamation.png diff --git a/AMOEBA3/src/icons/server--minus.png b/AMOEBA3/src/VISUALIZATION/icons/server--minus.png similarity index 100% rename from AMOEBA3/src/icons/server--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/server--minus.png diff --git a/AMOEBA3/src/icons/server--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/server--pencil.png similarity index 100% rename from AMOEBA3/src/icons/server--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/server--pencil.png diff --git a/AMOEBA3/src/icons/server--plus.png b/AMOEBA3/src/VISUALIZATION/icons/server--plus.png similarity index 100% rename from AMOEBA3/src/icons/server--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/server--plus.png diff --git a/AMOEBA3/src/icons/server-cast.png b/AMOEBA3/src/VISUALIZATION/icons/server-cast.png similarity index 100% rename from AMOEBA3/src/icons/server-cast.png rename to AMOEBA3/src/VISUALIZATION/icons/server-cast.png diff --git a/AMOEBA3/src/icons/server-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/server-cloud.png similarity index 100% rename from AMOEBA3/src/icons/server-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/server-cloud.png diff --git a/AMOEBA3/src/icons/server-medium.png b/AMOEBA3/src/VISUALIZATION/icons/server-medium.png similarity index 100% rename from AMOEBA3/src/icons/server-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/server-medium.png diff --git a/AMOEBA3/src/icons/server-network.png b/AMOEBA3/src/VISUALIZATION/icons/server-network.png similarity index 100% rename from AMOEBA3/src/icons/server-network.png rename to AMOEBA3/src/VISUALIZATION/icons/server-network.png diff --git a/AMOEBA3/src/icons/server-property.png b/AMOEBA3/src/VISUALIZATION/icons/server-property.png similarity index 100% rename from AMOEBA3/src/icons/server-property.png rename to AMOEBA3/src/VISUALIZATION/icons/server-property.png diff --git a/AMOEBA3/src/icons/server.png b/AMOEBA3/src/VISUALIZATION/icons/server.png similarity index 100% rename from AMOEBA3/src/icons/server.png rename to AMOEBA3/src/VISUALIZATION/icons/server.png diff --git a/AMOEBA3/src/icons/servers-network.png b/AMOEBA3/src/VISUALIZATION/icons/servers-network.png similarity index 100% rename from AMOEBA3/src/icons/servers-network.png rename to AMOEBA3/src/VISUALIZATION/icons/servers-network.png diff --git a/AMOEBA3/src/icons/servers.png b/AMOEBA3/src/VISUALIZATION/icons/servers.png similarity index 100% rename from AMOEBA3/src/icons/servers.png rename to AMOEBA3/src/VISUALIZATION/icons/servers.png diff --git a/AMOEBA3/src/icons/service-bell--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/service-bell--arrow.png similarity index 100% rename from AMOEBA3/src/icons/service-bell--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/service-bell--arrow.png diff --git a/AMOEBA3/src/icons/service-bell--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/service-bell--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/service-bell--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/service-bell--exclamation.png diff --git a/AMOEBA3/src/icons/service-bell--minus.png b/AMOEBA3/src/VISUALIZATION/icons/service-bell--minus.png similarity index 100% rename from AMOEBA3/src/icons/service-bell--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/service-bell--minus.png diff --git a/AMOEBA3/src/icons/service-bell--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/service-bell--pencil.png similarity index 100% rename from AMOEBA3/src/icons/service-bell--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/service-bell--pencil.png diff --git a/AMOEBA3/src/icons/service-bell--plus.png b/AMOEBA3/src/VISUALIZATION/icons/service-bell--plus.png similarity index 100% rename from AMOEBA3/src/icons/service-bell--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/service-bell--plus.png diff --git a/AMOEBA3/src/icons/service-bell.png b/AMOEBA3/src/VISUALIZATION/icons/service-bell.png similarity index 100% rename from AMOEBA3/src/icons/service-bell.png rename to AMOEBA3/src/VISUALIZATION/icons/service-bell.png diff --git a/AMOEBA3/src/icons/share-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/share-balloon.png similarity index 100% rename from AMOEBA3/src/icons/share-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/share-balloon.png diff --git a/AMOEBA3/src/icons/share-document.png b/AMOEBA3/src/VISUALIZATION/icons/share-document.png similarity index 100% rename from AMOEBA3/src/icons/share-document.png rename to AMOEBA3/src/VISUALIZATION/icons/share-document.png diff --git a/AMOEBA3/src/icons/share-small.png b/AMOEBA3/src/VISUALIZATION/icons/share-small.png similarity index 100% rename from AMOEBA3/src/icons/share-small.png rename to AMOEBA3/src/VISUALIZATION/icons/share-small.png diff --git a/AMOEBA3/src/icons/share.png b/AMOEBA3/src/VISUALIZATION/icons/share.png similarity index 100% rename from AMOEBA3/src/icons/share.png rename to AMOEBA3/src/VISUALIZATION/icons/share.png diff --git a/AMOEBA3/src/icons/shield--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/shield--arrow.png similarity index 100% rename from AMOEBA3/src/icons/shield--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/shield--arrow.png diff --git a/AMOEBA3/src/icons/shield--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/shield--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/shield--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/shield--exclamation.png diff --git a/AMOEBA3/src/icons/shield--minus.png b/AMOEBA3/src/VISUALIZATION/icons/shield--minus.png similarity index 100% rename from AMOEBA3/src/icons/shield--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/shield--minus.png diff --git a/AMOEBA3/src/icons/shield--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/shield--pencil.png similarity index 100% rename from AMOEBA3/src/icons/shield--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/shield--pencil.png diff --git a/AMOEBA3/src/icons/shield--plus.png b/AMOEBA3/src/VISUALIZATION/icons/shield--plus.png similarity index 100% rename from AMOEBA3/src/icons/shield--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/shield--plus.png diff --git a/AMOEBA3/src/icons/shield.png b/AMOEBA3/src/VISUALIZATION/icons/shield.png similarity index 100% rename from AMOEBA3/src/icons/shield.png rename to AMOEBA3/src/VISUALIZATION/icons/shield.png diff --git a/AMOEBA3/src/icons/shoe--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/shoe--arrow.png similarity index 100% rename from AMOEBA3/src/icons/shoe--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/shoe--arrow.png diff --git a/AMOEBA3/src/icons/shoe--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/shoe--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/shoe--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/shoe--exclamation.png diff --git a/AMOEBA3/src/icons/shoe--minus.png b/AMOEBA3/src/VISUALIZATION/icons/shoe--minus.png similarity index 100% rename from AMOEBA3/src/icons/shoe--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/shoe--minus.png diff --git a/AMOEBA3/src/icons/shoe--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/shoe--pencil.png similarity index 100% rename from AMOEBA3/src/icons/shoe--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/shoe--pencil.png diff --git a/AMOEBA3/src/icons/shoe--plus.png b/AMOEBA3/src/VISUALIZATION/icons/shoe--plus.png similarity index 100% rename from AMOEBA3/src/icons/shoe--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/shoe--plus.png diff --git a/AMOEBA3/src/icons/shoe-high.png b/AMOEBA3/src/VISUALIZATION/icons/shoe-high.png similarity index 100% rename from AMOEBA3/src/icons/shoe-high.png rename to AMOEBA3/src/VISUALIZATION/icons/shoe-high.png diff --git a/AMOEBA3/src/icons/shoe.png b/AMOEBA3/src/VISUALIZATION/icons/shoe.png similarity index 100% rename from AMOEBA3/src/icons/shoe.png rename to AMOEBA3/src/VISUALIZATION/icons/shoe.png diff --git a/AMOEBA3/src/icons/shopping-basket--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/shopping-basket--arrow.png similarity index 100% rename from AMOEBA3/src/icons/shopping-basket--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/shopping-basket--arrow.png diff --git a/AMOEBA3/src/icons/shopping-basket--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/shopping-basket--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/shopping-basket--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/shopping-basket--exclamation.png diff --git a/AMOEBA3/src/icons/shopping-basket--minus.png b/AMOEBA3/src/VISUALIZATION/icons/shopping-basket--minus.png similarity index 100% rename from AMOEBA3/src/icons/shopping-basket--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/shopping-basket--minus.png diff --git a/AMOEBA3/src/icons/shopping-basket--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/shopping-basket--pencil.png similarity index 100% rename from AMOEBA3/src/icons/shopping-basket--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/shopping-basket--pencil.png diff --git a/AMOEBA3/src/icons/shopping-basket--plus.png b/AMOEBA3/src/VISUALIZATION/icons/shopping-basket--plus.png similarity index 100% rename from AMOEBA3/src/icons/shopping-basket--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/shopping-basket--plus.png diff --git a/AMOEBA3/src/icons/shopping-basket.png b/AMOEBA3/src/VISUALIZATION/icons/shopping-basket.png similarity index 100% rename from AMOEBA3/src/icons/shopping-basket.png rename to AMOEBA3/src/VISUALIZATION/icons/shopping-basket.png diff --git a/AMOEBA3/src/icons/shortcut-small.png b/AMOEBA3/src/VISUALIZATION/icons/shortcut-small.png similarity index 100% rename from AMOEBA3/src/icons/shortcut-small.png rename to AMOEBA3/src/VISUALIZATION/icons/shortcut-small.png diff --git a/AMOEBA3/src/icons/shortcut.png b/AMOEBA3/src/VISUALIZATION/icons/shortcut.png similarity index 100% rename from AMOEBA3/src/icons/shortcut.png rename to AMOEBA3/src/VISUALIZATION/icons/shortcut.png diff --git a/AMOEBA3/src/icons/shovel.png b/AMOEBA3/src/VISUALIZATION/icons/shovel.png similarity index 100% rename from AMOEBA3/src/icons/shovel.png rename to AMOEBA3/src/VISUALIZATION/icons/shovel.png diff --git a/AMOEBA3/src/icons/shuriken.png b/AMOEBA3/src/VISUALIZATION/icons/shuriken.png similarity index 100% rename from AMOEBA3/src/icons/shuriken.png rename to AMOEBA3/src/VISUALIZATION/icons/shuriken.png diff --git a/AMOEBA3/src/icons/sitemap-application-blue.png b/AMOEBA3/src/VISUALIZATION/icons/sitemap-application-blue.png similarity index 100% rename from AMOEBA3/src/icons/sitemap-application-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/sitemap-application-blue.png diff --git a/AMOEBA3/src/icons/sitemap-application.png b/AMOEBA3/src/VISUALIZATION/icons/sitemap-application.png similarity index 100% rename from AMOEBA3/src/icons/sitemap-application.png rename to AMOEBA3/src/VISUALIZATION/icons/sitemap-application.png diff --git a/AMOEBA3/src/icons/sitemap-image.png b/AMOEBA3/src/VISUALIZATION/icons/sitemap-image.png similarity index 100% rename from AMOEBA3/src/icons/sitemap-image.png rename to AMOEBA3/src/VISUALIZATION/icons/sitemap-image.png diff --git a/AMOEBA3/src/icons/sitemap.png b/AMOEBA3/src/VISUALIZATION/icons/sitemap.png similarity index 100% rename from AMOEBA3/src/icons/sitemap.png rename to AMOEBA3/src/VISUALIZATION/icons/sitemap.png diff --git a/AMOEBA3/src/icons/skull-happy.png b/AMOEBA3/src/VISUALIZATION/icons/skull-happy.png similarity index 100% rename from AMOEBA3/src/icons/skull-happy.png rename to AMOEBA3/src/VISUALIZATION/icons/skull-happy.png diff --git a/AMOEBA3/src/icons/skull-mad.png b/AMOEBA3/src/VISUALIZATION/icons/skull-mad.png similarity index 100% rename from AMOEBA3/src/icons/skull-mad.png rename to AMOEBA3/src/VISUALIZATION/icons/skull-mad.png diff --git a/AMOEBA3/src/icons/skull-old.png b/AMOEBA3/src/VISUALIZATION/icons/skull-old.png similarity index 100% rename from AMOEBA3/src/icons/skull-old.png rename to AMOEBA3/src/VISUALIZATION/icons/skull-old.png diff --git a/AMOEBA3/src/icons/skull-sad.png b/AMOEBA3/src/VISUALIZATION/icons/skull-sad.png similarity index 100% rename from AMOEBA3/src/icons/skull-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/skull-sad.png diff --git a/AMOEBA3/src/icons/skull.png b/AMOEBA3/src/VISUALIZATION/icons/skull.png similarity index 100% rename from AMOEBA3/src/icons/skull.png rename to AMOEBA3/src/VISUALIZATION/icons/skull.png diff --git a/AMOEBA3/src/icons/slide--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/slide--arrow.png similarity index 100% rename from AMOEBA3/src/icons/slide--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/slide--arrow.png diff --git a/AMOEBA3/src/icons/slide--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/slide--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/slide--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/slide--exclamation.png diff --git a/AMOEBA3/src/icons/slide--minus.png b/AMOEBA3/src/VISUALIZATION/icons/slide--minus.png similarity index 100% rename from AMOEBA3/src/icons/slide--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/slide--minus.png diff --git a/AMOEBA3/src/icons/slide--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/slide--pencil.png similarity index 100% rename from AMOEBA3/src/icons/slide--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/slide--pencil.png diff --git a/AMOEBA3/src/icons/slide--plus.png b/AMOEBA3/src/VISUALIZATION/icons/slide--plus.png similarity index 100% rename from AMOEBA3/src/icons/slide--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/slide--plus.png diff --git a/AMOEBA3/src/icons/slide-medium.png b/AMOEBA3/src/VISUALIZATION/icons/slide-medium.png similarity index 100% rename from AMOEBA3/src/icons/slide-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/slide-medium.png diff --git a/AMOEBA3/src/icons/slide-powerpoint.png b/AMOEBA3/src/VISUALIZATION/icons/slide-powerpoint.png similarity index 100% rename from AMOEBA3/src/icons/slide-powerpoint.png rename to AMOEBA3/src/VISUALIZATION/icons/slide-powerpoint.png diff --git a/AMOEBA3/src/icons/slide-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/slide-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/slide-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/slide-resize-actual.png diff --git a/AMOEBA3/src/icons/slide-resize.png b/AMOEBA3/src/VISUALIZATION/icons/slide-resize.png similarity index 100% rename from AMOEBA3/src/icons/slide-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/slide-resize.png diff --git a/AMOEBA3/src/icons/slide.png b/AMOEBA3/src/VISUALIZATION/icons/slide.png similarity index 100% rename from AMOEBA3/src/icons/slide.png rename to AMOEBA3/src/VISUALIZATION/icons/slide.png diff --git a/AMOEBA3/src/icons/slides-stack.png b/AMOEBA3/src/VISUALIZATION/icons/slides-stack.png similarity index 100% rename from AMOEBA3/src/icons/slides-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/slides-stack.png diff --git a/AMOEBA3/src/icons/slides.png b/AMOEBA3/src/VISUALIZATION/icons/slides.png similarity index 100% rename from AMOEBA3/src/icons/slides.png rename to AMOEBA3/src/VISUALIZATION/icons/slides.png diff --git a/AMOEBA3/src/icons/smiley-angel.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-angel.png similarity index 100% rename from AMOEBA3/src/icons/smiley-angel.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-angel.png diff --git a/AMOEBA3/src/icons/smiley-confuse.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-confuse.png similarity index 100% rename from AMOEBA3/src/icons/smiley-confuse.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-confuse.png diff --git a/AMOEBA3/src/icons/smiley-cool.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-cool.png similarity index 100% rename from AMOEBA3/src/icons/smiley-cool.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-cool.png diff --git a/AMOEBA3/src/icons/smiley-cry.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-cry.png similarity index 100% rename from AMOEBA3/src/icons/smiley-cry.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-cry.png diff --git a/AMOEBA3/src/icons/smiley-curly.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-curly.png similarity index 100% rename from AMOEBA3/src/icons/smiley-curly.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-curly.png diff --git a/AMOEBA3/src/icons/smiley-draw.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-draw.png similarity index 100% rename from AMOEBA3/src/icons/smiley-draw.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-draw.png diff --git a/AMOEBA3/src/icons/smiley-eek.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-eek.png similarity index 100% rename from AMOEBA3/src/icons/smiley-eek.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-eek.png diff --git a/AMOEBA3/src/icons/smiley-evil.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-evil.png similarity index 100% rename from AMOEBA3/src/icons/smiley-evil.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-evil.png diff --git a/AMOEBA3/src/icons/smiley-fat.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-fat.png similarity index 100% rename from AMOEBA3/src/icons/smiley-fat.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-fat.png diff --git a/AMOEBA3/src/icons/smiley-glass.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-glass.png similarity index 100% rename from AMOEBA3/src/icons/smiley-glass.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-glass.png diff --git a/AMOEBA3/src/icons/smiley-grin.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-grin.png similarity index 100% rename from AMOEBA3/src/icons/smiley-grin.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-grin.png diff --git a/AMOEBA3/src/icons/smiley-grumpy.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-grumpy.png similarity index 100% rename from AMOEBA3/src/icons/smiley-grumpy.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-grumpy.png diff --git a/AMOEBA3/src/icons/smiley-kiss.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-kiss.png similarity index 100% rename from AMOEBA3/src/icons/smiley-kiss.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-kiss.png diff --git a/AMOEBA3/src/icons/smiley-kitty.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-kitty.png similarity index 100% rename from AMOEBA3/src/icons/smiley-kitty.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-kitty.png diff --git a/AMOEBA3/src/icons/smiley-lol.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-lol.png similarity index 100% rename from AMOEBA3/src/icons/smiley-lol.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-lol.png diff --git a/AMOEBA3/src/icons/smiley-mad.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-mad.png similarity index 100% rename from AMOEBA3/src/icons/smiley-mad.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-mad.png diff --git a/AMOEBA3/src/icons/smiley-medium.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-medium.png similarity index 100% rename from AMOEBA3/src/icons/smiley-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-medium.png diff --git a/AMOEBA3/src/icons/smiley-money.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-money.png similarity index 100% rename from AMOEBA3/src/icons/smiley-money.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-money.png diff --git a/AMOEBA3/src/icons/smiley-mr-green.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-mr-green.png similarity index 100% rename from AMOEBA3/src/icons/smiley-mr-green.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-mr-green.png diff --git a/AMOEBA3/src/icons/smiley-nerd.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-nerd.png similarity index 100% rename from AMOEBA3/src/icons/smiley-nerd.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-nerd.png diff --git a/AMOEBA3/src/icons/smiley-neutral.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-neutral.png similarity index 100% rename from AMOEBA3/src/icons/smiley-neutral.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-neutral.png diff --git a/AMOEBA3/src/icons/smiley-razz.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-razz.png similarity index 100% rename from AMOEBA3/src/icons/smiley-razz.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-razz.png diff --git a/AMOEBA3/src/icons/smiley-red.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-red.png similarity index 100% rename from AMOEBA3/src/icons/smiley-red.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-red.png diff --git a/AMOEBA3/src/icons/smiley-roll-blue.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-roll-blue.png similarity index 100% rename from AMOEBA3/src/icons/smiley-roll-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-roll-blue.png diff --git a/AMOEBA3/src/icons/smiley-roll-sweat.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-roll-sweat.png similarity index 100% rename from AMOEBA3/src/icons/smiley-roll-sweat.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-roll-sweat.png diff --git a/AMOEBA3/src/icons/smiley-roll.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-roll.png similarity index 100% rename from AMOEBA3/src/icons/smiley-roll.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-roll.png diff --git a/AMOEBA3/src/icons/smiley-sad-blue.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-sad-blue.png similarity index 100% rename from AMOEBA3/src/icons/smiley-sad-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-sad-blue.png diff --git a/AMOEBA3/src/icons/smiley-sad.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-sad.png similarity index 100% rename from AMOEBA3/src/icons/smiley-sad.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-sad.png diff --git a/AMOEBA3/src/icons/smiley-shock-blue.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-shock-blue.png similarity index 100% rename from AMOEBA3/src/icons/smiley-shock-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-shock-blue.png diff --git a/AMOEBA3/src/icons/smiley-shock.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-shock.png similarity index 100% rename from AMOEBA3/src/icons/smiley-shock.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-shock.png diff --git a/AMOEBA3/src/icons/smiley-sleep.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-sleep.png similarity index 100% rename from AMOEBA3/src/icons/smiley-sleep.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-sleep.png diff --git a/AMOEBA3/src/icons/smiley-slim.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-slim.png similarity index 100% rename from AMOEBA3/src/icons/smiley-slim.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-slim.png diff --git a/AMOEBA3/src/icons/smiley-small.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-small.png similarity index 100% rename from AMOEBA3/src/icons/smiley-small.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-small.png diff --git a/AMOEBA3/src/icons/smiley-squint.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-squint.png similarity index 100% rename from AMOEBA3/src/icons/smiley-squint.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-squint.png diff --git a/AMOEBA3/src/icons/smiley-surprise.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-surprise.png similarity index 100% rename from AMOEBA3/src/icons/smiley-surprise.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-surprise.png diff --git a/AMOEBA3/src/icons/smiley-sweat.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-sweat.png similarity index 100% rename from AMOEBA3/src/icons/smiley-sweat.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-sweat.png diff --git a/AMOEBA3/src/icons/smiley-twist.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-twist.png similarity index 100% rename from AMOEBA3/src/icons/smiley-twist.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-twist.png diff --git a/AMOEBA3/src/icons/smiley-upset.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-upset.png similarity index 100% rename from AMOEBA3/src/icons/smiley-upset.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-upset.png diff --git a/AMOEBA3/src/icons/smiley-wink.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-wink.png similarity index 100% rename from AMOEBA3/src/icons/smiley-wink.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-wink.png diff --git a/AMOEBA3/src/icons/smiley-yell.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-yell.png similarity index 100% rename from AMOEBA3/src/icons/smiley-yell.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-yell.png diff --git a/AMOEBA3/src/icons/smiley-zipper.png b/AMOEBA3/src/VISUALIZATION/icons/smiley-zipper.png similarity index 100% rename from AMOEBA3/src/icons/smiley-zipper.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley-zipper.png diff --git a/AMOEBA3/src/icons/smiley.png b/AMOEBA3/src/VISUALIZATION/icons/smiley.png similarity index 100% rename from AMOEBA3/src/icons/smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/smiley.png diff --git a/AMOEBA3/src/icons/snowman-hat.png b/AMOEBA3/src/VISUALIZATION/icons/snowman-hat.png similarity index 100% rename from AMOEBA3/src/icons/snowman-hat.png rename to AMOEBA3/src/VISUALIZATION/icons/snowman-hat.png diff --git a/AMOEBA3/src/icons/snowman.png b/AMOEBA3/src/VISUALIZATION/icons/snowman.png similarity index 100% rename from AMOEBA3/src/icons/snowman.png rename to AMOEBA3/src/VISUALIZATION/icons/snowman.png diff --git a/AMOEBA3/src/icons/soap-body.png b/AMOEBA3/src/VISUALIZATION/icons/soap-body.png similarity index 100% rename from AMOEBA3/src/icons/soap-body.png rename to AMOEBA3/src/VISUALIZATION/icons/soap-body.png diff --git a/AMOEBA3/src/icons/soap-header.png b/AMOEBA3/src/VISUALIZATION/icons/soap-header.png similarity index 100% rename from AMOEBA3/src/icons/soap-header.png rename to AMOEBA3/src/VISUALIZATION/icons/soap-header.png diff --git a/AMOEBA3/src/icons/soap.png b/AMOEBA3/src/VISUALIZATION/icons/soap.png similarity index 100% rename from AMOEBA3/src/icons/soap.png rename to AMOEBA3/src/VISUALIZATION/icons/soap.png diff --git a/AMOEBA3/src/icons/socket--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/socket--arrow.png similarity index 100% rename from AMOEBA3/src/icons/socket--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/socket--arrow.png diff --git a/AMOEBA3/src/icons/socket--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/socket--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/socket--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/socket--exclamation.png diff --git a/AMOEBA3/src/icons/socket--minus.png b/AMOEBA3/src/VISUALIZATION/icons/socket--minus.png similarity index 100% rename from AMOEBA3/src/icons/socket--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/socket--minus.png diff --git a/AMOEBA3/src/icons/socket--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/socket--pencil.png similarity index 100% rename from AMOEBA3/src/icons/socket--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/socket--pencil.png diff --git a/AMOEBA3/src/icons/socket--plus.png b/AMOEBA3/src/VISUALIZATION/icons/socket--plus.png similarity index 100% rename from AMOEBA3/src/icons/socket--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/socket--plus.png diff --git a/AMOEBA3/src/icons/socket.png b/AMOEBA3/src/VISUALIZATION/icons/socket.png similarity index 100% rename from AMOEBA3/src/icons/socket.png rename to AMOEBA3/src/VISUALIZATION/icons/socket.png diff --git a/AMOEBA3/src/icons/sockets.png b/AMOEBA3/src/VISUALIZATION/icons/sockets.png similarity index 100% rename from AMOEBA3/src/icons/sockets.png rename to AMOEBA3/src/VISUALIZATION/icons/sockets.png diff --git a/AMOEBA3/src/icons/sofa--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/sofa--arrow.png similarity index 100% rename from AMOEBA3/src/icons/sofa--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/sofa--arrow.png diff --git a/AMOEBA3/src/icons/sofa--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/sofa--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/sofa--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/sofa--exclamation.png diff --git a/AMOEBA3/src/icons/sofa--minus.png b/AMOEBA3/src/VISUALIZATION/icons/sofa--minus.png similarity index 100% rename from AMOEBA3/src/icons/sofa--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/sofa--minus.png diff --git a/AMOEBA3/src/icons/sofa--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/sofa--pencil.png similarity index 100% rename from AMOEBA3/src/icons/sofa--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/sofa--pencil.png diff --git a/AMOEBA3/src/icons/sofa--plus.png b/AMOEBA3/src/VISUALIZATION/icons/sofa--plus.png similarity index 100% rename from AMOEBA3/src/icons/sofa--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/sofa--plus.png diff --git a/AMOEBA3/src/icons/sofa.png b/AMOEBA3/src/VISUALIZATION/icons/sofa.png similarity index 100% rename from AMOEBA3/src/icons/sofa.png rename to AMOEBA3/src/VISUALIZATION/icons/sofa.png diff --git a/AMOEBA3/src/icons/solar-panel.png b/AMOEBA3/src/VISUALIZATION/icons/solar-panel.png similarity index 100% rename from AMOEBA3/src/icons/solar-panel.png rename to AMOEBA3/src/VISUALIZATION/icons/solar-panel.png diff --git a/AMOEBA3/src/icons/sort--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/sort--arrow.png similarity index 100% rename from AMOEBA3/src/icons/sort--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/sort--arrow.png diff --git a/AMOEBA3/src/icons/sort--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/sort--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/sort--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/sort--exclamation.png diff --git a/AMOEBA3/src/icons/sort--minus.png b/AMOEBA3/src/VISUALIZATION/icons/sort--minus.png similarity index 100% rename from AMOEBA3/src/icons/sort--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/sort--minus.png diff --git a/AMOEBA3/src/icons/sort--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/sort--pencil.png similarity index 100% rename from AMOEBA3/src/icons/sort--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/sort--pencil.png diff --git a/AMOEBA3/src/icons/sort--plus.png b/AMOEBA3/src/VISUALIZATION/icons/sort--plus.png similarity index 100% rename from AMOEBA3/src/icons/sort--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/sort--plus.png diff --git a/AMOEBA3/src/icons/sort-alphabet-column.png b/AMOEBA3/src/VISUALIZATION/icons/sort-alphabet-column.png similarity index 100% rename from AMOEBA3/src/icons/sort-alphabet-column.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-alphabet-column.png diff --git a/AMOEBA3/src/icons/sort-alphabet-descending.png b/AMOEBA3/src/VISUALIZATION/icons/sort-alphabet-descending.png similarity index 100% rename from AMOEBA3/src/icons/sort-alphabet-descending.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-alphabet-descending.png diff --git a/AMOEBA3/src/icons/sort-alphabet.png b/AMOEBA3/src/VISUALIZATION/icons/sort-alphabet.png similarity index 100% rename from AMOEBA3/src/icons/sort-alphabet.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-alphabet.png diff --git a/AMOEBA3/src/icons/sort-date-descending.png b/AMOEBA3/src/VISUALIZATION/icons/sort-date-descending.png similarity index 100% rename from AMOEBA3/src/icons/sort-date-descending.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-date-descending.png diff --git a/AMOEBA3/src/icons/sort-date.png b/AMOEBA3/src/VISUALIZATION/icons/sort-date.png similarity index 100% rename from AMOEBA3/src/icons/sort-date.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-date.png diff --git a/AMOEBA3/src/icons/sort-number-column.png b/AMOEBA3/src/VISUALIZATION/icons/sort-number-column.png similarity index 100% rename from AMOEBA3/src/icons/sort-number-column.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-number-column.png diff --git a/AMOEBA3/src/icons/sort-number-descending.png b/AMOEBA3/src/VISUALIZATION/icons/sort-number-descending.png similarity index 100% rename from AMOEBA3/src/icons/sort-number-descending.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-number-descending.png diff --git a/AMOEBA3/src/icons/sort-number.png b/AMOEBA3/src/VISUALIZATION/icons/sort-number.png similarity index 100% rename from AMOEBA3/src/icons/sort-number.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-number.png diff --git a/AMOEBA3/src/icons/sort-price-descending.png b/AMOEBA3/src/VISUALIZATION/icons/sort-price-descending.png similarity index 100% rename from AMOEBA3/src/icons/sort-price-descending.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-price-descending.png diff --git a/AMOEBA3/src/icons/sort-price.png b/AMOEBA3/src/VISUALIZATION/icons/sort-price.png similarity index 100% rename from AMOEBA3/src/icons/sort-price.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-price.png diff --git a/AMOEBA3/src/icons/sort-quantity-descending.png b/AMOEBA3/src/VISUALIZATION/icons/sort-quantity-descending.png similarity index 100% rename from AMOEBA3/src/icons/sort-quantity-descending.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-quantity-descending.png diff --git a/AMOEBA3/src/icons/sort-quantity.png b/AMOEBA3/src/VISUALIZATION/icons/sort-quantity.png similarity index 100% rename from AMOEBA3/src/icons/sort-quantity.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-quantity.png diff --git a/AMOEBA3/src/icons/sort-rating-descending.png b/AMOEBA3/src/VISUALIZATION/icons/sort-rating-descending.png similarity index 100% rename from AMOEBA3/src/icons/sort-rating-descending.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-rating-descending.png diff --git a/AMOEBA3/src/icons/sort-rating.png b/AMOEBA3/src/VISUALIZATION/icons/sort-rating.png similarity index 100% rename from AMOEBA3/src/icons/sort-rating.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-rating.png diff --git a/AMOEBA3/src/icons/sort-small.png b/AMOEBA3/src/VISUALIZATION/icons/sort-small.png similarity index 100% rename from AMOEBA3/src/icons/sort-small.png rename to AMOEBA3/src/VISUALIZATION/icons/sort-small.png diff --git a/AMOEBA3/src/icons/sort.png b/AMOEBA3/src/VISUALIZATION/icons/sort.png similarity index 100% rename from AMOEBA3/src/icons/sort.png rename to AMOEBA3/src/VISUALIZATION/icons/sort.png diff --git a/AMOEBA3/src/icons/speaker--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/speaker--arrow.png similarity index 100% rename from AMOEBA3/src/icons/speaker--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker--arrow.png diff --git a/AMOEBA3/src/icons/speaker--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/speaker--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/speaker--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker--exclamation.png diff --git a/AMOEBA3/src/icons/speaker--minus.png b/AMOEBA3/src/VISUALIZATION/icons/speaker--minus.png similarity index 100% rename from AMOEBA3/src/icons/speaker--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker--minus.png diff --git a/AMOEBA3/src/icons/speaker--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/speaker--pencil.png similarity index 100% rename from AMOEBA3/src/icons/speaker--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker--pencil.png diff --git a/AMOEBA3/src/icons/speaker--plus.png b/AMOEBA3/src/VISUALIZATION/icons/speaker--plus.png similarity index 100% rename from AMOEBA3/src/icons/speaker--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker--plus.png diff --git a/AMOEBA3/src/icons/speaker-network.png b/AMOEBA3/src/VISUALIZATION/icons/speaker-network.png similarity index 100% rename from AMOEBA3/src/icons/speaker-network.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker-network.png diff --git a/AMOEBA3/src/icons/speaker-volume-control-mute.png b/AMOEBA3/src/VISUALIZATION/icons/speaker-volume-control-mute.png similarity index 100% rename from AMOEBA3/src/icons/speaker-volume-control-mute.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker-volume-control-mute.png diff --git a/AMOEBA3/src/icons/speaker-volume-control-up.png b/AMOEBA3/src/VISUALIZATION/icons/speaker-volume-control-up.png similarity index 100% rename from AMOEBA3/src/icons/speaker-volume-control-up.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker-volume-control-up.png diff --git a/AMOEBA3/src/icons/speaker-volume-control.png b/AMOEBA3/src/VISUALIZATION/icons/speaker-volume-control.png similarity index 100% rename from AMOEBA3/src/icons/speaker-volume-control.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker-volume-control.png diff --git a/AMOEBA3/src/icons/speaker-volume-low.png b/AMOEBA3/src/VISUALIZATION/icons/speaker-volume-low.png similarity index 100% rename from AMOEBA3/src/icons/speaker-volume-low.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker-volume-low.png diff --git a/AMOEBA3/src/icons/speaker-volume-none.png b/AMOEBA3/src/VISUALIZATION/icons/speaker-volume-none.png similarity index 100% rename from AMOEBA3/src/icons/speaker-volume-none.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker-volume-none.png diff --git a/AMOEBA3/src/icons/speaker-volume.png b/AMOEBA3/src/VISUALIZATION/icons/speaker-volume.png similarity index 100% rename from AMOEBA3/src/icons/speaker-volume.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker-volume.png diff --git a/AMOEBA3/src/icons/speaker.png b/AMOEBA3/src/VISUALIZATION/icons/speaker.png similarity index 100% rename from AMOEBA3/src/icons/speaker.png rename to AMOEBA3/src/VISUALIZATION/icons/speaker.png diff --git a/AMOEBA3/src/icons/spectacle-3d.png b/AMOEBA3/src/VISUALIZATION/icons/spectacle-3d.png similarity index 100% rename from AMOEBA3/src/icons/spectacle-3d.png rename to AMOEBA3/src/VISUALIZATION/icons/spectacle-3d.png diff --git a/AMOEBA3/src/icons/spectacle-lorgnette.png b/AMOEBA3/src/VISUALIZATION/icons/spectacle-lorgnette.png similarity index 100% rename from AMOEBA3/src/icons/spectacle-lorgnette.png rename to AMOEBA3/src/VISUALIZATION/icons/spectacle-lorgnette.png diff --git a/AMOEBA3/src/icons/spectacle-small.png b/AMOEBA3/src/VISUALIZATION/icons/spectacle-small.png similarity index 100% rename from AMOEBA3/src/icons/spectacle-small.png rename to AMOEBA3/src/VISUALIZATION/icons/spectacle-small.png diff --git a/AMOEBA3/src/icons/spectacle-sunglass.png b/AMOEBA3/src/VISUALIZATION/icons/spectacle-sunglass.png similarity index 100% rename from AMOEBA3/src/icons/spectacle-sunglass.png rename to AMOEBA3/src/VISUALIZATION/icons/spectacle-sunglass.png diff --git a/AMOEBA3/src/icons/spectacle.png b/AMOEBA3/src/VISUALIZATION/icons/spectacle.png similarity index 100% rename from AMOEBA3/src/icons/spectacle.png rename to AMOEBA3/src/VISUALIZATION/icons/spectacle.png diff --git a/AMOEBA3/src/icons/spectrum-absorption.png b/AMOEBA3/src/VISUALIZATION/icons/spectrum-absorption.png similarity index 100% rename from AMOEBA3/src/icons/spectrum-absorption.png rename to AMOEBA3/src/VISUALIZATION/icons/spectrum-absorption.png diff --git a/AMOEBA3/src/icons/spectrum-emission.png b/AMOEBA3/src/VISUALIZATION/icons/spectrum-emission.png similarity index 100% rename from AMOEBA3/src/icons/spectrum-emission.png rename to AMOEBA3/src/VISUALIZATION/icons/spectrum-emission.png diff --git a/AMOEBA3/src/icons/spectrum-small.png b/AMOEBA3/src/VISUALIZATION/icons/spectrum-small.png similarity index 100% rename from AMOEBA3/src/icons/spectrum-small.png rename to AMOEBA3/src/VISUALIZATION/icons/spectrum-small.png diff --git a/AMOEBA3/src/icons/spectrum.png b/AMOEBA3/src/VISUALIZATION/icons/spectrum.png similarity index 100% rename from AMOEBA3/src/icons/spectrum.png rename to AMOEBA3/src/VISUALIZATION/icons/spectrum.png diff --git a/AMOEBA3/src/icons/spell-check-error.png b/AMOEBA3/src/VISUALIZATION/icons/spell-check-error.png similarity index 100% rename from AMOEBA3/src/icons/spell-check-error.png rename to AMOEBA3/src/VISUALIZATION/icons/spell-check-error.png diff --git a/AMOEBA3/src/icons/spell-check.png b/AMOEBA3/src/VISUALIZATION/icons/spell-check.png similarity index 100% rename from AMOEBA3/src/icons/spell-check.png rename to AMOEBA3/src/VISUALIZATION/icons/spell-check.png diff --git a/AMOEBA3/src/icons/sport-basketball.png b/AMOEBA3/src/VISUALIZATION/icons/sport-basketball.png similarity index 100% rename from AMOEBA3/src/icons/sport-basketball.png rename to AMOEBA3/src/VISUALIZATION/icons/sport-basketball.png diff --git a/AMOEBA3/src/icons/sport-cricket.png b/AMOEBA3/src/VISUALIZATION/icons/sport-cricket.png similarity index 100% rename from AMOEBA3/src/icons/sport-cricket.png rename to AMOEBA3/src/VISUALIZATION/icons/sport-cricket.png diff --git a/AMOEBA3/src/icons/sport-football.png b/AMOEBA3/src/VISUALIZATION/icons/sport-football.png similarity index 100% rename from AMOEBA3/src/icons/sport-football.png rename to AMOEBA3/src/VISUALIZATION/icons/sport-football.png diff --git a/AMOEBA3/src/icons/sport-golf.png b/AMOEBA3/src/VISUALIZATION/icons/sport-golf.png similarity index 100% rename from AMOEBA3/src/icons/sport-golf.png rename to AMOEBA3/src/VISUALIZATION/icons/sport-golf.png diff --git a/AMOEBA3/src/icons/sport-soccer.png b/AMOEBA3/src/VISUALIZATION/icons/sport-soccer.png similarity index 100% rename from AMOEBA3/src/icons/sport-soccer.png rename to AMOEBA3/src/VISUALIZATION/icons/sport-soccer.png diff --git a/AMOEBA3/src/icons/sport-tennis.png b/AMOEBA3/src/VISUALIZATION/icons/sport-tennis.png similarity index 100% rename from AMOEBA3/src/icons/sport-tennis.png rename to AMOEBA3/src/VISUALIZATION/icons/sport-tennis.png diff --git a/AMOEBA3/src/icons/sport.png b/AMOEBA3/src/VISUALIZATION/icons/sport.png similarity index 100% rename from AMOEBA3/src/icons/sport.png rename to AMOEBA3/src/VISUALIZATION/icons/sport.png diff --git a/AMOEBA3/src/icons/sports.png b/AMOEBA3/src/VISUALIZATION/icons/sports.png similarity index 100% rename from AMOEBA3/src/icons/sports.png rename to AMOEBA3/src/VISUALIZATION/icons/sports.png diff --git a/AMOEBA3/src/icons/spray--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/spray--arrow.png similarity index 100% rename from AMOEBA3/src/icons/spray--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/spray--arrow.png diff --git a/AMOEBA3/src/icons/spray--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/spray--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/spray--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/spray--exclamation.png diff --git a/AMOEBA3/src/icons/spray--minus.png b/AMOEBA3/src/VISUALIZATION/icons/spray--minus.png similarity index 100% rename from AMOEBA3/src/icons/spray--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/spray--minus.png diff --git a/AMOEBA3/src/icons/spray--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/spray--pencil.png similarity index 100% rename from AMOEBA3/src/icons/spray--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/spray--pencil.png diff --git a/AMOEBA3/src/icons/spray--plus.png b/AMOEBA3/src/VISUALIZATION/icons/spray--plus.png similarity index 100% rename from AMOEBA3/src/icons/spray--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/spray--plus.png diff --git a/AMOEBA3/src/icons/spray-color.png b/AMOEBA3/src/VISUALIZATION/icons/spray-color.png similarity index 100% rename from AMOEBA3/src/icons/spray-color.png rename to AMOEBA3/src/VISUALIZATION/icons/spray-color.png diff --git a/AMOEBA3/src/icons/spray-medium.png b/AMOEBA3/src/VISUALIZATION/icons/spray-medium.png similarity index 100% rename from AMOEBA3/src/icons/spray-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/spray-medium.png diff --git a/AMOEBA3/src/icons/spray.png b/AMOEBA3/src/VISUALIZATION/icons/spray.png similarity index 100% rename from AMOEBA3/src/icons/spray.png rename to AMOEBA3/src/VISUALIZATION/icons/spray.png diff --git a/AMOEBA3/src/icons/sql-join-inner.png b/AMOEBA3/src/VISUALIZATION/icons/sql-join-inner.png similarity index 100% rename from AMOEBA3/src/icons/sql-join-inner.png rename to AMOEBA3/src/VISUALIZATION/icons/sql-join-inner.png diff --git a/AMOEBA3/src/icons/sql-join-left-exclude.png b/AMOEBA3/src/VISUALIZATION/icons/sql-join-left-exclude.png similarity index 100% rename from AMOEBA3/src/icons/sql-join-left-exclude.png rename to AMOEBA3/src/VISUALIZATION/icons/sql-join-left-exclude.png diff --git a/AMOEBA3/src/icons/sql-join-left.png b/AMOEBA3/src/VISUALIZATION/icons/sql-join-left.png similarity index 100% rename from AMOEBA3/src/icons/sql-join-left.png rename to AMOEBA3/src/VISUALIZATION/icons/sql-join-left.png diff --git a/AMOEBA3/src/icons/sql-join-outer-exclude.png b/AMOEBA3/src/VISUALIZATION/icons/sql-join-outer-exclude.png similarity index 100% rename from AMOEBA3/src/icons/sql-join-outer-exclude.png rename to AMOEBA3/src/VISUALIZATION/icons/sql-join-outer-exclude.png diff --git a/AMOEBA3/src/icons/sql-join-outer.png b/AMOEBA3/src/VISUALIZATION/icons/sql-join-outer.png similarity index 100% rename from AMOEBA3/src/icons/sql-join-outer.png rename to AMOEBA3/src/VISUALIZATION/icons/sql-join-outer.png diff --git a/AMOEBA3/src/icons/sql-join-right-exclude.png b/AMOEBA3/src/VISUALIZATION/icons/sql-join-right-exclude.png similarity index 100% rename from AMOEBA3/src/icons/sql-join-right-exclude.png rename to AMOEBA3/src/VISUALIZATION/icons/sql-join-right-exclude.png diff --git a/AMOEBA3/src/icons/sql-join-right.png b/AMOEBA3/src/VISUALIZATION/icons/sql-join-right.png similarity index 100% rename from AMOEBA3/src/icons/sql-join-right.png rename to AMOEBA3/src/VISUALIZATION/icons/sql-join-right.png diff --git a/AMOEBA3/src/icons/sql-join.png b/AMOEBA3/src/VISUALIZATION/icons/sql-join.png similarity index 100% rename from AMOEBA3/src/icons/sql-join.png rename to AMOEBA3/src/VISUALIZATION/icons/sql-join.png diff --git a/AMOEBA3/src/icons/sql.png b/AMOEBA3/src/VISUALIZATION/icons/sql.png similarity index 100% rename from AMOEBA3/src/icons/sql.png rename to AMOEBA3/src/VISUALIZATION/icons/sql.png diff --git a/AMOEBA3/src/icons/stairs.png b/AMOEBA3/src/VISUALIZATION/icons/stairs.png similarity index 100% rename from AMOEBA3/src/icons/stairs.png rename to AMOEBA3/src/VISUALIZATION/icons/stairs.png diff --git a/AMOEBA3/src/icons/stamp--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/stamp--arrow.png similarity index 100% rename from AMOEBA3/src/icons/stamp--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/stamp--arrow.png diff --git a/AMOEBA3/src/icons/stamp--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/stamp--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/stamp--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/stamp--exclamation.png diff --git a/AMOEBA3/src/icons/stamp--minus.png b/AMOEBA3/src/VISUALIZATION/icons/stamp--minus.png similarity index 100% rename from AMOEBA3/src/icons/stamp--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/stamp--minus.png diff --git a/AMOEBA3/src/icons/stamp--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/stamp--pencil.png similarity index 100% rename from AMOEBA3/src/icons/stamp--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/stamp--pencil.png diff --git a/AMOEBA3/src/icons/stamp--plus.png b/AMOEBA3/src/VISUALIZATION/icons/stamp--plus.png similarity index 100% rename from AMOEBA3/src/icons/stamp--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/stamp--plus.png diff --git a/AMOEBA3/src/icons/stamp-medium.png b/AMOEBA3/src/VISUALIZATION/icons/stamp-medium.png similarity index 100% rename from AMOEBA3/src/icons/stamp-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/stamp-medium.png diff --git a/AMOEBA3/src/icons/stamp-pattern.png b/AMOEBA3/src/VISUALIZATION/icons/stamp-pattern.png similarity index 100% rename from AMOEBA3/src/icons/stamp-pattern.png rename to AMOEBA3/src/VISUALIZATION/icons/stamp-pattern.png diff --git a/AMOEBA3/src/icons/stamp.png b/AMOEBA3/src/VISUALIZATION/icons/stamp.png similarity index 100% rename from AMOEBA3/src/icons/stamp.png rename to AMOEBA3/src/VISUALIZATION/icons/stamp.png diff --git a/AMOEBA3/src/icons/star--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/star--arrow.png similarity index 100% rename from AMOEBA3/src/icons/star--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/star--arrow.png diff --git a/AMOEBA3/src/icons/star--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/star--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/star--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/star--exclamation.png diff --git a/AMOEBA3/src/icons/star--minus.png b/AMOEBA3/src/VISUALIZATION/icons/star--minus.png similarity index 100% rename from AMOEBA3/src/icons/star--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/star--minus.png diff --git a/AMOEBA3/src/icons/star--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/star--pencil.png similarity index 100% rename from AMOEBA3/src/icons/star--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/star--pencil.png diff --git a/AMOEBA3/src/icons/star--plus.png b/AMOEBA3/src/VISUALIZATION/icons/star--plus.png similarity index 100% rename from AMOEBA3/src/icons/star--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/star--plus.png diff --git a/AMOEBA3/src/icons/star-empty.png b/AMOEBA3/src/VISUALIZATION/icons/star-empty.png similarity index 100% rename from AMOEBA3/src/icons/star-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/star-empty.png diff --git a/AMOEBA3/src/icons/star-half.png b/AMOEBA3/src/VISUALIZATION/icons/star-half.png similarity index 100% rename from AMOEBA3/src/icons/star-half.png rename to AMOEBA3/src/VISUALIZATION/icons/star-half.png diff --git a/AMOEBA3/src/icons/star-small-empty.png b/AMOEBA3/src/VISUALIZATION/icons/star-small-empty.png similarity index 100% rename from AMOEBA3/src/icons/star-small-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/star-small-empty.png diff --git a/AMOEBA3/src/icons/star-small-half.png b/AMOEBA3/src/VISUALIZATION/icons/star-small-half.png similarity index 100% rename from AMOEBA3/src/icons/star-small-half.png rename to AMOEBA3/src/VISUALIZATION/icons/star-small-half.png diff --git a/AMOEBA3/src/icons/star-small.png b/AMOEBA3/src/VISUALIZATION/icons/star-small.png similarity index 100% rename from AMOEBA3/src/icons/star-small.png rename to AMOEBA3/src/VISUALIZATION/icons/star-small.png diff --git a/AMOEBA3/src/icons/star.png b/AMOEBA3/src/VISUALIZATION/icons/star.png similarity index 100% rename from AMOEBA3/src/icons/star.png rename to AMOEBA3/src/VISUALIZATION/icons/star.png diff --git a/AMOEBA3/src/icons/status-away.png b/AMOEBA3/src/VISUALIZATION/icons/status-away.png similarity index 100% rename from AMOEBA3/src/icons/status-away.png rename to AMOEBA3/src/VISUALIZATION/icons/status-away.png diff --git a/AMOEBA3/src/icons/status-busy.png b/AMOEBA3/src/VISUALIZATION/icons/status-busy.png similarity index 100% rename from AMOEBA3/src/icons/status-busy.png rename to AMOEBA3/src/VISUALIZATION/icons/status-busy.png diff --git a/AMOEBA3/src/icons/status-offline.png b/AMOEBA3/src/VISUALIZATION/icons/status-offline.png similarity index 100% rename from AMOEBA3/src/icons/status-offline.png rename to AMOEBA3/src/VISUALIZATION/icons/status-offline.png diff --git a/AMOEBA3/src/icons/status.png b/AMOEBA3/src/VISUALIZATION/icons/status.png similarity index 100% rename from AMOEBA3/src/icons/status.png rename to AMOEBA3/src/VISUALIZATION/icons/status.png diff --git a/AMOEBA3/src/icons/stickman-run-dash.png b/AMOEBA3/src/VISUALIZATION/icons/stickman-run-dash.png similarity index 100% rename from AMOEBA3/src/icons/stickman-run-dash.png rename to AMOEBA3/src/VISUALIZATION/icons/stickman-run-dash.png diff --git a/AMOEBA3/src/icons/stickman-run.png b/AMOEBA3/src/VISUALIZATION/icons/stickman-run.png similarity index 100% rename from AMOEBA3/src/icons/stickman-run.png rename to AMOEBA3/src/VISUALIZATION/icons/stickman-run.png diff --git a/AMOEBA3/src/icons/stickman-smiley-angry.png b/AMOEBA3/src/VISUALIZATION/icons/stickman-smiley-angry.png similarity index 100% rename from AMOEBA3/src/icons/stickman-smiley-angry.png rename to AMOEBA3/src/VISUALIZATION/icons/stickman-smiley-angry.png diff --git a/AMOEBA3/src/icons/stickman-smiley-empty.png b/AMOEBA3/src/VISUALIZATION/icons/stickman-smiley-empty.png similarity index 100% rename from AMOEBA3/src/icons/stickman-smiley-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/stickman-smiley-empty.png diff --git a/AMOEBA3/src/icons/stickman-smiley-love.png b/AMOEBA3/src/VISUALIZATION/icons/stickman-smiley-love.png similarity index 100% rename from AMOEBA3/src/icons/stickman-smiley-love.png rename to AMOEBA3/src/VISUALIZATION/icons/stickman-smiley-love.png diff --git a/AMOEBA3/src/icons/stickman-smiley-question.png b/AMOEBA3/src/VISUALIZATION/icons/stickman-smiley-question.png similarity index 100% rename from AMOEBA3/src/icons/stickman-smiley-question.png rename to AMOEBA3/src/VISUALIZATION/icons/stickman-smiley-question.png diff --git a/AMOEBA3/src/icons/stickman-smiley.png b/AMOEBA3/src/VISUALIZATION/icons/stickman-smiley.png similarity index 100% rename from AMOEBA3/src/icons/stickman-smiley.png rename to AMOEBA3/src/VISUALIZATION/icons/stickman-smiley.png diff --git a/AMOEBA3/src/icons/stickman.png b/AMOEBA3/src/VISUALIZATION/icons/stickman.png similarity index 100% rename from AMOEBA3/src/icons/stickman.png rename to AMOEBA3/src/VISUALIZATION/icons/stickman.png diff --git a/AMOEBA3/src/icons/sticky-note--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note--arrow.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note--arrow.png diff --git a/AMOEBA3/src/icons/sticky-note--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note--exclamation.png diff --git a/AMOEBA3/src/icons/sticky-note--minus.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note--minus.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note--minus.png diff --git a/AMOEBA3/src/icons/sticky-note--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note--pencil.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note--pencil.png diff --git a/AMOEBA3/src/icons/sticky-note--plus.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note--plus.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note--plus.png diff --git a/AMOEBA3/src/icons/sticky-note-medium.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note-medium.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note-medium.png diff --git a/AMOEBA3/src/icons/sticky-note-pin.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note-pin.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note-pin.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note-pin.png diff --git a/AMOEBA3/src/icons/sticky-note-shred.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note-shred.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note-shred.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note-shred.png diff --git a/AMOEBA3/src/icons/sticky-note-small-pin.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note-small-pin.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note-small-pin.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note-small-pin.png diff --git a/AMOEBA3/src/icons/sticky-note-small.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note-small.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note-small.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note-small.png diff --git a/AMOEBA3/src/icons/sticky-note-text.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note-text.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note-text.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note-text.png diff --git a/AMOEBA3/src/icons/sticky-note.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-note.png similarity index 100% rename from AMOEBA3/src/icons/sticky-note.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-note.png diff --git a/AMOEBA3/src/icons/sticky-notes-pin.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-notes-pin.png similarity index 100% rename from AMOEBA3/src/icons/sticky-notes-pin.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-notes-pin.png diff --git a/AMOEBA3/src/icons/sticky-notes-stack.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-notes-stack.png similarity index 100% rename from AMOEBA3/src/icons/sticky-notes-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-notes-stack.png diff --git a/AMOEBA3/src/icons/sticky-notes-text.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-notes-text.png similarity index 100% rename from AMOEBA3/src/icons/sticky-notes-text.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-notes-text.png diff --git a/AMOEBA3/src/icons/sticky-notes.png b/AMOEBA3/src/VISUALIZATION/icons/sticky-notes.png similarity index 100% rename from AMOEBA3/src/icons/sticky-notes.png rename to AMOEBA3/src/VISUALIZATION/icons/sticky-notes.png diff --git a/AMOEBA3/src/icons/store--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/store--arrow.png similarity index 100% rename from AMOEBA3/src/icons/store--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/store--arrow.png diff --git a/AMOEBA3/src/icons/store--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/store--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/store--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/store--exclamation.png diff --git a/AMOEBA3/src/icons/store--minus.png b/AMOEBA3/src/VISUALIZATION/icons/store--minus.png similarity index 100% rename from AMOEBA3/src/icons/store--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/store--minus.png diff --git a/AMOEBA3/src/icons/store--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/store--pencil.png similarity index 100% rename from AMOEBA3/src/icons/store--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/store--pencil.png diff --git a/AMOEBA3/src/icons/store--plus.png b/AMOEBA3/src/VISUALIZATION/icons/store--plus.png similarity index 100% rename from AMOEBA3/src/icons/store--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/store--plus.png diff --git a/AMOEBA3/src/icons/store-label.png b/AMOEBA3/src/VISUALIZATION/icons/store-label.png similarity index 100% rename from AMOEBA3/src/icons/store-label.png rename to AMOEBA3/src/VISUALIZATION/icons/store-label.png diff --git a/AMOEBA3/src/icons/store-market-stall.png b/AMOEBA3/src/VISUALIZATION/icons/store-market-stall.png similarity index 100% rename from AMOEBA3/src/icons/store-market-stall.png rename to AMOEBA3/src/VISUALIZATION/icons/store-market-stall.png diff --git a/AMOEBA3/src/icons/store-medium.png b/AMOEBA3/src/VISUALIZATION/icons/store-medium.png similarity index 100% rename from AMOEBA3/src/icons/store-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/store-medium.png diff --git a/AMOEBA3/src/icons/store-network.png b/AMOEBA3/src/VISUALIZATION/icons/store-network.png similarity index 100% rename from AMOEBA3/src/icons/store-network.png rename to AMOEBA3/src/VISUALIZATION/icons/store-network.png diff --git a/AMOEBA3/src/icons/store-open.png b/AMOEBA3/src/VISUALIZATION/icons/store-open.png similarity index 100% rename from AMOEBA3/src/icons/store-open.png rename to AMOEBA3/src/VISUALIZATION/icons/store-open.png diff --git a/AMOEBA3/src/icons/store-share.png b/AMOEBA3/src/VISUALIZATION/icons/store-share.png similarity index 100% rename from AMOEBA3/src/icons/store-share.png rename to AMOEBA3/src/VISUALIZATION/icons/store-share.png diff --git a/AMOEBA3/src/icons/store-small.png b/AMOEBA3/src/VISUALIZATION/icons/store-small.png similarity index 100% rename from AMOEBA3/src/icons/store-small.png rename to AMOEBA3/src/VISUALIZATION/icons/store-small.png diff --git a/AMOEBA3/src/icons/store.png b/AMOEBA3/src/VISUALIZATION/icons/store.png similarity index 100% rename from AMOEBA3/src/icons/store.png rename to AMOEBA3/src/VISUALIZATION/icons/store.png diff --git a/AMOEBA3/src/icons/subversion-small.png b/AMOEBA3/src/VISUALIZATION/icons/subversion-small.png similarity index 100% rename from AMOEBA3/src/icons/subversion-small.png rename to AMOEBA3/src/VISUALIZATION/icons/subversion-small.png diff --git a/AMOEBA3/src/icons/subversion.png b/AMOEBA3/src/VISUALIZATION/icons/subversion.png similarity index 100% rename from AMOEBA3/src/icons/subversion.png rename to AMOEBA3/src/VISUALIZATION/icons/subversion.png diff --git a/AMOEBA3/src/icons/sum.png b/AMOEBA3/src/VISUALIZATION/icons/sum.png similarity index 100% rename from AMOEBA3/src/icons/sum.png rename to AMOEBA3/src/VISUALIZATION/icons/sum.png diff --git a/AMOEBA3/src/icons/surveillance-camera.png b/AMOEBA3/src/VISUALIZATION/icons/surveillance-camera.png similarity index 100% rename from AMOEBA3/src/icons/surveillance-camera.png rename to AMOEBA3/src/VISUALIZATION/icons/surveillance-camera.png diff --git a/AMOEBA3/src/icons/sushi.png b/AMOEBA3/src/VISUALIZATION/icons/sushi.png similarity index 100% rename from AMOEBA3/src/icons/sushi.png rename to AMOEBA3/src/VISUALIZATION/icons/sushi.png diff --git a/AMOEBA3/src/icons/switch--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/switch--arrow.png similarity index 100% rename from AMOEBA3/src/icons/switch--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/switch--arrow.png diff --git a/AMOEBA3/src/icons/switch--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/switch--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/switch--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/switch--exclamation.png diff --git a/AMOEBA3/src/icons/switch--minus.png b/AMOEBA3/src/VISUALIZATION/icons/switch--minus.png similarity index 100% rename from AMOEBA3/src/icons/switch--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/switch--minus.png diff --git a/AMOEBA3/src/icons/switch--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/switch--pencil.png similarity index 100% rename from AMOEBA3/src/icons/switch--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/switch--pencil.png diff --git a/AMOEBA3/src/icons/switch--plus.png b/AMOEBA3/src/VISUALIZATION/icons/switch--plus.png similarity index 100% rename from AMOEBA3/src/icons/switch--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/switch--plus.png diff --git a/AMOEBA3/src/icons/switch-medium.png b/AMOEBA3/src/VISUALIZATION/icons/switch-medium.png similarity index 100% rename from AMOEBA3/src/icons/switch-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/switch-medium.png diff --git a/AMOEBA3/src/icons/switch-network.png b/AMOEBA3/src/VISUALIZATION/icons/switch-network.png similarity index 100% rename from AMOEBA3/src/icons/switch-network.png rename to AMOEBA3/src/VISUALIZATION/icons/switch-network.png diff --git a/AMOEBA3/src/icons/switch-small.png b/AMOEBA3/src/VISUALIZATION/icons/switch-small.png similarity index 100% rename from AMOEBA3/src/icons/switch-small.png rename to AMOEBA3/src/VISUALIZATION/icons/switch-small.png diff --git a/AMOEBA3/src/icons/switch.png b/AMOEBA3/src/VISUALIZATION/icons/switch.png similarity index 100% rename from AMOEBA3/src/icons/switch.png rename to AMOEBA3/src/VISUALIZATION/icons/switch.png diff --git a/AMOEBA3/src/icons/system-monitor--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor--arrow.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor--arrow.png diff --git a/AMOEBA3/src/icons/system-monitor--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor--exclamation.png diff --git a/AMOEBA3/src/icons/system-monitor--minus.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor--minus.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor--minus.png diff --git a/AMOEBA3/src/icons/system-monitor--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor--pencil.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor--pencil.png diff --git a/AMOEBA3/src/icons/system-monitor--plus.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor--plus.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor--plus.png diff --git a/AMOEBA3/src/icons/system-monitor-medium.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor-medium.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor-medium.png diff --git a/AMOEBA3/src/icons/system-monitor-network.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor-network.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor-network.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor-network.png diff --git a/AMOEBA3/src/icons/system-monitor-protector.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor-protector.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor-protector.png diff --git a/AMOEBA3/src/icons/system-monitor.png b/AMOEBA3/src/VISUALIZATION/icons/system-monitor.png similarity index 100% rename from AMOEBA3/src/icons/system-monitor.png rename to AMOEBA3/src/VISUALIZATION/icons/system-monitor.png diff --git a/AMOEBA3/src/icons/t-shirt-gray.png b/AMOEBA3/src/VISUALIZATION/icons/t-shirt-gray.png similarity index 100% rename from AMOEBA3/src/icons/t-shirt-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/t-shirt-gray.png diff --git a/AMOEBA3/src/icons/t-shirt-print-gray.png b/AMOEBA3/src/VISUALIZATION/icons/t-shirt-print-gray.png similarity index 100% rename from AMOEBA3/src/icons/t-shirt-print-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/t-shirt-print-gray.png diff --git a/AMOEBA3/src/icons/t-shirt-print.png b/AMOEBA3/src/VISUALIZATION/icons/t-shirt-print.png similarity index 100% rename from AMOEBA3/src/icons/t-shirt-print.png rename to AMOEBA3/src/VISUALIZATION/icons/t-shirt-print.png diff --git a/AMOEBA3/src/icons/t-shirt.png b/AMOEBA3/src/VISUALIZATION/icons/t-shirt.png similarity index 100% rename from AMOEBA3/src/icons/t-shirt.png rename to AMOEBA3/src/VISUALIZATION/icons/t-shirt.png diff --git a/AMOEBA3/src/icons/table--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/table--arrow.png similarity index 100% rename from AMOEBA3/src/icons/table--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/table--arrow.png diff --git a/AMOEBA3/src/icons/table--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/table--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/table--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/table--exclamation.png diff --git a/AMOEBA3/src/icons/table--minus.png b/AMOEBA3/src/VISUALIZATION/icons/table--minus.png similarity index 100% rename from AMOEBA3/src/icons/table--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/table--minus.png diff --git a/AMOEBA3/src/icons/table--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/table--pencil.png similarity index 100% rename from AMOEBA3/src/icons/table--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/table--pencil.png diff --git a/AMOEBA3/src/icons/table--plus.png b/AMOEBA3/src/VISUALIZATION/icons/table--plus.png similarity index 100% rename from AMOEBA3/src/icons/table--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/table--plus.png diff --git a/AMOEBA3/src/icons/table-delete-column.png b/AMOEBA3/src/VISUALIZATION/icons/table-delete-column.png similarity index 100% rename from AMOEBA3/src/icons/table-delete-column.png rename to AMOEBA3/src/VISUALIZATION/icons/table-delete-column.png diff --git a/AMOEBA3/src/icons/table-delete-row.png b/AMOEBA3/src/VISUALIZATION/icons/table-delete-row.png similarity index 100% rename from AMOEBA3/src/icons/table-delete-row.png rename to AMOEBA3/src/VISUALIZATION/icons/table-delete-row.png diff --git a/AMOEBA3/src/icons/table-delete.png b/AMOEBA3/src/VISUALIZATION/icons/table-delete.png similarity index 100% rename from AMOEBA3/src/icons/table-delete.png rename to AMOEBA3/src/VISUALIZATION/icons/table-delete.png diff --git a/AMOEBA3/src/icons/table-draw.png b/AMOEBA3/src/VISUALIZATION/icons/table-draw.png similarity index 100% rename from AMOEBA3/src/icons/table-draw.png rename to AMOEBA3/src/VISUALIZATION/icons/table-draw.png diff --git a/AMOEBA3/src/icons/table-excel.png b/AMOEBA3/src/VISUALIZATION/icons/table-excel.png similarity index 100% rename from AMOEBA3/src/icons/table-excel.png rename to AMOEBA3/src/VISUALIZATION/icons/table-excel.png diff --git a/AMOEBA3/src/icons/table-export.png b/AMOEBA3/src/VISUALIZATION/icons/table-export.png similarity index 100% rename from AMOEBA3/src/icons/table-export.png rename to AMOEBA3/src/VISUALIZATION/icons/table-export.png diff --git a/AMOEBA3/src/icons/table-heatmap.png b/AMOEBA3/src/VISUALIZATION/icons/table-heatmap.png similarity index 100% rename from AMOEBA3/src/icons/table-heatmap.png rename to AMOEBA3/src/VISUALIZATION/icons/table-heatmap.png diff --git a/AMOEBA3/src/icons/table-import.png b/AMOEBA3/src/VISUALIZATION/icons/table-import.png similarity index 100% rename from AMOEBA3/src/icons/table-import.png rename to AMOEBA3/src/VISUALIZATION/icons/table-import.png diff --git a/AMOEBA3/src/icons/table-insert-column.png b/AMOEBA3/src/VISUALIZATION/icons/table-insert-column.png similarity index 100% rename from AMOEBA3/src/icons/table-insert-column.png rename to AMOEBA3/src/VISUALIZATION/icons/table-insert-column.png diff --git a/AMOEBA3/src/icons/table-insert-row.png b/AMOEBA3/src/VISUALIZATION/icons/table-insert-row.png similarity index 100% rename from AMOEBA3/src/icons/table-insert-row.png rename to AMOEBA3/src/VISUALIZATION/icons/table-insert-row.png diff --git a/AMOEBA3/src/icons/table-insert.png b/AMOEBA3/src/VISUALIZATION/icons/table-insert.png similarity index 100% rename from AMOEBA3/src/icons/table-insert.png rename to AMOEBA3/src/VISUALIZATION/icons/table-insert.png diff --git a/AMOEBA3/src/icons/table-join-column.png b/AMOEBA3/src/VISUALIZATION/icons/table-join-column.png similarity index 100% rename from AMOEBA3/src/icons/table-join-column.png rename to AMOEBA3/src/VISUALIZATION/icons/table-join-column.png diff --git a/AMOEBA3/src/icons/table-join-row.png b/AMOEBA3/src/VISUALIZATION/icons/table-join-row.png similarity index 100% rename from AMOEBA3/src/icons/table-join-row.png rename to AMOEBA3/src/VISUALIZATION/icons/table-join-row.png diff --git a/AMOEBA3/src/icons/table-join.png b/AMOEBA3/src/VISUALIZATION/icons/table-join.png similarity index 100% rename from AMOEBA3/src/icons/table-join.png rename to AMOEBA3/src/VISUALIZATION/icons/table-join.png diff --git a/AMOEBA3/src/icons/table-medium.png b/AMOEBA3/src/VISUALIZATION/icons/table-medium.png similarity index 100% rename from AMOEBA3/src/icons/table-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/table-medium.png diff --git a/AMOEBA3/src/icons/table-money.png b/AMOEBA3/src/VISUALIZATION/icons/table-money.png similarity index 100% rename from AMOEBA3/src/icons/table-money.png rename to AMOEBA3/src/VISUALIZATION/icons/table-money.png diff --git a/AMOEBA3/src/icons/table-paint-can.png b/AMOEBA3/src/VISUALIZATION/icons/table-paint-can.png similarity index 100% rename from AMOEBA3/src/icons/table-paint-can.png rename to AMOEBA3/src/VISUALIZATION/icons/table-paint-can.png diff --git a/AMOEBA3/src/icons/table-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/table-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/table-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/table-resize-actual.png diff --git a/AMOEBA3/src/icons/table-resize.png b/AMOEBA3/src/VISUALIZATION/icons/table-resize.png similarity index 100% rename from AMOEBA3/src/icons/table-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/table-resize.png diff --git a/AMOEBA3/src/icons/table-rotate.png b/AMOEBA3/src/VISUALIZATION/icons/table-rotate.png similarity index 100% rename from AMOEBA3/src/icons/table-rotate.png rename to AMOEBA3/src/VISUALIZATION/icons/table-rotate.png diff --git a/AMOEBA3/src/icons/table-select-all.png b/AMOEBA3/src/VISUALIZATION/icons/table-select-all.png similarity index 100% rename from AMOEBA3/src/icons/table-select-all.png rename to AMOEBA3/src/VISUALIZATION/icons/table-select-all.png diff --git a/AMOEBA3/src/icons/table-select-cells.png b/AMOEBA3/src/VISUALIZATION/icons/table-select-cells.png similarity index 100% rename from AMOEBA3/src/icons/table-select-cells.png rename to AMOEBA3/src/VISUALIZATION/icons/table-select-cells.png diff --git a/AMOEBA3/src/icons/table-select-column.png b/AMOEBA3/src/VISUALIZATION/icons/table-select-column.png similarity index 100% rename from AMOEBA3/src/icons/table-select-column.png rename to AMOEBA3/src/VISUALIZATION/icons/table-select-column.png diff --git a/AMOEBA3/src/icons/table-select-row.png b/AMOEBA3/src/VISUALIZATION/icons/table-select-row.png similarity index 100% rename from AMOEBA3/src/icons/table-select-row.png rename to AMOEBA3/src/VISUALIZATION/icons/table-select-row.png diff --git a/AMOEBA3/src/icons/table-select.png b/AMOEBA3/src/VISUALIZATION/icons/table-select.png similarity index 100% rename from AMOEBA3/src/icons/table-select.png rename to AMOEBA3/src/VISUALIZATION/icons/table-select.png diff --git a/AMOEBA3/src/icons/table-share.png b/AMOEBA3/src/VISUALIZATION/icons/table-share.png similarity index 100% rename from AMOEBA3/src/icons/table-share.png rename to AMOEBA3/src/VISUALIZATION/icons/table-share.png diff --git a/AMOEBA3/src/icons/table-sheet.png b/AMOEBA3/src/VISUALIZATION/icons/table-sheet.png similarity index 100% rename from AMOEBA3/src/icons/table-sheet.png rename to AMOEBA3/src/VISUALIZATION/icons/table-sheet.png diff --git a/AMOEBA3/src/icons/table-small.png b/AMOEBA3/src/VISUALIZATION/icons/table-small.png similarity index 100% rename from AMOEBA3/src/icons/table-small.png rename to AMOEBA3/src/VISUALIZATION/icons/table-small.png diff --git a/AMOEBA3/src/icons/table-split-column.png b/AMOEBA3/src/VISUALIZATION/icons/table-split-column.png similarity index 100% rename from AMOEBA3/src/icons/table-split-column.png rename to AMOEBA3/src/VISUALIZATION/icons/table-split-column.png diff --git a/AMOEBA3/src/icons/table-split-row.png b/AMOEBA3/src/VISUALIZATION/icons/table-split-row.png similarity index 100% rename from AMOEBA3/src/icons/table-split-row.png rename to AMOEBA3/src/VISUALIZATION/icons/table-split-row.png diff --git a/AMOEBA3/src/icons/table-split.png b/AMOEBA3/src/VISUALIZATION/icons/table-split.png similarity index 100% rename from AMOEBA3/src/icons/table-split.png rename to AMOEBA3/src/VISUALIZATION/icons/table-split.png diff --git a/AMOEBA3/src/icons/table-sum.png b/AMOEBA3/src/VISUALIZATION/icons/table-sum.png similarity index 100% rename from AMOEBA3/src/icons/table-sum.png rename to AMOEBA3/src/VISUALIZATION/icons/table-sum.png diff --git a/AMOEBA3/src/icons/table.png b/AMOEBA3/src/VISUALIZATION/icons/table.png similarity index 100% rename from AMOEBA3/src/icons/table.png rename to AMOEBA3/src/VISUALIZATION/icons/table.png diff --git a/AMOEBA3/src/icons/tables-relation.png b/AMOEBA3/src/VISUALIZATION/icons/tables-relation.png similarity index 100% rename from AMOEBA3/src/icons/tables-relation.png rename to AMOEBA3/src/VISUALIZATION/icons/tables-relation.png diff --git a/AMOEBA3/src/icons/tables-stacks.png b/AMOEBA3/src/VISUALIZATION/icons/tables-stacks.png similarity index 100% rename from AMOEBA3/src/icons/tables-stacks.png rename to AMOEBA3/src/VISUALIZATION/icons/tables-stacks.png diff --git a/AMOEBA3/src/icons/tables.png b/AMOEBA3/src/VISUALIZATION/icons/tables.png similarity index 100% rename from AMOEBA3/src/icons/tables.png rename to AMOEBA3/src/VISUALIZATION/icons/tables.png diff --git a/AMOEBA3/src/icons/tag--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/tag--arrow.png similarity index 100% rename from AMOEBA3/src/icons/tag--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/tag--arrow.png diff --git a/AMOEBA3/src/icons/tag--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/tag--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/tag--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/tag--exclamation.png diff --git a/AMOEBA3/src/icons/tag--minus.png b/AMOEBA3/src/VISUALIZATION/icons/tag--minus.png similarity index 100% rename from AMOEBA3/src/icons/tag--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/tag--minus.png diff --git a/AMOEBA3/src/icons/tag--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/tag--pencil.png similarity index 100% rename from AMOEBA3/src/icons/tag--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/tag--pencil.png diff --git a/AMOEBA3/src/icons/tag--plus.png b/AMOEBA3/src/VISUALIZATION/icons/tag--plus.png similarity index 100% rename from AMOEBA3/src/icons/tag--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/tag--plus.png diff --git a/AMOEBA3/src/icons/tag-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/tag-cloud.png similarity index 100% rename from AMOEBA3/src/icons/tag-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-cloud.png diff --git a/AMOEBA3/src/icons/tag-export.png b/AMOEBA3/src/VISUALIZATION/icons/tag-export.png similarity index 100% rename from AMOEBA3/src/icons/tag-export.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-export.png diff --git a/AMOEBA3/src/icons/tag-hash.png b/AMOEBA3/src/VISUALIZATION/icons/tag-hash.png similarity index 100% rename from AMOEBA3/src/icons/tag-hash.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-hash.png diff --git a/AMOEBA3/src/icons/tag-import.png b/AMOEBA3/src/VISUALIZATION/icons/tag-import.png similarity index 100% rename from AMOEBA3/src/icons/tag-import.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-import.png diff --git a/AMOEBA3/src/icons/tag-label-black.png b/AMOEBA3/src/VISUALIZATION/icons/tag-label-black.png similarity index 100% rename from AMOEBA3/src/icons/tag-label-black.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-label-black.png diff --git a/AMOEBA3/src/icons/tag-label-gray.png b/AMOEBA3/src/VISUALIZATION/icons/tag-label-gray.png similarity index 100% rename from AMOEBA3/src/icons/tag-label-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-label-gray.png diff --git a/AMOEBA3/src/icons/tag-label-green.png b/AMOEBA3/src/VISUALIZATION/icons/tag-label-green.png similarity index 100% rename from AMOEBA3/src/icons/tag-label-green.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-label-green.png diff --git a/AMOEBA3/src/icons/tag-label-pink.png b/AMOEBA3/src/VISUALIZATION/icons/tag-label-pink.png similarity index 100% rename from AMOEBA3/src/icons/tag-label-pink.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-label-pink.png diff --git a/AMOEBA3/src/icons/tag-label-purple.png b/AMOEBA3/src/VISUALIZATION/icons/tag-label-purple.png similarity index 100% rename from AMOEBA3/src/icons/tag-label-purple.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-label-purple.png diff --git a/AMOEBA3/src/icons/tag-label-red.png b/AMOEBA3/src/VISUALIZATION/icons/tag-label-red.png similarity index 100% rename from AMOEBA3/src/icons/tag-label-red.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-label-red.png diff --git a/AMOEBA3/src/icons/tag-label-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/tag-label-yellow.png similarity index 100% rename from AMOEBA3/src/icons/tag-label-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-label-yellow.png diff --git a/AMOEBA3/src/icons/tag-label.png b/AMOEBA3/src/VISUALIZATION/icons/tag-label.png similarity index 100% rename from AMOEBA3/src/icons/tag-label.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-label.png diff --git a/AMOEBA3/src/icons/tag-medium.png b/AMOEBA3/src/VISUALIZATION/icons/tag-medium.png similarity index 100% rename from AMOEBA3/src/icons/tag-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-medium.png diff --git a/AMOEBA3/src/icons/tag-share.png b/AMOEBA3/src/VISUALIZATION/icons/tag-share.png similarity index 100% rename from AMOEBA3/src/icons/tag-share.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-share.png diff --git a/AMOEBA3/src/icons/tag-small.png b/AMOEBA3/src/VISUALIZATION/icons/tag-small.png similarity index 100% rename from AMOEBA3/src/icons/tag-small.png rename to AMOEBA3/src/VISUALIZATION/icons/tag-small.png diff --git a/AMOEBA3/src/icons/tag.png b/AMOEBA3/src/VISUALIZATION/icons/tag.png similarity index 100% rename from AMOEBA3/src/icons/tag.png rename to AMOEBA3/src/VISUALIZATION/icons/tag.png diff --git a/AMOEBA3/src/icons/tags-label.png b/AMOEBA3/src/VISUALIZATION/icons/tags-label.png similarity index 100% rename from AMOEBA3/src/icons/tags-label.png rename to AMOEBA3/src/VISUALIZATION/icons/tags-label.png diff --git a/AMOEBA3/src/icons/tags.png b/AMOEBA3/src/VISUALIZATION/icons/tags.png similarity index 100% rename from AMOEBA3/src/icons/tags.png rename to AMOEBA3/src/VISUALIZATION/icons/tags.png diff --git a/AMOEBA3/src/icons/target--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/target--arrow.png similarity index 100% rename from AMOEBA3/src/icons/target--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/target--arrow.png diff --git a/AMOEBA3/src/icons/target--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/target--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/target--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/target--exclamation.png diff --git a/AMOEBA3/src/icons/target--minus.png b/AMOEBA3/src/VISUALIZATION/icons/target--minus.png similarity index 100% rename from AMOEBA3/src/icons/target--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/target--minus.png diff --git a/AMOEBA3/src/icons/target--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/target--pencil.png similarity index 100% rename from AMOEBA3/src/icons/target--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/target--pencil.png diff --git a/AMOEBA3/src/icons/target--plus.png b/AMOEBA3/src/VISUALIZATION/icons/target--plus.png similarity index 100% rename from AMOEBA3/src/icons/target--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/target--plus.png diff --git a/AMOEBA3/src/icons/target.png b/AMOEBA3/src/VISUALIZATION/icons/target.png similarity index 100% rename from AMOEBA3/src/icons/target.png rename to AMOEBA3/src/VISUALIZATION/icons/target.png diff --git a/AMOEBA3/src/icons/task--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/task--arrow.png similarity index 100% rename from AMOEBA3/src/icons/task--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/task--arrow.png diff --git a/AMOEBA3/src/icons/task--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/task--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/task--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/task--exclamation.png diff --git a/AMOEBA3/src/icons/task--minus.png b/AMOEBA3/src/VISUALIZATION/icons/task--minus.png similarity index 100% rename from AMOEBA3/src/icons/task--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/task--minus.png diff --git a/AMOEBA3/src/icons/task--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/task--pencil.png similarity index 100% rename from AMOEBA3/src/icons/task--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/task--pencil.png diff --git a/AMOEBA3/src/icons/task--plus.png b/AMOEBA3/src/VISUALIZATION/icons/task--plus.png similarity index 100% rename from AMOEBA3/src/icons/task--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/task--plus.png diff --git a/AMOEBA3/src/icons/task-select-first.png b/AMOEBA3/src/VISUALIZATION/icons/task-select-first.png similarity index 100% rename from AMOEBA3/src/icons/task-select-first.png rename to AMOEBA3/src/VISUALIZATION/icons/task-select-first.png diff --git a/AMOEBA3/src/icons/task-select-last.png b/AMOEBA3/src/VISUALIZATION/icons/task-select-last.png similarity index 100% rename from AMOEBA3/src/icons/task-select-last.png rename to AMOEBA3/src/VISUALIZATION/icons/task-select-last.png diff --git a/AMOEBA3/src/icons/task-select.png b/AMOEBA3/src/VISUALIZATION/icons/task-select.png similarity index 100% rename from AMOEBA3/src/icons/task-select.png rename to AMOEBA3/src/VISUALIZATION/icons/task-select.png diff --git a/AMOEBA3/src/icons/task.png b/AMOEBA3/src/VISUALIZATION/icons/task.png similarity index 100% rename from AMOEBA3/src/icons/task.png rename to AMOEBA3/src/VISUALIZATION/icons/task.png diff --git a/AMOEBA3/src/icons/telephone--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/telephone--arrow.png similarity index 100% rename from AMOEBA3/src/icons/telephone--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone--arrow.png diff --git a/AMOEBA3/src/icons/telephone--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/telephone--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/telephone--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone--exclamation.png diff --git a/AMOEBA3/src/icons/telephone--minus.png b/AMOEBA3/src/VISUALIZATION/icons/telephone--minus.png similarity index 100% rename from AMOEBA3/src/icons/telephone--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone--minus.png diff --git a/AMOEBA3/src/icons/telephone--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/telephone--pencil.png similarity index 100% rename from AMOEBA3/src/icons/telephone--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone--pencil.png diff --git a/AMOEBA3/src/icons/telephone--plus.png b/AMOEBA3/src/VISUALIZATION/icons/telephone--plus.png similarity index 100% rename from AMOEBA3/src/icons/telephone--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone--plus.png diff --git a/AMOEBA3/src/icons/telephone-fax.png b/AMOEBA3/src/VISUALIZATION/icons/telephone-fax.png similarity index 100% rename from AMOEBA3/src/icons/telephone-fax.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone-fax.png diff --git a/AMOEBA3/src/icons/telephone-handset-prohibition.png b/AMOEBA3/src/VISUALIZATION/icons/telephone-handset-prohibition.png similarity index 100% rename from AMOEBA3/src/icons/telephone-handset-prohibition.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone-handset-prohibition.png diff --git a/AMOEBA3/src/icons/telephone-handset-wire.png b/AMOEBA3/src/VISUALIZATION/icons/telephone-handset-wire.png similarity index 100% rename from AMOEBA3/src/icons/telephone-handset-wire.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone-handset-wire.png diff --git a/AMOEBA3/src/icons/telephone-handset.png b/AMOEBA3/src/VISUALIZATION/icons/telephone-handset.png similarity index 100% rename from AMOEBA3/src/icons/telephone-handset.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone-handset.png diff --git a/AMOEBA3/src/icons/telephone-medium.png b/AMOEBA3/src/VISUALIZATION/icons/telephone-medium.png similarity index 100% rename from AMOEBA3/src/icons/telephone-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone-medium.png diff --git a/AMOEBA3/src/icons/telephone-network.png b/AMOEBA3/src/VISUALIZATION/icons/telephone-network.png similarity index 100% rename from AMOEBA3/src/icons/telephone-network.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone-network.png diff --git a/AMOEBA3/src/icons/telephone-off.png b/AMOEBA3/src/VISUALIZATION/icons/telephone-off.png similarity index 100% rename from AMOEBA3/src/icons/telephone-off.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone-off.png diff --git a/AMOEBA3/src/icons/telephone-share.png b/AMOEBA3/src/VISUALIZATION/icons/telephone-share.png similarity index 100% rename from AMOEBA3/src/icons/telephone-share.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone-share.png diff --git a/AMOEBA3/src/icons/telephone.png b/AMOEBA3/src/VISUALIZATION/icons/telephone.png similarity index 100% rename from AMOEBA3/src/icons/telephone.png rename to AMOEBA3/src/VISUALIZATION/icons/telephone.png diff --git a/AMOEBA3/src/icons/television--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/television--arrow.png similarity index 100% rename from AMOEBA3/src/icons/television--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/television--arrow.png diff --git a/AMOEBA3/src/icons/television--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/television--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/television--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/television--exclamation.png diff --git a/AMOEBA3/src/icons/television--minus.png b/AMOEBA3/src/VISUALIZATION/icons/television--minus.png similarity index 100% rename from AMOEBA3/src/icons/television--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/television--minus.png diff --git a/AMOEBA3/src/icons/television--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/television--pencil.png similarity index 100% rename from AMOEBA3/src/icons/television--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/television--pencil.png diff --git a/AMOEBA3/src/icons/television--plus.png b/AMOEBA3/src/VISUALIZATION/icons/television--plus.png similarity index 100% rename from AMOEBA3/src/icons/television--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/television--plus.png diff --git a/AMOEBA3/src/icons/television-image.png b/AMOEBA3/src/VISUALIZATION/icons/television-image.png similarity index 100% rename from AMOEBA3/src/icons/television-image.png rename to AMOEBA3/src/VISUALIZATION/icons/television-image.png diff --git a/AMOEBA3/src/icons/television-medium.png b/AMOEBA3/src/VISUALIZATION/icons/television-medium.png similarity index 100% rename from AMOEBA3/src/icons/television-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/television-medium.png diff --git a/AMOEBA3/src/icons/television-off.png b/AMOEBA3/src/VISUALIZATION/icons/television-off.png similarity index 100% rename from AMOEBA3/src/icons/television-off.png rename to AMOEBA3/src/VISUALIZATION/icons/television-off.png diff --git a/AMOEBA3/src/icons/television-protector.png b/AMOEBA3/src/VISUALIZATION/icons/television-protector.png similarity index 100% rename from AMOEBA3/src/icons/television-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/television-protector.png diff --git a/AMOEBA3/src/icons/television-test.png b/AMOEBA3/src/VISUALIZATION/icons/television-test.png similarity index 100% rename from AMOEBA3/src/icons/television-test.png rename to AMOEBA3/src/VISUALIZATION/icons/television-test.png diff --git a/AMOEBA3/src/icons/television.png b/AMOEBA3/src/VISUALIZATION/icons/television.png similarity index 100% rename from AMOEBA3/src/icons/television.png rename to AMOEBA3/src/VISUALIZATION/icons/television.png diff --git a/AMOEBA3/src/icons/terminal--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/terminal--arrow.png similarity index 100% rename from AMOEBA3/src/icons/terminal--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal--arrow.png diff --git a/AMOEBA3/src/icons/terminal--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/terminal--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/terminal--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal--exclamation.png diff --git a/AMOEBA3/src/icons/terminal--minus.png b/AMOEBA3/src/VISUALIZATION/icons/terminal--minus.png similarity index 100% rename from AMOEBA3/src/icons/terminal--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal--minus.png diff --git a/AMOEBA3/src/icons/terminal--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/terminal--pencil.png similarity index 100% rename from AMOEBA3/src/icons/terminal--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal--pencil.png diff --git a/AMOEBA3/src/icons/terminal--plus.png b/AMOEBA3/src/VISUALIZATION/icons/terminal--plus.png similarity index 100% rename from AMOEBA3/src/icons/terminal--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal--plus.png diff --git a/AMOEBA3/src/icons/terminal-medium.png b/AMOEBA3/src/VISUALIZATION/icons/terminal-medium.png similarity index 100% rename from AMOEBA3/src/icons/terminal-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal-medium.png diff --git a/AMOEBA3/src/icons/terminal-network.png b/AMOEBA3/src/VISUALIZATION/icons/terminal-network.png similarity index 100% rename from AMOEBA3/src/icons/terminal-network.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal-network.png diff --git a/AMOEBA3/src/icons/terminal-protector.png b/AMOEBA3/src/VISUALIZATION/icons/terminal-protector.png similarity index 100% rename from AMOEBA3/src/icons/terminal-protector.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal-protector.png diff --git a/AMOEBA3/src/icons/terminal.png b/AMOEBA3/src/VISUALIZATION/icons/terminal.png similarity index 100% rename from AMOEBA3/src/icons/terminal.png rename to AMOEBA3/src/VISUALIZATION/icons/terminal.png diff --git a/AMOEBA3/src/icons/thermometer--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/thermometer--arrow.png similarity index 100% rename from AMOEBA3/src/icons/thermometer--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/thermometer--arrow.png diff --git a/AMOEBA3/src/icons/thermometer--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/thermometer--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/thermometer--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/thermometer--exclamation.png diff --git a/AMOEBA3/src/icons/thermometer--minus.png b/AMOEBA3/src/VISUALIZATION/icons/thermometer--minus.png similarity index 100% rename from AMOEBA3/src/icons/thermometer--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/thermometer--minus.png diff --git a/AMOEBA3/src/icons/thermometer--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/thermometer--pencil.png similarity index 100% rename from AMOEBA3/src/icons/thermometer--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/thermometer--pencil.png diff --git a/AMOEBA3/src/icons/thermometer--plus.png b/AMOEBA3/src/VISUALIZATION/icons/thermometer--plus.png similarity index 100% rename from AMOEBA3/src/icons/thermometer--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/thermometer--plus.png diff --git a/AMOEBA3/src/icons/thermometer-high.png b/AMOEBA3/src/VISUALIZATION/icons/thermometer-high.png similarity index 100% rename from AMOEBA3/src/icons/thermometer-high.png rename to AMOEBA3/src/VISUALIZATION/icons/thermometer-high.png diff --git a/AMOEBA3/src/icons/thermometer-low.png b/AMOEBA3/src/VISUALIZATION/icons/thermometer-low.png similarity index 100% rename from AMOEBA3/src/icons/thermometer-low.png rename to AMOEBA3/src/VISUALIZATION/icons/thermometer-low.png diff --git a/AMOEBA3/src/icons/thermometer.png b/AMOEBA3/src/VISUALIZATION/icons/thermometer.png similarity index 100% rename from AMOEBA3/src/icons/thermometer.png rename to AMOEBA3/src/VISUALIZATION/icons/thermometer.png diff --git a/AMOEBA3/src/icons/thumb-small-up.png b/AMOEBA3/src/VISUALIZATION/icons/thumb-small-up.png similarity index 100% rename from AMOEBA3/src/icons/thumb-small-up.png rename to AMOEBA3/src/VISUALIZATION/icons/thumb-small-up.png diff --git a/AMOEBA3/src/icons/thumb-small.png b/AMOEBA3/src/VISUALIZATION/icons/thumb-small.png similarity index 100% rename from AMOEBA3/src/icons/thumb-small.png rename to AMOEBA3/src/VISUALIZATION/icons/thumb-small.png diff --git a/AMOEBA3/src/icons/thumb-up.png b/AMOEBA3/src/VISUALIZATION/icons/thumb-up.png similarity index 100% rename from AMOEBA3/src/icons/thumb-up.png rename to AMOEBA3/src/VISUALIZATION/icons/thumb-up.png diff --git a/AMOEBA3/src/icons/thumb.png b/AMOEBA3/src/VISUALIZATION/icons/thumb.png similarity index 100% rename from AMOEBA3/src/icons/thumb.png rename to AMOEBA3/src/VISUALIZATION/icons/thumb.png diff --git a/AMOEBA3/src/icons/tick-button.png b/AMOEBA3/src/VISUALIZATION/icons/tick-button.png similarity index 100% rename from AMOEBA3/src/icons/tick-button.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-button.png diff --git a/AMOEBA3/src/icons/tick-circle-frame.png b/AMOEBA3/src/VISUALIZATION/icons/tick-circle-frame.png similarity index 100% rename from AMOEBA3/src/icons/tick-circle-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-circle-frame.png diff --git a/AMOEBA3/src/icons/tick-circle.png b/AMOEBA3/src/VISUALIZATION/icons/tick-circle.png similarity index 100% rename from AMOEBA3/src/icons/tick-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-circle.png diff --git a/AMOEBA3/src/icons/tick-octagon-frame.png b/AMOEBA3/src/VISUALIZATION/icons/tick-octagon-frame.png similarity index 100% rename from AMOEBA3/src/icons/tick-octagon-frame.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-octagon-frame.png diff --git a/AMOEBA3/src/icons/tick-octagon.png b/AMOEBA3/src/VISUALIZATION/icons/tick-octagon.png similarity index 100% rename from AMOEBA3/src/icons/tick-octagon.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-octagon.png diff --git a/AMOEBA3/src/icons/tick-red.png b/AMOEBA3/src/VISUALIZATION/icons/tick-red.png similarity index 100% rename from AMOEBA3/src/icons/tick-red.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-red.png diff --git a/AMOEBA3/src/icons/tick-shield.png b/AMOEBA3/src/VISUALIZATION/icons/tick-shield.png similarity index 100% rename from AMOEBA3/src/icons/tick-shield.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-shield.png diff --git a/AMOEBA3/src/icons/tick-small-circle.png b/AMOEBA3/src/VISUALIZATION/icons/tick-small-circle.png similarity index 100% rename from AMOEBA3/src/icons/tick-small-circle.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-small-circle.png diff --git a/AMOEBA3/src/icons/tick-small-red.png b/AMOEBA3/src/VISUALIZATION/icons/tick-small-red.png similarity index 100% rename from AMOEBA3/src/icons/tick-small-red.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-small-red.png diff --git a/AMOEBA3/src/icons/tick-small-white.png b/AMOEBA3/src/VISUALIZATION/icons/tick-small-white.png similarity index 100% rename from AMOEBA3/src/icons/tick-small-white.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-small-white.png diff --git a/AMOEBA3/src/icons/tick-small.png b/AMOEBA3/src/VISUALIZATION/icons/tick-small.png similarity index 100% rename from AMOEBA3/src/icons/tick-small.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-small.png diff --git a/AMOEBA3/src/icons/tick-white.png b/AMOEBA3/src/VISUALIZATION/icons/tick-white.png similarity index 100% rename from AMOEBA3/src/icons/tick-white.png rename to AMOEBA3/src/VISUALIZATION/icons/tick-white.png diff --git a/AMOEBA3/src/icons/tick.png b/AMOEBA3/src/VISUALIZATION/icons/tick.png similarity index 100% rename from AMOEBA3/src/icons/tick.png rename to AMOEBA3/src/VISUALIZATION/icons/tick.png diff --git a/AMOEBA3/src/icons/ticket--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/ticket--arrow.png similarity index 100% rename from AMOEBA3/src/icons/ticket--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/ticket--arrow.png diff --git a/AMOEBA3/src/icons/ticket--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/ticket--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/ticket--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/ticket--exclamation.png diff --git a/AMOEBA3/src/icons/ticket--minus.png b/AMOEBA3/src/VISUALIZATION/icons/ticket--minus.png similarity index 100% rename from AMOEBA3/src/icons/ticket--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/ticket--minus.png diff --git a/AMOEBA3/src/icons/ticket--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/ticket--pencil.png similarity index 100% rename from AMOEBA3/src/icons/ticket--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/ticket--pencil.png diff --git a/AMOEBA3/src/icons/ticket--plus.png b/AMOEBA3/src/VISUALIZATION/icons/ticket--plus.png similarity index 100% rename from AMOEBA3/src/icons/ticket--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/ticket--plus.png diff --git a/AMOEBA3/src/icons/ticket-small.png b/AMOEBA3/src/VISUALIZATION/icons/ticket-small.png similarity index 100% rename from AMOEBA3/src/icons/ticket-small.png rename to AMOEBA3/src/VISUALIZATION/icons/ticket-small.png diff --git a/AMOEBA3/src/icons/ticket-stub.png b/AMOEBA3/src/VISUALIZATION/icons/ticket-stub.png similarity index 100% rename from AMOEBA3/src/icons/ticket-stub.png rename to AMOEBA3/src/VISUALIZATION/icons/ticket-stub.png diff --git a/AMOEBA3/src/icons/ticket.png b/AMOEBA3/src/VISUALIZATION/icons/ticket.png similarity index 100% rename from AMOEBA3/src/icons/ticket.png rename to AMOEBA3/src/VISUALIZATION/icons/ticket.png diff --git a/AMOEBA3/src/icons/tie-warm.png b/AMOEBA3/src/VISUALIZATION/icons/tie-warm.png similarity index 100% rename from AMOEBA3/src/icons/tie-warm.png rename to AMOEBA3/src/VISUALIZATION/icons/tie-warm.png diff --git a/AMOEBA3/src/icons/tie.png b/AMOEBA3/src/VISUALIZATION/icons/tie.png similarity index 100% rename from AMOEBA3/src/icons/tie.png rename to AMOEBA3/src/VISUALIZATION/icons/tie.png diff --git a/AMOEBA3/src/icons/toggle-expand.png b/AMOEBA3/src/VISUALIZATION/icons/toggle-expand.png similarity index 100% rename from AMOEBA3/src/icons/toggle-expand.png rename to AMOEBA3/src/VISUALIZATION/icons/toggle-expand.png diff --git a/AMOEBA3/src/icons/toggle-small-expand.png b/AMOEBA3/src/VISUALIZATION/icons/toggle-small-expand.png similarity index 100% rename from AMOEBA3/src/icons/toggle-small-expand.png rename to AMOEBA3/src/VISUALIZATION/icons/toggle-small-expand.png diff --git a/AMOEBA3/src/icons/toggle-small.png b/AMOEBA3/src/VISUALIZATION/icons/toggle-small.png similarity index 100% rename from AMOEBA3/src/icons/toggle-small.png rename to AMOEBA3/src/VISUALIZATION/icons/toggle-small.png diff --git a/AMOEBA3/src/icons/toggle.png b/AMOEBA3/src/VISUALIZATION/icons/toggle.png similarity index 100% rename from AMOEBA3/src/icons/toggle.png rename to AMOEBA3/src/VISUALIZATION/icons/toggle.png diff --git a/AMOEBA3/src/icons/toilet-female.png b/AMOEBA3/src/VISUALIZATION/icons/toilet-female.png similarity index 100% rename from AMOEBA3/src/icons/toilet-female.png rename to AMOEBA3/src/VISUALIZATION/icons/toilet-female.png diff --git a/AMOEBA3/src/icons/toilet-male.png b/AMOEBA3/src/VISUALIZATION/icons/toilet-male.png similarity index 100% rename from AMOEBA3/src/icons/toilet-male.png rename to AMOEBA3/src/VISUALIZATION/icons/toilet-male.png diff --git a/AMOEBA3/src/icons/toilet.png b/AMOEBA3/src/VISUALIZATION/icons/toilet.png similarity index 100% rename from AMOEBA3/src/icons/toilet.png rename to AMOEBA3/src/VISUALIZATION/icons/toilet.png diff --git a/AMOEBA3/src/icons/toolbox--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/toolbox--arrow.png similarity index 100% rename from AMOEBA3/src/icons/toolbox--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/toolbox--arrow.png diff --git a/AMOEBA3/src/icons/toolbox--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/toolbox--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/toolbox--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/toolbox--exclamation.png diff --git a/AMOEBA3/src/icons/toolbox--minus.png b/AMOEBA3/src/VISUALIZATION/icons/toolbox--minus.png similarity index 100% rename from AMOEBA3/src/icons/toolbox--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/toolbox--minus.png diff --git a/AMOEBA3/src/icons/toolbox--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/toolbox--pencil.png similarity index 100% rename from AMOEBA3/src/icons/toolbox--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/toolbox--pencil.png diff --git a/AMOEBA3/src/icons/toolbox--plus.png b/AMOEBA3/src/VISUALIZATION/icons/toolbox--plus.png similarity index 100% rename from AMOEBA3/src/icons/toolbox--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/toolbox--plus.png diff --git a/AMOEBA3/src/icons/toolbox.png b/AMOEBA3/src/VISUALIZATION/icons/toolbox.png similarity index 100% rename from AMOEBA3/src/icons/toolbox.png rename to AMOEBA3/src/VISUALIZATION/icons/toolbox.png diff --git a/AMOEBA3/src/icons/traffic-cone--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-cone--arrow.png similarity index 100% rename from AMOEBA3/src/icons/traffic-cone--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-cone--arrow.png diff --git a/AMOEBA3/src/icons/traffic-cone--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-cone--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/traffic-cone--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-cone--exclamation.png diff --git a/AMOEBA3/src/icons/traffic-cone--minus.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-cone--minus.png similarity index 100% rename from AMOEBA3/src/icons/traffic-cone--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-cone--minus.png diff --git a/AMOEBA3/src/icons/traffic-cone--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-cone--pencil.png similarity index 100% rename from AMOEBA3/src/icons/traffic-cone--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-cone--pencil.png diff --git a/AMOEBA3/src/icons/traffic-cone--plus.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-cone--plus.png similarity index 100% rename from AMOEBA3/src/icons/traffic-cone--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-cone--plus.png diff --git a/AMOEBA3/src/icons/traffic-cone.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-cone.png similarity index 100% rename from AMOEBA3/src/icons/traffic-cone.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-cone.png diff --git a/AMOEBA3/src/icons/traffic-light--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light--arrow.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light--arrow.png diff --git a/AMOEBA3/src/icons/traffic-light--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light--exclamation.png diff --git a/AMOEBA3/src/icons/traffic-light--minus.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light--minus.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light--minus.png diff --git a/AMOEBA3/src/icons/traffic-light--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light--pencil.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light--pencil.png diff --git a/AMOEBA3/src/icons/traffic-light--plus.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light--plus.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light--plus.png diff --git a/AMOEBA3/src/icons/traffic-light-green.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light-green.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light-green.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light-green.png diff --git a/AMOEBA3/src/icons/traffic-light-off.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light-off.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light-off.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light-off.png diff --git a/AMOEBA3/src/icons/traffic-light-red.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light-red.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light-red.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light-red.png diff --git a/AMOEBA3/src/icons/traffic-light-single.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light-single.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light-single.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light-single.png diff --git a/AMOEBA3/src/icons/traffic-light-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light-yellow.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light-yellow.png diff --git a/AMOEBA3/src/icons/traffic-light.png b/AMOEBA3/src/VISUALIZATION/icons/traffic-light.png similarity index 100% rename from AMOEBA3/src/icons/traffic-light.png rename to AMOEBA3/src/VISUALIZATION/icons/traffic-light.png diff --git a/AMOEBA3/src/icons/train--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/train--arrow.png similarity index 100% rename from AMOEBA3/src/icons/train--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/train--arrow.png diff --git a/AMOEBA3/src/icons/train--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/train--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/train--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/train--exclamation.png diff --git a/AMOEBA3/src/icons/train--minus.png b/AMOEBA3/src/VISUALIZATION/icons/train--minus.png similarity index 100% rename from AMOEBA3/src/icons/train--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/train--minus.png diff --git a/AMOEBA3/src/icons/train--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/train--pencil.png similarity index 100% rename from AMOEBA3/src/icons/train--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/train--pencil.png diff --git a/AMOEBA3/src/icons/train--plus.png b/AMOEBA3/src/VISUALIZATION/icons/train--plus.png similarity index 100% rename from AMOEBA3/src/icons/train--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/train--plus.png diff --git a/AMOEBA3/src/icons/train-metro.png b/AMOEBA3/src/VISUALIZATION/icons/train-metro.png similarity index 100% rename from AMOEBA3/src/icons/train-metro.png rename to AMOEBA3/src/VISUALIZATION/icons/train-metro.png diff --git a/AMOEBA3/src/icons/train.png b/AMOEBA3/src/VISUALIZATION/icons/train.png similarity index 100% rename from AMOEBA3/src/icons/train.png rename to AMOEBA3/src/VISUALIZATION/icons/train.png diff --git a/AMOEBA3/src/icons/transmitter.png b/AMOEBA3/src/VISUALIZATION/icons/transmitter.png similarity index 100% rename from AMOEBA3/src/icons/transmitter.png rename to AMOEBA3/src/VISUALIZATION/icons/transmitter.png diff --git a/AMOEBA3/src/icons/tree--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/tree--arrow.png similarity index 100% rename from AMOEBA3/src/icons/tree--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/tree--arrow.png diff --git a/AMOEBA3/src/icons/tree--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/tree--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/tree--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/tree--exclamation.png diff --git a/AMOEBA3/src/icons/tree--minus.png b/AMOEBA3/src/VISUALIZATION/icons/tree--minus.png similarity index 100% rename from AMOEBA3/src/icons/tree--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/tree--minus.png diff --git a/AMOEBA3/src/icons/tree--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/tree--pencil.png similarity index 100% rename from AMOEBA3/src/icons/tree--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/tree--pencil.png diff --git a/AMOEBA3/src/icons/tree--plus.png b/AMOEBA3/src/VISUALIZATION/icons/tree--plus.png similarity index 100% rename from AMOEBA3/src/icons/tree--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/tree--plus.png diff --git a/AMOEBA3/src/icons/tree-red.png b/AMOEBA3/src/VISUALIZATION/icons/tree-red.png similarity index 100% rename from AMOEBA3/src/icons/tree-red.png rename to AMOEBA3/src/VISUALIZATION/icons/tree-red.png diff --git a/AMOEBA3/src/icons/tree-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/tree-yellow.png similarity index 100% rename from AMOEBA3/src/icons/tree-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/tree-yellow.png diff --git a/AMOEBA3/src/icons/tree.png b/AMOEBA3/src/VISUALIZATION/icons/tree.png similarity index 100% rename from AMOEBA3/src/icons/tree.png rename to AMOEBA3/src/VISUALIZATION/icons/tree.png diff --git a/AMOEBA3/src/icons/trophy--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/trophy--arrow.png similarity index 100% rename from AMOEBA3/src/icons/trophy--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/trophy--arrow.png diff --git a/AMOEBA3/src/icons/trophy--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/trophy--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/trophy--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/trophy--exclamation.png diff --git a/AMOEBA3/src/icons/trophy--minus.png b/AMOEBA3/src/VISUALIZATION/icons/trophy--minus.png similarity index 100% rename from AMOEBA3/src/icons/trophy--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/trophy--minus.png diff --git a/AMOEBA3/src/icons/trophy--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/trophy--pencil.png similarity index 100% rename from AMOEBA3/src/icons/trophy--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/trophy--pencil.png diff --git a/AMOEBA3/src/icons/trophy--plus.png b/AMOEBA3/src/VISUALIZATION/icons/trophy--plus.png similarity index 100% rename from AMOEBA3/src/icons/trophy--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/trophy--plus.png diff --git a/AMOEBA3/src/icons/trophy-bronze.png b/AMOEBA3/src/VISUALIZATION/icons/trophy-bronze.png similarity index 100% rename from AMOEBA3/src/icons/trophy-bronze.png rename to AMOEBA3/src/VISUALIZATION/icons/trophy-bronze.png diff --git a/AMOEBA3/src/icons/trophy-silver.png b/AMOEBA3/src/VISUALIZATION/icons/trophy-silver.png similarity index 100% rename from AMOEBA3/src/icons/trophy-silver.png rename to AMOEBA3/src/VISUALIZATION/icons/trophy-silver.png diff --git a/AMOEBA3/src/icons/trophy.png b/AMOEBA3/src/VISUALIZATION/icons/trophy.png similarity index 100% rename from AMOEBA3/src/icons/trophy.png rename to AMOEBA3/src/VISUALIZATION/icons/trophy.png diff --git a/AMOEBA3/src/icons/truck--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/truck--arrow.png similarity index 100% rename from AMOEBA3/src/icons/truck--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/truck--arrow.png diff --git a/AMOEBA3/src/icons/truck--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/truck--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/truck--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/truck--exclamation.png diff --git a/AMOEBA3/src/icons/truck--minus.png b/AMOEBA3/src/VISUALIZATION/icons/truck--minus.png similarity index 100% rename from AMOEBA3/src/icons/truck--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/truck--minus.png diff --git a/AMOEBA3/src/icons/truck--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/truck--pencil.png similarity index 100% rename from AMOEBA3/src/icons/truck--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/truck--pencil.png diff --git a/AMOEBA3/src/icons/truck--plus.png b/AMOEBA3/src/VISUALIZATION/icons/truck--plus.png similarity index 100% rename from AMOEBA3/src/icons/truck--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/truck--plus.png diff --git a/AMOEBA3/src/icons/truck-box-label.png b/AMOEBA3/src/VISUALIZATION/icons/truck-box-label.png similarity index 100% rename from AMOEBA3/src/icons/truck-box-label.png rename to AMOEBA3/src/VISUALIZATION/icons/truck-box-label.png diff --git a/AMOEBA3/src/icons/truck-box.png b/AMOEBA3/src/VISUALIZATION/icons/truck-box.png similarity index 100% rename from AMOEBA3/src/icons/truck-box.png rename to AMOEBA3/src/VISUALIZATION/icons/truck-box.png diff --git a/AMOEBA3/src/icons/truck-empty.png b/AMOEBA3/src/VISUALIZATION/icons/truck-empty.png similarity index 100% rename from AMOEBA3/src/icons/truck-empty.png rename to AMOEBA3/src/VISUALIZATION/icons/truck-empty.png diff --git a/AMOEBA3/src/icons/truck.png b/AMOEBA3/src/VISUALIZATION/icons/truck.png similarity index 100% rename from AMOEBA3/src/icons/truck.png rename to AMOEBA3/src/VISUALIZATION/icons/truck.png diff --git a/AMOEBA3/src/icons/ui-accordion.png b/AMOEBA3/src/VISUALIZATION/icons/ui-accordion.png similarity index 100% rename from AMOEBA3/src/icons/ui-accordion.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-accordion.png diff --git a/AMOEBA3/src/icons/ui-address-bar-green.png b/AMOEBA3/src/VISUALIZATION/icons/ui-address-bar-green.png similarity index 100% rename from AMOEBA3/src/icons/ui-address-bar-green.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-address-bar-green.png diff --git a/AMOEBA3/src/icons/ui-address-bar-lock.png b/AMOEBA3/src/VISUALIZATION/icons/ui-address-bar-lock.png similarity index 100% rename from AMOEBA3/src/icons/ui-address-bar-lock.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-address-bar-lock.png diff --git a/AMOEBA3/src/icons/ui-address-bar-red.png b/AMOEBA3/src/VISUALIZATION/icons/ui-address-bar-red.png similarity index 100% rename from AMOEBA3/src/icons/ui-address-bar-red.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-address-bar-red.png diff --git a/AMOEBA3/src/icons/ui-address-bar-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/ui-address-bar-yellow.png similarity index 100% rename from AMOEBA3/src/icons/ui-address-bar-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-address-bar-yellow.png diff --git a/AMOEBA3/src/icons/ui-address-bar.png b/AMOEBA3/src/VISUALIZATION/icons/ui-address-bar.png similarity index 100% rename from AMOEBA3/src/icons/ui-address-bar.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-address-bar.png diff --git a/AMOEBA3/src/icons/ui-breadcrumb-bread.png b/AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb-bread.png similarity index 100% rename from AMOEBA3/src/icons/ui-breadcrumb-bread.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb-bread.png diff --git a/AMOEBA3/src/icons/ui-breadcrumb-select-current.png b/AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb-select-current.png similarity index 100% rename from AMOEBA3/src/icons/ui-breadcrumb-select-current.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb-select-current.png diff --git a/AMOEBA3/src/icons/ui-breadcrumb-select-parent.png b/AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb-select-parent.png similarity index 100% rename from AMOEBA3/src/icons/ui-breadcrumb-select-parent.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb-select-parent.png diff --git a/AMOEBA3/src/icons/ui-breadcrumb-select.png b/AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb-select.png similarity index 100% rename from AMOEBA3/src/icons/ui-breadcrumb-select.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb-select.png diff --git a/AMOEBA3/src/icons/ui-breadcrumb.png b/AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb.png similarity index 100% rename from AMOEBA3/src/icons/ui-breadcrumb.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-breadcrumb.png diff --git a/AMOEBA3/src/icons/ui-button-default.png b/AMOEBA3/src/VISUALIZATION/icons/ui-button-default.png similarity index 100% rename from AMOEBA3/src/icons/ui-button-default.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-button-default.png diff --git a/AMOEBA3/src/icons/ui-button-image.png b/AMOEBA3/src/VISUALIZATION/icons/ui-button-image.png similarity index 100% rename from AMOEBA3/src/icons/ui-button-image.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-button-image.png diff --git a/AMOEBA3/src/icons/ui-button-navigation-back.png b/AMOEBA3/src/VISUALIZATION/icons/ui-button-navigation-back.png similarity index 100% rename from AMOEBA3/src/icons/ui-button-navigation-back.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-button-navigation-back.png diff --git a/AMOEBA3/src/icons/ui-button-navigation.png b/AMOEBA3/src/VISUALIZATION/icons/ui-button-navigation.png similarity index 100% rename from AMOEBA3/src/icons/ui-button-navigation.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-button-navigation.png diff --git a/AMOEBA3/src/icons/ui-button-toggle.png b/AMOEBA3/src/VISUALIZATION/icons/ui-button-toggle.png similarity index 100% rename from AMOEBA3/src/icons/ui-button-toggle.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-button-toggle.png diff --git a/AMOEBA3/src/icons/ui-button.png b/AMOEBA3/src/VISUALIZATION/icons/ui-button.png similarity index 100% rename from AMOEBA3/src/icons/ui-button.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-button.png diff --git a/AMOEBA3/src/icons/ui-buttons.png b/AMOEBA3/src/VISUALIZATION/icons/ui-buttons.png similarity index 100% rename from AMOEBA3/src/icons/ui-buttons.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-buttons.png diff --git a/AMOEBA3/src/icons/ui-check-box-mix.png b/AMOEBA3/src/VISUALIZATION/icons/ui-check-box-mix.png similarity index 100% rename from AMOEBA3/src/icons/ui-check-box-mix.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-check-box-mix.png diff --git a/AMOEBA3/src/icons/ui-check-box-uncheck.png b/AMOEBA3/src/VISUALIZATION/icons/ui-check-box-uncheck.png similarity index 100% rename from AMOEBA3/src/icons/ui-check-box-uncheck.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-check-box-uncheck.png diff --git a/AMOEBA3/src/icons/ui-check-box.png b/AMOEBA3/src/VISUALIZATION/icons/ui-check-box.png similarity index 100% rename from AMOEBA3/src/icons/ui-check-box.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-check-box.png diff --git a/AMOEBA3/src/icons/ui-check-boxes-list.png b/AMOEBA3/src/VISUALIZATION/icons/ui-check-boxes-list.png similarity index 100% rename from AMOEBA3/src/icons/ui-check-boxes-list.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-check-boxes-list.png diff --git a/AMOEBA3/src/icons/ui-check-boxes-series.png b/AMOEBA3/src/VISUALIZATION/icons/ui-check-boxes-series.png similarity index 100% rename from AMOEBA3/src/icons/ui-check-boxes-series.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-check-boxes-series.png diff --git a/AMOEBA3/src/icons/ui-check-boxes.png b/AMOEBA3/src/VISUALIZATION/icons/ui-check-boxes.png similarity index 100% rename from AMOEBA3/src/icons/ui-check-boxes.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-check-boxes.png diff --git a/AMOEBA3/src/icons/ui-color-picker-default.png b/AMOEBA3/src/VISUALIZATION/icons/ui-color-picker-default.png similarity index 100% rename from AMOEBA3/src/icons/ui-color-picker-default.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-color-picker-default.png diff --git a/AMOEBA3/src/icons/ui-color-picker-switch.png b/AMOEBA3/src/VISUALIZATION/icons/ui-color-picker-switch.png similarity index 100% rename from AMOEBA3/src/icons/ui-color-picker-switch.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-color-picker-switch.png diff --git a/AMOEBA3/src/icons/ui-color-picker-transparent.png b/AMOEBA3/src/VISUALIZATION/icons/ui-color-picker-transparent.png similarity index 100% rename from AMOEBA3/src/icons/ui-color-picker-transparent.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-color-picker-transparent.png diff --git a/AMOEBA3/src/icons/ui-color-picker.png b/AMOEBA3/src/VISUALIZATION/icons/ui-color-picker.png similarity index 100% rename from AMOEBA3/src/icons/ui-color-picker.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-color-picker.png diff --git a/AMOEBA3/src/icons/ui-combo-box-blue.png b/AMOEBA3/src/VISUALIZATION/icons/ui-combo-box-blue.png similarity index 100% rename from AMOEBA3/src/icons/ui-combo-box-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-combo-box-blue.png diff --git a/AMOEBA3/src/icons/ui-combo-box-calendar.png b/AMOEBA3/src/VISUALIZATION/icons/ui-combo-box-calendar.png similarity index 100% rename from AMOEBA3/src/icons/ui-combo-box-calendar.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-combo-box-calendar.png diff --git a/AMOEBA3/src/icons/ui-combo-box-edit.png b/AMOEBA3/src/VISUALIZATION/icons/ui-combo-box-edit.png similarity index 100% rename from AMOEBA3/src/icons/ui-combo-box-edit.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-combo-box-edit.png diff --git a/AMOEBA3/src/icons/ui-combo-box.png b/AMOEBA3/src/VISUALIZATION/icons/ui-combo-box.png similarity index 100% rename from AMOEBA3/src/icons/ui-combo-box.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-combo-box.png diff --git a/AMOEBA3/src/icons/ui-combo-boxes.png b/AMOEBA3/src/VISUALIZATION/icons/ui-combo-boxes.png similarity index 100% rename from AMOEBA3/src/icons/ui-combo-boxes.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-combo-boxes.png diff --git a/AMOEBA3/src/icons/ui-flow.png b/AMOEBA3/src/VISUALIZATION/icons/ui-flow.png similarity index 100% rename from AMOEBA3/src/icons/ui-flow.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-flow.png diff --git a/AMOEBA3/src/icons/ui-group-box.png b/AMOEBA3/src/VISUALIZATION/icons/ui-group-box.png similarity index 100% rename from AMOEBA3/src/icons/ui-group-box.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-group-box.png diff --git a/AMOEBA3/src/icons/ui-label-link.png b/AMOEBA3/src/VISUALIZATION/icons/ui-label-link.png similarity index 100% rename from AMOEBA3/src/icons/ui-label-link.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-label-link.png diff --git a/AMOEBA3/src/icons/ui-label.png b/AMOEBA3/src/VISUALIZATION/icons/ui-label.png similarity index 100% rename from AMOEBA3/src/icons/ui-label.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-label.png diff --git a/AMOEBA3/src/icons/ui-labels.png b/AMOEBA3/src/VISUALIZATION/icons/ui-labels.png similarity index 100% rename from AMOEBA3/src/icons/ui-labels.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-labels.png diff --git a/AMOEBA3/src/icons/ui-layered-pane.png b/AMOEBA3/src/VISUALIZATION/icons/ui-layered-pane.png similarity index 100% rename from AMOEBA3/src/icons/ui-layered-pane.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-layered-pane.png diff --git a/AMOEBA3/src/icons/ui-layout-panel.png b/AMOEBA3/src/VISUALIZATION/icons/ui-layout-panel.png similarity index 100% rename from AMOEBA3/src/icons/ui-layout-panel.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-layout-panel.png diff --git a/AMOEBA3/src/icons/ui-list-box-blue.png b/AMOEBA3/src/VISUALIZATION/icons/ui-list-box-blue.png similarity index 100% rename from AMOEBA3/src/icons/ui-list-box-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-list-box-blue.png diff --git a/AMOEBA3/src/icons/ui-list-box.png b/AMOEBA3/src/VISUALIZATION/icons/ui-list-box.png similarity index 100% rename from AMOEBA3/src/icons/ui-list-box.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-list-box.png diff --git a/AMOEBA3/src/icons/ui-menu-blue.png b/AMOEBA3/src/VISUALIZATION/icons/ui-menu-blue.png similarity index 100% rename from AMOEBA3/src/icons/ui-menu-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-menu-blue.png diff --git a/AMOEBA3/src/icons/ui-menu.png b/AMOEBA3/src/VISUALIZATION/icons/ui-menu.png similarity index 100% rename from AMOEBA3/src/icons/ui-menu.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-menu.png diff --git a/AMOEBA3/src/icons/ui-paginator.png b/AMOEBA3/src/VISUALIZATION/icons/ui-paginator.png similarity index 100% rename from AMOEBA3/src/icons/ui-paginator.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-paginator.png diff --git a/AMOEBA3/src/icons/ui-panel-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/ui-panel-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/ui-panel-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-panel-resize-actual.png diff --git a/AMOEBA3/src/icons/ui-panel-resize.png b/AMOEBA3/src/VISUALIZATION/icons/ui-panel-resize.png similarity index 100% rename from AMOEBA3/src/icons/ui-panel-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-panel-resize.png diff --git a/AMOEBA3/src/icons/ui-panel.png b/AMOEBA3/src/VISUALIZATION/icons/ui-panel.png similarity index 100% rename from AMOEBA3/src/icons/ui-panel.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-panel.png diff --git a/AMOEBA3/src/icons/ui-progress-bar-indeterminate.png b/AMOEBA3/src/VISUALIZATION/icons/ui-progress-bar-indeterminate.png similarity index 100% rename from AMOEBA3/src/icons/ui-progress-bar-indeterminate.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-progress-bar-indeterminate.png diff --git a/AMOEBA3/src/icons/ui-progress-bar.png b/AMOEBA3/src/VISUALIZATION/icons/ui-progress-bar.png similarity index 100% rename from AMOEBA3/src/icons/ui-progress-bar.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-progress-bar.png diff --git a/AMOEBA3/src/icons/ui-radio-button-uncheck.png b/AMOEBA3/src/VISUALIZATION/icons/ui-radio-button-uncheck.png similarity index 100% rename from AMOEBA3/src/icons/ui-radio-button-uncheck.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-radio-button-uncheck.png diff --git a/AMOEBA3/src/icons/ui-radio-button.png b/AMOEBA3/src/VISUALIZATION/icons/ui-radio-button.png similarity index 100% rename from AMOEBA3/src/icons/ui-radio-button.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-radio-button.png diff --git a/AMOEBA3/src/icons/ui-radio-buttons-list.png b/AMOEBA3/src/VISUALIZATION/icons/ui-radio-buttons-list.png similarity index 100% rename from AMOEBA3/src/icons/ui-radio-buttons-list.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-radio-buttons-list.png diff --git a/AMOEBA3/src/icons/ui-radio-buttons.png b/AMOEBA3/src/VISUALIZATION/icons/ui-radio-buttons.png similarity index 100% rename from AMOEBA3/src/icons/ui-radio-buttons.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-radio-buttons.png diff --git a/AMOEBA3/src/icons/ui-ruler.png b/AMOEBA3/src/VISUALIZATION/icons/ui-ruler.png similarity index 100% rename from AMOEBA3/src/icons/ui-ruler.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-ruler.png diff --git a/AMOEBA3/src/icons/ui-scroll-bar-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-bar-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-bar-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-bar-horizontal.png diff --git a/AMOEBA3/src/icons/ui-scroll-bar.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-bar.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-bar.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-bar.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-block.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-block.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-block.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-block.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-blog.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-blog.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-blog.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-blog.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-both.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-both.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-both.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-both.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-detail.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-detail.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-detail.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-detail.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-form.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-form.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-form.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-form.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-horizontal.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-icon.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-icon.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-icon.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-icon.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-image.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-image.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-image.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-image.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-list.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-list.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-list.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-list.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-table.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-table.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-table.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-table.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-text-image.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-text-image.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-text-image.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-text-image.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-text.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-text.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-text.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-text.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane-tree.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-tree.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane-tree.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane-tree.png diff --git a/AMOEBA3/src/icons/ui-scroll-pane.png b/AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane.png similarity index 100% rename from AMOEBA3/src/icons/ui-scroll-pane.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-scroll-pane.png diff --git a/AMOEBA3/src/icons/ui-search-field.png b/AMOEBA3/src/VISUALIZATION/icons/ui-search-field.png similarity index 100% rename from AMOEBA3/src/icons/ui-search-field.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-search-field.png diff --git a/AMOEBA3/src/icons/ui-seek-bar-050.png b/AMOEBA3/src/VISUALIZATION/icons/ui-seek-bar-050.png similarity index 100% rename from AMOEBA3/src/icons/ui-seek-bar-050.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-seek-bar-050.png diff --git a/AMOEBA3/src/icons/ui-seek-bar-100.png b/AMOEBA3/src/VISUALIZATION/icons/ui-seek-bar-100.png similarity index 100% rename from AMOEBA3/src/icons/ui-seek-bar-100.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-seek-bar-100.png diff --git a/AMOEBA3/src/icons/ui-seek-bar.png b/AMOEBA3/src/VISUALIZATION/icons/ui-seek-bar.png similarity index 100% rename from AMOEBA3/src/icons/ui-seek-bar.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-seek-bar.png diff --git a/AMOEBA3/src/icons/ui-separator-label.png b/AMOEBA3/src/VISUALIZATION/icons/ui-separator-label.png similarity index 100% rename from AMOEBA3/src/icons/ui-separator-label.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-separator-label.png diff --git a/AMOEBA3/src/icons/ui-separator.png b/AMOEBA3/src/VISUALIZATION/icons/ui-separator.png similarity index 100% rename from AMOEBA3/src/icons/ui-separator.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-separator.png diff --git a/AMOEBA3/src/icons/ui-slider-050.png b/AMOEBA3/src/VISUALIZATION/icons/ui-slider-050.png similarity index 100% rename from AMOEBA3/src/icons/ui-slider-050.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-slider-050.png diff --git a/AMOEBA3/src/icons/ui-slider-100.png b/AMOEBA3/src/VISUALIZATION/icons/ui-slider-100.png similarity index 100% rename from AMOEBA3/src/icons/ui-slider-100.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-slider-100.png diff --git a/AMOEBA3/src/icons/ui-slider-vertical-050.png b/AMOEBA3/src/VISUALIZATION/icons/ui-slider-vertical-050.png similarity index 100% rename from AMOEBA3/src/icons/ui-slider-vertical-050.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-slider-vertical-050.png diff --git a/AMOEBA3/src/icons/ui-slider-vertical-100.png b/AMOEBA3/src/VISUALIZATION/icons/ui-slider-vertical-100.png similarity index 100% rename from AMOEBA3/src/icons/ui-slider-vertical-100.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-slider-vertical-100.png diff --git a/AMOEBA3/src/icons/ui-slider-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/ui-slider-vertical.png similarity index 100% rename from AMOEBA3/src/icons/ui-slider-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-slider-vertical.png diff --git a/AMOEBA3/src/icons/ui-slider.png b/AMOEBA3/src/VISUALIZATION/icons/ui-slider.png similarity index 100% rename from AMOEBA3/src/icons/ui-slider.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-slider.png diff --git a/AMOEBA3/src/icons/ui-spacer.png b/AMOEBA3/src/VISUALIZATION/icons/ui-spacer.png similarity index 100% rename from AMOEBA3/src/icons/ui-spacer.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-spacer.png diff --git a/AMOEBA3/src/icons/ui-spin.png b/AMOEBA3/src/VISUALIZATION/icons/ui-spin.png similarity index 100% rename from AMOEBA3/src/icons/ui-spin.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-spin.png diff --git a/AMOEBA3/src/icons/ui-split-panel-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/ui-split-panel-vertical.png similarity index 100% rename from AMOEBA3/src/icons/ui-split-panel-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-split-panel-vertical.png diff --git a/AMOEBA3/src/icons/ui-split-panel.png b/AMOEBA3/src/VISUALIZATION/icons/ui-split-panel.png similarity index 100% rename from AMOEBA3/src/icons/ui-split-panel.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-split-panel.png diff --git a/AMOEBA3/src/icons/ui-splitter-horizontal.png b/AMOEBA3/src/VISUALIZATION/icons/ui-splitter-horizontal.png similarity index 100% rename from AMOEBA3/src/icons/ui-splitter-horizontal.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-splitter-horizontal.png diff --git a/AMOEBA3/src/icons/ui-splitter.png b/AMOEBA3/src/VISUALIZATION/icons/ui-splitter.png similarity index 100% rename from AMOEBA3/src/icons/ui-splitter.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-splitter.png diff --git a/AMOEBA3/src/icons/ui-status-bar-blue.png b/AMOEBA3/src/VISUALIZATION/icons/ui-status-bar-blue.png similarity index 100% rename from AMOEBA3/src/icons/ui-status-bar-blue.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-status-bar-blue.png diff --git a/AMOEBA3/src/icons/ui-status-bar.png b/AMOEBA3/src/VISUALIZATION/icons/ui-status-bar.png similarity index 100% rename from AMOEBA3/src/icons/ui-status-bar.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-status-bar.png diff --git a/AMOEBA3/src/icons/ui-tab--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab--arrow.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab--arrow.png diff --git a/AMOEBA3/src/icons/ui-tab--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab--exclamation.png diff --git a/AMOEBA3/src/icons/ui-tab--minus.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab--minus.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab--minus.png diff --git a/AMOEBA3/src/icons/ui-tab--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab--pencil.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab--pencil.png diff --git a/AMOEBA3/src/icons/ui-tab--plus.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab--plus.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab--plus.png diff --git a/AMOEBA3/src/icons/ui-tab-bottom.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab-bottom.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab-bottom.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab-bottom.png diff --git a/AMOEBA3/src/icons/ui-tab-content-vertical.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab-content-vertical.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab-content-vertical.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab-content-vertical.png diff --git a/AMOEBA3/src/icons/ui-tab-content.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab-content.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab-content.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab-content.png diff --git a/AMOEBA3/src/icons/ui-tab-side.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab-side.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab-side.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab-side.png diff --git a/AMOEBA3/src/icons/ui-tab.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tab.png similarity index 100% rename from AMOEBA3/src/icons/ui-tab.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tab.png diff --git a/AMOEBA3/src/icons/ui-text-area.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-area.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-area.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-area.png diff --git a/AMOEBA3/src/icons/ui-text-field-clear-button.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-clear-button.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-clear-button.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-clear-button.png diff --git a/AMOEBA3/src/icons/ui-text-field-clear.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-clear.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-clear.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-clear.png diff --git a/AMOEBA3/src/icons/ui-text-field-format.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-format.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-format.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-format.png diff --git a/AMOEBA3/src/icons/ui-text-field-hidden.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-hidden.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-hidden.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-hidden.png diff --git a/AMOEBA3/src/icons/ui-text-field-medium-select.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-medium-select.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-medium-select.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-medium-select.png diff --git a/AMOEBA3/src/icons/ui-text-field-medium.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-medium.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-medium.png diff --git a/AMOEBA3/src/icons/ui-text-field-password-green.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-password-green.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-password-green.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-password-green.png diff --git a/AMOEBA3/src/icons/ui-text-field-password-red.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-password-red.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-password-red.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-password-red.png diff --git a/AMOEBA3/src/icons/ui-text-field-password-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-password-yellow.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-password-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-password-yellow.png diff --git a/AMOEBA3/src/icons/ui-text-field-password.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-password.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-password.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-password.png diff --git a/AMOEBA3/src/icons/ui-text-field-select.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-select.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-select.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-select.png diff --git a/AMOEBA3/src/icons/ui-text-field-small-select.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-small-select.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-small-select.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-small-select.png diff --git a/AMOEBA3/src/icons/ui-text-field-small.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-small.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-small.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-small.png diff --git a/AMOEBA3/src/icons/ui-text-field-suggestion.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field-suggestion.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field-suggestion.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field-suggestion.png diff --git a/AMOEBA3/src/icons/ui-text-field.png b/AMOEBA3/src/VISUALIZATION/icons/ui-text-field.png similarity index 100% rename from AMOEBA3/src/icons/ui-text-field.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-text-field.png diff --git a/AMOEBA3/src/icons/ui-toolbar--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--arrow.png similarity index 100% rename from AMOEBA3/src/icons/ui-toolbar--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--arrow.png diff --git a/AMOEBA3/src/icons/ui-toolbar--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/ui-toolbar--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--exclamation.png diff --git a/AMOEBA3/src/icons/ui-toolbar--minus.png b/AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--minus.png similarity index 100% rename from AMOEBA3/src/icons/ui-toolbar--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--minus.png diff --git a/AMOEBA3/src/icons/ui-toolbar--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--pencil.png similarity index 100% rename from AMOEBA3/src/icons/ui-toolbar--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--pencil.png diff --git a/AMOEBA3/src/icons/ui-toolbar--plus.png b/AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--plus.png similarity index 100% rename from AMOEBA3/src/icons/ui-toolbar--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-toolbar--plus.png diff --git a/AMOEBA3/src/icons/ui-toolbar-bookmark.png b/AMOEBA3/src/VISUALIZATION/icons/ui-toolbar-bookmark.png similarity index 100% rename from AMOEBA3/src/icons/ui-toolbar-bookmark.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-toolbar-bookmark.png diff --git a/AMOEBA3/src/icons/ui-toolbar.png b/AMOEBA3/src/VISUALIZATION/icons/ui-toolbar.png similarity index 100% rename from AMOEBA3/src/icons/ui-toolbar.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-toolbar.png diff --git a/AMOEBA3/src/icons/ui-tooltip--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--arrow.png similarity index 100% rename from AMOEBA3/src/icons/ui-tooltip--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--arrow.png diff --git a/AMOEBA3/src/icons/ui-tooltip--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/ui-tooltip--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--exclamation.png diff --git a/AMOEBA3/src/icons/ui-tooltip--minus.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--minus.png similarity index 100% rename from AMOEBA3/src/icons/ui-tooltip--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--minus.png diff --git a/AMOEBA3/src/icons/ui-tooltip--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--pencil.png similarity index 100% rename from AMOEBA3/src/icons/ui-tooltip--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--pencil.png diff --git a/AMOEBA3/src/icons/ui-tooltip--plus.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--plus.png similarity index 100% rename from AMOEBA3/src/icons/ui-tooltip--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tooltip--plus.png diff --git a/AMOEBA3/src/icons/ui-tooltip-balloon-bottom.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tooltip-balloon-bottom.png similarity index 100% rename from AMOEBA3/src/icons/ui-tooltip-balloon-bottom.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tooltip-balloon-bottom.png diff --git a/AMOEBA3/src/icons/ui-tooltip-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tooltip-balloon.png similarity index 100% rename from AMOEBA3/src/icons/ui-tooltip-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tooltip-balloon.png diff --git a/AMOEBA3/src/icons/ui-tooltip.png b/AMOEBA3/src/VISUALIZATION/icons/ui-tooltip.png similarity index 100% rename from AMOEBA3/src/icons/ui-tooltip.png rename to AMOEBA3/src/VISUALIZATION/icons/ui-tooltip.png diff --git a/AMOEBA3/src/icons/umbrella--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/umbrella--arrow.png similarity index 100% rename from AMOEBA3/src/icons/umbrella--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/umbrella--arrow.png diff --git a/AMOEBA3/src/icons/umbrella--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/umbrella--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/umbrella--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/umbrella--exclamation.png diff --git a/AMOEBA3/src/icons/umbrella--minus.png b/AMOEBA3/src/VISUALIZATION/icons/umbrella--minus.png similarity index 100% rename from AMOEBA3/src/icons/umbrella--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/umbrella--minus.png diff --git a/AMOEBA3/src/icons/umbrella--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/umbrella--pencil.png similarity index 100% rename from AMOEBA3/src/icons/umbrella--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/umbrella--pencil.png diff --git a/AMOEBA3/src/icons/umbrella--plus.png b/AMOEBA3/src/VISUALIZATION/icons/umbrella--plus.png similarity index 100% rename from AMOEBA3/src/icons/umbrella--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/umbrella--plus.png diff --git a/AMOEBA3/src/icons/umbrella.png b/AMOEBA3/src/VISUALIZATION/icons/umbrella.png similarity index 100% rename from AMOEBA3/src/icons/umbrella.png rename to AMOEBA3/src/VISUALIZATION/icons/umbrella.png diff --git a/AMOEBA3/src/icons/universal.png b/AMOEBA3/src/VISUALIZATION/icons/universal.png similarity index 100% rename from AMOEBA3/src/icons/universal.png rename to AMOEBA3/src/VISUALIZATION/icons/universal.png diff --git a/AMOEBA3/src/icons/upload-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/upload-cloud.png similarity index 100% rename from AMOEBA3/src/icons/upload-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/upload-cloud.png diff --git a/AMOEBA3/src/icons/upload-linux.png b/AMOEBA3/src/VISUALIZATION/icons/upload-linux.png similarity index 100% rename from AMOEBA3/src/icons/upload-linux.png rename to AMOEBA3/src/VISUALIZATION/icons/upload-linux.png diff --git a/AMOEBA3/src/icons/upload-mac-os.png b/AMOEBA3/src/VISUALIZATION/icons/upload-mac-os.png similarity index 100% rename from AMOEBA3/src/icons/upload-mac-os.png rename to AMOEBA3/src/VISUALIZATION/icons/upload-mac-os.png diff --git a/AMOEBA3/src/icons/upload.png b/AMOEBA3/src/VISUALIZATION/icons/upload.png similarity index 100% rename from AMOEBA3/src/icons/upload.png rename to AMOEBA3/src/VISUALIZATION/icons/upload.png diff --git a/AMOEBA3/src/icons/usb-flash-drive--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--arrow.png similarity index 100% rename from AMOEBA3/src/icons/usb-flash-drive--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--arrow.png diff --git a/AMOEBA3/src/icons/usb-flash-drive--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/usb-flash-drive--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--exclamation.png diff --git a/AMOEBA3/src/icons/usb-flash-drive--minus.png b/AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--minus.png similarity index 100% rename from AMOEBA3/src/icons/usb-flash-drive--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--minus.png diff --git a/AMOEBA3/src/icons/usb-flash-drive--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--pencil.png similarity index 100% rename from AMOEBA3/src/icons/usb-flash-drive--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--pencil.png diff --git a/AMOEBA3/src/icons/usb-flash-drive--plus.png b/AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--plus.png similarity index 100% rename from AMOEBA3/src/icons/usb-flash-drive--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive--plus.png diff --git a/AMOEBA3/src/icons/usb-flash-drive-logo.png b/AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive-logo.png similarity index 100% rename from AMOEBA3/src/icons/usb-flash-drive-logo.png rename to AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive-logo.png diff --git a/AMOEBA3/src/icons/usb-flash-drive.png b/AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive.png similarity index 100% rename from AMOEBA3/src/icons/usb-flash-drive.png rename to AMOEBA3/src/VISUALIZATION/icons/usb-flash-drive.png diff --git a/AMOEBA3/src/icons/user--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/user--arrow.png similarity index 100% rename from AMOEBA3/src/icons/user--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/user--arrow.png diff --git a/AMOEBA3/src/icons/user--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/user--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/user--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/user--exclamation.png diff --git a/AMOEBA3/src/icons/user--minus.png b/AMOEBA3/src/VISUALIZATION/icons/user--minus.png similarity index 100% rename from AMOEBA3/src/icons/user--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/user--minus.png diff --git a/AMOEBA3/src/icons/user--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/user--pencil.png similarity index 100% rename from AMOEBA3/src/icons/user--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/user--pencil.png diff --git a/AMOEBA3/src/icons/user--plus.png b/AMOEBA3/src/VISUALIZATION/icons/user--plus.png similarity index 100% rename from AMOEBA3/src/icons/user--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/user--plus.png diff --git a/AMOEBA3/src/icons/user-black-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-black-female.png similarity index 100% rename from AMOEBA3/src/icons/user-black-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-black-female.png diff --git a/AMOEBA3/src/icons/user-black.png b/AMOEBA3/src/VISUALIZATION/icons/user-black.png similarity index 100% rename from AMOEBA3/src/icons/user-black.png rename to AMOEBA3/src/VISUALIZATION/icons/user-black.png diff --git a/AMOEBA3/src/icons/user-business-boss.png b/AMOEBA3/src/VISUALIZATION/icons/user-business-boss.png similarity index 100% rename from AMOEBA3/src/icons/user-business-boss.png rename to AMOEBA3/src/VISUALIZATION/icons/user-business-boss.png diff --git a/AMOEBA3/src/icons/user-business-gray-boss.png b/AMOEBA3/src/VISUALIZATION/icons/user-business-gray-boss.png similarity index 100% rename from AMOEBA3/src/icons/user-business-gray-boss.png rename to AMOEBA3/src/VISUALIZATION/icons/user-business-gray-boss.png diff --git a/AMOEBA3/src/icons/user-business-gray.png b/AMOEBA3/src/VISUALIZATION/icons/user-business-gray.png similarity index 100% rename from AMOEBA3/src/icons/user-business-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/user-business-gray.png diff --git a/AMOEBA3/src/icons/user-business.png b/AMOEBA3/src/VISUALIZATION/icons/user-business.png similarity index 100% rename from AMOEBA3/src/icons/user-business.png rename to AMOEBA3/src/VISUALIZATION/icons/user-business.png diff --git a/AMOEBA3/src/icons/user-detective-gray.png b/AMOEBA3/src/VISUALIZATION/icons/user-detective-gray.png similarity index 100% rename from AMOEBA3/src/icons/user-detective-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/user-detective-gray.png diff --git a/AMOEBA3/src/icons/user-detective.png b/AMOEBA3/src/VISUALIZATION/icons/user-detective.png similarity index 100% rename from AMOEBA3/src/icons/user-detective.png rename to AMOEBA3/src/VISUALIZATION/icons/user-detective.png diff --git a/AMOEBA3/src/icons/user-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-female.png similarity index 100% rename from AMOEBA3/src/icons/user-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-female.png diff --git a/AMOEBA3/src/icons/user-gray-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-gray-female.png similarity index 100% rename from AMOEBA3/src/icons/user-gray-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-gray-female.png diff --git a/AMOEBA3/src/icons/user-gray.png b/AMOEBA3/src/VISUALIZATION/icons/user-gray.png similarity index 100% rename from AMOEBA3/src/icons/user-gray.png rename to AMOEBA3/src/VISUALIZATION/icons/user-gray.png diff --git a/AMOEBA3/src/icons/user-green-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-green-female.png similarity index 100% rename from AMOEBA3/src/icons/user-green-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-green-female.png diff --git a/AMOEBA3/src/icons/user-green.png b/AMOEBA3/src/VISUALIZATION/icons/user-green.png similarity index 100% rename from AMOEBA3/src/icons/user-green.png rename to AMOEBA3/src/VISUALIZATION/icons/user-green.png diff --git a/AMOEBA3/src/icons/user-medical-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-medical-female.png similarity index 100% rename from AMOEBA3/src/icons/user-medical-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-medical-female.png diff --git a/AMOEBA3/src/icons/user-medical.png b/AMOEBA3/src/VISUALIZATION/icons/user-medical.png similarity index 100% rename from AMOEBA3/src/icons/user-medical.png rename to AMOEBA3/src/VISUALIZATION/icons/user-medical.png diff --git a/AMOEBA3/src/icons/user-medium-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-medium-female.png similarity index 100% rename from AMOEBA3/src/icons/user-medium-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-medium-female.png diff --git a/AMOEBA3/src/icons/user-medium-silhouette.png b/AMOEBA3/src/VISUALIZATION/icons/user-medium-silhouette.png similarity index 100% rename from AMOEBA3/src/icons/user-medium-silhouette.png rename to AMOEBA3/src/VISUALIZATION/icons/user-medium-silhouette.png diff --git a/AMOEBA3/src/icons/user-medium.png b/AMOEBA3/src/VISUALIZATION/icons/user-medium.png similarity index 100% rename from AMOEBA3/src/icons/user-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/user-medium.png diff --git a/AMOEBA3/src/icons/user-nude-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-nude-female.png similarity index 100% rename from AMOEBA3/src/icons/user-nude-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-nude-female.png diff --git a/AMOEBA3/src/icons/user-nude.png b/AMOEBA3/src/VISUALIZATION/icons/user-nude.png similarity index 100% rename from AMOEBA3/src/icons/user-nude.png rename to AMOEBA3/src/VISUALIZATION/icons/user-nude.png diff --git a/AMOEBA3/src/icons/user-red-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-red-female.png similarity index 100% rename from AMOEBA3/src/icons/user-red-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-red-female.png diff --git a/AMOEBA3/src/icons/user-red.png b/AMOEBA3/src/VISUALIZATION/icons/user-red.png similarity index 100% rename from AMOEBA3/src/icons/user-red.png rename to AMOEBA3/src/VISUALIZATION/icons/user-red.png diff --git a/AMOEBA3/src/icons/user-share.png b/AMOEBA3/src/VISUALIZATION/icons/user-share.png similarity index 100% rename from AMOEBA3/src/icons/user-share.png rename to AMOEBA3/src/VISUALIZATION/icons/user-share.png diff --git a/AMOEBA3/src/icons/user-silhouette-question.png b/AMOEBA3/src/VISUALIZATION/icons/user-silhouette-question.png similarity index 100% rename from AMOEBA3/src/icons/user-silhouette-question.png rename to AMOEBA3/src/VISUALIZATION/icons/user-silhouette-question.png diff --git a/AMOEBA3/src/icons/user-silhouette.png b/AMOEBA3/src/VISUALIZATION/icons/user-silhouette.png similarity index 100% rename from AMOEBA3/src/icons/user-silhouette.png rename to AMOEBA3/src/VISUALIZATION/icons/user-silhouette.png diff --git a/AMOEBA3/src/icons/user-small-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-small-female.png similarity index 100% rename from AMOEBA3/src/icons/user-small-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-small-female.png diff --git a/AMOEBA3/src/icons/user-small.png b/AMOEBA3/src/VISUALIZATION/icons/user-small.png similarity index 100% rename from AMOEBA3/src/icons/user-small.png rename to AMOEBA3/src/VISUALIZATION/icons/user-small.png diff --git a/AMOEBA3/src/icons/user-thief-baldie.png b/AMOEBA3/src/VISUALIZATION/icons/user-thief-baldie.png similarity index 100% rename from AMOEBA3/src/icons/user-thief-baldie.png rename to AMOEBA3/src/VISUALIZATION/icons/user-thief-baldie.png diff --git a/AMOEBA3/src/icons/user-thief-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-thief-female.png similarity index 100% rename from AMOEBA3/src/icons/user-thief-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-thief-female.png diff --git a/AMOEBA3/src/icons/user-thief.png b/AMOEBA3/src/VISUALIZATION/icons/user-thief.png similarity index 100% rename from AMOEBA3/src/icons/user-thief.png rename to AMOEBA3/src/VISUALIZATION/icons/user-thief.png diff --git a/AMOEBA3/src/icons/user-white-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-white-female.png similarity index 100% rename from AMOEBA3/src/icons/user-white-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-white-female.png diff --git a/AMOEBA3/src/icons/user-white.png b/AMOEBA3/src/VISUALIZATION/icons/user-white.png similarity index 100% rename from AMOEBA3/src/icons/user-white.png rename to AMOEBA3/src/VISUALIZATION/icons/user-white.png diff --git a/AMOEBA3/src/icons/user-worker-boss.png b/AMOEBA3/src/VISUALIZATION/icons/user-worker-boss.png similarity index 100% rename from AMOEBA3/src/icons/user-worker-boss.png rename to AMOEBA3/src/VISUALIZATION/icons/user-worker-boss.png diff --git a/AMOEBA3/src/icons/user-worker.png b/AMOEBA3/src/VISUALIZATION/icons/user-worker.png similarity index 100% rename from AMOEBA3/src/icons/user-worker.png rename to AMOEBA3/src/VISUALIZATION/icons/user-worker.png diff --git a/AMOEBA3/src/icons/user-yellow-female.png b/AMOEBA3/src/VISUALIZATION/icons/user-yellow-female.png similarity index 100% rename from AMOEBA3/src/icons/user-yellow-female.png rename to AMOEBA3/src/VISUALIZATION/icons/user-yellow-female.png diff --git a/AMOEBA3/src/icons/user-yellow.png b/AMOEBA3/src/VISUALIZATION/icons/user-yellow.png similarity index 100% rename from AMOEBA3/src/icons/user-yellow.png rename to AMOEBA3/src/VISUALIZATION/icons/user-yellow.png diff --git a/AMOEBA3/src/icons/user.png b/AMOEBA3/src/VISUALIZATION/icons/user.png similarity index 100% rename from AMOEBA3/src/icons/user.png rename to AMOEBA3/src/VISUALIZATION/icons/user.png diff --git a/AMOEBA3/src/icons/users.png b/AMOEBA3/src/VISUALIZATION/icons/users.png similarity index 100% rename from AMOEBA3/src/icons/users.png rename to AMOEBA3/src/VISUALIZATION/icons/users.png diff --git a/AMOEBA3/src/icons/validation-document.png b/AMOEBA3/src/VISUALIZATION/icons/validation-document.png similarity index 100% rename from AMOEBA3/src/icons/validation-document.png rename to AMOEBA3/src/VISUALIZATION/icons/validation-document.png diff --git a/AMOEBA3/src/icons/validation-invalid-document.png b/AMOEBA3/src/VISUALIZATION/icons/validation-invalid-document.png similarity index 100% rename from AMOEBA3/src/icons/validation-invalid-document.png rename to AMOEBA3/src/VISUALIZATION/icons/validation-invalid-document.png diff --git a/AMOEBA3/src/icons/validation-invalid.png b/AMOEBA3/src/VISUALIZATION/icons/validation-invalid.png similarity index 100% rename from AMOEBA3/src/icons/validation-invalid.png rename to AMOEBA3/src/VISUALIZATION/icons/validation-invalid.png diff --git a/AMOEBA3/src/icons/validation-label-html.png b/AMOEBA3/src/VISUALIZATION/icons/validation-label-html.png similarity index 100% rename from AMOEBA3/src/icons/validation-label-html.png rename to AMOEBA3/src/VISUALIZATION/icons/validation-label-html.png diff --git a/AMOEBA3/src/icons/validation-label.png b/AMOEBA3/src/VISUALIZATION/icons/validation-label.png similarity index 100% rename from AMOEBA3/src/icons/validation-label.png rename to AMOEBA3/src/VISUALIZATION/icons/validation-label.png diff --git a/AMOEBA3/src/icons/validation-valid-document.png b/AMOEBA3/src/VISUALIZATION/icons/validation-valid-document.png similarity index 100% rename from AMOEBA3/src/icons/validation-valid-document.png rename to AMOEBA3/src/VISUALIZATION/icons/validation-valid-document.png diff --git a/AMOEBA3/src/icons/validation-valid.png b/AMOEBA3/src/VISUALIZATION/icons/validation-valid.png similarity index 100% rename from AMOEBA3/src/icons/validation-valid.png rename to AMOEBA3/src/VISUALIZATION/icons/validation-valid.png diff --git a/AMOEBA3/src/icons/validation.png b/AMOEBA3/src/VISUALIZATION/icons/validation.png similarity index 100% rename from AMOEBA3/src/icons/validation.png rename to AMOEBA3/src/VISUALIZATION/icons/validation.png diff --git a/AMOEBA3/src/icons/vase-ear-double.png b/AMOEBA3/src/VISUALIZATION/icons/vase-ear-double.png similarity index 100% rename from AMOEBA3/src/icons/vase-ear-double.png rename to AMOEBA3/src/VISUALIZATION/icons/vase-ear-double.png diff --git a/AMOEBA3/src/icons/vase-ear.png b/AMOEBA3/src/VISUALIZATION/icons/vase-ear.png similarity index 100% rename from AMOEBA3/src/icons/vase-ear.png rename to AMOEBA3/src/VISUALIZATION/icons/vase-ear.png diff --git a/AMOEBA3/src/icons/vase.png b/AMOEBA3/src/VISUALIZATION/icons/vase.png similarity index 100% rename from AMOEBA3/src/icons/vase.png rename to AMOEBA3/src/VISUALIZATION/icons/vase.png diff --git a/AMOEBA3/src/icons/vise-drawer.png b/AMOEBA3/src/VISUALIZATION/icons/vise-drawer.png similarity index 100% rename from AMOEBA3/src/icons/vise-drawer.png rename to AMOEBA3/src/VISUALIZATION/icons/vise-drawer.png diff --git a/AMOEBA3/src/icons/vise.png b/AMOEBA3/src/VISUALIZATION/icons/vise.png similarity index 100% rename from AMOEBA3/src/icons/vise.png rename to AMOEBA3/src/VISUALIZATION/icons/vise.png diff --git a/AMOEBA3/src/icons/wafer-gold.png b/AMOEBA3/src/VISUALIZATION/icons/wafer-gold.png similarity index 100% rename from AMOEBA3/src/icons/wafer-gold.png rename to AMOEBA3/src/VISUALIZATION/icons/wafer-gold.png diff --git a/AMOEBA3/src/icons/wafer.png b/AMOEBA3/src/VISUALIZATION/icons/wafer.png similarity index 100% rename from AMOEBA3/src/icons/wafer.png rename to AMOEBA3/src/VISUALIZATION/icons/wafer.png diff --git a/AMOEBA3/src/icons/wall--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/wall--arrow.png similarity index 100% rename from AMOEBA3/src/icons/wall--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/wall--arrow.png diff --git a/AMOEBA3/src/icons/wall--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/wall--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/wall--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/wall--exclamation.png diff --git a/AMOEBA3/src/icons/wall--minus.png b/AMOEBA3/src/VISUALIZATION/icons/wall--minus.png similarity index 100% rename from AMOEBA3/src/icons/wall--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/wall--minus.png diff --git a/AMOEBA3/src/icons/wall--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/wall--pencil.png similarity index 100% rename from AMOEBA3/src/icons/wall--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/wall--pencil.png diff --git a/AMOEBA3/src/icons/wall--plus.png b/AMOEBA3/src/VISUALIZATION/icons/wall--plus.png similarity index 100% rename from AMOEBA3/src/icons/wall--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/wall--plus.png diff --git a/AMOEBA3/src/icons/wall-break.png b/AMOEBA3/src/VISUALIZATION/icons/wall-break.png similarity index 100% rename from AMOEBA3/src/icons/wall-break.png rename to AMOEBA3/src/VISUALIZATION/icons/wall-break.png diff --git a/AMOEBA3/src/icons/wall-brick.png b/AMOEBA3/src/VISUALIZATION/icons/wall-brick.png similarity index 100% rename from AMOEBA3/src/icons/wall-brick.png rename to AMOEBA3/src/VISUALIZATION/icons/wall-brick.png diff --git a/AMOEBA3/src/icons/wall-small-brick.png b/AMOEBA3/src/VISUALIZATION/icons/wall-small-brick.png similarity index 100% rename from AMOEBA3/src/icons/wall-small-brick.png rename to AMOEBA3/src/VISUALIZATION/icons/wall-small-brick.png diff --git a/AMOEBA3/src/icons/wall-small.png b/AMOEBA3/src/VISUALIZATION/icons/wall-small.png similarity index 100% rename from AMOEBA3/src/icons/wall-small.png rename to AMOEBA3/src/VISUALIZATION/icons/wall-small.png diff --git a/AMOEBA3/src/icons/wall.png b/AMOEBA3/src/VISUALIZATION/icons/wall.png similarity index 100% rename from AMOEBA3/src/icons/wall.png rename to AMOEBA3/src/VISUALIZATION/icons/wall.png diff --git a/AMOEBA3/src/icons/wallet--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/wallet--arrow.png similarity index 100% rename from AMOEBA3/src/icons/wallet--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/wallet--arrow.png diff --git a/AMOEBA3/src/icons/wallet--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/wallet--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/wallet--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/wallet--exclamation.png diff --git a/AMOEBA3/src/icons/wallet--minus.png b/AMOEBA3/src/VISUALIZATION/icons/wallet--minus.png similarity index 100% rename from AMOEBA3/src/icons/wallet--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/wallet--minus.png diff --git a/AMOEBA3/src/icons/wallet--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/wallet--pencil.png similarity index 100% rename from AMOEBA3/src/icons/wallet--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/wallet--pencil.png diff --git a/AMOEBA3/src/icons/wallet--plus.png b/AMOEBA3/src/VISUALIZATION/icons/wallet--plus.png similarity index 100% rename from AMOEBA3/src/icons/wallet--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/wallet--plus.png diff --git a/AMOEBA3/src/icons/wallet.png b/AMOEBA3/src/VISUALIZATION/icons/wallet.png similarity index 100% rename from AMOEBA3/src/icons/wallet.png rename to AMOEBA3/src/VISUALIZATION/icons/wallet.png diff --git a/AMOEBA3/src/icons/wand--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/wand--arrow.png similarity index 100% rename from AMOEBA3/src/icons/wand--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/wand--arrow.png diff --git a/AMOEBA3/src/icons/wand--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/wand--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/wand--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/wand--exclamation.png diff --git a/AMOEBA3/src/icons/wand--minus.png b/AMOEBA3/src/VISUALIZATION/icons/wand--minus.png similarity index 100% rename from AMOEBA3/src/icons/wand--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/wand--minus.png diff --git a/AMOEBA3/src/icons/wand--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/wand--pencil.png similarity index 100% rename from AMOEBA3/src/icons/wand--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/wand--pencil.png diff --git a/AMOEBA3/src/icons/wand--plus.png b/AMOEBA3/src/VISUALIZATION/icons/wand--plus.png similarity index 100% rename from AMOEBA3/src/icons/wand--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/wand--plus.png diff --git a/AMOEBA3/src/icons/wand-hat.png b/AMOEBA3/src/VISUALIZATION/icons/wand-hat.png similarity index 100% rename from AMOEBA3/src/icons/wand-hat.png rename to AMOEBA3/src/VISUALIZATION/icons/wand-hat.png diff --git a/AMOEBA3/src/icons/wand-magic.png b/AMOEBA3/src/VISUALIZATION/icons/wand-magic.png similarity index 100% rename from AMOEBA3/src/icons/wand-magic.png rename to AMOEBA3/src/VISUALIZATION/icons/wand-magic.png diff --git a/AMOEBA3/src/icons/wand-small.png b/AMOEBA3/src/VISUALIZATION/icons/wand-small.png similarity index 100% rename from AMOEBA3/src/icons/wand-small.png rename to AMOEBA3/src/VISUALIZATION/icons/wand-small.png diff --git a/AMOEBA3/src/icons/wand.png b/AMOEBA3/src/VISUALIZATION/icons/wand.png similarity index 100% rename from AMOEBA3/src/icons/wand.png rename to AMOEBA3/src/VISUALIZATION/icons/wand.png diff --git a/AMOEBA3/src/icons/water--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/water--arrow.png similarity index 100% rename from AMOEBA3/src/icons/water--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/water--arrow.png diff --git a/AMOEBA3/src/icons/water--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/water--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/water--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/water--exclamation.png diff --git a/AMOEBA3/src/icons/water--minus.png b/AMOEBA3/src/VISUALIZATION/icons/water--minus.png similarity index 100% rename from AMOEBA3/src/icons/water--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/water--minus.png diff --git a/AMOEBA3/src/icons/water--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/water--pencil.png similarity index 100% rename from AMOEBA3/src/icons/water--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/water--pencil.png diff --git a/AMOEBA3/src/icons/water--plus.png b/AMOEBA3/src/VISUALIZATION/icons/water--plus.png similarity index 100% rename from AMOEBA3/src/icons/water--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/water--plus.png diff --git a/AMOEBA3/src/icons/water.png b/AMOEBA3/src/VISUALIZATION/icons/water.png similarity index 100% rename from AMOEBA3/src/icons/water.png rename to AMOEBA3/src/VISUALIZATION/icons/water.png diff --git a/AMOEBA3/src/icons/weather-cloud-small.png b/AMOEBA3/src/VISUALIZATION/icons/weather-cloud-small.png similarity index 100% rename from AMOEBA3/src/icons/weather-cloud-small.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-cloud-small.png diff --git a/AMOEBA3/src/icons/weather-cloud.png b/AMOEBA3/src/VISUALIZATION/icons/weather-cloud.png similarity index 100% rename from AMOEBA3/src/icons/weather-cloud.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-cloud.png diff --git a/AMOEBA3/src/icons/weather-clouds.png b/AMOEBA3/src/VISUALIZATION/icons/weather-clouds.png similarity index 100% rename from AMOEBA3/src/icons/weather-clouds.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-clouds.png diff --git a/AMOEBA3/src/icons/weather-cloudy.png b/AMOEBA3/src/VISUALIZATION/icons/weather-cloudy.png similarity index 100% rename from AMOEBA3/src/icons/weather-cloudy.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-cloudy.png diff --git a/AMOEBA3/src/icons/weather-fog.png b/AMOEBA3/src/VISUALIZATION/icons/weather-fog.png similarity index 100% rename from AMOEBA3/src/icons/weather-fog.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-fog.png diff --git a/AMOEBA3/src/icons/weather-lightning.png b/AMOEBA3/src/VISUALIZATION/icons/weather-lightning.png similarity index 100% rename from AMOEBA3/src/icons/weather-lightning.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-lightning.png diff --git a/AMOEBA3/src/icons/weather-moon-clouds.png b/AMOEBA3/src/VISUALIZATION/icons/weather-moon-clouds.png similarity index 100% rename from AMOEBA3/src/icons/weather-moon-clouds.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-moon-clouds.png diff --git a/AMOEBA3/src/icons/weather-moon-fog.png b/AMOEBA3/src/VISUALIZATION/icons/weather-moon-fog.png similarity index 100% rename from AMOEBA3/src/icons/weather-moon-fog.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-moon-fog.png diff --git a/AMOEBA3/src/icons/weather-moon-half.png b/AMOEBA3/src/VISUALIZATION/icons/weather-moon-half.png similarity index 100% rename from AMOEBA3/src/icons/weather-moon-half.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-moon-half.png diff --git a/AMOEBA3/src/icons/weather-moon.png b/AMOEBA3/src/VISUALIZATION/icons/weather-moon.png similarity index 100% rename from AMOEBA3/src/icons/weather-moon.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-moon.png diff --git a/AMOEBA3/src/icons/weather-rain-little.png b/AMOEBA3/src/VISUALIZATION/icons/weather-rain-little.png similarity index 100% rename from AMOEBA3/src/icons/weather-rain-little.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-rain-little.png diff --git a/AMOEBA3/src/icons/weather-rain.png b/AMOEBA3/src/VISUALIZATION/icons/weather-rain.png similarity index 100% rename from AMOEBA3/src/icons/weather-rain.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-rain.png diff --git a/AMOEBA3/src/icons/weather-snow-little.png b/AMOEBA3/src/VISUALIZATION/icons/weather-snow-little.png similarity index 100% rename from AMOEBA3/src/icons/weather-snow-little.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-snow-little.png diff --git a/AMOEBA3/src/icons/weather-snow.png b/AMOEBA3/src/VISUALIZATION/icons/weather-snow.png similarity index 100% rename from AMOEBA3/src/icons/weather-snow.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-snow.png diff --git a/AMOEBA3/src/icons/weather-snowflake.png b/AMOEBA3/src/VISUALIZATION/icons/weather-snowflake.png similarity index 100% rename from AMOEBA3/src/icons/weather-snowflake.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-snowflake.png diff --git a/AMOEBA3/src/icons/weather-tornado.png b/AMOEBA3/src/VISUALIZATION/icons/weather-tornado.png similarity index 100% rename from AMOEBA3/src/icons/weather-tornado.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-tornado.png diff --git a/AMOEBA3/src/icons/weather-wind.png b/AMOEBA3/src/VISUALIZATION/icons/weather-wind.png similarity index 100% rename from AMOEBA3/src/icons/weather-wind.png rename to AMOEBA3/src/VISUALIZATION/icons/weather-wind.png diff --git a/AMOEBA3/src/icons/weather.png b/AMOEBA3/src/VISUALIZATION/icons/weather.png similarity index 100% rename from AMOEBA3/src/icons/weather.png rename to AMOEBA3/src/VISUALIZATION/icons/weather.png diff --git a/AMOEBA3/src/icons/web-slice-balloon.png b/AMOEBA3/src/VISUALIZATION/icons/web-slice-balloon.png similarity index 100% rename from AMOEBA3/src/icons/web-slice-balloon.png rename to AMOEBA3/src/VISUALIZATION/icons/web-slice-balloon.png diff --git a/AMOEBA3/src/icons/web-slice-document.png b/AMOEBA3/src/VISUALIZATION/icons/web-slice-document.png similarity index 100% rename from AMOEBA3/src/icons/web-slice-document.png rename to AMOEBA3/src/VISUALIZATION/icons/web-slice-document.png diff --git a/AMOEBA3/src/icons/web-slice-small.png b/AMOEBA3/src/VISUALIZATION/icons/web-slice-small.png similarity index 100% rename from AMOEBA3/src/icons/web-slice-small.png rename to AMOEBA3/src/VISUALIZATION/icons/web-slice-small.png diff --git a/AMOEBA3/src/icons/web-slice.png b/AMOEBA3/src/VISUALIZATION/icons/web-slice.png similarity index 100% rename from AMOEBA3/src/icons/web-slice.png rename to AMOEBA3/src/VISUALIZATION/icons/web-slice.png diff --git a/AMOEBA3/src/icons/webcam--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/webcam--arrow.png similarity index 100% rename from AMOEBA3/src/icons/webcam--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam--arrow.png diff --git a/AMOEBA3/src/icons/webcam--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/webcam--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/webcam--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam--exclamation.png diff --git a/AMOEBA3/src/icons/webcam--minus.png b/AMOEBA3/src/VISUALIZATION/icons/webcam--minus.png similarity index 100% rename from AMOEBA3/src/icons/webcam--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam--minus.png diff --git a/AMOEBA3/src/icons/webcam--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/webcam--pencil.png similarity index 100% rename from AMOEBA3/src/icons/webcam--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam--pencil.png diff --git a/AMOEBA3/src/icons/webcam--plus.png b/AMOEBA3/src/VISUALIZATION/icons/webcam--plus.png similarity index 100% rename from AMOEBA3/src/icons/webcam--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam--plus.png diff --git a/AMOEBA3/src/icons/webcam-medium.png b/AMOEBA3/src/VISUALIZATION/icons/webcam-medium.png similarity index 100% rename from AMOEBA3/src/icons/webcam-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam-medium.png diff --git a/AMOEBA3/src/icons/webcam-network.png b/AMOEBA3/src/VISUALIZATION/icons/webcam-network.png similarity index 100% rename from AMOEBA3/src/icons/webcam-network.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam-network.png diff --git a/AMOEBA3/src/icons/webcam-share.png b/AMOEBA3/src/VISUALIZATION/icons/webcam-share.png similarity index 100% rename from AMOEBA3/src/icons/webcam-share.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam-share.png diff --git a/AMOEBA3/src/icons/webcam.png b/AMOEBA3/src/VISUALIZATION/icons/webcam.png similarity index 100% rename from AMOEBA3/src/icons/webcam.png rename to AMOEBA3/src/VISUALIZATION/icons/webcam.png diff --git a/AMOEBA3/src/icons/weight--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/weight--arrow.png similarity index 100% rename from AMOEBA3/src/icons/weight--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/weight--arrow.png diff --git a/AMOEBA3/src/icons/weight--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/weight--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/weight--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/weight--exclamation.png diff --git a/AMOEBA3/src/icons/weight--minus.png b/AMOEBA3/src/VISUALIZATION/icons/weight--minus.png similarity index 100% rename from AMOEBA3/src/icons/weight--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/weight--minus.png diff --git a/AMOEBA3/src/icons/weight--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/weight--pencil.png similarity index 100% rename from AMOEBA3/src/icons/weight--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/weight--pencil.png diff --git a/AMOEBA3/src/icons/weight--plus.png b/AMOEBA3/src/VISUALIZATION/icons/weight--plus.png similarity index 100% rename from AMOEBA3/src/icons/weight--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/weight--plus.png diff --git a/AMOEBA3/src/icons/weight.png b/AMOEBA3/src/VISUALIZATION/icons/weight.png similarity index 100% rename from AMOEBA3/src/icons/weight.png rename to AMOEBA3/src/VISUALIZATION/icons/weight.png diff --git a/AMOEBA3/src/icons/wheel.png b/AMOEBA3/src/VISUALIZATION/icons/wheel.png similarity index 100% rename from AMOEBA3/src/icons/wheel.png rename to AMOEBA3/src/VISUALIZATION/icons/wheel.png diff --git a/AMOEBA3/src/icons/wi-fi-zone.png b/AMOEBA3/src/VISUALIZATION/icons/wi-fi-zone.png similarity index 100% rename from AMOEBA3/src/icons/wi-fi-zone.png rename to AMOEBA3/src/VISUALIZATION/icons/wi-fi-zone.png diff --git a/AMOEBA3/src/icons/wi-fi.png b/AMOEBA3/src/VISUALIZATION/icons/wi-fi.png similarity index 100% rename from AMOEBA3/src/icons/wi-fi.png rename to AMOEBA3/src/VISUALIZATION/icons/wi-fi.png diff --git a/AMOEBA3/src/icons/windows.png b/AMOEBA3/src/VISUALIZATION/icons/windows.png similarity index 100% rename from AMOEBA3/src/icons/windows.png rename to AMOEBA3/src/VISUALIZATION/icons/windows.png diff --git a/AMOEBA3/src/icons/wooden-box--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/wooden-box--arrow.png similarity index 100% rename from AMOEBA3/src/icons/wooden-box--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/wooden-box--arrow.png diff --git a/AMOEBA3/src/icons/wooden-box--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/wooden-box--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/wooden-box--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/wooden-box--exclamation.png diff --git a/AMOEBA3/src/icons/wooden-box--minus.png b/AMOEBA3/src/VISUALIZATION/icons/wooden-box--minus.png similarity index 100% rename from AMOEBA3/src/icons/wooden-box--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/wooden-box--minus.png diff --git a/AMOEBA3/src/icons/wooden-box--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/wooden-box--pencil.png similarity index 100% rename from AMOEBA3/src/icons/wooden-box--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/wooden-box--pencil.png diff --git a/AMOEBA3/src/icons/wooden-box--plus.png b/AMOEBA3/src/VISUALIZATION/icons/wooden-box--plus.png similarity index 100% rename from AMOEBA3/src/icons/wooden-box--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/wooden-box--plus.png diff --git a/AMOEBA3/src/icons/wooden-box-label.png b/AMOEBA3/src/VISUALIZATION/icons/wooden-box-label.png similarity index 100% rename from AMOEBA3/src/icons/wooden-box-label.png rename to AMOEBA3/src/VISUALIZATION/icons/wooden-box-label.png diff --git a/AMOEBA3/src/icons/wooden-box.png b/AMOEBA3/src/VISUALIZATION/icons/wooden-box.png similarity index 100% rename from AMOEBA3/src/icons/wooden-box.png rename to AMOEBA3/src/VISUALIZATION/icons/wooden-box.png diff --git a/AMOEBA3/src/icons/wrap-behind.png b/AMOEBA3/src/VISUALIZATION/icons/wrap-behind.png similarity index 100% rename from AMOEBA3/src/icons/wrap-behind.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap-behind.png diff --git a/AMOEBA3/src/icons/wrap-between.png b/AMOEBA3/src/VISUALIZATION/icons/wrap-between.png similarity index 100% rename from AMOEBA3/src/icons/wrap-between.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap-between.png diff --git a/AMOEBA3/src/icons/wrap-edit.png b/AMOEBA3/src/VISUALIZATION/icons/wrap-edit.png similarity index 100% rename from AMOEBA3/src/icons/wrap-edit.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap-edit.png diff --git a/AMOEBA3/src/icons/wrap-front.png b/AMOEBA3/src/VISUALIZATION/icons/wrap-front.png similarity index 100% rename from AMOEBA3/src/icons/wrap-front.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap-front.png diff --git a/AMOEBA3/src/icons/wrap-option.png b/AMOEBA3/src/VISUALIZATION/icons/wrap-option.png similarity index 100% rename from AMOEBA3/src/icons/wrap-option.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap-option.png diff --git a/AMOEBA3/src/icons/wrap-square.png b/AMOEBA3/src/VISUALIZATION/icons/wrap-square.png similarity index 100% rename from AMOEBA3/src/icons/wrap-square.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap-square.png diff --git a/AMOEBA3/src/icons/wrap-through.png b/AMOEBA3/src/VISUALIZATION/icons/wrap-through.png similarity index 100% rename from AMOEBA3/src/icons/wrap-through.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap-through.png diff --git a/AMOEBA3/src/icons/wrap-tight.png b/AMOEBA3/src/VISUALIZATION/icons/wrap-tight.png similarity index 100% rename from AMOEBA3/src/icons/wrap-tight.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap-tight.png diff --git a/AMOEBA3/src/icons/wrap.png b/AMOEBA3/src/VISUALIZATION/icons/wrap.png similarity index 100% rename from AMOEBA3/src/icons/wrap.png rename to AMOEBA3/src/VISUALIZATION/icons/wrap.png diff --git a/AMOEBA3/src/icons/wrench--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/wrench--arrow.png similarity index 100% rename from AMOEBA3/src/icons/wrench--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/wrench--arrow.png diff --git a/AMOEBA3/src/icons/wrench--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/wrench--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/wrench--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/wrench--exclamation.png diff --git a/AMOEBA3/src/icons/wrench--minus.png b/AMOEBA3/src/VISUALIZATION/icons/wrench--minus.png similarity index 100% rename from AMOEBA3/src/icons/wrench--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/wrench--minus.png diff --git a/AMOEBA3/src/icons/wrench--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/wrench--pencil.png similarity index 100% rename from AMOEBA3/src/icons/wrench--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/wrench--pencil.png diff --git a/AMOEBA3/src/icons/wrench--plus.png b/AMOEBA3/src/VISUALIZATION/icons/wrench--plus.png similarity index 100% rename from AMOEBA3/src/icons/wrench--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/wrench--plus.png diff --git a/AMOEBA3/src/icons/wrench-screwdriver.png b/AMOEBA3/src/VISUALIZATION/icons/wrench-screwdriver.png similarity index 100% rename from AMOEBA3/src/icons/wrench-screwdriver.png rename to AMOEBA3/src/VISUALIZATION/icons/wrench-screwdriver.png diff --git a/AMOEBA3/src/icons/wrench.png b/AMOEBA3/src/VISUALIZATION/icons/wrench.png similarity index 100% rename from AMOEBA3/src/icons/wrench.png rename to AMOEBA3/src/VISUALIZATION/icons/wrench.png diff --git a/AMOEBA3/src/icons/x-ray.png b/AMOEBA3/src/VISUALIZATION/icons/x-ray.png similarity index 100% rename from AMOEBA3/src/icons/x-ray.png rename to AMOEBA3/src/VISUALIZATION/icons/x-ray.png diff --git a/AMOEBA3/src/icons/xfn-colleague-met.png b/AMOEBA3/src/VISUALIZATION/icons/xfn-colleague-met.png similarity index 100% rename from AMOEBA3/src/icons/xfn-colleague-met.png rename to AMOEBA3/src/VISUALIZATION/icons/xfn-colleague-met.png diff --git a/AMOEBA3/src/icons/xfn-colleague.png b/AMOEBA3/src/VISUALIZATION/icons/xfn-colleague.png similarity index 100% rename from AMOEBA3/src/icons/xfn-colleague.png rename to AMOEBA3/src/VISUALIZATION/icons/xfn-colleague.png diff --git a/AMOEBA3/src/icons/xfn-friend-met.png b/AMOEBA3/src/VISUALIZATION/icons/xfn-friend-met.png similarity index 100% rename from AMOEBA3/src/icons/xfn-friend-met.png rename to AMOEBA3/src/VISUALIZATION/icons/xfn-friend-met.png diff --git a/AMOEBA3/src/icons/xfn-friend.png b/AMOEBA3/src/VISUALIZATION/icons/xfn-friend.png similarity index 100% rename from AMOEBA3/src/icons/xfn-friend.png rename to AMOEBA3/src/VISUALIZATION/icons/xfn-friend.png diff --git a/AMOEBA3/src/icons/xfn-sweetheart-met.png b/AMOEBA3/src/VISUALIZATION/icons/xfn-sweetheart-met.png similarity index 100% rename from AMOEBA3/src/icons/xfn-sweetheart-met.png rename to AMOEBA3/src/VISUALIZATION/icons/xfn-sweetheart-met.png diff --git a/AMOEBA3/src/icons/xfn-sweetheart.png b/AMOEBA3/src/VISUALIZATION/icons/xfn-sweetheart.png similarity index 100% rename from AMOEBA3/src/icons/xfn-sweetheart.png rename to AMOEBA3/src/VISUALIZATION/icons/xfn-sweetheart.png diff --git a/AMOEBA3/src/icons/xfn.png b/AMOEBA3/src/VISUALIZATION/icons/xfn.png similarity index 100% rename from AMOEBA3/src/icons/xfn.png rename to AMOEBA3/src/VISUALIZATION/icons/xfn.png diff --git a/AMOEBA3/src/icons/yin-yang.png b/AMOEBA3/src/VISUALIZATION/icons/yin-yang.png similarity index 100% rename from AMOEBA3/src/icons/yin-yang.png rename to AMOEBA3/src/VISUALIZATION/icons/yin-yang.png diff --git a/AMOEBA3/src/icons/zodiac-aries.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-aries.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-aries.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-aries.png diff --git a/AMOEBA3/src/icons/zodiac-cancer.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-cancer.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-cancer.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-cancer.png diff --git a/AMOEBA3/src/icons/zodiac-capricorn.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-capricorn.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-capricorn.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-capricorn.png diff --git a/AMOEBA3/src/icons/zodiac-gemini.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-gemini.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-gemini.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-gemini.png diff --git a/AMOEBA3/src/icons/zodiac-leo.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-leo.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-leo.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-leo.png diff --git a/AMOEBA3/src/icons/zodiac-libra.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-libra.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-libra.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-libra.png diff --git a/AMOEBA3/src/icons/zodiac-pisces.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-pisces.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-pisces.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-pisces.png diff --git a/AMOEBA3/src/icons/zodiac-sagittarius.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-sagittarius.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-sagittarius.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-sagittarius.png diff --git a/AMOEBA3/src/icons/zodiac-scorpio.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-scorpio.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-scorpio.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-scorpio.png diff --git a/AMOEBA3/src/icons/zodiac-taurus.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-taurus.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-taurus.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-taurus.png diff --git a/AMOEBA3/src/icons/zodiac-virgo.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac-virgo.png similarity index 100% rename from AMOEBA3/src/icons/zodiac-virgo.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac-virgo.png diff --git a/AMOEBA3/src/icons/zodiac.png b/AMOEBA3/src/VISUALIZATION/icons/zodiac.png similarity index 100% rename from AMOEBA3/src/icons/zodiac.png rename to AMOEBA3/src/VISUALIZATION/icons/zodiac.png diff --git a/AMOEBA3/src/icons/zone--arrow.png b/AMOEBA3/src/VISUALIZATION/icons/zone--arrow.png similarity index 100% rename from AMOEBA3/src/icons/zone--arrow.png rename to AMOEBA3/src/VISUALIZATION/icons/zone--arrow.png diff --git a/AMOEBA3/src/icons/zone--exclamation.png b/AMOEBA3/src/VISUALIZATION/icons/zone--exclamation.png similarity index 100% rename from AMOEBA3/src/icons/zone--exclamation.png rename to AMOEBA3/src/VISUALIZATION/icons/zone--exclamation.png diff --git a/AMOEBA3/src/icons/zone--minus.png b/AMOEBA3/src/VISUALIZATION/icons/zone--minus.png similarity index 100% rename from AMOEBA3/src/icons/zone--minus.png rename to AMOEBA3/src/VISUALIZATION/icons/zone--minus.png diff --git a/AMOEBA3/src/icons/zone--pencil.png b/AMOEBA3/src/VISUALIZATION/icons/zone--pencil.png similarity index 100% rename from AMOEBA3/src/icons/zone--pencil.png rename to AMOEBA3/src/VISUALIZATION/icons/zone--pencil.png diff --git a/AMOEBA3/src/icons/zone--plus.png b/AMOEBA3/src/VISUALIZATION/icons/zone--plus.png similarity index 100% rename from AMOEBA3/src/icons/zone--plus.png rename to AMOEBA3/src/VISUALIZATION/icons/zone--plus.png diff --git a/AMOEBA3/src/icons/zone-label.png b/AMOEBA3/src/VISUALIZATION/icons/zone-label.png similarity index 100% rename from AMOEBA3/src/icons/zone-label.png rename to AMOEBA3/src/VISUALIZATION/icons/zone-label.png diff --git a/AMOEBA3/src/icons/zone-medium.png b/AMOEBA3/src/VISUALIZATION/icons/zone-medium.png similarity index 100% rename from AMOEBA3/src/icons/zone-medium.png rename to AMOEBA3/src/VISUALIZATION/icons/zone-medium.png diff --git a/AMOEBA3/src/icons/zone-money.png b/AMOEBA3/src/VISUALIZATION/icons/zone-money.png similarity index 100% rename from AMOEBA3/src/icons/zone-money.png rename to AMOEBA3/src/VISUALIZATION/icons/zone-money.png diff --git a/AMOEBA3/src/icons/zone-resize-actual.png b/AMOEBA3/src/VISUALIZATION/icons/zone-resize-actual.png similarity index 100% rename from AMOEBA3/src/icons/zone-resize-actual.png rename to AMOEBA3/src/VISUALIZATION/icons/zone-resize-actual.png diff --git a/AMOEBA3/src/icons/zone-resize.png b/AMOEBA3/src/VISUALIZATION/icons/zone-resize.png similarity index 100% rename from AMOEBA3/src/icons/zone-resize.png rename to AMOEBA3/src/VISUALIZATION/icons/zone-resize.png diff --git a/AMOEBA3/src/icons/zone-select.png b/AMOEBA3/src/VISUALIZATION/icons/zone-select.png similarity index 100% rename from AMOEBA3/src/icons/zone-select.png rename to AMOEBA3/src/VISUALIZATION/icons/zone-select.png diff --git a/AMOEBA3/src/icons/zone-share.png b/AMOEBA3/src/VISUALIZATION/icons/zone-share.png similarity index 100% rename from AMOEBA3/src/icons/zone-share.png rename to AMOEBA3/src/VISUALIZATION/icons/zone-share.png diff --git a/AMOEBA3/src/icons/zone.png b/AMOEBA3/src/VISUALIZATION/icons/zone.png similarity index 100% rename from AMOEBA3/src/icons/zone.png rename to AMOEBA3/src/VISUALIZATION/icons/zone.png diff --git a/AMOEBA3/src/icons/zones-stack.png b/AMOEBA3/src/VISUALIZATION/icons/zones-stack.png similarity index 100% rename from AMOEBA3/src/icons/zones-stack.png rename to AMOEBA3/src/VISUALIZATION/icons/zones-stack.png diff --git a/AMOEBA3/src/icons/zones.png b/AMOEBA3/src/VISUALIZATION/icons/zones.png similarity index 100% rename from AMOEBA3/src/icons/zones.png rename to AMOEBA3/src/VISUALIZATION/icons/zones.png diff --git a/AMOEBA3/src/log/ConsolePanel.java b/AMOEBA3/src/VISUALIZATION/log/ConsolePanel.java similarity index 98% rename from AMOEBA3/src/log/ConsolePanel.java rename to AMOEBA3/src/VISUALIZATION/log/ConsolePanel.java index 8b250611..730b3fd9 100644 --- a/AMOEBA3/src/log/ConsolePanel.java +++ b/AMOEBA3/src/VISUALIZATION/log/ConsolePanel.java @@ -1,4 +1,4 @@ -package log; +package VISUALIZATION.log; import java.awt.BorderLayout; import java.awt.Dimension; diff --git a/AMOEBA3/src/log/LogFile.java b/AMOEBA3/src/VISUALIZATION/log/LogFile.java similarity index 98% rename from AMOEBA3/src/log/LogFile.java rename to AMOEBA3/src/VISUALIZATION/log/LogFile.java index 6e376438..01fe902d 100644 --- a/AMOEBA3/src/log/LogFile.java +++ b/AMOEBA3/src/VISUALIZATION/log/LogFile.java @@ -1,4 +1,4 @@ -package log; +package VISUALIZATION.log; import java.io.FileInputStream; import java.io.FileNotFoundException; @@ -13,8 +13,8 @@ import org.apache.log4j.PropertyConfigurator; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import graphView.TemporalGraph; -import kernel.World; +import VISUALIZATION.graphView.TemporalGraph; +import MAS.kernel.World; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/log/LogForm.java b/AMOEBA3/src/VISUALIZATION/log/LogForm.java similarity index 99% rename from AMOEBA3/src/log/LogForm.java rename to AMOEBA3/src/VISUALIZATION/log/LogForm.java index 4b0f36b6..20a7123a 100644 --- a/AMOEBA3/src/log/LogForm.java +++ b/AMOEBA3/src/VISUALIZATION/log/LogForm.java @@ -1,4 +1,4 @@ -package log; +package VISUALIZATION.log; import java.awt.Dimension; import java.util.Arrays; @@ -14,7 +14,7 @@ import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JTextField; -import kernel.Config; +import MAS.kernel.Config; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/log/LogMessageType.java b/AMOEBA3/src/VISUALIZATION/log/LogMessageType.java similarity index 90% rename from AMOEBA3/src/log/LogMessageType.java rename to AMOEBA3/src/VISUALIZATION/log/LogMessageType.java index 05ad793d..01e3c94e 100644 --- a/AMOEBA3/src/log/LogMessageType.java +++ b/AMOEBA3/src/VISUALIZATION/log/LogMessageType.java @@ -1,4 +1,4 @@ -package log; +package VISUALIZATION.log; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/log/LoggerConsole.java b/AMOEBA3/src/VISUALIZATION/log/LoggerConsole.java similarity index 95% rename from AMOEBA3/src/log/LoggerConsole.java rename to AMOEBA3/src/VISUALIZATION/log/LoggerConsole.java index f3207b4a..18f65be4 100644 --- a/AMOEBA3/src/log/LoggerConsole.java +++ b/AMOEBA3/src/VISUALIZATION/log/LoggerConsole.java @@ -1,4 +1,4 @@ -package log; +package VISUALIZATION.log; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/log/LoggerFile.java b/AMOEBA3/src/VISUALIZATION/log/LoggerFile.java similarity index 95% rename from AMOEBA3/src/log/LoggerFile.java rename to AMOEBA3/src/VISUALIZATION/log/LoggerFile.java index 647f4838..54d98365 100644 --- a/AMOEBA3/src/log/LoggerFile.java +++ b/AMOEBA3/src/VISUALIZATION/log/LoggerFile.java @@ -1,4 +1,4 @@ -package log; +package VISUALIZATION.log; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/log/LoggerMessage.java b/AMOEBA3/src/VISUALIZATION/log/LoggerMessage.java similarity index 91% rename from AMOEBA3/src/log/LoggerMessage.java rename to AMOEBA3/src/VISUALIZATION/log/LoggerMessage.java index 1c277bf9..55ac8ee6 100644 --- a/AMOEBA3/src/log/LoggerMessage.java +++ b/AMOEBA3/src/VISUALIZATION/log/LoggerMessage.java @@ -1,4 +1,4 @@ -package log; +package VISUALIZATION.log; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/log/log4j.properties b/AMOEBA3/src/VISUALIZATION/log/log4j.properties similarity index 100% rename from AMOEBA3/src/log/log4j.properties rename to AMOEBA3/src/VISUALIZATION/log/log4j.properties diff --git a/AMOEBA3/src/observation/Observation.java b/AMOEBA3/src/VISUALIZATION/observation/Observation.java similarity index 93% rename from AMOEBA3/src/observation/Observation.java rename to AMOEBA3/src/VISUALIZATION/observation/Observation.java index b10ae0e9..69400768 100644 --- a/AMOEBA3/src/observation/Observation.java +++ b/AMOEBA3/src/VISUALIZATION/observation/Observation.java @@ -1,10 +1,10 @@ -package observation; +package VISUALIZATION.observation; import java.io.Serializable; import java.util.ArrayList; -import agents.Percept; -import agents.context.Context; +import MAS.agents.Percept; +import MAS.agents.context.Context; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/styles/styleAMOEBA.css b/AMOEBA3/src/VISUALIZATION/styles/styleAMOEBA.css similarity index 100% rename from AMOEBA3/src/styles/styleAMOEBA.css rename to AMOEBA3/src/VISUALIZATION/styles/styleAMOEBA.css diff --git a/AMOEBA3/src/styles/styleBlackBox.css b/AMOEBA3/src/VISUALIZATION/styles/styleBlackBox.css similarity index 100% rename from AMOEBA3/src/styles/styleBlackBox.css rename to AMOEBA3/src/VISUALIZATION/styles/styleBlackBox.css diff --git a/AMOEBA3/src/styles/styleSystem.css b/AMOEBA3/src/VISUALIZATION/styles/styleSystem.css similarity index 100% rename from AMOEBA3/src/styles/styleSystem.css rename to AMOEBA3/src/VISUALIZATION/styles/styleSystem.css diff --git a/AMOEBA3/src/styles/styleSystemDark.css b/AMOEBA3/src/VISUALIZATION/styles/styleSystemDark.css similarity index 100% rename from AMOEBA3/src/styles/styleSystemDark.css rename to AMOEBA3/src/VISUALIZATION/styles/styleSystemDark.css diff --git a/AMOEBA3/src/styles/styleSystemScalable.css b/AMOEBA3/src/VISUALIZATION/styles/styleSystemScalable.css similarity index 100% rename from AMOEBA3/src/styles/styleSystemScalable.css rename to AMOEBA3/src/VISUALIZATION/styles/styleSystemScalable.css diff --git a/AMOEBA3/src/styles/styleSystemSoft.css b/AMOEBA3/src/VISUALIZATION/styles/styleSystemSoft.css similarity index 100% rename from AMOEBA3/src/styles/styleSystemSoft.css rename to AMOEBA3/src/VISUALIZATION/styles/styleSystemSoft.css diff --git a/AMOEBA3/src/view/JMainFrame.java b/AMOEBA3/src/VISUALIZATION/view/JMainFrame.java similarity index 97% rename from AMOEBA3/src/view/JMainFrame.java rename to AMOEBA3/src/VISUALIZATION/view/JMainFrame.java index fe4fae5a..f8c8e242 100644 --- a/AMOEBA3/src/view/JMainFrame.java +++ b/AMOEBA3/src/VISUALIZATION/view/JMainFrame.java @@ -1,4 +1,4 @@ -package view; +package VISUALIZATION.view; import javax.swing.JFrame; import javax.swing.JMenu; diff --git a/AMOEBA3/src/view/animation/JJAnimation.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimation.java similarity index 97% rename from AMOEBA3/src/view/animation/JJAnimation.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJAnimation.java index 43d5534a..0a4d22ef 100644 --- a/AMOEBA3/src/view/animation/JJAnimation.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimation.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/animation/JJAnimationForDiagramme.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationForDiagramme.java similarity index 98% rename from AMOEBA3/src/view/animation/JJAnimationForDiagramme.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationForDiagramme.java index f5300325..f8085175 100644 --- a/AMOEBA3/src/view/animation/JJAnimationForDiagramme.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationForDiagramme.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; import java.util.ArrayList; diff --git a/AMOEBA3/src/view/animation/JJAnimationOpacite.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationOpacite.java similarity index 94% rename from AMOEBA3/src/view/animation/JJAnimationOpacite.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationOpacite.java index 73e3495f..8815abd2 100644 --- a/AMOEBA3/src/view/animation/JJAnimationOpacite.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationOpacite.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/animation/JJAnimationRotation.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationRotation.java similarity index 94% rename from AMOEBA3/src/view/animation/JJAnimationRotation.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationRotation.java index 192e564e..95ec3d77 100644 --- a/AMOEBA3/src/view/animation/JJAnimationRotation.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationRotation.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/animation/JJAnimationTranslation.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationTranslation.java similarity index 95% rename from AMOEBA3/src/view/animation/JJAnimationTranslation.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationTranslation.java index e43510a0..3b7e01a4 100644 --- a/AMOEBA3/src/view/animation/JJAnimationTranslation.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationTranslation.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/animation/JJAnimationTranslationEntreDeuxObjets.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationTranslationEntreDeuxObjets.java similarity index 96% rename from AMOEBA3/src/view/animation/JJAnimationTranslationEntreDeuxObjets.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationTranslationEntreDeuxObjets.java index dbc5a8ac..0dacec47 100644 --- a/AMOEBA3/src/view/animation/JJAnimationTranslationEntreDeuxObjets.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJAnimationTranslationEntreDeuxObjets.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/animation/JJComponent.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJComponent.java similarity index 99% rename from AMOEBA3/src/view/animation/JJComponent.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJComponent.java index e4164758..b253ed0d 100644 --- a/AMOEBA3/src/view/animation/JJComponent.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJComponent.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; import java.awt.AlphaComposite; import java.awt.Graphics; diff --git a/AMOEBA3/src/view/animation/JJComponentMouseListener.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJComponentMouseListener.java similarity index 97% rename from AMOEBA3/src/view/animation/JJComponentMouseListener.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJComponentMouseListener.java index 7856c868..455ea3b4 100644 --- a/AMOEBA3/src/view/animation/JJComponentMouseListener.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJComponentMouseListener.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; diff --git a/AMOEBA3/src/view/animation/JJComponentMouseMotionListener.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJComponentMouseMotionListener.java similarity index 97% rename from AMOEBA3/src/view/animation/JJComponentMouseMotionListener.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJComponentMouseMotionListener.java index f09573b0..9d1f1de4 100644 --- a/AMOEBA3/src/view/animation/JJComponentMouseMotionListener.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJComponentMouseMotionListener.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; import java.awt.event.MouseEvent; import java.awt.event.MouseMotionListener; diff --git a/AMOEBA3/src/view/animation/JJIconSelector.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJIconSelector.java similarity index 95% rename from AMOEBA3/src/view/animation/JJIconSelector.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJIconSelector.java index 60d2ed24..f9f3777a 100644 --- a/AMOEBA3/src/view/animation/JJIconSelector.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJIconSelector.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; import java.io.File; import java.util.ArrayList; diff --git a/AMOEBA3/src/view/animation/JJPanel.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJPanel.java similarity index 99% rename from AMOEBA3/src/view/animation/JJPanel.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJPanel.java index eea83419..d7b158f1 100644 --- a/AMOEBA3/src/view/animation/JJPanel.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJPanel.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; import java.awt.Component; import java.awt.Dimension; diff --git a/AMOEBA3/src/view/animation/JJStatDiagramme.java b/AMOEBA3/src/VISUALIZATION/view/animation/JJStatDiagramme.java similarity index 99% rename from AMOEBA3/src/view/animation/JJStatDiagramme.java rename to AMOEBA3/src/VISUALIZATION/view/animation/JJStatDiagramme.java index 283ec0d7..bb985104 100644 --- a/AMOEBA3/src/view/animation/JJStatDiagramme.java +++ b/AMOEBA3/src/VISUALIZATION/view/animation/JJStatDiagramme.java @@ -1,4 +1,4 @@ -package view.animation; +package VISUALIZATION.view.animation; import java.awt.Color; import java.awt.Graphics; diff --git a/AMOEBA3/src/view/blackbox/BlackBoxPanel.java b/AMOEBA3/src/VISUALIZATION/view/blackbox/BlackBoxPanel.java similarity index 94% rename from AMOEBA3/src/view/blackbox/BlackBoxPanel.java rename to AMOEBA3/src/VISUALIZATION/view/blackbox/BlackBoxPanel.java index 1e7a8394..96dd8248 100644 --- a/AMOEBA3/src/view/blackbox/BlackBoxPanel.java +++ b/AMOEBA3/src/VISUALIZATION/view/blackbox/BlackBoxPanel.java @@ -1,4 +1,4 @@ -package view.blackbox; +package VISUALIZATION.view.blackbox; import java.util.HashMap; @@ -8,9 +8,9 @@ import javax.swing.JSplitPane; import javax.swing.JTable; import javax.swing.table.DefaultTableModel; -import kernel.World; -import blackbox.BlackBox; -import blackbox.BlackBoxAgent; +import MAS.kernel.World; +import MAS.blackbox.BlackBox; +import MAS.blackbox.BlackBoxAgent; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/blackbox/GrapheBlackBoxPanel.java b/AMOEBA3/src/VISUALIZATION/view/blackbox/GrapheBlackBoxPanel.java similarity index 96% rename from AMOEBA3/src/view/blackbox/GrapheBlackBoxPanel.java rename to AMOEBA3/src/VISUALIZATION/view/blackbox/GrapheBlackBoxPanel.java index 06599dba..fee6c462 100644 --- a/AMOEBA3/src/view/blackbox/GrapheBlackBoxPanel.java +++ b/AMOEBA3/src/VISUALIZATION/view/blackbox/GrapheBlackBoxPanel.java @@ -1,4 +1,4 @@ -package view.blackbox; +package VISUALIZATION.view.blackbox; import java.awt.AWTException; import java.awt.BorderLayout; @@ -16,7 +16,7 @@ import javax.swing.JToolBar; import javax.swing.SwingUtilities; import javax.swing.event.MouseInputListener; -import kernel.Config; +import MAS.kernel.Config; import org.graphstream.graph.Graph; import org.graphstream.graph.implementations.SingleGraph; @@ -24,12 +24,12 @@ import org.graphstream.ui.view.Viewer; import org.graphstream.ui.view.ViewerListener; import org.graphstream.ui.view.ViewerPipe; -import agents.Agent; -import blackbox.BBFunction; -import blackbox.BlackBox; -import blackbox.BlackBoxAgent; -import blackbox.Input; -import blackbox.MathFunction; +import MAS.agents.Agent; +import MAS.blackbox.BBFunction; +import MAS.blackbox.BlackBox; +import MAS.blackbox.BlackBoxAgent; +import MAS.blackbox.Input; +import MAS.blackbox.MathFunction; // TODO: Auto-generated Javadoc /** @@ -182,7 +182,7 @@ public class GrapheBlackBoxPanel extends JPanel implements MouseInputListener, V for (String name : blackBox.getBlackBoxAgents().keySet()) { BlackBoxAgent bba = blackBox.getBlackBoxAgents().get(name); //graph.addAttribute("ui.stylesheet", "url('file:"+System.getProperty("user.dir")+"/bin/styles/styleBlackBox.css')"); - graph.addAttribute("ui.stylesheet", "url('" + this.getClass().getClassLoader().getResource("src/styles/styleBlackBox.css") + "')"); + graph.addAttribute("ui.stylesheet", "url('" + this.getClass().getClassLoader().getResource("src/VISUALIZATION/styles/styleBlackBox.css") + "')"); /* graph.addAttribute("ui.stylesheet", "node { stroke-mode: plain;" + "fill-color: red;" diff --git a/AMOEBA3/src/view/global/PanelChart.java b/AMOEBA3/src/VISUALIZATION/view/global/PanelChart.java similarity index 97% rename from AMOEBA3/src/view/global/PanelChart.java rename to AMOEBA3/src/VISUALIZATION/view/global/PanelChart.java index 3f800b46..1f0cc501 100644 --- a/AMOEBA3/src/view/global/PanelChart.java +++ b/AMOEBA3/src/VISUALIZATION/view/global/PanelChart.java @@ -1,11 +1,11 @@ -package view.global; +package VISUALIZATION.view.global; import java.awt.FlowLayout; import javax.swing.JPanel; -import kernel.World; -import ncs.NCS; +import MAS.kernel.World; +import MAS.ncs.NCS; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; @@ -20,7 +20,7 @@ import org.jfree.data.xy.XYDataset; import org.jfree.data.xy.XYSeries; import org.jfree.data.xy.XYSeriesCollection; -import view.system.ScheduledItem; +import VISUALIZATION.view.system.ScheduledItem; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/multiAMOEBA/FileChooserDemo.java b/AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/FileChooserDemo.java similarity index 99% rename from AMOEBA3/src/view/multiAMOEBA/FileChooserDemo.java rename to AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/FileChooserDemo.java index b781712f..4bfe5aec 100644 --- a/AMOEBA3/src/view/multiAMOEBA/FileChooserDemo.java +++ b/AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/FileChooserDemo.java @@ -1,4 +1,4 @@ -package view.multiAMOEBA; +package VISUALIZATION.view.multiAMOEBA; import java.awt.BorderLayout; import java.awt.Insets; diff --git a/AMOEBA3/src/view/multiAMOEBA/JMainFrameMulti.java b/AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/JMainFrameMulti.java similarity index 95% rename from AMOEBA3/src/view/multiAMOEBA/JMainFrameMulti.java rename to AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/JMainFrameMulti.java index e876bb38..7facf205 100644 --- a/AMOEBA3/src/view/multiAMOEBA/JMainFrameMulti.java +++ b/AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/JMainFrameMulti.java @@ -1,11 +1,11 @@ -package view.multiAMOEBA; +package VISUALIZATION.view.multiAMOEBA; import javax.swing.JFrame; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; -import kernel.Launcher; +import MAS.kernel.Launcher; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/multiAMOEBA/PanelGraphAMOEBA.java b/AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/PanelGraphAMOEBA.java similarity index 99% rename from AMOEBA3/src/view/multiAMOEBA/PanelGraphAMOEBA.java rename to AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/PanelGraphAMOEBA.java index a05cb847..716f62db 100644 --- a/AMOEBA3/src/view/multiAMOEBA/PanelGraphAMOEBA.java +++ b/AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/PanelGraphAMOEBA.java @@ -1,4 +1,4 @@ -package view.multiAMOEBA; +package VISUALIZATION.view.multiAMOEBA; import java.awt.BorderLayout; import java.awt.Dimension; diff --git a/AMOEBA3/src/view/multiAMOEBA/PanelMainMulti.java b/AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/PanelMainMulti.java similarity index 89% rename from AMOEBA3/src/view/multiAMOEBA/PanelMainMulti.java rename to AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/PanelMainMulti.java index 7d962ecd..69a831fc 100644 --- a/AMOEBA3/src/view/multiAMOEBA/PanelMainMulti.java +++ b/AMOEBA3/src/VISUALIZATION/view/multiAMOEBA/PanelMainMulti.java @@ -1,4 +1,4 @@ -package view.multiAMOEBA; +package VISUALIZATION.view.multiAMOEBA; import javax.swing.JLabel; import javax.swing.JPanel; diff --git a/AMOEBA3/src/view/system/CompoundIcon.java b/AMOEBA3/src/VISUALIZATION/view/system/CompoundIcon.java similarity index 95% rename from AMOEBA3/src/view/system/CompoundIcon.java rename to AMOEBA3/src/VISUALIZATION/view/system/CompoundIcon.java index a418e85c..e7294a04 100644 --- a/AMOEBA3/src/view/system/CompoundIcon.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/CompoundIcon.java @@ -1,4 +1,4 @@ -package view.system; +package VISUALIZATION.view.system; import java.awt.Component; import java.awt.Graphics; diff --git a/AMOEBA3/src/view/system/GrapheSystemPanel.java b/AMOEBA3/src/VISUALIZATION/view/system/GrapheSystemPanel.java similarity index 98% rename from AMOEBA3/src/view/system/GrapheSystemPanel.java rename to AMOEBA3/src/VISUALIZATION/view/system/GrapheSystemPanel.java index ae450854..e80c5715 100644 --- a/AMOEBA3/src/view/system/GrapheSystemPanel.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/GrapheSystemPanel.java @@ -1,4 +1,4 @@ -package view.system; +package VISUALIZATION.view.system; import java.awt.AWTException; import java.awt.BorderLayout; @@ -17,8 +17,8 @@ import javax.swing.JToolBar; import javax.swing.SwingUtilities; import javax.swing.event.MouseInputListener; -import kernel.Config; -import kernel.World; +import MAS.kernel.Config; +import MAS.kernel.World; import org.graphstream.graph.Edge; import org.graphstream.graph.Graph; @@ -28,11 +28,11 @@ import org.graphstream.ui.view.Viewer; import org.graphstream.ui.view.ViewerListener; import org.graphstream.ui.view.ViewerPipe; -import view.system.paving.Panel1DPaving; -import agents.Agent; -import agents.Percept; -import agents.SystemAgent; -import agents.context.Context; +import VISUALIZATION.view.system.paving.Panel1DPaving; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.SystemAgent; +import MAS.agents.context.Context; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/system/JTableRenderer_Agents.java b/AMOEBA3/src/VISUALIZATION/view/system/JTableRenderer_Agents.java similarity index 94% rename from AMOEBA3/src/view/system/JTableRenderer_Agents.java rename to AMOEBA3/src/VISUALIZATION/view/system/JTableRenderer_Agents.java index 088c1373..fc1e32b1 100644 --- a/AMOEBA3/src/view/system/JTableRenderer_Agents.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/JTableRenderer_Agents.java @@ -1,4 +1,4 @@ -package view.system; +package VISUALIZATION.view.system; import java.awt.Color; import java.awt.Component; @@ -8,10 +8,10 @@ import javax.swing.Icon; import javax.swing.JTable; import javax.swing.table.DefaultTableCellRenderer; -import kernel.Config; -import agents.Percept; -import agents.context.Context; -import agents.messages.Message; +import MAS.kernel.Config; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.messages.Message; // TODO: Auto-generated Javadoc diff --git a/AMOEBA3/src/view/system/MainPanel.java b/AMOEBA3/src/VISUALIZATION/view/system/MainPanel.java similarity index 97% rename from AMOEBA3/src/view/system/MainPanel.java rename to AMOEBA3/src/VISUALIZATION/view/system/MainPanel.java index b7d5ee22..d94e33b1 100644 --- a/AMOEBA3/src/view/system/MainPanel.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/MainPanel.java @@ -1,4 +1,4 @@ -package view.system; +package VISUALIZATION.view.system; import java.awt.BorderLayout; import java.io.File; @@ -19,17 +19,17 @@ import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; import javax.swing.filechooser.FileNameExtensionFilter; -import kernel.AMOEBA; -import kernel.Config; -import kernel.World; -import log.ConsolePanel; -import log.LogForm; -import observation.Observation; -import agents.Percept; -import agents.context.Context; -import agents.head.Head; -import blackbox.BlackBox; -import graphView.TemporalGraph; +import MAS.kernel.AMOEBA; +import MAS.kernel.Config; +import MAS.kernel.World; +import VISUALIZATION.log.ConsolePanel; +import VISUALIZATION.log.LogForm; +import VISUALIZATION.observation.Observation; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.head.Head; +import MAS.blackbox.BlackBox; +import VISUALIZATION.graphView.TemporalGraph; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/system/MainTabbedPanel.java b/AMOEBA3/src/VISUALIZATION/view/system/MainTabbedPanel.java similarity index 90% rename from AMOEBA3/src/view/system/MainTabbedPanel.java rename to AMOEBA3/src/VISUALIZATION/view/system/MainTabbedPanel.java index ea9f8c7a..b1b4b495 100644 --- a/AMOEBA3/src/view/system/MainTabbedPanel.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/MainTabbedPanel.java @@ -1,4 +1,4 @@ -package view.system; +package VISUALIZATION.view.system; import java.awt.Frame; import java.util.ArrayList; @@ -6,15 +6,15 @@ import java.util.ArrayList; import javax.swing.JScrollPane; import javax.swing.JTabbedPane; -import kernel.World; -import log.ConsolePanel; -import observation.Observation; -import view.blackbox.BlackBoxPanel; -import view.global.PanelChart; -import view.system.nDim.PanelParallelCoordinates; -import view.system.twoDim.GrapheTwoDimPanelStandard; -import blackbox.BlackBox; -import graphView.TemporalGraph; +import MAS.kernel.World; +import VISUALIZATION.log.ConsolePanel; +import VISUALIZATION.observation.Observation; +import VISUALIZATION.view.blackbox.BlackBoxPanel; +import VISUALIZATION.view.global.PanelChart; +import VISUALIZATION.view.system.nDim.PanelParallelCoordinates; +import VISUALIZATION.view.system.twoDim.GrapheTwoDimPanelStandard; +import MAS.blackbox.BlackBox; +import VISUALIZATION.graphView.TemporalGraph; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/system/PanelController.java b/AMOEBA3/src/VISUALIZATION/view/system/PanelController.java similarity index 98% rename from AMOEBA3/src/view/system/PanelController.java rename to AMOEBA3/src/VISUALIZATION/view/system/PanelController.java index e10c7d41..bf8eac56 100644 --- a/AMOEBA3/src/view/system/PanelController.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/PanelController.java @@ -1,4 +1,4 @@ -package view.system; +package VISUALIZATION.view.system; import java.awt.FlowLayout; import java.io.FileWriter; @@ -8,8 +8,8 @@ import javax.swing.JButton; import javax.swing.JPanel; import javax.swing.JToolBar; -import kernel.Config; -import kernel.World; +import MAS.kernel.Config; +import MAS.kernel.World; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; @@ -24,7 +24,7 @@ import org.jfree.data.xy.XYDataset; import org.jfree.data.xy.XYSeries; import org.jfree.data.xy.XYSeriesCollection; -import agents.head.Head; +import MAS.agents.head.Head; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/system/ScheduledItem.java b/AMOEBA3/src/VISUALIZATION/view/system/ScheduledItem.java similarity index 81% rename from AMOEBA3/src/view/system/ScheduledItem.java rename to AMOEBA3/src/VISUALIZATION/view/system/ScheduledItem.java index 934faf3e..563389a8 100644 --- a/AMOEBA3/src/view/system/ScheduledItem.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/ScheduledItem.java @@ -1,4 +1,4 @@ -package view.system; +package VISUALIZATION.view.system; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/system/SystemPanel.java b/AMOEBA3/src/VISUALIZATION/view/system/SystemPanel.java similarity index 94% rename from AMOEBA3/src/view/system/SystemPanel.java rename to AMOEBA3/src/VISUALIZATION/view/system/SystemPanel.java index 0b83afb7..b528ab09 100644 --- a/AMOEBA3/src/view/system/SystemPanel.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/SystemPanel.java @@ -1,4 +1,4 @@ -package view.system; +package VISUALIZATION.view.system; import java.util.HashMap; @@ -9,11 +9,11 @@ import javax.swing.JSplitPane; import javax.swing.JTable; import javax.swing.table.DefaultTableModel; -import kernel.World; -import agents.Percept; -import agents.SystemAgent; -import agents.context.Context; -import agents.head.Head; +import MAS.kernel.World; +import MAS.agents.Percept; +import MAS.agents.SystemAgent; +import MAS.agents.context.Context; +import MAS.agents.head.Head; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/system/nDim/PanelParallelCoordinates.java b/AMOEBA3/src/VISUALIZATION/view/system/nDim/PanelParallelCoordinates.java similarity index 95% rename from AMOEBA3/src/view/system/nDim/PanelParallelCoordinates.java rename to AMOEBA3/src/VISUALIZATION/view/system/nDim/PanelParallelCoordinates.java index 93c41ce1..fc7697eb 100644 --- a/AMOEBA3/src/view/system/nDim/PanelParallelCoordinates.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/nDim/PanelParallelCoordinates.java @@ -1,4 +1,4 @@ -package view.system.nDim; +package VISUALIZATION.view.system.nDim; import java.io.File; import java.io.FileOutputStream; @@ -12,7 +12,7 @@ import javafx.scene.Scene; import javafx.scene.text.Text; import javafx.scene.web.WebEngine; import javafx.scene.web.WebView; -import kernel.World; +import MAS.kernel.World; // TODO: Auto-generated Javadoc /** @@ -73,7 +73,7 @@ public class PanelParallelCoordinates extends JFXPanel{ webEngine = browser.getEngine(); //webEngine.load("file://" + System.getProperty( "user.dir") + "/bin/view/system/nDim/parallelCoordinates.html"); - InputStream input = getClass().getClassLoader().getResourceAsStream("src/view/system/nDim/parallelCoordinates.html"); + InputStream input = getClass().getClassLoader().getResourceAsStream("src/VISUALIZATION/view/system/nDim/parallelCoordinates.html"); File file = new File(System.getProperty( "user.dir") + "/tmp/parallelCoordinates.html"); diff --git a/AMOEBA3/src/view/system/nDim/contexts.csv b/AMOEBA3/src/VISUALIZATION/view/system/nDim/contexts.csv similarity index 100% rename from AMOEBA3/src/view/system/nDim/contexts.csv rename to AMOEBA3/src/VISUALIZATION/view/system/nDim/contexts.csv diff --git a/AMOEBA3/src/view/system/nDim/parallelCoordinates.html b/AMOEBA3/src/VISUALIZATION/view/system/nDim/parallelCoordinates.html similarity index 100% rename from AMOEBA3/src/view/system/nDim/parallelCoordinates.html rename to AMOEBA3/src/VISUALIZATION/view/system/nDim/parallelCoordinates.html diff --git a/AMOEBA3/src/view/system/nDim/parallelCoordinates_fichiers/d3.html b/AMOEBA3/src/VISUALIZATION/view/system/nDim/parallelCoordinates_fichiers/d3.html similarity index 100% rename from AMOEBA3/src/view/system/nDim/parallelCoordinates_fichiers/d3.html rename to AMOEBA3/src/VISUALIZATION/view/system/nDim/parallelCoordinates_fichiers/d3.html diff --git a/AMOEBA3/src/view/system/nDim/parallelCoordinates_fichiers/d3.js b/AMOEBA3/src/VISUALIZATION/view/system/nDim/parallelCoordinates_fichiers/d3.js similarity index 100% rename from AMOEBA3/src/view/system/nDim/parallelCoordinates_fichiers/d3.js rename to AMOEBA3/src/VISUALIZATION/view/system/nDim/parallelCoordinates_fichiers/d3.js diff --git a/AMOEBA3/src/view/system/nDim/parallelCoordinates_fichiers/d3_002.js b/AMOEBA3/src/VISUALIZATION/view/system/nDim/parallelCoordinates_fichiers/d3_002.js similarity index 100% rename from AMOEBA3/src/view/system/nDim/parallelCoordinates_fichiers/d3_002.js rename to AMOEBA3/src/VISUALIZATION/view/system/nDim/parallelCoordinates_fichiers/d3_002.js diff --git a/AMOEBA3/src/view/system/paving/CurrentValueLine.java b/AMOEBA3/src/VISUALIZATION/view/system/paving/CurrentValueLine.java similarity index 92% rename from AMOEBA3/src/view/system/paving/CurrentValueLine.java rename to AMOEBA3/src/VISUALIZATION/view/system/paving/CurrentValueLine.java index 614e71a3..d2f29222 100644 --- a/AMOEBA3/src/view/system/paving/CurrentValueLine.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/paving/CurrentValueLine.java @@ -1,12 +1,12 @@ -package view.system.paving; +package VISUALIZATION.view.system.paving; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; -import view.animation.JJComponent; -import view.animation.JJPanel; -import agents.Percept; +import VISUALIZATION.view.animation.JJComponent; +import VISUALIZATION.view.animation.JJPanel; +import MAS.agents.Percept; // TODO: Auto-generated Javadoc diff --git a/AMOEBA3/src/view/system/paving/MonoDimensionLine.java b/AMOEBA3/src/VISUALIZATION/view/system/paving/MonoDimensionLine.java similarity index 91% rename from AMOEBA3/src/view/system/paving/MonoDimensionLine.java rename to AMOEBA3/src/VISUALIZATION/view/system/paving/MonoDimensionLine.java index ae1a7fdf..c3affead 100644 --- a/AMOEBA3/src/view/system/paving/MonoDimensionLine.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/paving/MonoDimensionLine.java @@ -1,11 +1,11 @@ -package view.system.paving; +package VISUALIZATION.view.system.paving; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; -import view.animation.JJComponent; -import view.animation.JJPanel; +import VISUALIZATION.view.animation.JJComponent; +import VISUALIZATION.view.animation.JJPanel; // TODO: Auto-generated Javadoc diff --git a/AMOEBA3/src/view/system/paving/Panel1DPaving.java b/AMOEBA3/src/VISUALIZATION/view/system/paving/Panel1DPaving.java similarity index 95% rename from AMOEBA3/src/view/system/paving/Panel1DPaving.java rename to AMOEBA3/src/VISUALIZATION/view/system/paving/Panel1DPaving.java index fccdc183..5e32a557 100644 --- a/AMOEBA3/src/view/system/paving/Panel1DPaving.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/paving/Panel1DPaving.java @@ -1,12 +1,12 @@ -package view.system.paving; +package VISUALIZATION.view.system.paving; import java.util.ArrayList; -import kernel.World; -import view.animation.JJPanel; -import view.system.ScheduledItem; -import agents.Percept; -import agents.context.Context; +import MAS.kernel.World; +import VISUALIZATION.view.animation.JJPanel; +import VISUALIZATION.view.system.ScheduledItem; +import MAS.agents.Percept; +import MAS.agents.context.Context; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/system/paving/PavingContext.java b/AMOEBA3/src/VISUALIZATION/view/system/paving/PavingContext.java similarity index 94% rename from AMOEBA3/src/view/system/paving/PavingContext.java rename to AMOEBA3/src/VISUALIZATION/view/system/paving/PavingContext.java index d8659efb..ee1bdf92 100644 --- a/AMOEBA3/src/view/system/paving/PavingContext.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/paving/PavingContext.java @@ -1,12 +1,12 @@ -package view.system.paving; +package VISUALIZATION.view.system.paving; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; -import view.animation.JJComponent; -import view.animation.JJPanel; -import agents.context.Context; +import VISUALIZATION.view.animation.JJComponent; +import VISUALIZATION.view.animation.JJPanel; +import MAS.agents.context.Context; // TODO: Auto-generated Javadoc diff --git a/AMOEBA3/src/view/system/projection/PanelProjection.java b/AMOEBA3/src/VISUALIZATION/view/system/projection/PanelProjection.java similarity index 96% rename from AMOEBA3/src/view/system/projection/PanelProjection.java rename to AMOEBA3/src/VISUALIZATION/view/system/projection/PanelProjection.java index e2ef0328..13c25a9b 100644 --- a/AMOEBA3/src/view/system/projection/PanelProjection.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/projection/PanelProjection.java @@ -1,4 +1,4 @@ -package view.system.projection; +package VISUALIZATION.view.system.projection; import java.awt.Color; import java.awt.Graphics; @@ -8,11 +8,11 @@ import java.util.ArrayList; import javax.swing.JPanel; -import kernel.World; -import view.system.ScheduledItem; -import agents.Percept; -import agents.context.Context; -import agents.context.Range; +import MAS.kernel.World; +import VISUALIZATION.view.system.ScheduledItem; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.context.Range; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/view/system/twoDim/GrapheTwoDimPanelStandard.java b/AMOEBA3/src/VISUALIZATION/view/system/twoDim/GrapheTwoDimPanelStandard.java similarity index 97% rename from AMOEBA3/src/view/system/twoDim/GrapheTwoDimPanelStandard.java rename to AMOEBA3/src/VISUALIZATION/view/system/twoDim/GrapheTwoDimPanelStandard.java index 6df53df2..b3a061be 100644 --- a/AMOEBA3/src/view/system/twoDim/GrapheTwoDimPanelStandard.java +++ b/AMOEBA3/src/VISUALIZATION/view/system/twoDim/GrapheTwoDimPanelStandard.java @@ -1,4 +1,4 @@ -package view.system.twoDim; +package VISUALIZATION.view.system.twoDim; import java.awt.AWTException; import java.awt.BorderLayout; @@ -36,11 +36,11 @@ import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import javax.swing.event.MouseInputListener; -import kernel.Config; -import kernel.Scheduler; -import kernel.World; -import log.LogMessageType; -import observation.Observation; +import MAS.kernel.Config; +import MAS.kernel.Scheduler; +import MAS.kernel.World; +import VISUALIZATION.log.LogMessageType; +import VISUALIZATION.observation.Observation; import org.graphstream.graph.Graph; import org.graphstream.graph.Node; @@ -49,18 +49,18 @@ import org.graphstream.ui.view.Viewer; import org.graphstream.ui.view.ViewerListener; import org.graphstream.ui.view.ViewerPipe; -import view.system.PanelController; -import view.system.paving.Panel1DPaving; -import view.system.projection.PanelProjection; -import agents.Agent; -import agents.Percept; -import agents.SystemAgent; -import agents.context.Context; -import agents.context.Range; -import agents.head.Head; -import graphView.GraphicVisualization2Dim; -import graphView.GraphicVisualizationNDim; -import graphView.TemporalGraph; +import VISUALIZATION.view.system.PanelController; +import VISUALIZATION.view.system.paving.Panel1DPaving; +import VISUALIZATION.view.system.projection.PanelProjection; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.SystemAgent; +import MAS.agents.context.Context; +import MAS.agents.context.Range; +import MAS.agents.head.Head; +import VISUALIZATION.graphView.GraphicVisualization2Dim; +import VISUALIZATION.graphView.GraphicVisualizationNDim; +import VISUALIZATION.graphView.TemporalGraph; // TODO: Auto-generated Javadoc /** @@ -701,7 +701,7 @@ private void startPanelController() { public void setStandardStyle() { graph.removeAttribute("ui.stylesheet"); //graph.addAttribute("ui.stylesheet", "url('file:"+System.getProperty("user.dir")+"/bin/styles/styleSystemScalable.css')"); - graph.addAttribute("ui.stylesheet", "url('" + this.getClass().getClassLoader().getResource("src/styles/styleSystemScalable.css") + "')"); + graph.addAttribute("ui.stylesheet", "url('" + this.getClass().getClassLoader().getResource("src/VISUALIZATION/styles/styleSystemScalable.css") + "')"); } /** @@ -710,7 +710,7 @@ private void startPanelController() { public void setDarkStyle() { graph.removeAttribute("ui.stylesheet"); //graph.addAttribute("ui.stylesheet", "url('file:"+System.getProperty("user.dir")+"/bin/styles/styleSystemDark.css')"); - graph.addAttribute("ui.stylesheet", "url('" + this.getClass().getClassLoader().getResource("src/styles/styleSystemDark.css") + "')"); + graph.addAttribute("ui.stylesheet", "url('" + this.getClass().getClassLoader().getResource("src/VISUALIZATION/styles/styleSystemDark.css") + "')"); } /** @@ -719,7 +719,7 @@ private void startPanelController() { public void setSoftStyle() { graph.removeAttribute("ui.stylesheet"); //graph.addAttribute("ui.stylesheet", "url('file:"+System.getProperty("user.dir")+"/bin/styles/styleSystemSoft.css')"); - graph.addAttribute("ui.stylesheet", "url('" + this.getClass().getClassLoader().getResource("src/styles/styleSystemSoft.css") + "')"); + graph.addAttribute("ui.stylesheet", "url('" + this.getClass().getClassLoader().getResource("src/VISUALIZATION/styles/styleSystemSoft.css") + "')"); } diff --git a/AMOEBA3/src/experiments/badContext/AMOEBA_UI.java b/AMOEBA3/src/experiments/badContext/AMOEBA_UI.java index 1104e469..3804d3c5 100644 --- a/AMOEBA3/src/experiments/badContext/AMOEBA_UI.java +++ b/AMOEBA3/src/experiments/badContext/AMOEBA_UI.java @@ -3,13 +3,13 @@ package experiments.badContext; import java.util.ArrayList; import java.util.HashMap; -import agents.Agent; -import agents.Percept; -import agents.context.Context; -import agents.context.Range; -import agents.localModel.TypeLocalModel; -import init.amoeba.AMOEBAFactory; -import kernel.AMOEBA; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.context.Range; +import MAS.agents.localModel.TypeLocalModel; +import MAS.init.amoeba.AMOEBAFactory; +import MAS.kernel.AMOEBA; public class AMOEBA_UI { diff --git a/AMOEBA3/src/experiments/badContext/BadContextLauncherEasy.java b/AMOEBA3/src/experiments/badContext/BadContextLauncherEasy.java index ecc222a9..4132dc26 100644 --- a/AMOEBA3/src/experiments/badContext/BadContextLauncherEasy.java +++ b/AMOEBA3/src/experiments/badContext/BadContextLauncherEasy.java @@ -4,12 +4,12 @@ import java.io.Serializable; import java.util.ArrayList; import java.util.HashMap; -import agents.Agent; -import agents.Percept; -import agents.context.Context; -import agents.localModel.TypeLocalModel; -import init.amoeba.AMOEBAFactory; -import kernel.AMOEBA; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.context.Context; +import MAS.agents.localModel.TypeLocalModel; +import MAS.init.amoeba.AMOEBAFactory; +import MAS.kernel.AMOEBA; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/experiments/badContext/BadContextManager.java b/AMOEBA3/src/experiments/badContext/BadContextManager.java index 7acf189a..9d96d833 100644 --- a/AMOEBA3/src/experiments/badContext/BadContextManager.java +++ b/AMOEBA3/src/experiments/badContext/BadContextManager.java @@ -4,10 +4,10 @@ import java.io.Serializable; import java.util.HashMap; import java.util.Random; -import agents.context.Context; -import agents.head.Head; -import kernel.StudiedSystem; -import kernel.World; +import MAS.agents.context.Context; +import MAS.agents.head.Head; +import MAS.kernel.StudiedSystem; +import MAS.kernel.World; // TODO: Auto-generated Javadoc /** diff --git a/AMOEBA3/src/experiments/droneControl/AMOEBA_UI.java b/AMOEBA3/src/experiments/droneControl/AMOEBA_UI.java index 51572517..b3c2038f 100644 --- a/AMOEBA3/src/experiments/droneControl/AMOEBA_UI.java +++ b/AMOEBA3/src/experiments/droneControl/AMOEBA_UI.java @@ -3,12 +3,12 @@ package experiments.droneControl; import java.util.ArrayList; import java.util.HashMap; -import agents.Agent; -import agents.Percept; -import agents.context.Range; -import agents.localModel.TypeLocalModel; -import init.amoeba.AMOEBAFactory; -import kernel.AMOEBA; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.context.Range; +import MAS.agents.localModel.TypeLocalModel; +import MAS.init.amoeba.AMOEBAFactory; +import MAS.kernel.AMOEBA; public class AMOEBA_UI { diff --git a/AMOEBA3/src/experiments/droneControl/Chat_ClientServeur.java b/AMOEBA3/src/experiments/droneControl/Chat_ClientServeur.java index f08e7a9a..12c8ec04 100644 --- a/AMOEBA3/src/experiments/droneControl/Chat_ClientServeur.java +++ b/AMOEBA3/src/experiments/droneControl/Chat_ClientServeur.java @@ -12,12 +12,12 @@ import java.util.HashMap; -import agents.Agent; -import agents.Percept; -import agents.context.Range; -import agents.localModel.TypeLocalModel; -import init.amoeba.AMOEBAFactory; -import kernel.AMOEBA; +import MAS.agents.Agent; +import MAS.agents.Percept; +import MAS.agents.context.Range; +import MAS.agents.localModel.TypeLocalModel; +import MAS.init.amoeba.AMOEBAFactory; +import MAS.kernel.AMOEBA; public class Chat_ClientServeur implements Runnable { diff --git a/AMOEBA3/src/experiments/droneControl/Main.java b/AMOEBA3/src/experiments/droneControl/Main.java index decedf5e..2c394b42 100644 --- a/AMOEBA3/src/experiments/droneControl/Main.java +++ b/AMOEBA3/src/experiments/droneControl/Main.java @@ -4,7 +4,7 @@ import java.net.ServerSocket; import java.net.Socket; import java.util.ArrayList; import java.util.HashMap; -import agents.Agent; +import MAS.agents.Agent; import fr.irit.smac.lxplot.LxPlot; import fr.irit.smac.lxplot.commons.ChartType; -- GitLab