├── README.md ├── data ├── banner.png └── slide.gif ├── docs ├── assets │ ├── appearance.png │ ├── import-panel.png │ ├── panel-1.png │ ├── panel-2.png │ ├── panel-3.png │ ├── panel.png │ ├── settings-manager.png │ └── window-manager.png └── setup.md ├── home ├── .Xresources ├── .assets │ ├── Menu.svg │ ├── activity.svg │ ├── archlinux.svg │ ├── ghost.svg │ └── stack.svg ├── .config │ ├── Kvantum │ │ ├── LavandaDark │ │ │ ├── LavandaDark.kvconfig │ │ │ └── LavandaDark.svg │ │ └── kvantum.kvconfig │ ├── bat │ │ ├── config │ │ └── themes │ │ │ └── tokyonight_night.tmTheme │ ├── eww │ │ ├── calendarevents │ │ │ ├── calendar.yuck │ │ │ └── calendarevents.yuck │ │ ├── eww.scss │ │ ├── eww.yuck │ │ ├── images │ │ │ └── avatar.png │ │ ├── scripts │ │ │ ├── battery │ │ │ ├── cpu │ │ │ ├── disk │ │ │ ├── gmail.sh │ │ │ ├── launch.sh │ │ │ ├── mem │ │ │ ├── playerctl.py │ │ │ ├── processes │ │ │ ├── spotify_helper │ │ │ ├── swap │ │ │ ├── updates │ │ │ ├── uptime │ │ │ ├── weather │ │ │ ├── weather_reload │ │ │ └── wifi │ │ ├── sidebar │ │ │ ├── profile.yuck │ │ │ ├── sidebar.yuck │ │ │ ├── spotify.yuck │ │ │ ├── struct │ │ │ │ ├── smallbox.yuck │ │ │ │ └── statusbox.yuck │ │ │ └── weather.yuck │ │ ├── sysstat │ │ │ ├── diskspace.yuck │ │ │ ├── struct │ │ │ │ └── resourcegraph.yuck │ │ │ └── sysstat.yuck │ │ └── variables.yuck │ ├── findex │ │ ├── settings.toml │ │ └── style.css │ ├── gtk-3.0 │ │ └── gtk.css │ ├── gtk-4.0 │ │ └── gtk.css │ ├── neofetch │ │ ├── alien.txt │ │ └── config.conf │ ├── picom.conf │ ├── rofi │ │ └── config.rasi │ ├── skippy-xd │ │ └── skippy-xd.rc │ └── xfce4 │ │ ├── panel │ │ ├── Miserable_xfce.tar.bz2 │ │ ├── launcher-1 │ │ │ └── 16790342511.desktop │ │ ├── launcher-12 │ │ │ └── 16844757053.desktop │ │ └── launcher-17 │ │ │ └── 16825992421.desktop │ │ └── terminal │ │ └── terminalrc ├── .local │ ├── bin │ │ ├── lock.sh │ │ └── skippy.sh │ └── share │ │ ├── backgrounds │ │ ├── abstract.png │ │ ├── cube.png │ │ ├── desinight_by_smn_paike.png │ │ ├── mecha-nostalgia.png │ │ ├── nomanssky.png │ │ ├── planet.png │ │ ├── sunset.png │ │ └── wave.png │ │ ├── fonts │ │ ├── feather.ttf │ │ ├── overpass-bold.ttf │ │ ├── overpass-extrabold.ttf │ │ ├── overpass-extralight.ttf │ │ ├── overpass-heavy.ttf │ │ ├── overpass-italic.ttf │ │ ├── overpass-light.ttf │ │ ├── overpass-regular.ttf │ │ ├── overpass-semibold.ttf │ │ └── overpass-thin.ttf │ │ ├── icons │ │ ├── Archcraft │ │ │ ├── actions │ │ │ │ ├── 12 │ │ │ │ │ ├── object-fill.svg │ │ │ │ │ ├── object-stroke-style.svg │ │ │ │ │ ├── object-stroke.svg │ │ │ │ │ ├── transform-affect-gradient.svg │ │ │ │ │ ├── transform-affect-pattern.svg │ │ │ │ │ ├── transform-affect-rounded-corners.svg │ │ │ │ │ └── transform-affect-stroke.svg │ │ │ │ ├── 16 │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add-subtitle.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcol.svg │ │ │ │ │ ├── adjustrow.svg │ │ │ │ │ ├── adress-book-new.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── automated-tasks.svg │ │ │ │ │ ├── backup.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── bitmap-trace.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-add.svg │ │ │ │ │ ├── bqm-addqueue.svg │ │ │ │ │ ├── bqm-commit.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── bqm-update.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── delete_table.svg │ │ │ │ │ ├── deletecell.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-align-and-distribute.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-fill-and-stroke.svg │ │ │ │ │ ├── dialog-filters.svg │ │ │ │ │ ├── dialog-icon-preview.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-layers.svg │ │ │ │ │ ├── dialog-memory.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-object-properties.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-rows-and-columns.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-text-and-font.svg │ │ │ │ │ ├── dialog-tile-clones.svg │ │ │ │ │ ├── dialog-transform.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── dissociatecell.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-cleanup.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-compareleft.svg │ │ │ │ │ ├── document-compareright.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-duplicate.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-equal.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-scan.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-single.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── document-unequal.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── donate.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse-arc.svg │ │ │ │ │ ├── draw-ellipse-segment.svg │ │ │ │ │ ├── draw-ellipse-whole.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser-delete-objects.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-duplicate.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-move.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste-style.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all-layers.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-original.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo-history.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── fill-rule-even-odd.svg │ │ │ │ │ ├── fill-rule-nonzero.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font-face.svg │ │ │ │ │ ├── font-size-down.svg │ │ │ │ │ ├── font-size-up.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── foreign_green.svg │ │ │ │ │ ├── foreign_red.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pivottable.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-axonometric.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate-ars.svg │ │ │ │ │ ├── help-donate-aud.svg │ │ │ │ │ ├── help-donate-brl.svg │ │ │ │ │ ├── help-donate-cad.svg │ │ │ │ │ ├── help-donate-chf.svg │ │ │ │ │ ├── help-donate-cny.svg │ │ │ │ │ ├── help-donate-eur.svg │ │ │ │ │ ├── help-donate-gbp.svg │ │ │ │ │ ├── help-donate-inr.svg │ │ │ │ │ ├── help-donate-jpy.svg │ │ │ │ │ ├── help-donate-mxn.svg │ │ │ │ │ ├── help-donate-pln.svg │ │ │ │ │ ├── help-donate-rub.svg │ │ │ │ │ ├── help-donate-sek.svg │ │ │ │ │ ├── help-donate-try.svg │ │ │ │ │ ├── help-donate-uah.svg │ │ │ │ │ ├── help-donate-usd.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── highlight-pointer-spot.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── insertcellcopy.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── keyframe-add.svg │ │ │ │ │ ├── keyframe-disable.svg │ │ │ │ │ ├── keyframe-duplicate.svg │ │ │ │ │ ├── keyframe-next.svg │ │ │ │ │ ├── keyframe-previous.svg │ │ │ │ │ ├── keyframe-record.svg │ │ │ │ │ ├── keyframe-remove.svg │ │ │ │ │ ├── keyframe.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kruler-east.svg │ │ │ │ │ ├── kruler-north.svg │ │ │ │ │ ├── kruler-south.svg │ │ │ │ │ ├── kruler-west.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── lastfm-neighbour.svg │ │ │ │ │ ├── lastfm-personal.svg │ │ │ │ │ ├── lastfm-recommended.svg │ │ │ │ │ ├── lastfm-tag.svg │ │ │ │ │ ├── layer-bottom.svg │ │ │ │ │ ├── layer-delete.svg │ │ │ │ │ ├── layer-duplicate.svg │ │ │ │ │ ├── layer-lower.svg │ │ │ │ │ ├── layer-new.svg │ │ │ │ │ ├── layer-next.svg │ │ │ │ │ ├── layer-previous.svg │ │ │ │ │ ├── layer-raise.svg │ │ │ │ │ ├── layer-rename.svg │ │ │ │ │ ├── layer-top.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-forward-attachment.svg │ │ │ │ │ ├── mail-forward-custom.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-author.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── mark-location.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── math1.svg │ │ │ │ │ ├── math2.svg │ │ │ │ │ ├── math3.svg │ │ │ │ │ ├── math7.svg │ │ │ │ │ ├── math9.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-import-audio-cd.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-amarok.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── media-write-cd.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── mergecell-horizontal.svg │ │ │ │ │ ├── mergecell-vertical.svg │ │ │ │ │ ├── mergecell.svg │ │ │ │ │ ├── message-new.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-fill.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-hidden.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-stroke-style.svg │ │ │ │ │ ├── object-stroke.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object-visible.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── office-report.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-terminal.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-gradient-linear.svg │ │ │ │ │ ├── paint-gradient-radial.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paint-pattern.svg │ │ │ │ │ ├── paint-solid.svg │ │ │ │ │ ├── paint-swatch.svg │ │ │ │ │ ├── paint-unknown.svg │ │ │ │ │ ├── paper-color.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-break-apart.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-combine.svg │ │ │ │ │ ├── path-cut.svg │ │ │ │ │ ├── path-difference.svg │ │ │ │ │ ├── path-division.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-exclusion.svg │ │ │ │ │ ├── path-inset.svg │ │ │ │ │ ├── path-intersection.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-offset-dynamic.svg │ │ │ │ │ ├── path-offset-linked.svg │ │ │ │ │ ├── path-outset.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── path-union.svg │ │ │ │ │ ├── pattern.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── pixelart-trace.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── rectangle-make-corners-sharp.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resizecol.svg │ │ │ │ │ ├── resizerow.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── retweet.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection-bottom.svg │ │ │ │ │ ├── selection-lower.svg │ │ │ │ │ ├── selection-make-bitmap-copy.svg │ │ │ │ │ ├── selection-move-to-layer-above.svg │ │ │ │ │ ├── selection-move-to-layer-below.svg │ │ │ │ │ ├── selection-raise.svg │ │ │ │ │ ├── selection-top.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-dialogs.svg │ │ │ │ │ ├── show-grid.svg │ │ │ │ │ ├── show-guides.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-collapse.svg │ │ │ │ │ ├── sidebar-expand.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── source-playlist.svg │ │ │ │ │ ├── source-smart-playlist.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── sticky_zoom.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── symbols.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-edit.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-create.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── text-convert-to-regular.svg │ │ │ │ │ ├── text-field-framed.svg │ │ │ │ │ ├── text-field-frameless.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-put-on-path.svg │ │ │ │ │ ├── text-remove-from-path.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-unkern.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── transform-affect-gradient.svg │ │ │ │ │ ├── transform-affect-pattern.svg │ │ │ │ │ ├── transform-affect-rounded-corners.svg │ │ │ │ │ ├── transform-affect-stroke.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── usermenu-delete.svg │ │ │ │ │ ├── usermenu-down.svg │ │ │ │ │ ├── usermenu-up.svg │ │ │ │ │ ├── vcs-branch-delete.svg │ │ │ │ │ ├── vcs-branch.svg │ │ │ │ │ ├── vcs-commit.svg │ │ │ │ │ ├── vcs-diff.svg │ │ │ │ │ ├── vcs-merge-request.svg │ │ │ │ │ ├── vcs-merge.svg │ │ │ │ │ ├── vcs-pull.svg │ │ │ │ │ ├── vcs-push.svg │ │ │ │ │ ├── vcs-stash-pop.svg │ │ │ │ │ ├── vcs-stash.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-add.svg │ │ │ │ │ ├── view-bank-delete.svg │ │ │ │ │ ├── view-bank-edit.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-choose.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-currency-list.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ │ ├── view-financial-account.svg │ │ │ │ │ ├── view-financial-budget.svg │ │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ │ ├── view-financial-category.svg │ │ │ │ │ ├── view-financial-list.svg │ │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-institution-add.svg │ │ │ │ │ ├── view-institution-delete.svg │ │ │ │ │ ├── view-institution-edit.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-private.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-readermode-active.svg │ │ │ │ │ ├── view-readermode.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── wallpaper-centered.png │ │ │ │ │ ├── wallpaper-scaled.png │ │ │ │ │ ├── wallpaper-tiled.png │ │ │ │ │ ├── wallpaper-zoomed.png │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-next.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-previous.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── x-zoom-in.svg │ │ │ │ │ ├── x-zoom-out.svg │ │ │ │ │ ├── xarchiver-add.svg │ │ │ │ │ ├── xarchiver-extract.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── y-zoom-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-double-size.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-drawing.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-page.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-half-size.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in-y.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── 22 │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add-subtitle.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcurves.svg │ │ │ │ │ ├── adjusthsl.svg │ │ │ │ │ ├── adjustlevels.svg │ │ │ │ │ ├── adjustrgb.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── akonadiconsole.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-node.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-node.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animal.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── antivignetting.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── auto-transition.svg │ │ │ │ │ ├── auto-type.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── backgroundtool.svg │ │ │ │ │ ├── backup.svg │ │ │ │ │ ├── bboxnext.svg │ │ │ │ │ ├── bboxprev.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── blurfx.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── bwtonal.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── calligraphy.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── channelmixer.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── charcoaltool.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colorfx.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colorneg.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composite-track-off.svg │ │ │ │ │ ├── composite-track-on.svg │ │ │ │ │ ├── composite-track-preview.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── contrast.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── coordinate.svg │ │ │ │ │ ├── copy-coordinates.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── database-change-key.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── depth16to8.svg │ │ │ │ │ ├── depth8to16.svg │ │ │ │ │ ├── description.svg │ │ │ │ │ ├── dfrac.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── discrete.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-graph-directed.svg │ │ │ │ │ ├── distribute-graph.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-node.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-randomize.svg │ │ │ │ │ ├── distribute-remove-overlaps.svg │ │ │ │ │ ├── distribute-unclump.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-node.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as-template.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-scan.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── donate.svg │ │ │ │ │ ├── dontknow.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── drag-surface.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-calligraphic.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dvisearch.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── earthquake.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-group.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-move.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-lasso.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── edit_animation.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── embosstool.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entrance_animations.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── entry-new.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── errornext.svg │ │ │ │ │ ├── errorprev.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exchange-positions-clockwise.svg │ │ │ │ │ ├── exchange-positions-zorder.svg │ │ │ │ │ ├── exchange-positions.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── exit_animations.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── favorite.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── filmgrain.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── fingerprint.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── flower-shape.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── food.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-convert-to-path.svg │ │ │ │ │ ├── format-currency.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-insert-node.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-node-corner.svg │ │ │ │ │ ├── format-node-curve.svg │ │ │ │ │ ├── format-node-line.svg │ │ │ │ │ ├── format-node-smooth.svg │ │ │ │ │ ├── format-node-symmetric.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-segment-curve.svg │ │ │ │ │ ├── format-segment-line.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-autosum.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-bucket.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-accounting.svg │ │ │ │ │ ├── gnumeric-format-border-all.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-inside-horiz.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-none.svg │ │ │ │ │ ├── gnumeric-format-border-outside.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-thick-outside.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-format-percentage.svg │ │ │ │ │ ├── gnumeric-format-precision-decrease.svg │ │ │ │ │ ├── gnumeric-format-precision-increase.svg │ │ │ │ │ ├── gnumeric-format-thousand-separator.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-object-arrow.svg │ │ │ │ │ ├── gnumeric-object-button.svg │ │ │ │ │ ├── gnumeric-object-checkbox.svg │ │ │ │ │ ├── gnumeric-object-combo.svg │ │ │ │ │ ├── gnumeric-object-ellipse.svg │ │ │ │ │ ├── gnumeric-object-label.svg │ │ │ │ │ ├── gnumeric-object-line.svg │ │ │ │ │ ├── gnumeric-object-list.svg │ │ │ │ │ ├── gnumeric-object-rectangle.svg │ │ │ │ │ ├── gnumeric-object-scrollbar.svg │ │ │ │ │ ├── gnumeric-object-spinbutton.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-cell.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-time.svg │ │ │ │ │ ├── gnumeric-protection-no.svg │ │ │ │ │ ├── gnumeric-protection-yes.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-tab-duplicate.svg │ │ │ │ │ ├── gtk-tab-new.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── hand.svg │ │ │ │ │ ├── handle-left.svg │ │ │ │ │ ├── handle-move.svg │ │ │ │ │ ├── handle-right.svg │ │ │ │ │ ├── handle-sort.svg │ │ │ │ │ ├── headphones.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hexagon-shape.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── high-brightness.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── hotpixels.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-gadugadu.svg │ │ │ │ │ ├── im-google-talk.svg │ │ │ │ │ ├── im-google.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── irc-operator.svg │ │ │ │ │ ├── irc-remove-operator.svg │ │ │ │ │ ├── irc-unvoice.svg │ │ │ │ │ ├── irc-voice.svg │ │ │ │ │ ├── item.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-composite.svg │ │ │ │ │ ├── kdenlive-custom-effect.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-hide-audio.svg │ │ │ │ │ ├── kdenlive-hide-video.svg │ │ │ │ │ ├── kdenlive-insert-edit.svg │ │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-no-composite.svg │ │ │ │ │ ├── kdenlive-normal-edit.svg │ │ │ │ │ ├── kdenlive-object-height.svg │ │ │ │ │ ├── kdenlive-object-width.svg │ │ │ │ │ ├── kdenlive-overwrite-edit.svg │ │ │ │ │ ├── kdenlive-select-all.svg │ │ │ │ │ ├── kdenlive-select-images.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-texts.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audio.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-markers.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-split-audio.svg │ │ │ │ │ ├── kdenlive-track_has_effect.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ │ ├── kdenlive-zindex-down.svg │ │ │ │ │ ├── kdenlive-zindex-top.svg │ │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── keyframe-add.svg │ │ │ │ │ ├── keyframe-disable.svg │ │ │ │ │ ├── keyframe-duplicate.svg │ │ │ │ │ ├── keyframe-next.svg │ │ │ │ │ ├── keyframe-previous.svg │ │ │ │ │ ├── keyframe-record.svg │ │ │ │ │ ├── keyframe-remove.svg │ │ │ │ │ ├── keyframe.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase-new.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ │ ├── kmouth-phresebook-new.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── know.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_cbound.svg │ │ │ │ │ ├── kstars_clines.svg │ │ │ │ │ ├── kstars_cnames.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_constellationart.svg │ │ │ │ │ ├── kstars_deepsky.svg │ │ │ │ │ ├── kstars_ekos.svg │ │ │ │ │ ├── kstars_fitsviewer.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_grid.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kstars_hgrid.svg │ │ │ │ │ ├── kstars_horizon.svg │ │ │ │ │ ├── kstars_indi.svg │ │ │ │ │ ├── kstars_mw.svg │ │ │ │ │ ├── kstars_planets.svg │ │ │ │ │ ├── kstars_satellites.svg │ │ │ │ │ ├── kstars_solarsystem.svg │ │ │ │ │ ├── kstars_stars.svg │ │ │ │ │ ├── kstars_supernovae.svg │ │ │ │ │ ├── kstars_xplanet.svg │ │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ │ ├── kt-add-filters.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-chunks.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-magnet.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ │ ├── kt-remove-filters.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start-all.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop-all.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-1x-zoom.svg │ │ │ │ │ ├── labplot-2x-zoom.svg │ │ │ │ │ ├── labplot-3x-zoom.svg │ │ │ │ │ ├── labplot-4x-zoom.svg │ │ │ │ │ ├── labplot-5x-zoom.svg │ │ │ │ │ ├── labplot-TeX-logo.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-axis-horizontal.svg │ │ │ │ │ ├── labplot-axis-vertical.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-matrix-new.svg │ │ │ │ │ ├── labplot-matrix.svg │ │ │ │ │ ├── labplot-plot-axis-points.svg │ │ │ │ │ ├── labplot-shift-down-y.svg │ │ │ │ │ ├── labplot-shift-left-x.svg │ │ │ │ │ ├── labplot-shift-right-x.svg │ │ │ │ │ ├── labplot-shift-up-y.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-workbook-new.svg │ │ │ │ │ ├── labplot-workbook.svg │ │ │ │ │ ├── labplot-worksheet-new.svg │ │ │ │ │ ├── labplot-worksheet.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-xy-curve-segments.svg │ │ │ │ │ ├── labplot-xy-curve.svg │ │ │ │ │ ├── labplot-xy-equation-curve.svg │ │ │ │ │ ├── labplot-xy-fit-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-filter-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-transform-curve.svg │ │ │ │ │ ├── labplot-xy-interpolation-curve.svg │ │ │ │ │ ├── labplot-xy-plot-four-axes.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered-origin.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes.svg │ │ │ │ │ ├── labplot-xy-smoothing-curve.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── latex-config.svg │ │ │ │ │ ├── latex.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── lensautofix.svg │ │ │ │ │ ├── lensdistortion.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lilypond.svg │ │ │ │ │ ├── linear.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── low-brightness.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── map-flat.svg │ │ │ │ │ ├── map-globe.svg │ │ │ │ │ ├── map-gnomonic.svg │ │ │ │ │ ├── map-mercator.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── menu_new_sep.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── motion_path_animations.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── music-note-16th.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── newline.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── nextfuzzy.svg │ │ │ │ │ ├── nextfuzzyuntrans.svg │ │ │ │ │ ├── nextuntranslated.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── noisereduction.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── nroot.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── office-report.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── oilpaint.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-terminal.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overexposure.svg │ │ │ │ │ ├── overflow-menu-left.svg │ │ │ │ │ ├── overflow-menu-right.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paper-color.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── pathshape.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── perspective.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── podcast-amarok.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ │ ├── preflight-verifier.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── prevfuzzy.svg │ │ │ │ │ ├── prevfuzzyuntrans.svg │ │ │ │ │ ├── preview-add-zone.svg │ │ │ │ │ ├── preview-remove-all.svg │ │ │ │ │ ├── preview-remove-zone.svg │ │ │ │ │ ├── preview-render-off.svg │ │ │ │ │ ├── preview-render-on.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── prevuntranslated.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-defaults.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── question.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── raindrop.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── sharpenimage.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-all-effects.svg │ │ │ │ │ ├── show-gpu-effects.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-collapse.svg │ │ │ │ │ ├── sidebar-expand.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── skg-chart-bubble.svg │ │ │ │ │ ├── skrooge_credit_card.svg │ │ │ │ │ ├── skrooge_less.svg │ │ │ │ │ ├── skrooge_more.svg │ │ │ │ │ ├── skrooge_much_less.svg │ │ │ │ │ ├── skrooge_much_more.svg │ │ │ │ │ ├── skrooge_type.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallfrac.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smartnewline.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── smiley-shape.svg │ │ │ │ │ ├── smiley.svg │ │ │ │ │ ├── smooth.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_ChargedParticle.svg │ │ │ │ │ ├── step_object_CircularMotor.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_CoulombForce.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Gas.svg │ │ │ │ │ ├── step_object_GasParticle.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_GravitationForce.svg │ │ │ │ │ ├── step_object_LinearMotor.svg │ │ │ │ │ ├── step_object_Meter.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_SoftBody.svg │ │ │ │ │ ├── step_object_Spring.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── step_object_Tracer.svg │ │ │ │ │ ├── step_object_WeightForce.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-edit.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-create.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── texcompiler.svg │ │ │ │ │ ├── texlion.svg │ │ │ │ │ ├── text-field-framed.svg │ │ │ │ │ ├── text-field-frameless.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_remove_kerns.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── texture.svg │ │ │ │ │ ├── timeline-extract.svg │ │ │ │ │ ├── timeline-insert.svg │ │ │ │ │ ├── timeline-lift.svg │ │ │ │ │ ├── timeline-overwrite.svg │ │ │ │ │ ├── timeline-use-zone-off.svg │ │ │ │ │ ├── timeline-use-zone-on.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-spray.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_eraser.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_curve.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_free_form_selection.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polygon.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_spraycan.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── torrents.svg │ │ │ │ │ ├── transform-browse.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-horizontal.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale-vertical.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── typewriter.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── underexposure.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── username-copy.svg │ │ │ │ │ ├── vcs-branch-delete.svg │ │ │ │ │ ├── vcs-branch.svg │ │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ │ ├── vcs-commit.svg │ │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ │ ├── vcs-diff.svg │ │ │ │ │ ├── vcs-merge-request.svg │ │ │ │ │ ├── vcs-merge.svg │ │ │ │ │ ├── vcs-pull.svg │ │ │ │ │ ├── vcs-push.svg │ │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ │ ├── vcs-stash-pop.svg │ │ │ │ │ ├── vcs-stash.svg │ │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-account-checking.svg │ │ │ │ │ ├── view-bank-account-savings.svg │ │ │ │ │ ├── view-bank-account.svg │ │ │ │ │ ├── view-bank-add.svg │ │ │ │ │ ├── view-bank-delete.svg │ │ │ │ │ ├── view-bank-edit.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-catalog.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-categories.svg │ │ │ │ │ ├── view-certificate-add.svg │ │ │ │ │ ├── view-certificate-export-secret.svg │ │ │ │ │ ├── view-certificate-export-server.svg │ │ │ │ │ ├── view-certificate-export.svg │ │ │ │ │ ├── view-certificate-import.svg │ │ │ │ │ ├── view-certificate-server-configure.svg │ │ │ │ │ ├── view-certificate-sign.svg │ │ │ │ │ ├── view-certificate.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-currency-list.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ │ ├── view-financial-account-credit-card-closed.svg │ │ │ │ │ ├── view-financial-account-credit-card.svg │ │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ │ ├── view-financial-account.svg │ │ │ │ │ ├── view-financial-budget.svg │ │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ │ ├── view-financial-category.svg │ │ │ │ │ ├── view-financial-list.svg │ │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-institution-add.svg │ │ │ │ │ ├── view-institution-delete.svg │ │ │ │ │ ├── view-institution-edit.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-chart.svg │ │ │ │ │ ├── view-media-config.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-favorite.svg │ │ │ │ │ ├── view-media-genre.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playcount.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-recent.svg │ │ │ │ │ ├── view-media-similarartists.svg │ │ │ │ │ ├── view-media-title.svg │ │ │ │ │ ├── view-media-track.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-effect.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-unsplit-effect.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── wallet-closed.svg │ │ │ │ │ ├── wallet-open.svg │ │ │ │ │ ├── wallpaper-centered.png │ │ │ │ │ ├── wallpaper-scaled.png │ │ │ │ │ ├── wallpaper-tiled.png │ │ │ │ │ ├── wallpaper-zoomed.png │ │ │ │ │ ├── warnnext.svg │ │ │ │ │ ├── warnprev.svg │ │ │ │ │ ├── whitebalance.svg │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── xarchiver-add.svg │ │ │ │ │ ├── xarchiver-extract.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── zone-in.svg │ │ │ │ │ ├── zone-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-pixels.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── 24 │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add-subtitle.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcurves.svg │ │ │ │ │ ├── adjusthsl.svg │ │ │ │ │ ├── adjustlevels.svg │ │ │ │ │ ├── adjustrgb.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── akonadiconsole.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-node.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-node.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animal.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── antivignetting.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── auto-transition.svg │ │ │ │ │ ├── auto-type.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── backgroundtool.svg │ │ │ │ │ ├── backup.svg │ │ │ │ │ ├── bboxnext.svg │ │ │ │ │ ├── bboxprev.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── blurfx.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── bwtonal.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── calligraphy.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── channelmixer.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── charcoaltool.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colorfx.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colorneg.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composite-track-off.svg │ │ │ │ │ ├── composite-track-on.svg │ │ │ │ │ ├── composite-track-preview.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── contrast.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── coordinate.svg │ │ │ │ │ ├── copy-coordinates.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── database-change-key.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── depth16to8.svg │ │ │ │ │ ├── depth8to16.svg │ │ │ │ │ ├── description.svg │ │ │ │ │ ├── dfrac.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── discrete.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-graph-directed.svg │ │ │ │ │ ├── distribute-graph.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-node.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-randomize.svg │ │ │ │ │ ├── distribute-remove-overlaps.svg │ │ │ │ │ ├── distribute-unclump.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-node.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as-template.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-scan.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── donate.svg │ │ │ │ │ ├── dontknow.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── drag-surface.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-calligraphic.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dvisearch.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── earthquake.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-group.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-move.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-lasso.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── edit_animation.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── embosstool.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entrance_animations.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── entry-new.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── errornext.svg │ │ │ │ │ ├── errorprev.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exchange-positions-clockwise.svg │ │ │ │ │ ├── exchange-positions-zorder.svg │ │ │ │ │ ├── exchange-positions.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── exit_animations.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── favorite.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── filmgrain.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── flower-shape.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── food.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-convert-to-path.svg │ │ │ │ │ ├── format-currency.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-insert-node.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-node-corner.svg │ │ │ │ │ ├── format-node-curve.svg │ │ │ │ │ ├── format-node-line.svg │ │ │ │ │ ├── format-node-smooth.svg │ │ │ │ │ ├── format-node-symmetric.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-segment-curve.svg │ │ │ │ │ ├── format-segment-line.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-autosum.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-bucket.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-accounting.svg │ │ │ │ │ ├── gnumeric-format-border-all.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-inside-horiz.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-none.svg │ │ │ │ │ ├── gnumeric-format-border-outside.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-thick-outside.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-format-percentage.svg │ │ │ │ │ ├── gnumeric-format-precision-decrease.svg │ │ │ │ │ ├── gnumeric-format-precision-increase.svg │ │ │ │ │ ├── gnumeric-format-thousand-separator.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-object-arrow.svg │ │ │ │ │ ├── gnumeric-object-button.svg │ │ │ │ │ ├── gnumeric-object-checkbox.svg │ │ │ │ │ ├── gnumeric-object-combo.svg │ │ │ │ │ ├── gnumeric-object-ellipse.svg │ │ │ │ │ ├── gnumeric-object-label.svg │ │ │ │ │ ├── gnumeric-object-line.svg │ │ │ │ │ ├── gnumeric-object-list.svg │ │ │ │ │ ├── gnumeric-object-rectangle.svg │ │ │ │ │ ├── gnumeric-object-scrollbar.svg │ │ │ │ │ ├── gnumeric-object-spinbutton.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-cell.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-time.svg │ │ │ │ │ ├── gnumeric-protection-no.svg │ │ │ │ │ ├── gnumeric-protection-yes.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-tab-duplicate.svg │ │ │ │ │ ├── gtk-tab-new.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── hand.svg │ │ │ │ │ ├── handle-left.svg │ │ │ │ │ ├── handle-move.svg │ │ │ │ │ ├── handle-right.svg │ │ │ │ │ ├── handle-sort.svg │ │ │ │ │ ├── headphones.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hexagon-shape.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── high-brightness.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── hotpixels.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-gadugadu.svg │ │ │ │ │ ├── im-google-talk.svg │ │ │ │ │ ├── im-google.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── irc-operator.svg │ │ │ │ │ ├── irc-remove-operator.svg │ │ │ │ │ ├── irc-unvoice.svg │ │ │ │ │ ├── irc-voice.svg │ │ │ │ │ ├── item.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-composite.svg │ │ │ │ │ ├── kdenlive-custom-effect.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-hide-audio.svg │ │ │ │ │ ├── kdenlive-hide-video.svg │ │ │ │ │ ├── kdenlive-insert-edit.svg │ │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-no-composite.svg │ │ │ │ │ ├── kdenlive-normal-edit.svg │ │ │ │ │ ├── kdenlive-object-height.svg │ │ │ │ │ ├── kdenlive-object-width.svg │ │ │ │ │ ├── kdenlive-overwrite-edit.svg │ │ │ │ │ ├── kdenlive-select-all.svg │ │ │ │ │ ├── kdenlive-select-images.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-texts.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audio.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-markers.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-split-audio.svg │ │ │ │ │ ├── kdenlive-track_has_effect.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ │ ├── kdenlive-zindex-down.svg │ │ │ │ │ ├── kdenlive-zindex-top.svg │ │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── keyframe-add.svg │ │ │ │ │ ├── keyframe-disable.svg │ │ │ │ │ ├── keyframe-duplicate.svg │ │ │ │ │ ├── keyframe-next.svg │ │ │ │ │ ├── keyframe-previous.svg │ │ │ │ │ ├── keyframe-record.svg │ │ │ │ │ ├── keyframe-remove.svg │ │ │ │ │ ├── keyframe.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase-new.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ │ ├── kmouth-phresebook-new.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── know.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_cbound.svg │ │ │ │ │ ├── kstars_clines.svg │ │ │ │ │ ├── kstars_cnames.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_constellationart.svg │ │ │ │ │ ├── kstars_deepsky.svg │ │ │ │ │ ├── kstars_ekos.svg │ │ │ │ │ ├── kstars_fitsviewer.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_grid.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kstars_hgrid.svg │ │ │ │ │ ├── kstars_horizon.svg │ │ │ │ │ ├── kstars_indi.svg │ │ │ │ │ ├── kstars_mw.svg │ │ │ │ │ ├── kstars_planets.svg │ │ │ │ │ ├── kstars_satellites.svg │ │ │ │ │ ├── kstars_solarsystem.svg │ │ │ │ │ ├── kstars_stars.svg │ │ │ │ │ ├── kstars_supernovae.svg │ │ │ │ │ ├── kstars_xplanet.svg │ │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ │ ├── kt-add-filters.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-chunks.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-magnet.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ │ ├── kt-remove-filters.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start-all.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop-all.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-1x-zoom.svg │ │ │ │ │ ├── labplot-2x-zoom.svg │ │ │ │ │ ├── labplot-3x-zoom.svg │ │ │ │ │ ├── labplot-4x-zoom.svg │ │ │ │ │ ├── labplot-5x-zoom.svg │ │ │ │ │ ├── labplot-TeX-logo.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-axis-horizontal.svg │ │ │ │ │ ├── labplot-axis-vertical.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-matrix-new.svg │ │ │ │ │ ├── labplot-matrix.svg │ │ │ │ │ ├── labplot-plot-axis-points.svg │ │ │ │ │ ├── labplot-shift-down-y.svg │ │ │ │ │ ├── labplot-shift-left-x.svg │ │ │ │ │ ├── labplot-shift-right-x.svg │ │ │ │ │ ├── labplot-shift-up-y.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-workbook-new.svg │ │ │ │ │ ├── labplot-workbook.svg │ │ │ │ │ ├── labplot-worksheet-new.svg │ │ │ │ │ ├── labplot-worksheet.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-xy-curve-segments.svg │ │ │ │ │ ├── labplot-xy-curve.svg │ │ │ │ │ ├── labplot-xy-equation-curve.svg │ │ │ │ │ ├── labplot-xy-fit-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-filter-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-transform-curve.svg │ │ │ │ │ ├── labplot-xy-interpolation-curve.svg │ │ │ │ │ ├── labplot-xy-plot-four-axes.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered-origin.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes.svg │ │ │ │ │ ├── labplot-xy-smoothing-curve.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── latex-config.svg │ │ │ │ │ ├── latex.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── lensautofix.svg │ │ │ │ │ ├── lensdistortion.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lilypond.svg │ │ │ │ │ ├── linear.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── low-brightness.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── map-flat.svg │ │ │ │ │ ├── map-globe.svg │ │ │ │ │ ├── map-gnomonic.svg │ │ │ │ │ ├── map-mercator.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── menu_new_sep.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── motion_path_animations.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── music-note-16th.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── newline.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── nextfuzzy.svg │ │ │ │ │ ├── nextfuzzyuntrans.svg │ │ │ │ │ ├── nextuntranslated.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── noisereduction.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── nroot.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── office-report.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── oilpaint.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-terminal.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overexposure.svg │ │ │ │ │ ├── overflow-menu-left.svg │ │ │ │ │ ├── overflow-menu-right.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paper-color.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── pathshape.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── perspective.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── podcast-amarok.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ │ ├── preflight-verifier.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── prevfuzzy.svg │ │ │ │ │ ├── prevfuzzyuntrans.svg │ │ │ │ │ ├── preview-add-zone.svg │ │ │ │ │ ├── preview-remove-all.svg │ │ │ │ │ ├── preview-remove-zone.svg │ │ │ │ │ ├── preview-render-off.svg │ │ │ │ │ ├── preview-render-on.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── prevuntranslated.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-defaults.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── question.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── raindrop.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── sharpenimage.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-all-effects.svg │ │ │ │ │ ├── show-gpu-effects.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-collapse.svg │ │ │ │ │ ├── sidebar-expand.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── skg-chart-bubble.svg │ │ │ │ │ ├── skrooge_credit_card.svg │ │ │ │ │ ├── skrooge_less.svg │ │ │ │ │ ├── skrooge_more.svg │ │ │ │ │ ├── skrooge_much_less.svg │ │ │ │ │ ├── skrooge_much_more.svg │ │ │ │ │ ├── skrooge_type.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallfrac.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smartnewline.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── smiley-shape.svg │ │ │ │ │ ├── smiley.svg │ │ │ │ │ ├── smooth.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_ChargedParticle.svg │ │ │ │ │ ├── step_object_CircularMotor.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_CoulombForce.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Gas.svg │ │ │ │ │ ├── step_object_GasParticle.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_GravitationForce.svg │ │ │ │ │ ├── step_object_LinearMotor.svg │ │ │ │ │ ├── step_object_Meter.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_SoftBody.svg │ │ │ │ │ ├── step_object_Spring.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── step_object_Tracer.svg │ │ │ │ │ ├── step_object_WeightForce.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-edit.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-create.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── texcompiler.svg │ │ │ │ │ ├── texlion.svg │ │ │ │ │ ├── text-field-framed.svg │ │ │ │ │ ├── text-field-frameless.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_remove_kerns.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── texture.svg │ │ │ │ │ ├── timeline-extract.svg │ │ │ │ │ ├── timeline-insert.svg │ │ │ │ │ ├── timeline-lift.svg │ │ │ │ │ ├── timeline-overwrite.svg │ │ │ │ │ ├── timeline-use-zone-off.svg │ │ │ │ │ ├── timeline-use-zone-on.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-spray.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_eraser.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_curve.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_free_form_selection.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polygon.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_spraycan.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── torrents.svg │ │ │ │ │ ├── transform-browse.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-horizontal.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale-vertical.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── typewriter.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── underexposure.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── username-copy.svg │ │ │ │ │ ├── vcs-branch-delete.svg │ │ │ │ │ ├── vcs-branch.svg │ │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ │ ├── vcs-commit.svg │ │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ │ ├── vcs-diff.svg │ │ │ │ │ ├── vcs-merge-request.svg │ │ │ │ │ ├── vcs-merge.svg │ │ │ │ │ ├── vcs-pull.svg │ │ │ │ │ ├── vcs-push.svg │ │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ │ ├── vcs-stash-pop.svg │ │ │ │ │ ├── vcs-stash.svg │ │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-account-checking.svg │ │ │ │ │ ├── view-bank-account-savings.svg │ │ │ │ │ ├── view-bank-account.svg │ │ │ │ │ ├── view-bank-add.svg │ │ │ │ │ ├── view-bank-delete.svg │ │ │ │ │ ├── view-bank-edit.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-catalog.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-categories.svg │ │ │ │ │ ├── view-certificate-add.svg │ │ │ │ │ ├── view-certificate-export-secret.svg │ │ │ │ │ ├── view-certificate-export-server.svg │ │ │ │ │ ├── view-certificate-export.svg │ │ │ │ │ ├── view-certificate-import.svg │ │ │ │ │ ├── view-certificate-server-configure.svg │ │ │ │ │ ├── view-certificate-sign.svg │ │ │ │ │ ├── view-certificate.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-currency-list.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ │ ├── view-financial-account-credit-card-closed.svg │ │ │ │ │ ├── view-financial-account-credit-card.svg │ │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ │ ├── view-financial-account.svg │ │ │ │ │ ├── view-financial-budget.svg │ │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ │ ├── view-financial-category.svg │ │ │ │ │ ├── view-financial-list.svg │ │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-institution-add.svg │ │ │ │ │ ├── view-institution-delete.svg │ │ │ │ │ ├── view-institution-edit.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-chart.svg │ │ │ │ │ ├── view-media-config.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-favorite.svg │ │ │ │ │ ├── view-media-genre.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playcount.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-recent.svg │ │ │ │ │ ├── view-media-similarartists.svg │ │ │ │ │ ├── view-media-title.svg │ │ │ │ │ ├── view-media-track.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-effect.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-unsplit-effect.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── wallet-closed.svg │ │ │ │ │ ├── wallet-open.svg │ │ │ │ │ ├── wallpaper-centered.png │ │ │ │ │ ├── wallpaper-scaled.png │ │ │ │ │ ├── wallpaper-tiled.png │ │ │ │ │ ├── wallpaper-zoomed.png │ │ │ │ │ ├── warnnext.svg │ │ │ │ │ ├── warnprev.svg │ │ │ │ │ ├── whitebalance.svg │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── xarchiver-add.svg │ │ │ │ │ ├── xarchiver-extract.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── zone-in.svg │ │ │ │ │ ├── zone-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-pixels.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── 32 │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── cursor-cross.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── donate.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── financial-account.svg │ │ │ │ │ ├── financial-budget.svg │ │ │ │ │ ├── financial-list.svg │ │ │ │ │ ├── financial-payees.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── gnumeric-format-halign-distributed.svg │ │ │ │ │ ├── gnumeric-format-valign-bottom.svg │ │ │ │ │ ├── gnumeric-format-valign-center.svg │ │ │ │ │ ├── gnumeric-format-valign-distributed.svg │ │ │ │ │ ├── gnumeric-format-valign-justify.svg │ │ │ │ │ ├── gnumeric-format-valign-top.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── home.svg │ │ │ │ │ ├── institution.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── multiple.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── percent.svg │ │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-create.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── wallpaper-centered.png │ │ │ │ │ ├── wallpaper-scaled.png │ │ │ │ │ ├── wallpaper-tiled.png │ │ │ │ │ ├── wallpaper-zoomed.png │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── xarchiver-add.svg │ │ │ │ │ ├── xarchiver-extract.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── 48 │ │ │ │ │ ├── financial-account.svg │ │ │ │ │ ├── financial-categories.svg │ │ │ │ │ ├── financial-forecast.svg │ │ │ │ │ ├── financial-investments.svg │ │ │ │ │ ├── financial-list.svg │ │ │ │ │ ├── financial-report.svg │ │ │ │ │ ├── home.svg │ │ │ │ │ └── institution.svg │ │ │ │ ├── 64 │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── media-default-album.svg │ │ │ │ │ ├── media-default-track.svg │ │ │ │ │ └── view-institution.svg │ │ │ │ ├── 16@2x │ │ │ │ ├── 16@3x │ │ │ │ ├── 22@2x │ │ │ │ ├── 22@3x │ │ │ │ ├── 24@2x │ │ │ │ ├── 24@3x │ │ │ │ ├── 32@2x │ │ │ │ ├── 32@3x │ │ │ │ └── symbolic │ │ │ │ │ ├── action-unavailable-symbolic.svg │ │ │ │ │ ├── address-book-new-symbolic.svg │ │ │ │ │ ├── application-exit-symbolic.svg │ │ │ │ │ ├── appointment-new-symbolic.svg │ │ │ │ │ ├── bookmark-add-symbolic.svg │ │ │ │ │ ├── bookmark-new-symbolic.svg │ │ │ │ │ ├── call-end-symbolic.svg │ │ │ │ │ ├── call-start-symbolic.svg │ │ │ │ │ ├── call-stop-symbolic.svg │ │ │ │ │ ├── call-voicemail-symbolic.svg │ │ │ │ │ ├── change-date-symbolic.svg │ │ │ │ │ ├── collapse-all-symbolic.svg │ │ │ │ │ ├── color-profile.svg │ │ │ │ │ ├── color-select-symbolic.svg │ │ │ │ │ ├── comment-symbolic.svg │ │ │ │ │ ├── contact-new-symbolic.svg │ │ │ │ │ ├── content-loading-symbolic.svg │ │ │ │ │ ├── document-edit-symbolic.svg │ │ │ │ │ ├── document-new-symbolic.svg │ │ │ │ │ ├── document-open-recent-symbolic.svg │ │ │ │ │ ├── document-open-symbolic.svg │ │ │ │ │ ├── document-page-setup-symbolic.svg │ │ │ │ │ ├── document-print-preview-symbolic.svg │ │ │ │ │ ├── document-print-symbolic.svg │ │ │ │ │ ├── document-properties-symbolic.svg │ │ │ │ │ ├── document-revert-symbolic-rtl.svg │ │ │ │ │ ├── document-revert-symbolic.svg │ │ │ │ │ ├── document-save-as-symbolic.svg │ │ │ │ │ ├── document-save-symbolic.svg │ │ │ │ │ ├── document-send-symbolic.svg │ │ │ │ │ ├── edit-clear-all-symbolic.svg │ │ │ │ │ ├── edit-clear-rtl-symbolic.svg │ │ │ │ │ ├── edit-clear-symbolic-rtl.svg │ │ │ │ │ ├── edit-clear-symbolic.svg │ │ │ │ │ ├── edit-copy-symbolic.svg │ │ │ │ │ ├── edit-cut-symbolic.svg │ │ │ │ │ ├── edit-delete-symbolic.svg │ │ │ │ │ ├── edit-find-replace-symbolic.svg │ │ │ │ │ ├── edit-find-symbolic.svg │ │ │ │ │ ├── edit-move-symbolic.svg │ │ │ │ │ ├── edit-paste-symbolic.svg │ │ │ │ │ ├── edit-redo-rtl-symbolic.svg │ │ │ │ │ ├── edit-redo-symbolic-rtl.svg │ │ │ │ │ ├── edit-redo-symbolic.svg │ │ │ │ │ ├── edit-select-all-symbolic.svg │ │ │ │ │ ├── edit-select-symbolic.svg │ │ │ │ │ ├── edit-symbolic.svg │ │ │ │ │ ├── edit-undo-rtl-symbolic.svg │ │ │ │ │ ├── edit-undo-symbolic-rtl.svg │ │ │ │ │ ├── edit-undo-symbolic.svg │ │ │ │ │ ├── expand-all-symbolic.svg │ │ │ │ │ ├── export-symbolic.svg │ │ │ │ │ ├── extension-symbolic.svg │ │ │ │ │ ├── file-catalog-symbolic.svg │ │ │ │ │ ├── file-library-symbolic.svg │ │ │ │ │ ├── file-search-symbolic.svg │ │ │ │ │ ├── filter-symbolic.svg │ │ │ │ │ ├── find-location-symbolic.svg │ │ │ │ │ ├── folder-new-symbolic.svg │ │ │ │ │ ├── font-select-symbolic.svg │ │ │ │ │ ├── format-indent-less-rtl-symbolic.svg │ │ │ │ │ ├── format-indent-less-symbolic-rtl.svg │ │ │ │ │ ├── format-indent-less-symbolic.svg │ │ │ │ │ ├── format-indent-more-rtl-symbolic.svg │ │ │ │ │ ├── format-indent-more-symbolic-rtl.svg │ │ │ │ │ ├── format-indent-more-symbolic.svg │ │ │ │ │ ├── format-justify-center-symbolic.svg │ │ │ │ │ ├── format-justify-fill-symbolic.svg │ │ │ │ │ ├── format-justify-left-symbolic.svg │ │ │ │ │ ├── format-justify-right-symbolic.svg │ │ │ │ │ ├── format-text-bold-symbolic.svg │ │ │ │ │ ├── format-text-direction-ltr-symbolic.svg │ │ │ │ │ ├── format-text-direction-rtl-symbolic.svg │ │ │ │ │ ├── format-text-direction-symbolic-rtl.svg │ │ │ │ │ ├── format-text-direction-symbolic.svg │ │ │ │ │ ├── format-text-italic-symbolic.svg │ │ │ │ │ ├── format-text-strikethrough-symbolic.svg │ │ │ │ │ ├── format-text-underline-symbolic.svg │ │ │ │ │ ├── go-bottom-symbolic.svg │ │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ │ ├── go-first-rtl-symbolic.svg │ │ │ │ │ ├── go-first-symbolic-rtl.svg │ │ │ │ │ ├── go-first-symbolic.svg │ │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ │ ├── go-jump-rtl-symbolic.svg │ │ │ │ │ ├── go-jump-symbolic.svg │ │ │ │ │ ├── go-last-rtl-symbolic.svg │ │ │ │ │ ├── go-last-symbolic-rtl.svg │ │ │ │ │ ├── go-last-symbolic.svg │ │ │ │ │ ├── go-next-rtl-symbolic.svg │ │ │ │ │ ├── go-next-symbolic-rtl.svg │ │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ │ ├── go-previous-rtl-symbolic.svg │ │ │ │ │ ├── go-previous-symbolic-rtl.svg │ │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ │ ├── go-top-symbolic.svg │ │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ │ ├── help-about-symbolic.svg │ │ │ │ │ ├── histogram-symbolic.svg │ │ │ │ │ ├── image-crop-symbolic.svg │ │ │ │ │ ├── image-flip-horizontal-symbolic.svg │ │ │ │ │ ├── image-flip-vertical-symbolic.svg │ │ │ │ │ ├── image-invert-symbolic.svg │ │ │ │ │ ├── image-navigator-symbolic.svg │ │ │ │ │ ├── image-red-eye-symbolic.svg │ │ │ │ │ ├── image-resize-symbolic.svg │ │ │ │ │ ├── image-rotate-left-symbolic.svg │ │ │ │ │ ├── image-rotate-right-symbolic.svg │ │ │ │ │ ├── image-rotate-symbolic.svg │ │ │ │ │ ├── insert-image-symbolic.svg │ │ │ │ │ ├── insert-link-symbolic.svg │ │ │ │ │ ├── insert-text-symbolic.svg │ │ │ │ │ ├── list-add-symbolic.svg │ │ │ │ │ ├── list-remove-all-symbolic.svg │ │ │ │ │ ├── list-remove-symbolic.svg │ │ │ │ │ ├── mail-mark-important-symbolic.svg │ │ │ │ │ ├── mail-send-receive-symbolic.svg │ │ │ │ │ ├── mail-send-symbolic.svg │ │ │ │ │ ├── map-symbolic.svg │ │ │ │ │ ├── mark-location-symbolic.svg │ │ │ │ │ ├── media-eject-symbolic.svg │ │ │ │ │ ├── media-playback-pause-symbolic.svg │ │ │ │ │ ├── media-playback-start-rtl-symbolic.svg │ │ │ │ │ ├── media-playback-start-symbolic-rtl.svg │ │ │ │ │ ├── media-playback-start-symbolic.svg │ │ │ │ │ ├── media-playback-stop-symbolic.svg │ │ │ │ │ ├── media-record-symbolic.svg │ │ │ │ │ ├── media-seek-backward-rtl-symbolic.svg │ │ │ │ │ ├── media-seek-backward-symbolic-rtl.svg │ │ │ │ │ ├── media-seek-backward-symbolic.svg │ │ │ │ │ ├── media-seek-forward-rtl-symbolic.svg │ │ │ │ │ ├── media-seek-forward-symbolic-rtl.svg │ │ │ │ │ ├── media-seek-forward-symbolic.svg │ │ │ │ │ ├── media-skip-backward-rtl-symbolic.svg │ │ │ │ │ ├── media-skip-backward-symbolic-rtl.svg │ │ │ │ │ ├── media-skip-backward-symbolic.svg │ │ │ │ │ ├── media-skip-forward-rtl-symbolic.svg │ │ │ │ │ ├── media-skip-forward-symbolic-rtl.svg │ │ │ │ │ ├── media-skip-forward-symbolic.svg │ │ │ │ │ ├── media-view-subtitles-symbolic.svg │ │ │ │ │ ├── object-flip-horizontal-symbolic.svg │ │ │ │ │ ├── object-flip-vertical-symbolic.svg │ │ │ │ │ ├── object-rotate-left-symbolic.svg │ │ │ │ │ ├── object-rotate-right-symbolic.svg │ │ │ │ │ ├── object-select-symbolic.svg │ │ │ │ │ ├── open-menu-symbolic.svg │ │ │ │ │ ├── palette-symbolic.svg │ │ │ │ │ ├── pan-down-symbolic.svg │ │ │ │ │ ├── pan-end-symbolic-rtl.svg │ │ │ │ │ ├── pan-end-symbolic.svg │ │ │ │ │ ├── pan-start-symbolic-rtl.svg │ │ │ │ │ ├── pan-start-symbolic.svg │ │ │ │ │ ├── pan-up-symbolic.svg │ │ │ │ │ ├── process-stop-symbolic.svg │ │ │ │ │ ├── selection-end-symbolic-rtl.svg │ │ │ │ │ ├── selection-end-symbolic.svg │ │ │ │ │ ├── selection-start-symbolic-rtl.svg │ │ │ │ │ ├── selection-start-symbolic.svg │ │ │ │ │ ├── send-to-symbolic.svg │ │ │ │ │ ├── special-effects-symbolic.svg │ │ │ │ │ ├── star-new-symbolic.svg │ │ │ │ │ ├── system-run-symbolic.svg │ │ │ │ │ ├── system-search-symbolic.svg │ │ │ │ │ ├── system-shutdown-symbolic.svg │ │ │ │ │ ├── tab-new-symbolic.svg │ │ │ │ │ ├── tag-symbolic.svg │ │ │ │ │ ├── tools-check-spelling-symbolic.svg │ │ │ │ │ ├── tools-symbolic.svg │ │ │ │ │ ├── view-app-grid-symbolic.svg │ │ │ │ │ ├── view-continuous-symbolic.svg │ │ │ │ │ ├── view-dual-symbolic.svg │ │ │ │ │ ├── view-fullscreen-symbolic.svg │ │ │ │ │ ├── view-grid-symbolic.svg │ │ │ │ │ ├── view-list-symbolic.svg │ │ │ │ │ ├── view-more-horizontal-symbolic.svg │ │ │ │ │ ├── view-more-symbolic.svg │ │ │ │ │ ├── view-presentation-symbolic.svg │ │ │ │ │ ├── view-private-symbolic.svg │ │ │ │ │ ├── view-refresh-symbolic.svg │ │ │ │ │ ├── view-restore-symbolic.svg │ │ │ │ │ ├── view-sort-ascending-symbolic.svg │ │ │ │ │ ├── view-sort-descending-symbolic.svg │ │ │ │ │ ├── view-zoom-fit-height-symbolic.svg │ │ │ │ │ ├── view-zoom-fit-symbolic.svg │ │ │ │ │ ├── view-zoom-fit-width-symbolic.svg │ │ │ │ │ ├── view-zoom-in-symbolic.svg │ │ │ │ │ ├── view-zoom-original-symbolic.svg │ │ │ │ │ ├── view-zoom-out-symbolic.svg │ │ │ │ │ ├── window-close-symbolic.svg │ │ │ │ │ ├── window-keep-above-symbolic.svg │ │ │ │ │ ├── window-keep-below-symbolic.svg │ │ │ │ │ ├── window-maximize-symbolic.svg │ │ │ │ │ ├── window-minimize-symbolic.svg │ │ │ │ │ ├── window-pin-symbolic.svg │ │ │ │ │ ├── window-restore-symbolic.svg │ │ │ │ │ ├── window-shade-symbolic.svg │ │ │ │ │ ├── window-unpin-symbolic.svg │ │ │ │ │ ├── window-unshade-symbolic.svg │ │ │ │ │ ├── zoom-fit-best-symbolic.svg │ │ │ │ │ ├── zoom-in-symbolic.svg │ │ │ │ │ ├── zoom-original-symbolic.svg │ │ │ │ │ └── zoom-out-symbolic.svg │ │ │ ├── animations │ │ │ │ ├── 16 │ │ │ │ │ └── process-working.svg │ │ │ │ ├── 22 │ │ │ │ │ └── process-working.svg │ │ │ │ ├── 16@2x │ │ │ │ ├── 16@3x │ │ │ │ ├── 24@2x │ │ │ │ └── 24@3x │ │ │ ├── applets │ │ │ │ ├── 16 │ │ │ │ │ └── car.svg │ │ │ │ ├── 22 │ │ │ │ │ ├── car.svg │ │ │ │ │ ├── hands-free.svg │ │ │ │ │ ├── handset.svg │ │ │ │ │ ├── headphone.svg │ │ │ │ │ ├── headset.svg │ │ │ │ │ ├── hifi.svg │ │ │ │ │ ├── internal.svg │ │ │ │ │ ├── microphone.svg │ │ │ │ │ ├── portable.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── tv.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ └── webcam.svg │ │ │ │ ├── 24 │ │ │ │ │ ├── car.svg │ │ │ │ │ ├── hands-free.svg │ │ │ │ │ ├── handset.svg │ │ │ │ │ ├── headphone.svg │ │ │ │ │ ├── headset.svg │ │ │ │ │ ├── hifi.svg │ │ │ │ │ ├── internal.svg │ │ │ │ │ ├── microphone.svg │ │ │ │ │ ├── portable.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── tv.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ └── webcam.svg │ │ │ │ ├── 48 │ │ │ │ │ ├── weather-clear-night.svg │ │ │ │ │ ├── weather-clear-wind-night.svg │ │ │ │ │ ├── weather-clear-wind.svg │ │ │ │ │ ├── weather-clear.svg │ │ │ │ │ ├── weather-clouds-night.svg │ │ │ │ │ ├── weather-clouds-wind-night.svg │ │ │ │ │ ├── weather-clouds-wind.svg │ │ │ │ │ ├── weather-clouds.svg │ │ │ │ │ ├── weather-few-clouds-night.svg │ │ │ │ │ ├── weather-few-clouds-wind-night.svg │ │ │ │ │ ├── weather-few-clouds-wind.svg │ │ │ │ │ ├── weather-few-clouds.svg │ │ │ │ │ ├── weather-fog.svg │ │ │ │ │ ├── weather-freezing-rain.svg │ │ │ │ │ ├── weather-hail.svg │ │ │ │ │ ├── weather-many-clouds-wind.svg │ │ │ │ │ ├── weather-many-clouds.svg │ │ │ │ │ ├── weather-mist.svg │ │ │ │ │ ├── weather-none-available.svg │ │ │ │ │ ├── weather-overcast-wind.svg │ │ │ │ │ ├── weather-overcast.svg │ │ │ │ │ ├── weather-showers-day.svg │ │ │ │ │ ├── weather-showers-night.svg │ │ │ │ │ ├── weather-showers-scattered-day.svg │ │ │ │ │ ├── weather-showers-scattered-night.svg │ │ │ │ │ ├── weather-showers-scattered.svg │ │ │ │ │ ├── weather-showers.svg │ │ │ │ │ ├── weather-snow-rain.svg │ │ │ │ │ ├── weather-snow-scattered-day.svg │ │ │ │ │ ├── weather-snow-scattered-night.svg │ │ │ │ │ ├── weather-snow-scattered.svg │ │ │ │ │ ├── weather-snow.svg │ │ │ │ │ ├── weather-storm-day.svg │ │ │ │ │ ├── weather-storm-night.svg │ │ │ │ │ └── weather-storm.svg │ │ │ │ ├── 64 │ │ │ │ │ ├── osd-duplicate.svg │ │ │ │ │ ├── osd-rotate-ccw.svg │ │ │ │ │ ├── osd-rotate-cw.svg │ │ │ │ │ ├── osd-rotate-flip.svg │ │ │ │ │ ├── osd-rotate-normal.svg │ │ │ │ │ ├── osd-sbs-left.svg │ │ │ │ │ ├── osd-sbs-sright.svg │ │ │ │ │ ├── osd-shutd-laptop.svg │ │ │ │ │ ├── osd-shutd-screen.svg │ │ │ │ │ ├── preferences-system-tabbox.svg │ │ │ │ │ ├── preferences-system-windows-effect-blur.svg │ │ │ │ │ ├── preferences-system-windows-effect-contrast.svg │ │ │ │ │ ├── preferences-system-windows-effect-coverswitch.svg │ │ │ │ │ ├── preferences-system-windows-effect-cubeslide.svg │ │ │ │ │ ├── preferences-system-windows-effect-desktopgrid.svg │ │ │ │ │ ├── preferences-system-windows-effect-dialog-parent.svg │ │ │ │ │ ├── preferences-system-windows-effect-diminactive.svg │ │ │ │ │ ├── preferences-system-windows-effect-dimscreen.svg │ │ │ │ │ ├── preferences-system-windows-effect-fade.svg │ │ │ │ │ ├── preferences-system-windows-effect-fadedesktop.svg │ │ │ │ │ ├── preferences-system-windows-effect-fallapart.svg │ │ │ │ │ ├── preferences-system-windows-effect-flipswitch.svg │ │ │ │ │ ├── preferences-system-windows-effect-glide.svg │ │ │ │ │ ├── preferences-system-windows-effect-highlightwindow.svg │ │ │ │ │ ├── preferences-system-windows-effect-invert.svg │ │ │ │ │ ├── preferences-system-windows-effect-kscreen.svg │ │ │ │ │ ├── preferences-system-windows-effect-login.svg │ │ │ │ │ ├── preferences-system-windows-effect-logout.svg │ │ │ │ │ ├── preferences-system-windows-effect-magiclamp.svg │ │ │ │ │ ├── preferences-system-windows-effect-magnifier.svg │ │ │ │ │ ├── preferences-system-windows-effect-maximize.svg │ │ │ │ │ ├── preferences-system-windows-effect-minimize.svg │ │ │ │ │ ├── preferences-system-windows-effect-mouseclick.svg │ │ │ │ │ ├── preferences-system-windows-effect-mousemark.svg │ │ │ │ │ ├── preferences-system-windows-effect-presentwindows.svg │ │ │ │ │ ├── preferences-system-windows-effect-resize.svg │ │ │ │ │ ├── preferences-system-windows-effect-scale-in.svg │ │ │ │ │ ├── preferences-system-windows-effect-screenedge.svg │ │ │ │ │ ├── preferences-system-windows-effect-screenshot.svg │ │ │ │ │ ├── preferences-system-windows-effect-showfps.svg │ │ │ │ │ ├── preferences-system-windows-effect-showpaint.svg │ │ │ │ │ ├── preferences-system-windows-effect-slide.svg │ │ │ │ │ ├── preferences-system-windows-effect-slideback.svg │ │ │ │ │ ├── preferences-system-windows-effect-slidingpopups.svg │ │ │ │ │ ├── preferences-system-windows-effect-startupfeedback.svg │ │ │ │ │ ├── preferences-system-windows-effect-thumbnailaside.svg │ │ │ │ │ ├── preferences-system-windows-effect-trackmouse.svg │ │ │ │ │ ├── preferences-system-windows-effect-translucency.svg │ │ │ │ │ ├── preferences-system-windows-effect-windowaperture.svg │ │ │ │ │ ├── preferences-system-windows-effect-wobblywindows.svg │ │ │ │ │ └── preferences-system-windows-effect-zoom.svg │ │ │ │ ├── 128 │ │ │ │ │ ├── user-ada-lovelace.svg │ │ │ │ │ ├── user-alice-in-wonderland.svg │ │ │ │ │ ├── user-grace-hopper.svg │ │ │ │ │ ├── user-leonardo-da-vinci.svg │ │ │ │ │ ├── user-mahatma-gandhi.svg │ │ │ │ │ ├── user-man.svg │ │ │ │ │ ├── user-mowgli.svg │ │ │ │ │ └── user-none.svg │ │ │ │ ├── 256 │ │ │ │ │ ├── applets-template.svg │ │ │ │ │ ├── empty.svg │ │ │ │ │ ├── org.kde.ktpcontactlist.svg │ │ │ │ │ ├── org.kde.muonnotifier.svg │ │ │ │ │ ├── org.kde.plasma.activitybar.svg │ │ │ │ │ ├── org.kde.plasma.analogclock.svg │ │ │ │ │ ├── org.kde.plasma.battery.svg │ │ │ │ │ ├── org.kde.plasma.binaryclock.svg │ │ │ │ │ ├── org.kde.plasma.calculator.svg │ │ │ │ │ ├── org.kde.plasma.calendar.svg │ │ │ │ │ ├── org.kde.plasma.clipboard.svg │ │ │ │ │ ├── org.kde.plasma.colorpicker.svg │ │ │ │ │ ├── org.kde.plasma.comic.svg │ │ │ │ │ ├── org.kde.plasma.date.svg │ │ │ │ │ ├── org.kde.plasma.devicenotifier.svg │ │ │ │ │ ├── org.kde.plasma.digitalclock.svg │ │ │ │ │ ├── org.kde.plasma.diskquota.svg │ │ │ │ │ ├── org.kde.plasma.fifteenpuzzle.svg │ │ │ │ │ ├── org.kde.plasma.folder.svg │ │ │ │ │ ├── org.kde.plasma.frame.svg │ │ │ │ │ ├── org.kde.plasma.fuzzyclock.svg │ │ │ │ │ ├── org.kde.plasma.icontasks.svg │ │ │ │ │ ├── org.kde.plasma.kicker.svg │ │ │ │ │ ├── org.kde.plasma.kickerdash.svg │ │ │ │ │ ├── org.kde.plasma.kickoff.svg │ │ │ │ │ ├── org.kde.plasma.kickofflegacy.svg │ │ │ │ │ ├── org.kde.plasma.mediacontroller.svg │ │ │ │ │ ├── org.kde.plasma.networkmanagement.svg │ │ │ │ │ ├── org.kde.plasma.notes.svg │ │ │ │ │ ├── org.kde.plasma.pager.svg │ │ │ │ │ ├── org.kde.plasma.quicklaunch.svg │ │ │ │ │ ├── org.kde.plasma.showActivityManager.svg │ │ │ │ │ ├── org.kde.plasma.systemloadviewer.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.cpu.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.diskactivity.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.diskusage.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.memory.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.net.svg │ │ │ │ │ ├── org.kde.plasma.systemtray.svg │ │ │ │ │ ├── org.kde.plasma.taskmanager.svg │ │ │ │ │ ├── org.kde.plasma.timer.svg │ │ │ │ │ ├── org.kde.plasma.userswitcher.svg │ │ │ │ │ ├── org.kde.plasma.vault.svg │ │ │ │ │ ├── org.kde.plasma.volume.svg │ │ │ │ │ └── org.kde.plasma.windowlist.svg │ │ │ │ ├── 24@2x │ │ │ │ └── 24@3x │ │ │ ├── apps │ │ │ │ ├── 16 │ │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ │ ├── help-browser.svg │ │ │ │ │ ├── hotspot.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── konversation.svg │ │ │ │ │ ├── kwrite.svg │ │ │ │ │ ├── libreoffice-base.svg │ │ │ │ │ ├── libreoffice-calc.svg │ │ │ │ │ ├── libreoffice-draw.svg │ │ │ │ │ ├── libreoffice-impress.svg │ │ │ │ │ ├── libreoffice-main.svg │ │ │ │ │ ├── libreoffice-math.svg │ │ │ │ │ ├── libreoffice-startcenter.svg │ │ │ │ │ ├── libreoffice-writer.svg │ │ │ │ │ ├── plasmavault.svg │ │ │ │ │ ├── preferences-system-bluetooth.svg │ │ │ │ │ ├── preferences-system.svg │ │ │ │ │ ├── system-file-manager.svg │ │ │ │ │ ├── system-help.svg │ │ │ │ │ ├── systemsettings.svg │ │ │ │ │ ├── umbrello.svg │ │ │ │ │ ├── utilities-terminal.svg │ │ │ │ │ ├── virt-manager.svg │ │ │ │ │ └── vvave.svg │ │ │ │ ├── 22 │ │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ │ ├── akregator.svg │ │ │ │ │ ├── elisa.svg │ │ │ │ │ ├── help-browser.svg │ │ │ │ │ ├── homerun.svg │ │ │ │ │ ├── hotspot.svg │ │ │ │ │ ├── kde.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── korg-todo.svg │ │ │ │ │ ├── ktimetracker.svg │ │ │ │ │ ├── kwrite.svg │ │ │ │ │ ├── plasma-browser-integration.svg │ │ │ │ │ ├── plasma.svg │ │ │ │ │ ├── plasmavault.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-plugin.svg │ │ │ │ │ ├── system-file-manager.svg │ │ │ │ │ ├── system-help.svg │ │ │ │ │ ├── umbrello.svg │ │ │ │ │ ├── utilities-terminal.svg │ │ │ │ │ └── virt-manager.svg │ │ │ │ ├── 24 │ │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ │ ├── akregator.svg │ │ │ │ │ ├── help-browser.svg │ │ │ │ │ ├── homerun.svg │ │ │ │ │ ├── kde.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── korg-todo.svg │ │ │ │ │ ├── ktimetracker.svg │ │ │ │ │ ├── kwrite.svg │ │ │ │ │ ├── plasma-browser-integration.svg │ │ │ │ │ ├── plasma.svg │ │ │ │ │ ├── plasmavault.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-plugin.svg │ │ │ │ │ ├── system-file-manager.svg │ │ │ │ │ ├── system-help.svg │ │ │ │ │ ├── umbrello.svg │ │ │ │ │ ├── utilities-terminal.svg │ │ │ │ │ └── virt-manager.svg │ │ │ │ ├── 32 │ │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ │ ├── hotspot.svg │ │ │ │ │ ├── hwinfo.svg │ │ │ │ │ ├── ktimetracker.svg │ │ │ │ │ ├── kup.svg │ │ │ │ │ ├── kwrite.svg │ │ │ │ │ ├── plasmavault.svg │ │ │ │ │ ├── preferences-system.svg │ │ │ │ │ ├── system-file-manager.svg │ │ │ │ │ ├── system-help.svg │ │ │ │ │ ├── systemsettings.svg │ │ │ │ │ ├── umbrello.svg │ │ │ │ │ ├── utilities-log-viewer.svg │ │ │ │ │ ├── utilities-terminal.svg │ │ │ │ │ ├── yast-sw_single.svg │ │ │ │ │ └── yast.svg │ │ │ │ ├── 48 │ │ │ │ │ ├── CMakeSetup.svg │ │ │ │ │ ├── QOwnNotes.svg │ │ │ │ │ ├── QtProject-designer.svg │ │ │ │ │ ├── VBox.svg │ │ │ │ │ ├── accessories-calculator.svg │ │ │ │ │ ├── accessories-character-map.svg │ │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ │ ├── acroread.svg │ │ │ │ │ ├── akregator.svg │ │ │ │ │ ├── alienarena.svg │ │ │ │ │ ├── alligator.svg │ │ │ │ │ ├── amarok.svg │ │ │ │ │ ├── android-file-transfer.svg │ │ │ │ │ ├── android-studio.svg │ │ │ │ │ ├── anjuta.svg │ │ │ │ │ ├── apper.svg │ │ │ │ │ ├── application-x-clementine.svg │ │ │ │ │ ├── aptana.svg │ │ │ │ │ ├── ardour.svg │ │ │ │ │ ├── ark.svg │ │ │ │ │ ├── artikulate.svg │ │ │ │ │ ├── assistant.svg │ │ │ │ │ ├── atom.svg │ │ │ │ │ ├── audacity.svg │ │ │ │ │ ├── author.svg │ │ │ │ │ ├── babe.svg │ │ │ │ │ ├── baloo.svg │ │ │ │ │ ├── bitcoin128.svg │ │ │ │ │ ├── bittorrent-sync.svg │ │ │ │ │ ├── bleachbit.svg │ │ │ │ │ ├── blender.svg │ │ │ │ │ ├── blinken.svg │ │ │ │ │ ├── blogilo.svg │ │ │ │ │ ├── bluefish.svg │ │ │ │ │ ├── bluegriffon.svg │ │ │ │ │ ├── bomber.svg │ │ │ │ │ ├── bomi.svg │ │ │ │ │ ├── bovo.svg │ │ │ │ │ ├── brackets.svg │ │ │ │ │ ├── braindump.svg │ │ │ │ │ ├── breeze-settings.svg │ │ │ │ │ ├── btsync-gui.svg │ │ │ │ │ ├── buho.svg │ │ │ │ │ ├── calamares.svg │ │ │ │ │ ├── calibre-ebook-edit.svg │ │ │ │ │ ├── calibre-viewer.svg │ │ │ │ │ ├── calindori.svg │ │ │ │ │ ├── calligraauthor.svg │ │ │ │ │ ├── calligraflow.svg │ │ │ │ │ ├── calligrakarbon.svg │ │ │ │ │ ├── calligrakexi.svg │ │ │ │ │ ├── calligraplan.svg │ │ │ │ │ ├── calligraplanwork.svg │ │ │ │ │ ├── calligrasheets.svg │ │ │ │ │ ├── calligrastage.svg │ │ │ │ │ ├── calligrawords.svg │ │ │ │ │ ├── cantata.svg │ │ │ │ │ ├── cantor.svg │ │ │ │ │ ├── cervisia.svg │ │ │ │ │ ├── choqok.svg │ │ │ │ │ ├── claws-mail.svg │ │ │ │ │ ├── clementine.svg │ │ │ │ │ ├── cmake.svg │ │ │ │ │ ├── codeblocks.svg │ │ │ │ │ ├── com.visualstudio.code.oss.svg │ │ │ │ │ ├── com.visualstudio.code.svg │ │ │ │ │ ├── converseen.svg │ │ │ │ │ ├── cuttlefish.svg │ │ │ │ │ ├── darktable.svg │ │ │ │ │ ├── diaspora.svg │ │ │ │ │ ├── diffuse.svg │ │ │ │ │ ├── digikam.svg │ │ │ │ │ ├── dragonplayer.svg │ │ │ │ │ ├── elisa.svg │ │ │ │ │ ├── emacs.svg │ │ │ │ │ ├── falkon.svg │ │ │ │ │ ├── ffmulticonverter.svg │ │ │ │ │ ├── filelight.svg │ │ │ │ │ ├── filezilla.svg │ │ │ │ │ ├── fingerprint-gui.svg │ │ │ │ │ ├── firewall-config.svg │ │ │ │ │ ├── flow.svg │ │ │ │ │ ├── fluid.svg │ │ │ │ │ ├── fontforge.svg │ │ │ │ │ ├── freemind.svg │ │ │ │ │ ├── frostwire.svg │ │ │ │ │ ├── gcompris-qt.svg │ │ │ │ │ ├── gimp.svg │ │ │ │ │ ├── git-cola.svg │ │ │ │ │ ├── git-gui.svg │ │ │ │ │ ├── gparted.svg │ │ │ │ │ ├── gpick.svg │ │ │ │ │ ├── granatier.svg │ │ │ │ │ ├── graphics-viewer-document.svg │ │ │ │ │ ├── grub-customizer.svg │ │ │ │ │ ├── gtkhash.svg │ │ │ │ │ ├── gwenview.svg │ │ │ │ │ ├── haguichi.svg │ │ │ │ │ ├── handbrake.svg │ │ │ │ │ ├── help-browser.svg │ │ │ │ │ ├── homebank.svg │ │ │ │ │ ├── homerun.svg │ │ │ │ │ ├── hotspot.svg │ │ │ │ │ ├── htop.svg │ │ │ │ │ ├── hwinfo.svg │ │ │ │ │ ├── im.vector.svg │ │ │ │ │ ├── imagewriter.svg │ │ │ │ │ ├── inkscape-logo.svg │ │ │ │ │ ├── inkscape.svg │ │ │ │ │ ├── internet-mail.svg │ │ │ │ │ ├── internet-telephony.svg │ │ │ │ │ ├── internet-web-browser.svg │ │ │ │ │ ├── itinerary.svg │ │ │ │ │ ├── jdownloader.svg │ │ │ │ │ ├── juk.svg │ │ │ │ │ ├── k3b.svg │ │ │ │ │ ├── kaddressbook.svg │ │ │ │ │ ├── kaffeine.svg │ │ │ │ │ ├── kajongg.svg │ │ │ │ │ ├── kalarm.svg │ │ │ │ │ ├── kalgebra.svg │ │ │ │ │ ├── kalgebrabackend.svg │ │ │ │ │ ├── kalzium.svg │ │ │ │ │ ├── kamoso.svg │ │ │ │ │ ├── kanagram.svg │ │ │ │ │ ├── kapman.svg │ │ │ │ │ ├── karbon.svg │ │ │ │ │ ├── kate.svg │ │ │ │ │ ├── katomic.svg │ │ │ │ │ ├── kblackbox.svg │ │ │ │ │ ├── kblocks.svg │ │ │ │ │ ├── kblogger.svg │ │ │ │ │ ├── kbreakout.svg │ │ │ │ │ ├── kbruch.svg │ │ │ │ │ ├── kcachegrind.svg │ │ │ │ │ ├── kcalc.svg │ │ │ │ │ ├── kchart.svg │ │ │ │ │ ├── kcolorchooser.svg │ │ │ │ │ ├── kde-frameworks.svg │ │ │ │ │ ├── kde-im-log-viewer.svg │ │ │ │ │ ├── kde.svg │ │ │ │ │ ├── kdeapp.svg │ │ │ │ │ ├── kdenlive.svg │ │ │ │ │ ├── kdesvn.svg │ │ │ │ │ ├── kdevelop.svg │ │ │ │ │ ├── kdiamond.svg │ │ │ │ │ ├── kdiff3.svg │ │ │ │ │ ├── kdots.svg │ │ │ │ │ ├── keepass.svg │ │ │ │ │ ├── keepass2.svg │ │ │ │ │ ├── keepassx.svg │ │ │ │ │ ├── keepassx2.svg │ │ │ │ │ ├── kexi.svg │ │ │ │ │ ├── kfind.svg │ │ │ │ │ ├── kfloppy.svg │ │ │ │ │ ├── kfontview.svg │ │ │ │ │ ├── kgeography.svg │ │ │ │ │ ├── kget.svg │ │ │ │ │ ├── khangman.svg │ │ │ │ │ ├── kig.svg │ │ │ │ │ ├── kile.svg │ │ │ │ │ ├── kimagemapeditor.svg │ │ │ │ │ ├── kipi-dngconverter.svg │ │ │ │ │ ├── kipi-expoblending.svg │ │ │ │ │ ├── kipi-panorama.svg │ │ │ │ │ ├── kirigami-gallery.svg │ │ │ │ │ ├── kiriki.svg │ │ │ │ │ ├── kirogi.svg │ │ │ │ │ ├── kiten.svg │ │ │ │ │ ├── kjumpingcube.svg │ │ │ │ │ ├── kleopatra.svg │ │ │ │ │ ├── klines.svg │ │ │ │ │ ├── klipper.svg │ │ │ │ │ ├── kmag.svg │ │ │ │ │ ├── kmahjongg.svg │ │ │ │ │ ├── kmail.svg │ │ │ │ │ ├── kmenuedit.svg │ │ │ │ │ ├── kmix.svg │ │ │ │ │ ├── kmousetool.svg │ │ │ │ │ ├── kmouth.svg │ │ │ │ │ ├── kmplayer.svg │ │ │ │ │ ├── kmplot.svg │ │ │ │ │ ├── kmymoney.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── knights.svg │ │ │ │ │ ├── knotes.svg │ │ │ │ │ ├── kolf.svg │ │ │ │ │ ├── kolourpaint.svg │ │ │ │ │ ├── kompare.svg │ │ │ │ │ ├── konqueror.svg │ │ │ │ │ ├── kontact.svg │ │ │ │ │ ├── konversation.svg │ │ │ │ │ ├── kopete.svg │ │ │ │ │ ├── korg-todo.svg │ │ │ │ │ ├── korgac.svg │ │ │ │ │ ├── korganizer.svg │ │ │ │ │ ├── kpat.svg │ │ │ │ │ ├── kplato.svg │ │ │ │ │ ├── kpresenter.svg │ │ │ │ │ ├── krdc.svg │ │ │ │ │ ├── krename.svg │ │ │ │ │ ├── krfb.svg │ │ │ │ │ ├── kronometer.svg │ │ │ │ │ ├── kruler.svg │ │ │ │ │ ├── krusader_root.svg │ │ │ │ │ ├── krusader_user.svg │ │ │ │ │ ├── kshisen.svg │ │ │ │ │ ├── ksirk.svg │ │ │ │ │ ├── ksnapshot.svg │ │ │ │ │ ├── kspread.svg │ │ │ │ │ ├── kstars.svg │ │ │ │ │ ├── ksysguardd.svg │ │ │ │ │ ├── kteatime.svg │ │ │ │ │ ├── ktimer.svg │ │ │ │ │ ├── ktimetracker.svg │ │ │ │ │ ├── ktip.svg │ │ │ │ │ ├── ktnef.svg │ │ │ │ │ ├── ktorrent.svg │ │ │ │ │ ├── ktouch.svg │ │ │ │ │ ├── ktrip.svg │ │ │ │ │ ├── kube-mail.svg │ │ │ │ │ ├── kuiviewer.svg │ │ │ │ │ ├── kup.svg │ │ │ │ │ ├── kuser.svg │ │ │ │ │ ├── kwalletmanager.svg │ │ │ │ │ ├── kwalletmanager2.svg │ │ │ │ │ ├── kwave.svg │ │ │ │ │ ├── kwikdisk.svg │ │ │ │ │ ├── kwin.svg │ │ │ │ │ ├── kword.svg │ │ │ │ │ ├── kwrite.svg │ │ │ │ │ ├── kxstitch.svg │ │ │ │ │ ├── labplot.svg │ │ │ │ │ ├── labplot2.svg │ │ │ │ │ ├── lastpass.svg │ │ │ │ │ ├── latte-dock.svg │ │ │ │ │ ├── leocad.svg │ │ │ │ │ ├── libreoffice-base.svg │ │ │ │ │ ├── libreoffice-calc.svg │ │ │ │ │ ├── libreoffice-draw.svg │ │ │ │ │ ├── libreoffice-impress.svg │ │ │ │ │ ├── libreoffice-main.svg │ │ │ │ │ ├── libreoffice-math.svg │ │ │ │ │ ├── libreoffice-startcenter.svg │ │ │ │ │ ├── libreoffice-writer.svg │ │ │ │ │ ├── linguist.svg │ │ │ │ │ ├── logisim.svg │ │ │ │ │ ├── lokalize.svg │ │ │ │ │ ├── mail-client.svg │ │ │ │ │ ├── massif-visualizer.svg │ │ │ │ │ ├── masterpdfeditor.svg │ │ │ │ │ ├── mathematica.svg │ │ │ │ │ ├── matlab.svg │ │ │ │ │ ├── mendeleydesktop.svg │ │ │ │ │ ├── minitube.svg │ │ │ │ │ ├── minuet.svg │ │ │ │ │ ├── mixxx.svg │ │ │ │ │ ├── mpv.svg │ │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ │ ├── muon.svg │ │ │ │ │ ├── muondiscover.svg │ │ │ │ │ ├── network-manager.svg │ │ │ │ │ ├── nota.svg │ │ │ │ │ ├── ntfs-config.svg │ │ │ │ │ ├── nylas.svg │ │ │ │ │ ├── octave.svg │ │ │ │ │ ├── octavebackend.svg │ │ │ │ │ ├── octopi.svg │ │ │ │ │ ├── office-address-book.svg │ │ │ │ │ ├── office-calendar.svg │ │ │ │ │ ├── okteta.svg │ │ │ │ │ ├── okular.svg │ │ │ │ │ ├── openbravo-erp.svg │ │ │ │ │ ├── org.fedoraproject.AnacondaInstaller.svg │ │ │ │ │ ├── org.kde.Ikona.svg │ │ │ │ │ ├── org.kde.kontrast.svg │ │ │ │ │ ├── org.kde.neochat.svg │ │ │ │ │ ├── parley.svg │ │ │ │ │ ├── partitionmanager.svg │ │ │ │ │ ├── phonon-gstreamer.svg │ │ │ │ │ ├── photolayoutseditor.svg │ │ │ │ │ ├── picmi.svg │ │ │ │ │ ├── plan.svg │ │ │ │ │ ├── planetkde.svg │ │ │ │ │ ├── plank.svg │ │ │ │ │ ├── planner.svg │ │ │ │ │ ├── planwork.svg │ │ │ │ │ ├── plasma-browser-integration.svg │ │ │ │ │ ├── plasma-media-center.svg │ │ │ │ │ ├── plasma-mobile-phone.svg │ │ │ │ │ ├── plasma-nano.svg │ │ │ │ │ ├── plasmadiscover.svg │ │ │ │ │ ├── plasmavault.svg │ │ │ │ │ ├── preferences-desktop-font-installer.svg │ │ │ │ │ ├── preferences-system.svg │ │ │ │ │ ├── puremaps.svg │ │ │ │ │ ├── q4wine.svg │ │ │ │ │ ├── qbittorrent.svg │ │ │ │ │ ├── qdbusviewer.svg │ │ │ │ │ ├── qelectrotech.svg │ │ │ │ │ ├── qtcreator.svg │ │ │ │ │ ├── quassel.svg │ │ │ │ │ ├── quiterss.svg │ │ │ │ │ ├── qupzilla.svg │ │ │ │ │ ├── r.svg │ │ │ │ │ ├── rbackend.svg │ │ │ │ │ ├── rekonq.svg │ │ │ │ │ ├── ring-kde.svg │ │ │ │ │ ├── ring.svg │ │ │ │ │ ├── rocs.svg │ │ │ │ │ ├── rosegarden.svg │ │ │ │ │ ├── sage-notebook.svg │ │ │ │ │ ├── scanner.svg │ │ │ │ │ ├── scribus.svg │ │ │ │ │ ├── sheets.svg │ │ │ │ │ ├── showfoto.svg │ │ │ │ │ ├── skanlite.svg │ │ │ │ │ ├── skrooge-black.svg │ │ │ │ │ ├── skrooge-initial.svg │ │ │ │ │ ├── skrooge.svg │ │ │ │ │ ├── smartgit.svg │ │ │ │ │ ├── smb4k.svg │ │ │ │ │ ├── smplayer.svg │ │ │ │ │ ├── smtube.svg │ │ │ │ │ ├── spectacle.svg │ │ │ │ │ ├── stage.svg │ │ │ │ │ ├── steam.svg │ │ │ │ │ ├── step.svg │ │ │ │ │ ├── sublime-merge.svg │ │ │ │ │ ├── sublime-text.svg │ │ │ │ │ ├── subtitlecomposer.svg │ │ │ │ │ ├── sweeper.svg │ │ │ │ │ ├── symboleditor.svg │ │ │ │ │ ├── synaptic.svg │ │ │ │ │ ├── synfig_icon.svg │ │ │ │ │ ├── system-file-manager.svg │ │ │ │ │ ├── system-help.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-software-install.svg │ │ │ │ │ ├── system-software-update.svg │ │ │ │ │ ├── systemsettings.svg │ │ │ │ │ ├── teamviewer.svg │ │ │ │ │ ├── telegram.svg │ │ │ │ │ ├── telepathy-kde.svg │ │ │ │ │ ├── truecrypt.svg │ │ │ │ │ ├── ubiquity-kde.svg │ │ │ │ │ ├── ubiquity.svg │ │ │ │ │ ├── umbrello.svg │ │ │ │ │ ├── unetbootin.svg │ │ │ │ │ ├── usb-creator-kde.svg │ │ │ │ │ ├── utilities-energy-monitor.svg │ │ │ │ │ ├── utilities-file-archiver.svg │ │ │ │ │ ├── utilities-log-viewer.svg │ │ │ │ │ ├── utilities-system-monitor.svg │ │ │ │ │ ├── utilities-terminal.svg │ │ │ │ │ ├── viber.svg │ │ │ │ │ ├── virt-manager.svg │ │ │ │ │ ├── virtualbox.svg │ │ │ │ │ ├── vlc.svg │ │ │ │ │ ├── vokoscreen.svg │ │ │ │ │ ├── vvave.svg │ │ │ │ │ ├── wayland.svg │ │ │ │ │ ├── wine.svg │ │ │ │ │ ├── words.svg │ │ │ │ │ ├── xchat.svg │ │ │ │ │ ├── xine.svg │ │ │ │ │ ├── xmind.svg │ │ │ │ │ ├── xorg.svg │ │ │ │ │ ├── xterm-color.svg │ │ │ │ │ ├── xterm.svg │ │ │ │ │ ├── yakuake.svg │ │ │ │ │ ├── yandex-browser.svg │ │ │ │ │ ├── yast-control-center.svg │ │ │ │ │ ├── yast-installation.svg │ │ │ │ │ ├── yast-sw_single.svg │ │ │ │ │ ├── yast-upgrade.svg │ │ │ │ │ ├── yast.svg │ │ │ │ │ └── zanshin.svg │ │ │ │ ├── 64 │ │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ │ ├── diaspora.svg │ │ │ │ │ ├── hotspot.svg │ │ │ │ │ ├── kwrite.svg │ │ │ │ │ ├── plasma-browser-integration.svg │ │ │ │ │ ├── plasmavault.svg │ │ │ │ │ ├── sharedlib.svg │ │ │ │ │ ├── system-file-manager.svg │ │ │ │ │ ├── umbrello.svg │ │ │ │ │ └── utilities-terminal.svg │ │ │ │ ├── 16@2x │ │ │ │ ├── 16@3x │ │ │ │ ├── 22@2x │ │ │ │ ├── 22@3x │ │ │ │ ├── 24@2x │ │ │ │ └── 24@3x │ │ │ ├── categories │ │ │ │ └── 32 │ │ │ │ │ ├── applications-all.svg │ │ │ │ │ ├── applications-development.svg │ │ │ │ │ ├── applications-education-language.svg │ │ │ │ │ ├── applications-education-mathematics.svg │ │ │ │ │ ├── applications-education-science.svg │ │ │ │ │ ├── applications-education.svg │ │ │ │ │ ├── applications-engineering.svg │ │ │ │ │ ├── applications-games.svg │ │ │ │ │ ├── applications-graphics.svg │ │ │ │ │ ├── applications-internet.svg │ │ │ │ │ ├── applications-multimedia.svg │ │ │ │ │ ├── applications-network.svg │ │ │ │ │ ├── applications-office.svg │ │ │ │ │ ├── applications-other.svg │ │ │ │ │ ├── applications-science.svg │ │ │ │ │ ├── applications-system.svg │ │ │ │ │ └── applications-utilities.svg │ │ │ ├── devices │ │ │ │ ├── 16 │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── cups.svg │ │ │ │ │ ├── cupsprinter.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-partition.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired-unavailable.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-connected-00.svg │ │ │ │ │ ├── network-wireless-connected-100.svg │ │ │ │ │ ├── network-wireless-connected-25.svg │ │ │ │ │ ├── network-wireless-connected-50.svg │ │ │ │ │ ├── network-wireless-connected-75.svg │ │ │ │ │ ├── network-wireless-disconnected.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ └── video-display.png │ │ │ │ ├── 22 │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── cups.svg │ │ │ │ │ ├── cupsprinter.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-partition.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ ├── video-display.png │ │ │ │ │ └── video-television.svg │ │ │ │ ├── 24 │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── cups.svg │ │ │ │ │ ├── cupsprinter.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-partition.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ ├── video-display.png │ │ │ │ │ └── video-television.svg │ │ │ │ ├── 64 │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── cpu.svg │ │ │ │ │ ├── cups.svg │ │ │ │ │ ├── cupsprinter.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-partition.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-gaming.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-flash-smart-media.svg │ │ │ │ │ ├── media-flash.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-blu-ray.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-dvd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-card.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── scanner.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── video-display.svg │ │ │ │ │ └── video-television.svg │ │ │ │ ├── 16@2x │ │ │ │ ├── 16@3x │ │ │ │ ├── 22@2x │ │ │ │ ├── 22@3x │ │ │ │ ├── 24@2x │ │ │ │ ├── 24@3x │ │ │ │ └── symbolic │ │ │ │ │ ├── audio-input-microphone-symbolic.svg │ │ │ │ │ ├── audio-radio-symbolic.svg │ │ │ │ │ ├── audio-speakers-symbolic.svg │ │ │ │ │ ├── auth-sim-symbolic.svg │ │ │ │ │ ├── camera-photo-symbolic.svg │ │ │ │ │ ├── camera-video-symbolic.svg │ │ │ │ │ ├── camera-web-symbolic.svg │ │ │ │ │ ├── computer-symbolic.svg │ │ │ │ │ ├── drive-harddisk-encrypted-symbolic.svg │ │ │ │ │ ├── drive-harddisk-ieee1394-symbolic.svg │ │ │ │ │ ├── drive-harddisk-root-symbolic.svg │ │ │ │ │ ├── drive-harddisk-symbolic.svg │ │ │ │ │ ├── drive-harddisk-system-symbolic.svg │ │ │ │ │ ├── drive-harddisk-usb-symbolic.svg │ │ │ │ │ ├── drive-multidisk-symbolic.svg │ │ │ │ │ ├── drive-multipartition-symbolic.svg │ │ │ │ │ ├── drive-partition-symbolic.svg │ │ │ │ │ ├── drive-removable-media-symbolic.svg │ │ │ │ │ ├── input-dialpad-symbolic.svg │ │ │ │ │ ├── input-gamepad-symbolic.svg │ │ │ │ │ ├── input-keyboard-symbolic.svg │ │ │ │ │ ├── input-keyboard-virtual-symbolic.svg │ │ │ │ │ ├── input-mouse-symbolic.svg │ │ │ │ │ ├── input-tablet-symbolic.svg │ │ │ │ │ ├── input-touchpad-symbolic.svg │ │ │ │ │ ├── media-flash-symbolic.svg │ │ │ │ │ ├── media-floppy-symbolic.svg │ │ │ │ │ ├── media-optical-bd-symbolic.svg │ │ │ │ │ ├── media-optical-cd-audio-symbolic.svg │ │ │ │ │ ├── media-optical-dvd-symbolic.svg │ │ │ │ │ ├── media-optical-symbolic.svg │ │ │ │ │ ├── media-removable-symbolic.svg │ │ │ │ │ ├── multimedia-player-apple-ipod-touch-symbolic.svg │ │ │ │ │ ├── multimedia-player-symbolic.svg │ │ │ │ │ ├── network-wired-symbolic.svg │ │ │ │ │ ├── network-wireless-symbolic.svg │ │ │ │ │ ├── phone-apple-iphone-symbolic.svg │ │ │ │ │ ├── phone-symbolic.svg │ │ │ │ │ ├── printer-network-symbolic.svg │ │ │ │ │ └── printer-symbolic.svg │ │ │ ├── emblems │ │ │ │ ├── 8 │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── emblem-added.svg │ │ │ │ │ ├── emblem-checked.svg │ │ │ │ │ ├── emblem-encrypted-locked.svg │ │ │ │ │ ├── emblem-encrypted-unlocked.svg │ │ │ │ │ ├── emblem-error.svg │ │ │ │ │ ├── emblem-favorite.svg │ │ │ │ │ ├── emblem-important.svg │ │ │ │ │ ├── emblem-information.svg │ │ │ │ │ ├── emblem-locked.svg │ │ │ │ │ ├── emblem-mounted.svg │ │ │ │ │ ├── emblem-pause.svg │ │ │ │ │ ├── emblem-question.svg │ │ │ │ │ ├── emblem-readonly.svg │ │ │ │ │ ├── emblem-remove.svg │ │ │ │ │ ├── emblem-shared.svg │ │ │ │ │ ├── emblem-success.svg │ │ │ │ │ ├── emblem-symbolic-link.svg │ │ │ │ │ ├── emblem-unavailable.svg │ │ │ │ │ ├── emblem-unlocked.svg │ │ │ │ │ ├── emblem-unmounted.svg │ │ │ │ │ ├── emblem-warning.svg │ │ │ │ │ ├── rating-unrated.svg │ │ │ │ │ ├── rating.svg │ │ │ │ │ ├── vcs-added.svg │ │ │ │ │ ├── vcs-conflicting.svg │ │ │ │ │ ├── vcs-locally-modified-unstaged.svg │ │ │ │ │ ├── vcs-locally-modified.svg │ │ │ │ │ ├── vcs-normal.svg │ │ │ │ │ ├── vcs-removed.svg │ │ │ │ │ └── vcs-update-required.svg │ │ │ │ ├── 16 │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── emblem-added.svg │ │ │ │ │ ├── emblem-checked.svg │ │ │ │ │ ├── emblem-encrypted-locked.svg │ │ │ │ │ ├── emblem-encrypted-unlocked.svg │ │ │ │ │ ├── emblem-error.svg │ │ │ │ │ ├── emblem-favorite.svg │ │ │ │ │ ├── emblem-important.svg │ │ │ │ │ ├── emblem-information.svg │ │ │ │ │ ├── emblem-locked.svg │ │ │ │ │ ├── emblem-mounted.svg │ │ │ │ │ ├── emblem-pause.svg │ │ │ │ │ ├── emblem-question.svg │ │ │ │ │ ├── emblem-readonly.svg │ │ │ │ │ ├── emblem-remove.svg │ │ │ │ │ ├── emblem-shared.svg │ │ │ │ │ ├── emblem-success.svg │ │ │ │ │ ├── emblem-symbolic-link.svg │ │ │ │ │ ├── emblem-unavailable.svg │ │ │ │ │ ├── emblem-unlocked.svg │ │ │ │ │ ├── emblem-unmounted.svg │ │ │ │ │ ├── emblem-warning.svg │ │ │ │ │ ├── installed.svg │ │ │ │ │ ├── newer.svg │ │ │ │ │ ├── noninstalled.svg │ │ │ │ │ ├── outdated.svg │ │ │ │ │ ├── package-available-locked.svg │ │ │ │ │ ├── package-available.svg │ │ │ │ │ ├── package-broken.svg │ │ │ │ │ ├── package-downgrade.svg │ │ │ │ │ ├── package-install-auto.svg │ │ │ │ │ ├── package-install.svg │ │ │ │ │ ├── package-installed-locked.svg │ │ │ │ │ ├── package-installed-outdated.svg │ │ │ │ │ ├── package-installed-updated.svg │ │ │ │ │ ├── package-new.svg │ │ │ │ │ ├── package-purge.svg │ │ │ │ │ ├── package-reinstall.svg │ │ │ │ │ ├── package-remove-auto.svg │ │ │ │ │ ├── package-remove.svg │ │ │ │ │ ├── package-upgrade-auto.svg │ │ │ │ │ ├── package-upgrade.svg │ │ │ │ │ ├── rating-half.svg │ │ │ │ │ ├── rating-unrated.svg │ │ │ │ │ ├── rating.svg │ │ │ │ │ ├── unrequired.svg │ │ │ │ │ ├── vcs-added.svg │ │ │ │ │ ├── vcs-conflicting.svg │ │ │ │ │ ├── vcs-locally-modified-unstaged.svg │ │ │ │ │ ├── vcs-locally-modified.svg │ │ │ │ │ ├── vcs-normal.svg │ │ │ │ │ ├── vcs-removed.svg │ │ │ │ │ └── vcs-update-required.svg │ │ │ │ ├── 22 │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── emblem-added.svg │ │ │ │ │ ├── emblem-checked.svg │ │ │ │ │ ├── emblem-encrypted-locked.svg │ │ │ │ │ ├── emblem-encrypted-unlocked.svg │ │ │ │ │ ├── emblem-error.svg │ │ │ │ │ ├── emblem-favorite.svg │ │ │ │ │ ├── emblem-important.svg │ │ │ │ │ ├── emblem-information.svg │ │ │ │ │ ├── emblem-locked.svg │ │ │ │ │ ├── emblem-mounted.svg │ │ │ │ │ ├── emblem-pause.svg │ │ │ │ │ ├── emblem-question.svg │ │ │ │ │ ├── emblem-readonly.svg │ │ │ │ │ ├── emblem-remove.svg │ │ │ │ │ ├── emblem-shared.svg │ │ │ │ │ ├── emblem-success.svg │ │ │ │ │ ├── emblem-symbolic-link.svg │ │ │ │ │ ├── emblem-unavailable.svg │ │ │ │ │ ├── emblem-unlocked.svg │ │ │ │ │ ├── emblem-unmounted.svg │ │ │ │ │ ├── emblem-warning.svg │ │ │ │ │ ├── rating-half.svg │ │ │ │ │ ├── rating-unrated.svg │ │ │ │ │ ├── rating.svg │ │ │ │ │ ├── vcs-added.svg │ │ │ │ │ ├── vcs-conflicting.svg │ │ │ │ │ ├── vcs-locally-modified-unstaged.svg │ │ │ │ │ ├── vcs-locally-modified.svg │ │ │ │ │ ├── vcs-normal.svg │ │ │ │ │ ├── vcs-removed.svg │ │ │ │ │ └── vcs-update-required.svg │ │ │ │ ├── 24 │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── emblem-added.svg │ │ │ │ │ ├── emblem-checked.svg │ │ │ │ │ ├── emblem-encrypted-locked.svg │ │ │ │ │ ├── emblem-encrypted-unlocked.svg │ │ │ │ │ ├── emblem-error.svg │ │ │ │ │ ├── emblem-favorite.svg │ │ │ │ │ ├── emblem-important.svg │ │ │ │ │ ├── emblem-information.svg │ │ │ │ │ ├── emblem-locked.svg │ │ │ │ │ ├── emblem-mounted.svg │ │ │ │ │ ├── emblem-pause.svg │ │ │ │ │ ├── emblem-question.svg │ │ │ │ │ ├── emblem-readonly.svg │ │ │ │ │ ├── emblem-remove.svg │ │ │ │ │ ├── emblem-shared.svg │ │ │ │ │ ├── emblem-success.svg │ │ │ │ │ ├── emblem-symbolic-link.svg │ │ │ │ │ ├── emblem-unavailable.svg │ │ │ │ │ ├── emblem-unlocked.svg │ │ │ │ │ ├── emblem-unmounted.svg │ │ │ │ │ ├── emblem-warning.svg │ │ │ │ │ ├── rating-half.svg │ │ │ │ │ ├── rating-unrated.svg │ │ │ │ │ ├── rating.svg │ │ │ │ │ ├── vcs-added.svg │ │ │ │ │ ├── vcs-conflicting.svg │ │ │ │ │ ├── vcs-locally-modified-unstaged.svg │ │ │ │ │ ├── vcs-locally-modified.svg │ │ │ │ │ ├── vcs-normal.svg │ │ │ │ │ ├── vcs-removed.svg │ │ │ │ │ └── vcs-update-required.svg │ │ │ │ ├── 16@2x │ │ │ │ ├── 16@3x │ │ │ │ ├── 22@2x │ │ │ │ ├── 22@3x │ │ │ │ ├── 24@2x │ │ │ │ ├── 24@3x │ │ │ │ └── symbolic │ │ │ │ │ ├── emblem-default-symbolic.svg │ │ │ │ │ ├── emblem-documents-symbolic.svg │ │ │ │ │ ├── emblem-favorite-symbolic.svg │ │ │ │ │ ├── emblem-important-symbolic.svg │ │ │ │ │ ├── emblem-music-symbolic.svg │ │ │ │ │ ├── emblem-ok-symbolic.svg │ │ │ │ │ ├── emblem-photos-symbolic.svg │ │ │ │ │ ├── emblem-shared-symbolic.svg │ │ │ │ │ ├── emblem-synchronizing-symbolic.svg │ │ │ │ │ ├── emblem-system-symbolic.svg │ │ │ │ │ └── emblem-videos-symbolic.svg │ │ │ ├── emotes │ │ │ │ ├── 22 │ │ │ │ │ ├── drink-beer.svg │ │ │ │ │ ├── drink-martini.svg │ │ │ │ │ ├── face-angel.svg │ │ │ │ │ ├── face-angry.svg │ │ │ │ │ ├── face-clown.svg │ │ │ │ │ ├── face-confused.svg │ │ │ │ │ ├── face-cool.svg │ │ │ │ │ ├── face-crying.svg │ │ │ │ │ ├── face-devilish.svg │ │ │ │ │ ├── face-embarrassed.svg │ │ │ │ │ ├── face-glasses.svg │ │ │ │ │ ├── face-hug-left.svg │ │ │ │ │ ├── face-hug-right.svg │ │ │ │ │ ├── face-in-love.svg │ │ │ │ │ ├── face-kiss.svg │ │ │ │ │ ├── face-laughing.svg │ │ │ │ │ ├── face-ninja.svg │ │ │ │ │ ├── face-pirate.svg │ │ │ │ │ ├── face-plain.svg │ │ │ │ │ ├── face-quiet.svg │ │ │ │ │ ├── face-raspberry.svg │ │ │ │ │ ├── face-sad.svg │ │ │ │ │ ├── face-sick.svg │ │ │ │ │ ├── face-sleeping.svg │ │ │ │ │ ├── face-smile-big.svg │ │ │ │ │ ├── face-smile-grin.svg │ │ │ │ │ ├── face-smile.svg │ │ │ │ │ ├── face-smirk.svg │ │ │ │ │ ├── face-surprise.svg │ │ │ │ │ ├── face-uncertain.svg │ │ │ │ │ ├── face-wink.svg │ │ │ │ │ ├── face-worried.svg │ │ │ │ │ ├── face-yawn.svg │ │ │ │ │ └── food-cake.svg │ │ │ │ ├── 22@2x │ │ │ │ ├── 22@3x │ │ │ │ ├── 24@2x │ │ │ │ └── 24@3x │ │ │ ├── icon-theme.cache │ │ │ ├── index.theme │ │ │ ├── mimetypes │ │ │ │ ├── 16 │ │ │ │ │ ├── android-package-archive.svg │ │ │ │ │ ├── application-atom+xml.svg │ │ │ │ │ ├── application-certificate.svg │ │ │ │ │ ├── application-dicom.svg │ │ │ │ │ ├── application-epub+zip.svg │ │ │ │ │ ├── application-gzip.svg │ │ │ │ │ ├── application-illustrator.svg │ │ │ │ │ ├── application-javascript.svg │ │ │ │ │ ├── application-json.svg │ │ │ │ │ ├── application-mac-binhex40.svg │ │ │ │ │ ├── application-mathml+xml.svg │ │ │ │ │ ├── application-msonenote.svg │ │ │ │ │ ├── application-msoutlook.svg │ │ │ │ │ ├── application-msword-template.svg │ │ │ │ │ ├── application-msword.svg │ │ │ │ │ ├── application-octet-stream.svg │ │ │ │ │ ├── application-ogg.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ │ ├── application-pgp.svg │ │ │ │ │ ├── application-pkcs12.svg │ │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ │ ├── application-pkix-cerl.svg │ │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ │ ├── application-postscript.svg │ │ │ │ │ ├── application-relaxng.svg │ │ │ │ │ ├── application-rss+xml.svg │ │ │ │ │ ├── application-rtf.svg │ │ │ │ │ ├── application-sql.svg │ │ │ │ │ ├── application-sxw.svg │ │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ │ ├── application-vnd.appimage.svg │ │ │ │ │ ├── application-vnd.apple.pkpass.svg │ │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ │ ├── application-vnd.ms-excel.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.binary.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ │ ├── application-vnd.ms-excel.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-infopath.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slide.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-publisher.svg │ │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ │ ├── application-vnd.sqlite3.svg │ │ │ │ │ ├── application-vnd.squashfs.svg │ │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── application-vnd.visio.svg │ │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ │ ├── application-wps-office.doc.svg │ │ │ │ │ ├── application-wps-office.docx.svg │ │ │ │ │ ├── application-wps-office.dot.svg │ │ │ │ │ ├── application-wps-office.dotx.svg │ │ │ │ │ ├── application-wps-office.pot.svg │ │ │ │ │ ├── application-wps-office.potx.svg │ │ │ │ │ ├── application-wps-office.ppt.svg │ │ │ │ │ ├── application-wps-office.pptx.svg │ │ │ │ │ ├── application-wps-office.xls.svg │ │ │ │ │ ├── application-wps-office.xlsx.svg │ │ │ │ │ ├── application-wps-office.xlt.svg │ │ │ │ │ ├── application-wps-office.xltx.svg │ │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ │ ├── application-x-abiword.svg │ │ │ │ │ ├── application-x-ace.svg │ │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ │ ├── application-x-ar.svg │ │ │ │ │ ├── application-x-arc.svg │ │ │ │ │ ├── application-x-archive.svg │ │ │ │ │ ├── application-x-arj.svg │ │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ │ ├── application-x-awk.svg │ │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ │ ├── application-x-blender.svg │ │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── application-x-bzip.svg │ │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ │ ├── application-x-cda.svg │ │ │ │ │ ├── application-x-chm.svg │ │ │ │ │ ├── application-x-compress.svg │ │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ │ ├── application-x-core.svg │ │ │ │ │ ├── application-x-cpio.svg │ │ │ │ │ ├── application-x-cue.svg │ │ │ │ │ ├── application-x-deb.svg │ │ │ │ │ ├── application-x-designer.svg │ │ │ │ │ ├── application-x-desktop.svg │ │ │ │ │ ├── application-x-egon.svg │ │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ │ ├── application-x-executable.svg │ │ │ │ │ ├── application-x-fictionbook+xml.svg │ │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ │ ├── application-x-font-ttx.svg │ │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ │ ├── application-x-gameboy-rom.svg │ │ │ │ │ ├── application-x-gamecube-rom.svg │ │ │ │ │ ├── application-x-gba-rom.svg │ │ │ │ │ ├── application-x-gettext-translation.svg │ │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ │ ├── application-x-godot-project.svg │ │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ │ ├── application-x-gzip.svg │ │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ │ ├── application-x-iso.svg │ │ │ │ │ ├── application-x-iso9660-appimage.svg │ │ │ │ │ ├── application-x-it87.svg │ │ │ │ │ ├── application-x-jar.svg │ │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ │ ├── application-x-java.svg │ │ │ │ │ ├── application-x-javascript.svg │ │ │ │ │ ├── application-x-k3b.svg │ │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ │ ├── application-x-kformula.svg │ │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ │ ├── application-x-kmymoney.svg │ │ │ │ │ ├── application-x-kontour.svg │ │ │ │ │ ├── application-x-kplato.svg │ │ │ │ │ ├── application-x-krita.svg │ │ │ │ │ ├── application-x-kvtml.svg │ │ │ │ │ ├── application-x-kword.svg │ │ │ │ │ ├── application-x-lha.svg │ │ │ │ │ ├── application-x-lyx.svg │ │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── application-x-lzop.svg │ │ │ │ │ ├── application-x-m4.svg │ │ │ │ │ ├── application-x-macbinary.svg │ │ │ │ │ ├── application-x-marble.svg │ │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ │ ├── application-x-ms-shortcut.svg │ │ │ │ │ ├── application-x-ms-wim.svg │ │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ │ ├── application-x-n64-rom.svg │ │ │ │ │ ├── application-x-nes-rom.svg │ │ │ │ │ ├── application-x-nintendo-ds-rom.svg │ │ │ │ │ ├── application-x-nzb.svg │ │ │ │ │ ├── application-x-object.svg │ │ │ │ │ ├── application-x-pak.svg │ │ │ │ │ ├── application-x-partial-download.svg │ │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ │ ├── application-x-perl.svg │ │ │ │ │ ├── application-x-php.svg │ │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ │ ├── application-x-plasma.svg │ │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ │ ├── application-x-qemu-disk.svg │ │ │ │ │ ├── application-x-qet-element.svg │ │ │ │ │ ├── application-x-qet-project.svg │ │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ │ ├── application-x-rar.svg │ │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ │ ├── application-x-rdata.svg │ │ │ │ │ ├── application-x-root.svg │ │ │ │ │ ├── application-x-rpm.svg │ │ │ │ │ ├── application-x-ruby.svg │ │ │ │ │ ├── application-x-sami.svg │ │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ │ ├── application-x-siag.svg │ │ │ │ │ ├── application-x-sif.svg │ │ │ │ │ ├── application-x-skg.svg │ │ │ │ │ ├── application-x-skgc.svg │ │ │ │ │ ├── application-x-smb-server.svg │ │ │ │ │ ├── application-x-smb-workgroup.svg │ │ │ │ │ ├── application-x-source-rpm.svg │ │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ │ ├── application-x-srt.svg │ │ │ │ │ ├── application-x-srtrip.svg │ │ │ │ │ ├── application-x-subrip.svg │ │ │ │ │ ├── application-x-tar.svg │ │ │ │ │ ├── application-x-tarz.svg │ │ │ │ │ ├── application-x-tgif.svg │ │ │ │ │ ├── application-x-theme.svg │ │ │ │ │ ├── application-x-trash.svg │ │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ │ ├── application-x-tzo.svg │ │ │ │ │ ├── application-x-wmf.svg │ │ │ │ │ ├── application-x-x509-ca-cert.svg │ │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ │ ├── application-x-xliff.svg │ │ │ │ │ ├── application-x-xpinstall.svg │ │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ │ ├── application-x-xz-pkg.svg │ │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ │ ├── application-x-zip-compressed-fb2.svg │ │ │ │ │ ├── application-x-zoo.svg │ │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ │ ├── application-xmind.svg │ │ │ │ │ ├── application-xml.svg │ │ │ │ │ ├── application-xsd.svg │ │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ │ ├── application-zip.svg │ │ │ │ │ ├── audio-ac3.svg │ │ │ │ │ ├── audio-flac.svg │ │ │ │ │ ├── audio-midi.svg │ │ │ │ │ ├── audio-mp2.svg │ │ │ │ │ ├── audio-mp3.svg │ │ │ │ │ ├── audio-mp4.svg │ │ │ │ │ ├── audio-mpeg.svg │ │ │ │ │ ├── audio-prs.sid.svg │ │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ │ ├── audio-x-flac.svg │ │ │ │ │ ├── audio-x-generic.svg │ │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ │ ├── audio-x-wav.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── encrypted.svg │ │ │ │ │ ├── font-otf.svg │ │ │ │ │ ├── font-ttf.svg │ │ │ │ │ ├── fonts-package.svg │ │ │ │ │ ├── image-bmp.svg │ │ │ │ │ ├── image-gif.svg │ │ │ │ │ ├── image-ico.svg │ │ │ │ │ ├── image-jpeg.svg │ │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ │ ├── image-png.svg │ │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ │ ├── image-svg+xml.svg │ │ │ │ │ ├── image-tiff.svg │ │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ │ ├── image-vnd.djvu.svg │ │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ │ ├── image-x-emf.svg │ │ │ │ │ ├── image-x-eps.svg │ │ │ │ │ ├── image-x-generic.svg │ │ │ │ │ ├── image-x-ico.svg │ │ │ │ │ ├── image-x-icon.svg │ │ │ │ │ ├── image-x-krita.svg │ │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ │ ├── image-x-psd.svg │ │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ │ ├── image-x-tga.svg │ │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ │ ├── image-x-wmf.svg │ │ │ │ │ ├── image-x-xcf.svg │ │ │ │ │ ├── image-x-xfig.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── libreoffice-database.svg │ │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ │ ├── libreoffice-extension.svg │ │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ │ ├── libreoffice-oasis-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ │ ├── libreoffice-text.svg │ │ │ │ │ ├── message-news.svg │ │ │ │ │ ├── message-partial.svg │ │ │ │ │ ├── message-rfc822.svg │ │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── odf.svg │ │ │ │ │ ├── package-x-generic.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── text-calendar.svg │ │ │ │ │ ├── text-csharp.svg │ │ │ │ │ ├── text-css.svg │ │ │ │ │ ├── text-csv.svg │ │ │ │ │ ├── text-directory.svg │ │ │ │ │ ├── text-dockerfile.svg │ │ │ │ │ ├── text-enriched.svg │ │ │ │ │ ├── text-html.svg │ │ │ │ │ ├── text-markdown.svg │ │ │ │ │ ├── text-plain.svg │ │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ │ ├── text-rdf.svg │ │ │ │ │ ├── text-rtf.svg │ │ │ │ │ ├── text-rust.svg │ │ │ │ │ ├── text-sgml.svg │ │ │ │ │ ├── text-troff.svg │ │ │ │ │ ├── text-vcalendar.svg │ │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ │ ├── text-vnd.kde.kcrash-report.svg │ │ │ │ │ ├── text-vnd.trolltech.linguist.svg │ │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ │ ├── text-vtt.svg │ │ │ │ │ ├── text-wiki.svg │ │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ │ ├── text-x-apport.svg │ │ │ │ │ ├── text-x-authors.svg │ │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ │ ├── text-x-c++src.svg │ │ │ │ │ ├── text-x-changelog.svg │ │ │ │ │ ├── text-x-chdr.svg │ │ │ │ │ ├── text-x-cmake.svg │ │ │ │ │ ├── text-x-copying.svg │ │ │ │ │ ├── text-x-credits.svg │ │ │ │ │ ├── text-x-csharp.svg │ │ │ │ │ ├── text-x-csrc.svg │ │ │ │ │ ├── text-x-dtd.svg │ │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ │ ├── text-x-generic.svg │ │ │ │ │ ├── text-x-gettext-translation.svg │ │ │ │ │ ├── text-x-go.svg │ │ │ │ │ ├── text-x-haskell.svg │ │ │ │ │ ├── text-x-hex.svg │ │ │ │ │ ├── text-x-install.svg │ │ │ │ │ ├── text-x-java-source.svg │ │ │ │ │ ├── text-x-java.svg │ │ │ │ │ ├── text-x-javascript.svg │ │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ │ ├── text-x-kotlin.svg │ │ │ │ │ ├── text-x-ldif.svg │ │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ │ ├── text-x-log.svg │ │ │ │ │ ├── text-x-lua.svg │ │ │ │ │ ├── text-x-makefile.svg │ │ │ │ │ ├── text-x-markdown.svg │ │ │ │ │ ├── text-x-microdvd.svg │ │ │ │ │ ├── text-x-mpsub.svg │ │ │ │ │ ├── text-x-nfo.svg │ │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ │ ├── text-x-opml.svg │ │ │ │ │ ├── text-x-pascal.svg │ │ │ │ │ ├── text-x-patch.svg │ │ │ │ │ ├── text-x-plain.svg │ │ │ │ │ ├── text-x-po.svg │ │ │ │ │ ├── text-x-python.svg │ │ │ │ │ ├── text-x-python3.svg │ │ │ │ │ ├── text-x-qml.svg │ │ │ │ │ ├── text-x-r.svg │ │ │ │ │ ├── text-x-readme.svg │ │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ │ ├── text-x-rust.svg │ │ │ │ │ ├── text-x-scala.svg │ │ │ │ │ ├── text-x-script.svg │ │ │ │ │ ├── text-x-sql.svg │ │ │ │ │ ├── text-x-ssa.svg │ │ │ │ │ ├── text-x-subviewer.svg │ │ │ │ │ ├── text-x-tcl.svg │ │ │ │ │ ├── text-x-tex.svg │ │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ │ ├── text-x-vcard.svg │ │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ │ ├── text-xmcd.svg │ │ │ │ │ ├── text-xml.svg │ │ │ │ │ ├── unknown.svg │ │ │ │ │ ├── uri-mms.svg │ │ │ │ │ ├── uri-mmst.svg │ │ │ │ │ ├── uri-pnm.svg │ │ │ │ │ ├── uri-rtspt.svg │ │ │ │ │ ├── uri-rtspu.svg │ │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ │ ├── video-mp2t.svg │ │ │ │ │ ├── video-mp4.svg │ │ │ │ │ ├── video-vivo.svg │ │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ │ ├── video-wavelet.svg │ │ │ │ │ ├── video-webm.svg │ │ │ │ │ ├── video-x-anim.svg │ │ │ │ │ ├── video-x-flic.svg │ │ │ │ │ ├── video-x-flv.svg │ │ │ │ │ ├── video-x-generic.svg │ │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ │ ├── video-x-javafx.svg │ │ │ │ │ ├── video-x-matroska.svg │ │ │ │ │ ├── video-x-mng.svg │ │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ │ ├── video-x-wmv.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtualbox-hdd.svg │ │ │ │ │ ├── virtualbox-ova.svg │ │ │ │ │ ├── virtualbox-ovf.svg │ │ │ │ │ ├── virtualbox-vbox-extpack.svg │ │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ │ ├── virtualbox-vdi.svg │ │ │ │ │ ├── virtualbox-vhd.svg │ │ │ │ │ ├── virtualbox-vmdk.svg │ │ │ │ │ ├── vnd.ms-publisher.svg │ │ │ │ │ ├── x-kde-nsplugin-generated.svg │ │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ │ ├── x-media-podcast.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-contact.svg │ │ │ │ │ ├── x-office-document.svg │ │ │ │ │ ├── x-office-drawing.svg │ │ │ │ │ ├── x-office-presentation.svg │ │ │ │ │ └── x-office-spreadsheet.svg │ │ │ │ ├── 22 │ │ │ │ │ ├── android-package-archive.svg │ │ │ │ │ ├── application-atom+xml.svg │ │ │ │ │ ├── application-certificate.svg │ │ │ │ │ ├── application-dicom.svg │ │ │ │ │ ├── application-epub+zip.svg │ │ │ │ │ ├── application-gzip.svg │ │ │ │ │ ├── application-illustrator.svg │ │ │ │ │ ├── application-javascript.svg │ │ │ │ │ ├── application-json.svg │ │ │ │ │ ├── application-mac-binhex40.svg │ │ │ │ │ ├── application-mathml+xml.svg │ │ │ │ │ ├── application-msonenote.svg │ │ │ │ │ ├── application-msoutlook.svg │ │ │ │ │ ├── application-msword-template.svg │ │ │ │ │ ├── application-msword.svg │ │ │ │ │ ├── application-octet-stream.svg │ │ │ │ │ ├── application-ogg.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ │ ├── application-pgp.svg │ │ │ │ │ ├── application-pkcs12.svg │ │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ │ ├── application-pkix-cerl.svg │ │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ │ ├── application-postscript.svg │ │ │ │ │ ├── application-relaxng.svg │ │ │ │ │ ├── application-rss+xml.svg │ │ │ │ │ ├── application-rtf.svg │ │ │ │ │ ├── application-sql.svg │ │ │ │ │ ├── application-sxw.svg │ │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ │ ├── application-vnd.appimage.svg │ │ │ │ │ ├── application-vnd.apple.pkpass.svg │ │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ │ ├── application-vnd.ms-excel.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.binary.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ │ ├── application-vnd.ms-excel.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-infopath.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slide.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-publisher.svg │ │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ │ ├── application-vnd.sqlite3.svg │ │ │ │ │ ├── application-vnd.squashfs.svg │ │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── application-vnd.visio.svg │ │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ │ ├── application-wps-office.doc.svg │ │ │ │ │ ├── application-wps-office.docx.svg │ │ │ │ │ ├── application-wps-office.dot.svg │ │ │ │ │ ├── application-wps-office.dotx.svg │ │ │ │ │ ├── application-wps-office.pot.svg │ │ │ │ │ ├── application-wps-office.potx.svg │ │ │ │ │ ├── application-wps-office.ppt.svg │ │ │ │ │ ├── application-wps-office.pptx.svg │ │ │ │ │ ├── application-wps-office.xls.svg │ │ │ │ │ ├── application-wps-office.xlsx.svg │ │ │ │ │ ├── application-wps-office.xlt.svg │ │ │ │ │ ├── application-wps-office.xltx.svg │ │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ │ ├── application-x-abiword.svg │ │ │ │ │ ├── application-x-ace.svg │ │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ │ ├── application-x-ar.svg │ │ │ │ │ ├── application-x-arc.svg │ │ │ │ │ ├── application-x-archive.svg │ │ │ │ │ ├── application-x-arj.svg │ │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ │ ├── application-x-awk.svg │ │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ │ ├── application-x-blender.svg │ │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── application-x-bzip.svg │ │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ │ ├── application-x-cda.svg │ │ │ │ │ ├── application-x-chm.svg │ │ │ │ │ ├── application-x-compress.svg │ │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ │ ├── application-x-core.svg │ │ │ │ │ ├── application-x-cpio.svg │ │ │ │ │ ├── application-x-cue.svg │ │ │ │ │ ├── application-x-deb.svg │ │ │ │ │ ├── application-x-designer.svg │ │ │ │ │ ├── application-x-desktop.svg │ │ │ │ │ ├── application-x-egon.svg │ │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ │ ├── application-x-executable.svg │ │ │ │ │ ├── application-x-fictionbook+xml.svg │ │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ │ ├── application-x-font-ttx.svg │ │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ │ ├── application-x-gameboy-rom.svg │ │ │ │ │ ├── application-x-gamecube-rom.svg │ │ │ │ │ ├── application-x-gba-rom.svg │ │ │ │ │ ├── application-x-gettext-translation.svg │ │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ │ ├── application-x-godot-project.svg │ │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ │ ├── application-x-gzip.svg │ │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ │ ├── application-x-iso.svg │ │ │ │ │ ├── application-x-iso9660-appimage.svg │ │ │ │ │ ├── application-x-it87.svg │ │ │ │ │ ├── application-x-jar.svg │ │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ │ ├── application-x-java.svg │ │ │ │ │ ├── application-x-javascript.svg │ │ │ │ │ ├── application-x-k3b.svg │ │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ │ ├── application-x-kformula.svg │ │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ │ ├── application-x-kmymoney.svg │ │ │ │ │ ├── application-x-kontour.svg │ │ │ │ │ ├── application-x-kplato.svg │ │ │ │ │ ├── application-x-krita.svg │ │ │ │ │ ├── application-x-kvtml.svg │ │ │ │ │ ├── application-x-kword.svg │ │ │ │ │ ├── application-x-lha.svg │ │ │ │ │ ├── application-x-lyx.svg │ │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── application-x-lzop.svg │ │ │ │ │ ├── application-x-m4.svg │ │ │ │ │ ├── application-x-macbinary.svg │ │ │ │ │ ├── application-x-marble.svg │ │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ │ ├── application-x-ms-shortcut.svg │ │ │ │ │ ├── application-x-ms-wim.svg │ │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ │ ├── application-x-n64-rom.svg │ │ │ │ │ ├── application-x-nes-rom.svg │ │ │ │ │ ├── application-x-nintendo-ds-rom.svg │ │ │ │ │ ├── application-x-nzb.svg │ │ │ │ │ ├── application-x-object.svg │ │ │ │ │ ├── application-x-pak.svg │ │ │ │ │ ├── application-x-partial-download.svg │ │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ │ ├── application-x-perl.svg │ │ │ │ │ ├── application-x-php.svg │ │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ │ ├── application-x-plasma.svg │ │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ │ ├── application-x-qemu-disk.svg │ │ │ │ │ ├── application-x-qet-element.svg │ │ │ │ │ ├── application-x-qet-project.svg │ │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ │ ├── application-x-rar.svg │ │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ │ ├── application-x-rdata.svg │ │ │ │ │ ├── application-x-root.svg │ │ │ │ │ ├── application-x-rpm.svg │ │ │ │ │ ├── application-x-ruby.svg │ │ │ │ │ ├── application-x-sami.svg │ │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ │ ├── application-x-siag.svg │ │ │ │ │ ├── application-x-sif.svg │ │ │ │ │ ├── application-x-skg.svg │ │ │ │ │ ├── application-x-skgc.svg │ │ │ │ │ ├── application-x-smb-server.svg │ │ │ │ │ ├── application-x-smb-workgroup.svg │ │ │ │ │ ├── application-x-source-rpm.svg │ │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ │ ├── application-x-srt.svg │ │ │ │ │ ├── application-x-srtrip.svg │ │ │ │ │ ├── application-x-subrip.svg │ │ │ │ │ ├── application-x-tar.svg │ │ │ │ │ ├── application-x-tarz.svg │ │ │ │ │ ├── application-x-tgif.svg │ │ │ │ │ ├── application-x-theme.svg │ │ │ │ │ ├── application-x-trash.svg │ │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ │ ├── application-x-tzo.svg │ │ │ │ │ ├── application-x-wmf.svg │ │ │ │ │ ├── application-x-x509-ca-cert.svg │ │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ │ ├── application-x-xliff.svg │ │ │ │ │ ├── application-x-xpinstall.svg │ │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ │ ├── application-x-xz-pkg.svg │ │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ │ ├── application-x-zip-compressed-fb2.svg │ │ │ │ │ ├── application-x-zoo.svg │ │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ │ ├── application-xmind.svg │ │ │ │ │ ├── application-xml.svg │ │ │ │ │ ├── application-xsd.svg │ │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ │ ├── application-zip.svg │ │ │ │ │ ├── audio-ac3.svg │ │ │ │ │ ├── audio-flac.svg │ │ │ │ │ ├── audio-midi.svg │ │ │ │ │ ├── audio-mp2.svg │ │ │ │ │ ├── audio-mp3.svg │ │ │ │ │ ├── audio-mp4.svg │ │ │ │ │ ├── audio-mpeg.svg │ │ │ │ │ ├── audio-prs.sid.svg │ │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ │ ├── audio-x-flac.svg │ │ │ │ │ ├── audio-x-generic.svg │ │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ │ ├── audio-x-wav.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── encrypted.svg │ │ │ │ │ ├── font-otf.svg │ │ │ │ │ ├── font-ttf.svg │ │ │ │ │ ├── fonts-package.svg │ │ │ │ │ ├── image-bmp.svg │ │ │ │ │ ├── image-gif.svg │ │ │ │ │ ├── image-ico.svg │ │ │ │ │ ├── image-jpeg.svg │ │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ │ ├── image-png.svg │ │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ │ ├── image-svg+xml.svg │ │ │ │ │ ├── image-tiff.svg │ │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ │ ├── image-vnd.djvu.svg │ │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ │ ├── image-x-emf.svg │ │ │ │ │ ├── image-x-eps.svg │ │ │ │ │ ├── image-x-generic.svg │ │ │ │ │ ├── image-x-ico.svg │ │ │ │ │ ├── image-x-icon.svg │ │ │ │ │ ├── image-x-krita.svg │ │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ │ ├── image-x-psd.svg │ │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ │ ├── image-x-tga.svg │ │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ │ ├── image-x-wmf.svg │ │ │ │ │ ├── image-x-xcf.svg │ │ │ │ │ ├── image-x-xfig.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── libreoffice-database.svg │ │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ │ ├── libreoffice-extension.svg │ │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ │ ├── libreoffice-oasis-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ │ ├── libreoffice-text.svg │ │ │ │ │ ├── message-news.svg │ │ │ │ │ ├── message-partial.svg │ │ │ │ │ ├── message-rfc822.svg │ │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── odf.svg │ │ │ │ │ ├── package-x-generic.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── text-calendar.svg │ │ │ │ │ ├── text-csharp.svg │ │ │ │ │ ├── text-css.svg │ │ │ │ │ ├── text-csv.svg │ │ │ │ │ ├── text-directory.svg │ │ │ │ │ ├── text-dockerfile.svg │ │ │ │ │ ├── text-enriched.svg │ │ │ │ │ ├── text-html.svg │ │ │ │ │ ├── text-markdown.svg │ │ │ │ │ ├── text-plain.svg │ │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ │ ├── text-rdf.svg │ │ │ │ │ ├── text-rtf.svg │ │ │ │ │ ├── text-rust.svg │ │ │ │ │ ├── text-sgml.svg │ │ │ │ │ ├── text-troff.svg │ │ │ │ │ ├── text-vcalendar.svg │ │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ │ ├── text-vnd.kde.kcrash-report.svg │ │ │ │ │ ├── text-vnd.trolltech.linguist.svg │ │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ │ ├── text-vtt.svg │ │ │ │ │ ├── text-wiki.svg │ │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ │ ├── text-x-apport.svg │ │ │ │ │ ├── text-x-authors.svg │ │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ │ ├── text-x-c++src.svg │ │ │ │ │ ├── text-x-changelog.svg │ │ │ │ │ ├── text-x-chdr.svg │ │ │ │ │ ├── text-x-cmake.svg │ │ │ │ │ ├── text-x-copying.svg │ │ │ │ │ ├── text-x-credits.svg │ │ │ │ │ ├── text-x-csharp.svg │ │ │ │ │ ├── text-x-csrc.svg │ │ │ │ │ ├── text-x-dtd.svg │ │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ │ ├── text-x-generic.svg │ │ │ │ │ ├── text-x-gettext-translation.svg │ │ │ │ │ ├── text-x-go.svg │ │ │ │ │ ├── text-x-haskell.svg │ │ │ │ │ ├── text-x-hex.svg │ │ │ │ │ ├── text-x-install.svg │ │ │ │ │ ├── text-x-java-source.svg │ │ │ │ │ ├── text-x-java.svg │ │ │ │ │ ├── text-x-javascript.svg │ │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ │ ├── text-x-kotlin.svg │ │ │ │ │ ├── text-x-ldif.svg │ │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ │ ├── text-x-log.svg │ │ │ │ │ ├── text-x-lua.svg │ │ │ │ │ ├── text-x-makefile.svg │ │ │ │ │ ├── text-x-markdown.svg │ │ │ │ │ ├── text-x-microdvd.svg │ │ │ │ │ ├── text-x-mpsub.svg │ │ │ │ │ ├── text-x-nfo.svg │ │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ │ ├── text-x-opml.svg │ │ │ │ │ ├── text-x-pascal.svg │ │ │ │ │ ├── text-x-patch.svg │ │ │ │ │ ├── text-x-plain.svg │ │ │ │ │ ├── text-x-po.svg │ │ │ │ │ ├── text-x-python.svg │ │ │ │ │ ├── text-x-python3.svg │ │ │ │ │ ├── text-x-qml.svg │ │ │ │ │ ├── text-x-r.svg │ │ │ │ │ ├── text-x-readme.svg │ │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ │ ├── text-x-rust.svg │ │ │ │ │ ├── text-x-scala.svg │ │ │ │ │ ├── text-x-script.svg │ │ │ │ │ ├── text-x-sql.svg │ │ │ │ │ ├── text-x-ssa.svg │ │ │ │ │ ├── text-x-subviewer.svg │ │ │ │ │ ├── text-x-tcl.svg │ │ │ │ │ ├── text-x-tex.svg │ │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ │ ├── text-x-vcard.svg │ │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ │ ├── text-xmcd.svg │ │ │ │ │ ├── text-xml.svg │ │ │ │ │ ├── unknown.svg │ │ │ │ │ ├── uri-mms.svg │ │ │ │ │ ├── uri-mmst.svg │ │ │ │ │ ├── uri-pnm.svg │ │ │ │ │ ├── uri-rtspt.svg │ │ │ │ │ ├── uri-rtspu.svg │ │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ │ ├── video-mp2t.svg │ │ │ │ │ ├── video-mp4.svg │ │ │ │ │ ├── video-vivo.svg │ │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ │ ├── video-wavelet.svg │ │ │ │ │ ├── video-webm.svg │ │ │ │ │ ├── video-x-anim.svg │ │ │ │ │ ├── video-x-flic.svg │ │ │ │ │ ├── video-x-flv.svg │ │ │ │ │ ├── video-x-generic.svg │ │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ │ ├── video-x-javafx.svg │ │ │ │ │ ├── video-x-matroska.svg │ │ │ │ │ ├── video-x-mng.svg │ │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ │ ├── video-x-wmv.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtualbox-hdd.svg │ │ │ │ │ ├── virtualbox-ova.svg │ │ │ │ │ ├── virtualbox-ovf.svg │ │ │ │ │ ├── virtualbox-vbox-extpack.svg │ │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ │ ├── virtualbox-vdi.svg │ │ │ │ │ ├── virtualbox-vhd.svg │ │ │ │ │ ├── virtualbox-vmdk.svg │ │ │ │ │ ├── vnd.ms-publisher.svg │ │ │ │ │ ├── x-kde-nsplugin-generated.svg │ │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ │ ├── x-media-podcast.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-contact.svg │ │ │ │ │ ├── x-office-document.svg │ │ │ │ │ ├── x-office-drawing.svg │ │ │ │ │ ├── x-office-presentation.svg │ │ │ │ │ └── x-office-spreadsheet.svg │ │ │ │ ├── 24 │ │ │ │ │ ├── android-package-archive.svg │ │ │ │ │ ├── application-atom+xml.svg │ │ │ │ │ ├── application-certificate.svg │ │ │ │ │ ├── application-dicom.svg │ │ │ │ │ ├── application-epub+zip.svg │ │ │ │ │ ├── application-gzip.svg │ │ │ │ │ ├── application-illustrator.svg │ │ │ │ │ ├── application-javascript.svg │ │ │ │ │ ├── application-json.svg │ │ │ │ │ ├── application-mac-binhex40.svg │ │ │ │ │ ├── application-mathml+xml.svg │ │ │ │ │ ├── application-msonenote.svg │ │ │ │ │ ├── application-msoutlook.svg │ │ │ │ │ ├── application-msword-template.svg │ │ │ │ │ ├── application-msword.svg │ │ │ │ │ ├── application-octet-stream.svg │ │ │ │ │ ├── application-ogg.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ │ ├── application-pgp.svg │ │ │ │ │ ├── application-pkcs12.svg │ │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ │ ├── application-pkix-cerl.svg │ │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ │ ├── application-postscript.svg │ │ │ │ │ ├── application-relaxng.svg │ │ │ │ │ ├── application-rss+xml.svg │ │ │ │ │ ├── application-rtf.svg │ │ │ │ │ ├── application-sql.svg │ │ │ │ │ ├── application-sxw.svg │ │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ │ ├── application-vnd.appimage.svg │ │ │ │ │ ├── application-vnd.apple.pkpass.svg │ │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ │ ├── application-vnd.ms-excel.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.binary.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ │ ├── application-vnd.ms-excel.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-infopath.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slide.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-publisher.svg │ │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ │ ├── application-vnd.sqlite3.svg │ │ │ │ │ ├── application-vnd.squashfs.svg │ │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── application-vnd.visio.svg │ │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ │ ├── application-wps-office.doc.svg │ │ │ │ │ ├── application-wps-office.docx.svg │ │ │ │ │ ├── application-wps-office.dot.svg │ │ │ │ │ ├── application-wps-office.dotx.svg │ │ │ │ │ ├── application-wps-office.pot.svg │ │ │ │ │ ├── application-wps-office.potx.svg │ │ │ │ │ ├── application-wps-office.ppt.svg │ │ │ │ │ ├── application-wps-office.pptx.svg │ │ │ │ │ ├── application-wps-office.xls.svg │ │ │ │ │ ├── application-wps-office.xlsx.svg │ │ │ │ │ ├── application-wps-office.xlt.svg │ │ │ │ │ ├── application-wps-office.xltx.svg │ │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ │ ├── application-x-abiword.svg │ │ │ │ │ ├── application-x-ace.svg │ │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ │ ├── application-x-ar.svg │ │ │ │ │ ├── application-x-arc.svg │ │ │ │ │ ├── application-x-archive.svg │ │ │ │ │ ├── application-x-arj.svg │ │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ │ ├── application-x-awk.svg │ │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ │ ├── application-x-blender.svg │ │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── application-x-bzip.svg │ │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ │ ├── application-x-cda.svg │ │ │ │ │ ├── application-x-chm.svg │ │ │ │ │ ├── application-x-compress.svg │ │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ │ ├── application-x-core.svg │ │ │ │ │ ├── application-x-cpio.svg │ │ │ │ │ ├── application-x-cue.svg │ │ │ │ │ ├── application-x-deb.svg │ │ │ │ │ ├── application-x-designer.svg │ │ │ │ │ ├── application-x-desktop.svg │ │ │ │ │ ├── application-x-egon.svg │ │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ │ ├── application-x-executable.svg │ │ │ │ │ ├── application-x-fictionbook+xml.svg │ │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ │ ├── application-x-font-ttx.svg │ │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ │ ├── application-x-gameboy-rom.svg │ │ │ │ │ ├── application-x-gamecube-rom.svg │ │ │ │ │ ├── application-x-gba-rom.svg │ │ │ │ │ ├── application-x-gettext-translation.svg │ │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ │ ├── application-x-godot-project.svg │ │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ │ ├── application-x-gzip.svg │ │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ │ ├── application-x-iso.svg │ │ │ │ │ ├── application-x-iso9660-appimage.svg │ │ │ │ │ ├── application-x-it87.svg │ │ │ │ │ ├── application-x-jar.svg │ │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ │ ├── application-x-java.svg │ │ │ │ │ ├── application-x-javascript.svg │ │ │ │ │ ├── application-x-k3b.svg │ │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ │ ├── application-x-kformula.svg │ │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ │ ├── application-x-kmymoney.svg │ │ │ │ │ ├── application-x-kontour.svg │ │ │ │ │ ├── application-x-kplato.svg │ │ │ │ │ ├── application-x-krita.svg │ │ │ │ │ ├── application-x-kvtml.svg │ │ │ │ │ ├── application-x-kword.svg │ │ │ │ │ ├── application-x-lha.svg │ │ │ │ │ ├── application-x-lyx.svg │ │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── application-x-lzop.svg │ │ │ │ │ ├── application-x-m4.svg │ │ │ │ │ ├── application-x-macbinary.svg │ │ │ │ │ ├── application-x-marble.svg │ │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ │ ├── application-x-ms-shortcut.svg │ │ │ │ │ ├── application-x-ms-wim.svg │ │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ │ ├── application-x-n64-rom.svg │ │ │ │ │ ├── application-x-nes-rom.svg │ │ │ │ │ ├── application-x-nintendo-ds-rom.svg │ │ │ │ │ ├── application-x-nzb.svg │ │ │ │ │ ├── application-x-object.svg │ │ │ │ │ ├── application-x-pak.svg │ │ │ │ │ ├── application-x-partial-download.svg │ │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ │ ├── application-x-perl.svg │ │ │ │ │ ├── application-x-php.svg │ │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ │ ├── application-x-plasma.svg │ │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ │ ├── application-x-qemu-disk.svg │ │ │ │ │ ├── application-x-qet-element.svg │ │ │ │ │ ├── application-x-qet-project.svg │ │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ │ ├── application-x-rar.svg │ │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ │ ├── application-x-rdata.svg │ │ │ │ │ ├── application-x-rpm.svg │ │ │ │ │ ├── application-x-ruby.svg │ │ │ │ │ ├── application-x-sami.svg │ │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ │ ├── application-x-siag.svg │ │ │ │ │ ├── application-x-sif.svg │ │ │ │ │ ├── application-x-skg.svg │ │ │ │ │ ├── application-x-skgc.svg │ │ │ │ │ ├── application-x-smb-server.svg │ │ │ │ │ ├── application-x-smb-workgroup.svg │ │ │ │ │ ├── application-x-source-rpm.svg │ │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ │ ├── application-x-srt.svg │ │ │ │ │ ├── application-x-srtrip.svg │ │ │ │ │ ├── application-x-subrip.svg │ │ │ │ │ ├── application-x-tar.svg │ │ │ │ │ ├── application-x-tarz.svg │ │ │ │ │ ├── application-x-tgif.svg │ │ │ │ │ ├── application-x-theme.svg │ │ │ │ │ ├── application-x-trash.svg │ │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ │ ├── application-x-tzo.svg │ │ │ │ │ ├── application-x-wmf.svg │ │ │ │ │ ├── application-x-x509-ca-cert.svg │ │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ │ ├── application-x-xliff.svg │ │ │ │ │ ├── application-x-xpinstall.svg │ │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ │ ├── application-x-xz-pkg.svg │ │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ │ ├── application-x-zip-compressed-fb2.svg │ │ │ │ │ ├── application-x-zoo.svg │ │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ │ ├── application-xmind.svg │ │ │ │ │ ├── application-xml.svg │ │ │ │ │ ├── application-xsd.svg │ │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ │ ├── application-zip.svg │ │ │ │ │ ├── audio-ac3.svg │ │ │ │ │ ├── audio-flac.svg │ │ │ │ │ ├── audio-midi.svg │ │ │ │ │ ├── audio-mp2.svg │ │ │ │ │ ├── audio-mp3.svg │ │ │ │ │ ├── audio-mp4.svg │ │ │ │ │ ├── audio-mpeg.svg │ │ │ │ │ ├── audio-prs.sid.svg │ │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ │ ├── audio-x-flac.svg │ │ │ │ │ ├── audio-x-generic.svg │ │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ │ ├── audio-x-wav.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── encrypted.svg │ │ │ │ │ ├── font-otf.svg │ │ │ │ │ ├── font-ttf.svg │ │ │ │ │ ├── fonts-package.svg │ │ │ │ │ ├── image-bmp.svg │ │ │ │ │ ├── image-gif.svg │ │ │ │ │ ├── image-ico.svg │ │ │ │ │ ├── image-jpeg.svg │ │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ │ ├── image-png.svg │ │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ │ ├── image-svg+xml.svg │ │ │ │ │ ├── image-tiff.svg │ │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ │ ├── image-vnd.djvu.svg │ │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ │ ├── image-x-emf.svg │ │ │ │ │ ├── image-x-eps.svg │ │ │ │ │ ├── image-x-generic.svg │ │ │ │ │ ├── image-x-ico.svg │ │ │ │ │ ├── image-x-icon.svg │ │ │ │ │ ├── image-x-krita.svg │ │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ │ ├── image-x-psd.svg │ │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ │ ├── image-x-tga.svg │ │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ │ ├── image-x-wmf.svg │ │ │ │ │ ├── image-x-xcf.svg │ │ │ │ │ ├── image-x-xfig.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── libreoffice-database.svg │ │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ │ ├── libreoffice-extension.svg │ │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ │ ├── libreoffice-oasis-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ │ ├── libreoffice-text.svg │ │ │ │ │ ├── message-news.svg │ │ │ │ │ ├── message-partial.svg │ │ │ │ │ ├── message-rfc822.svg │ │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── odf.svg │ │ │ │ │ ├── package-x-generic.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── text-calendar.svg │ │ │ │ │ ├── text-csharp.svg │ │ │ │ │ ├── text-css.svg │ │ │ │ │ ├── text-csv.svg │ │ │ │ │ ├── text-directory.svg │ │ │ │ │ ├── text-dockerfile.svg │ │ │ │ │ ├── text-enriched.svg │ │ │ │ │ ├── text-html.svg │ │ │ │ │ ├── text-markdown.svg │ │ │ │ │ ├── text-plain.svg │ │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ │ ├── text-rdf.svg │ │ │ │ │ ├── text-rtf.svg │ │ │ │ │ ├── text-rust.svg │ │ │ │ │ ├── text-sgml.svg │ │ │ │ │ ├── text-troff.svg │ │ │ │ │ ├── text-vcalendar.svg │ │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ │ ├── text-vnd.kde.kcrash-report.svg │ │ │ │ │ ├── text-vnd.trolltech.linguist.svg │ │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ │ ├── text-vtt.svg │ │ │ │ │ ├── text-wiki.svg │ │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ │ ├── text-x-apport.svg │ │ │ │ │ ├── text-x-authors.svg │ │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ │ ├── text-x-c++src.svg │ │ │ │ │ ├── text-x-changelog.svg │ │ │ │ │ ├── text-x-chdr.svg │ │ │ │ │ ├── text-x-cmake.svg │ │ │ │ │ ├── text-x-copying.svg │ │ │ │ │ ├── text-x-credits.svg │ │ │ │ │ ├── text-x-csharp.svg │ │ │ │ │ ├── text-x-csrc.svg │ │ │ │ │ ├── text-x-dtd.svg │ │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ │ ├── text-x-generic.svg │ │ │ │ │ ├── text-x-gettext-translation.svg │ │ │ │ │ ├── text-x-haskell.svg │ │ │ │ │ ├── text-x-hex.svg │ │ │ │ │ ├── text-x-install.svg │ │ │ │ │ ├── text-x-java-source.svg │ │ │ │ │ ├── text-x-java.svg │ │ │ │ │ ├── text-x-javascript.svg │ │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ │ ├── text-x-kotlin.svg │ │ │ │ │ ├── text-x-ldif.svg │ │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ │ ├── text-x-log.svg │ │ │ │ │ ├── text-x-makefile.svg │ │ │ │ │ ├── text-x-markdown.svg │ │ │ │ │ ├── text-x-microdvd.svg │ │ │ │ │ ├── text-x-mpsub.svg │ │ │ │ │ ├── text-x-nfo.svg │ │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ │ ├── text-x-opml.svg │ │ │ │ │ ├── text-x-pascal.svg │ │ │ │ │ ├── text-x-patch.svg │ │ │ │ │ ├── text-x-plain.svg │ │ │ │ │ ├── text-x-po.svg │ │ │ │ │ ├── text-x-python.svg │ │ │ │ │ ├── text-x-python3.svg │ │ │ │ │ ├── text-x-qml.svg │ │ │ │ │ ├── text-x-r.svg │ │ │ │ │ ├── text-x-readme.svg │ │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ │ ├── text-x-rust.svg │ │ │ │ │ ├── text-x-script.svg │ │ │ │ │ ├── text-x-sql.svg │ │ │ │ │ ├── text-x-ssa.svg │ │ │ │ │ ├── text-x-subviewer.svg │ │ │ │ │ ├── text-x-tcl.svg │ │ │ │ │ ├── text-x-tex.svg │ │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ │ ├── text-x-vcard.svg │ │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ │ ├── text-xmcd.svg │ │ │ │ │ ├── text-xml.svg │ │ │ │ │ ├── unknown.svg │ │ │ │ │ ├── uri-mms.svg │ │ │ │ │ ├── uri-mmst.svg │ │ │ │ │ ├── uri-pnm.svg │ │ │ │ │ ├── uri-rtspt.svg │ │ │ │ │ ├── uri-rtspu.svg │ │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ │ ├── video-mp2t.svg │ │ │ │ │ ├── video-mp4.svg │ │ │ │ │ ├── video-vivo.svg │ │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ │ ├── video-wavelet.svg │ │ │ │ │ ├── video-webm.svg │ │ │ │ │ ├── video-x-anim.svg │ │ │ │ │ ├── video-x-flic.svg │ │ │ │ │ ├── video-x-flv.svg │ │ │ │ │ ├── video-x-generic.svg │ │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ │ ├── video-x-javafx.svg │ │ │ │ │ ├── video-x-matroska.svg │ │ │ │ │ ├── video-x-mng.svg │ │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ │ ├── video-x-wmv.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtualbox-hdd.svg │ │ │ │ │ ├── virtualbox-ova.svg │ │ │ │ │ ├── virtualbox-ovf.svg │ │ │ │ │ ├── virtualbox-vbox-extpack.svg │ │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ │ ├── virtualbox-vdi.svg │ │ │ │ │ ├── virtualbox-vhd.svg │ │ │ │ │ ├── virtualbox-vmdk.svg │ │ │ │ │ ├── vnd.ms-publisher.svg │ │ │ │ │ ├── x-kde-nsplugin-generated.svg │ │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ │ ├── x-media-podcast.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-contact.svg │ │ │ │ │ ├── x-office-document.svg │ │ │ │ │ ├── x-office-drawing.svg │ │ │ │ │ ├── x-office-presentation.svg │ │ │ │ │ └── x-office-spreadsheet.svg │ │ │ │ ├── 32 │ │ │ │ │ ├── android-package-archive.svg │ │ │ │ │ ├── application-atom+xml.svg │ │ │ │ │ ├── application-certificate.svg │ │ │ │ │ ├── application-dicom.svg │ │ │ │ │ ├── application-epub+zip.svg │ │ │ │ │ ├── application-gzip.svg │ │ │ │ │ ├── application-illustrator.svg │ │ │ │ │ ├── application-javascript.svg │ │ │ │ │ ├── application-json.svg │ │ │ │ │ ├── application-mac-binhex40.svg │ │ │ │ │ ├── application-mathml+xml.svg │ │ │ │ │ ├── application-msonenote.svg │ │ │ │ │ ├── application-msoutlook.svg │ │ │ │ │ ├── application-msword-template.svg │ │ │ │ │ ├── application-msword.svg │ │ │ │ │ ├── application-octet-stream.svg │ │ │ │ │ ├── application-ogg.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ │ ├── application-pgp.svg │ │ │ │ │ ├── application-pkcs12.svg │ │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ │ ├── application-pkix-cerl.svg │ │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ │ ├── application-postscript.svg │ │ │ │ │ ├── application-relaxng.svg │ │ │ │ │ ├── application-rss+xml.svg │ │ │ │ │ ├── application-rtf.svg │ │ │ │ │ ├── application-sql.svg │ │ │ │ │ ├── application-sxw.svg │ │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ │ ├── application-vnd.appimage.svg │ │ │ │ │ ├── application-vnd.apple.pkpass.svg │ │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ │ ├── application-vnd.ms-excel.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.binary.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ │ ├── application-vnd.ms-excel.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-infopath.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slide.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-publisher.svg │ │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ │ ├── application-vnd.sqlite3.svg │ │ │ │ │ ├── application-vnd.squashfs.svg │ │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── application-vnd.visio.svg │ │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ │ ├── application-wps-office.doc.svg │ │ │ │ │ ├── application-wps-office.docx.svg │ │ │ │ │ ├── application-wps-office.dot.svg │ │ │ │ │ ├── application-wps-office.dotx.svg │ │ │ │ │ ├── application-wps-office.pot.svg │ │ │ │ │ ├── application-wps-office.potx.svg │ │ │ │ │ ├── application-wps-office.ppt.svg │ │ │ │ │ ├── application-wps-office.pptx.svg │ │ │ │ │ ├── application-wps-office.xls.svg │ │ │ │ │ ├── application-wps-office.xlsx.svg │ │ │ │ │ ├── application-wps-office.xlt.svg │ │ │ │ │ ├── application-wps-office.xltx.svg │ │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ │ ├── application-x-abiword.svg │ │ │ │ │ ├── application-x-ace.svg │ │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ │ ├── application-x-ar.svg │ │ │ │ │ ├── application-x-arc.svg │ │ │ │ │ ├── application-x-archive.svg │ │ │ │ │ ├── application-x-arj.svg │ │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ │ ├── application-x-awk.svg │ │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ │ ├── application-x-blender.svg │ │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── application-x-bzip.svg │ │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ │ ├── application-x-cda.svg │ │ │ │ │ ├── application-x-chm.svg │ │ │ │ │ ├── application-x-compress.svg │ │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ │ ├── application-x-core.svg │ │ │ │ │ ├── application-x-cpio.svg │ │ │ │ │ ├── application-x-cue.svg │ │ │ │ │ ├── application-x-deb.svg │ │ │ │ │ ├── application-x-designer.svg │ │ │ │ │ ├── application-x-desktop.svg │ │ │ │ │ ├── application-x-egon.svg │ │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ │ ├── application-x-executable.svg │ │ │ │ │ ├── application-x-fictionbook+xml.svg │ │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ │ ├── application-x-font-ttx.svg │ │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ │ ├── application-x-gameboy-rom.svg │ │ │ │ │ ├── application-x-gamecube-rom.svg │ │ │ │ │ ├── application-x-gba-rom.svg │ │ │ │ │ ├── application-x-gettext-translation.svg │ │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ │ ├── application-x-godot-project.svg │ │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ │ ├── application-x-gzip.svg │ │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ │ ├── application-x-iso.svg │ │ │ │ │ ├── application-x-iso9660-appimage.svg │ │ │ │ │ ├── application-x-it87.svg │ │ │ │ │ ├── application-x-jar.svg │ │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ │ ├── application-x-java.svg │ │ │ │ │ ├── application-x-javascript.svg │ │ │ │ │ ├── application-x-k3b.svg │ │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ │ ├── application-x-kformula.svg │ │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ │ ├── application-x-kmymoney.svg │ │ │ │ │ ├── application-x-kontour.svg │ │ │ │ │ ├── application-x-kplato.svg │ │ │ │ │ ├── application-x-krita.svg │ │ │ │ │ ├── application-x-kvtml.svg │ │ │ │ │ ├── application-x-kword.svg │ │ │ │ │ ├── application-x-lha.svg │ │ │ │ │ ├── application-x-lyx.svg │ │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── application-x-lzop.svg │ │ │ │ │ ├── application-x-m4.svg │ │ │ │ │ ├── application-x-macbinary.svg │ │ │ │ │ ├── application-x-marble.svg │ │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ │ ├── application-x-ms-shortcut.svg │ │ │ │ │ ├── application-x-ms-wim.svg │ │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ │ ├── application-x-n64-rom.svg │ │ │ │ │ ├── application-x-nes-rom.svg │ │ │ │ │ ├── application-x-nintendo-ds-rom.svg │ │ │ │ │ ├── application-x-nzb.svg │ │ │ │ │ ├── application-x-object.svg │ │ │ │ │ ├── application-x-pak.svg │ │ │ │ │ ├── application-x-partial-download.svg │ │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ │ ├── application-x-perl.svg │ │ │ │ │ ├── application-x-php.svg │ │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ │ ├── application-x-plasma.svg │ │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ │ ├── application-x-qemu-disk.svg │ │ │ │ │ ├── application-x-qet-element.svg │ │ │ │ │ ├── application-x-qet-project.svg │ │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ │ ├── application-x-rar.svg │ │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ │ ├── application-x-rdata.svg │ │ │ │ │ ├── application-x-root.svg │ │ │ │ │ ├── application-x-rpm.svg │ │ │ │ │ ├── application-x-ruby.svg │ │ │ │ │ ├── application-x-sami.svg │ │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ │ ├── application-x-siag.svg │ │ │ │ │ ├── application-x-sif.svg │ │ │ │ │ ├── application-x-skg.svg │ │ │ │ │ ├── application-x-skgc.svg │ │ │ │ │ ├── application-x-smb-server.svg │ │ │ │ │ ├── application-x-smb-workgroup.svg │ │ │ │ │ ├── application-x-source-rpm.svg │ │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ │ ├── application-x-srt.svg │ │ │ │ │ ├── application-x-srtrip.svg │ │ │ │ │ ├── application-x-subrip.svg │ │ │ │ │ ├── application-x-tar.svg │ │ │ │ │ ├── application-x-tarz.svg │ │ │ │ │ ├── application-x-tgif.svg │ │ │ │ │ ├── application-x-theme.svg │ │ │ │ │ ├── application-x-trash.svg │ │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ │ ├── application-x-tzo.svg │ │ │ │ │ ├── application-x-wmf.svg │ │ │ │ │ ├── application-x-x509-ca-cert.svg │ │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ │ ├── application-x-xliff.svg │ │ │ │ │ ├── application-x-xpinstall.svg │ │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ │ ├── application-x-xz-pkg.svg │ │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ │ ├── application-x-zip-compressed-fb2.svg │ │ │ │ │ ├── application-x-zoo.svg │ │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ │ ├── application-xmind.svg │ │ │ │ │ ├── application-xml.svg │ │ │ │ │ ├── application-xsd.svg │ │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ │ ├── application-zip.svg │ │ │ │ │ ├── audio-ac3.svg │ │ │ │ │ ├── audio-flac.svg │ │ │ │ │ ├── audio-midi.svg │ │ │ │ │ ├── audio-mp2.svg │ │ │ │ │ ├── audio-mp3.svg │ │ │ │ │ ├── audio-mp4.svg │ │ │ │ │ ├── audio-mpeg.svg │ │ │ │ │ ├── audio-prs.sid.svg │ │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ │ ├── audio-x-flac.svg │ │ │ │ │ ├── audio-x-generic.svg │ │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ │ ├── audio-x-wav.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── encrypted.svg │ │ │ │ │ ├── font-otf.svg │ │ │ │ │ ├── font-ttf.svg │ │ │ │ │ ├── fonts-package.svg │ │ │ │ │ ├── image-bmp.svg │ │ │ │ │ ├── image-gif.svg │ │ │ │ │ ├── image-ico.svg │ │ │ │ │ ├── image-jpeg.svg │ │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ │ ├── image-png.svg │ │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ │ ├── image-svg+xml.svg │ │ │ │ │ ├── image-tiff.svg │ │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ │ ├── image-vnd.djvu.svg │ │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ │ ├── image-x-emf.svg │ │ │ │ │ ├── image-x-eps.svg │ │ │ │ │ ├── image-x-generic.svg │ │ │ │ │ ├── image-x-ico.svg │ │ │ │ │ ├── image-x-icon.svg │ │ │ │ │ ├── image-x-krita.svg │ │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ │ ├── image-x-psd.svg │ │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ │ ├── image-x-tga.svg │ │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ │ ├── image-x-wmf.svg │ │ │ │ │ ├── image-x-xcf.svg │ │ │ │ │ ├── image-x-xfig.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── libreoffice-database.svg │ │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ │ ├── libreoffice-extension.svg │ │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ │ ├── libreoffice-oasis-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ │ ├── libreoffice-text.svg │ │ │ │ │ ├── message-news.svg │ │ │ │ │ ├── message-partial.svg │ │ │ │ │ ├── message-rfc822.svg │ │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── odf.svg │ │ │ │ │ ├── package-x-generic.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── preferences-desktop-cryptography.svg │ │ │ │ │ ├── text-calendar.svg │ │ │ │ │ ├── text-csharp.svg │ │ │ │ │ ├── text-css.svg │ │ │ │ │ ├── text-csv.svg │ │ │ │ │ ├── text-directory.svg │ │ │ │ │ ├── text-dockerfile.svg │ │ │ │ │ ├── text-enriched.svg │ │ │ │ │ ├── text-html.svg │ │ │ │ │ ├── text-markdown.svg │ │ │ │ │ ├── text-plain.svg │ │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ │ ├── text-rdf.svg │ │ │ │ │ ├── text-rtf.svg │ │ │ │ │ ├── text-rust.svg │ │ │ │ │ ├── text-sgml.svg │ │ │ │ │ ├── text-troff.svg │ │ │ │ │ ├── text-vcalendar.svg │ │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ │ ├── text-vnd.kde.kcrash-report.svg │ │ │ │ │ ├── text-vnd.trolltech.linguist.svg │ │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ │ ├── text-vtt.svg │ │ │ │ │ ├── text-wiki.svg │ │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ │ ├── text-x-apport.svg │ │ │ │ │ ├── text-x-authors.svg │ │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ │ ├── text-x-c++src.svg │ │ │ │ │ ├── text-x-changelog.svg │ │ │ │ │ ├── text-x-chdr.svg │ │ │ │ │ ├── text-x-cmake.svg │ │ │ │ │ ├── text-x-copying.svg │ │ │ │ │ ├── text-x-credits.svg │ │ │ │ │ ├── text-x-csharp.svg │ │ │ │ │ ├── text-x-csrc.svg │ │ │ │ │ ├── text-x-dtd.svg │ │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ │ ├── text-x-generic.svg │ │ │ │ │ ├── text-x-gettext-translation.svg │ │ │ │ │ ├── text-x-go.svg │ │ │ │ │ ├── text-x-haskell.svg │ │ │ │ │ ├── text-x-hex.svg │ │ │ │ │ ├── text-x-install.svg │ │ │ │ │ ├── text-x-java-source.svg │ │ │ │ │ ├── text-x-java.svg │ │ │ │ │ ├── text-x-javascript.svg │ │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ │ ├── text-x-kotlin.svg │ │ │ │ │ ├── text-x-ldif.svg │ │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ │ ├── text-x-log.svg │ │ │ │ │ ├── text-x-lua.svg │ │ │ │ │ ├── text-x-makefile.svg │ │ │ │ │ ├── text-x-markdown.svg │ │ │ │ │ ├── text-x-microdvd.svg │ │ │ │ │ ├── text-x-mpsub.svg │ │ │ │ │ ├── text-x-nfo.svg │ │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ │ ├── text-x-opml.svg │ │ │ │ │ ├── text-x-pascal.svg │ │ │ │ │ ├── text-x-patch.svg │ │ │ │ │ ├── text-x-plain.svg │ │ │ │ │ ├── text-x-po.svg │ │ │ │ │ ├── text-x-python.svg │ │ │ │ │ ├── text-x-python3.svg │ │ │ │ │ ├── text-x-qml.svg │ │ │ │ │ ├── text-x-r.svg │ │ │ │ │ ├── text-x-readme.svg │ │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ │ ├── text-x-rust.svg │ │ │ │ │ ├── text-x-scala.svg │ │ │ │ │ ├── text-x-script.svg │ │ │ │ │ ├── text-x-sql.svg │ │ │ │ │ ├── text-x-ssa.svg │ │ │ │ │ ├── text-x-subviewer.svg │ │ │ │ │ ├── text-x-tcl.svg │ │ │ │ │ ├── text-x-tex.svg │ │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ │ ├── text-x-vcard.svg │ │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ │ ├── text-xmcd.svg │ │ │ │ │ ├── text-xml.svg │ │ │ │ │ ├── unknown.svg │ │ │ │ │ ├── uri-mms.svg │ │ │ │ │ ├── uri-mmst.svg │ │ │ │ │ ├── uri-pnm.svg │ │ │ │ │ ├── uri-rtspt.svg │ │ │ │ │ ├── uri-rtspu.svg │ │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ │ ├── video-mp2t.svg │ │ │ │ │ ├── video-mp4.svg │ │ │ │ │ ├── video-vivo.svg │ │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ │ ├── video-wavelet.svg │ │ │ │ │ ├── video-webm.svg │ │ │ │ │ ├── video-x-anim.svg │ │ │ │ │ ├── video-x-flic.svg │ │ │ │ │ ├── video-x-flv.svg │ │ │ │ │ ├── video-x-generic.svg │ │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ │ ├── video-x-javafx.svg │ │ │ │ │ ├── video-x-matroska.svg │ │ │ │ │ ├── video-x-mng.svg │ │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ │ ├── video-x-wmv.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtualbox-hdd.svg │ │ │ │ │ ├── virtualbox-ova.svg │ │ │ │ │ ├── virtualbox-ovf.svg │ │ │ │ │ ├── virtualbox-vbox-extpack.svg │ │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ │ ├── virtualbox-vdi.svg │ │ │ │ │ ├── virtualbox-vhd.svg │ │ │ │ │ ├── virtualbox-vmdk.svg │ │ │ │ │ ├── vnd.ms-publisher.svg │ │ │ │ │ ├── x-kde-nsplugin-generated.svg │ │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ │ ├── x-media-podcast.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-contact.svg │ │ │ │ │ ├── x-office-document.svg │ │ │ │ │ ├── x-office-drawing.svg │ │ │ │ │ ├── x-office-presentation.svg │ │ │ │ │ └── x-office-spreadsheet.svg │ │ │ │ ├── 64 │ │ │ │ │ ├── android-package-archive.svg │ │ │ │ │ ├── application-atom+xml.svg │ │ │ │ │ ├── application-certificate.svg │ │ │ │ │ ├── application-dicom.svg │ │ │ │ │ ├── application-epub+zip.svg │ │ │ │ │ ├── application-gzip.svg │ │ │ │ │ ├── application-illustrator.svg │ │ │ │ │ ├── application-javascript.svg │ │ │ │ │ ├── application-json.svg │ │ │ │ │ ├── application-mac-binhex40.svg │ │ │ │ │ ├── application-mathml+xml.svg │ │ │ │ │ ├── application-msonenote.svg │ │ │ │ │ ├── application-msoutlook.svg │ │ │ │ │ ├── application-msword-template.svg │ │ │ │ │ ├── application-msword.svg │ │ │ │ │ ├── application-octet-stream.svg │ │ │ │ │ ├── application-ogg.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ │ ├── application-pgp.svg │ │ │ │ │ ├── application-pkcs12.svg │ │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ │ ├── application-pkix-cerl.svg │ │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ │ ├── application-postscript.svg │ │ │ │ │ ├── application-relaxng.svg │ │ │ │ │ ├── application-rss+xml.svg │ │ │ │ │ ├── application-rtf.svg │ │ │ │ │ ├── application-sql.svg │ │ │ │ │ ├── application-sxw.svg │ │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ │ ├── application-vnd.appimage.svg │ │ │ │ │ ├── application-vnd.apple.pkpass.svg │ │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ │ ├── application-vnd.ms-excel.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.binary.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ │ ├── application-vnd.ms-excel.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-infopath.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slide.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-publisher.svg │ │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ │ ├── application-vnd.sqlite3.svg │ │ │ │ │ ├── application-vnd.squashfs.svg │ │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── application-vnd.visio.svg │ │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ │ ├── application-wps-office.doc.svg │ │ │ │ │ ├── application-wps-office.docx.svg │ │ │ │ │ ├── application-wps-office.dot.svg │ │ │ │ │ ├── application-wps-office.dotx.svg │ │ │ │ │ ├── application-wps-office.pot.svg │ │ │ │ │ ├── application-wps-office.potx.svg │ │ │ │ │ ├── application-wps-office.ppt.svg │ │ │ │ │ ├── application-wps-office.pptx.svg │ │ │ │ │ ├── application-wps-office.xls.svg │ │ │ │ │ ├── application-wps-office.xlsx.svg │ │ │ │ │ ├── application-wps-office.xlt.svg │ │ │ │ │ ├── application-wps-office.xltx.svg │ │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ │ ├── application-x-abiword.svg │ │ │ │ │ ├── application-x-ace.svg │ │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ │ ├── application-x-ar.svg │ │ │ │ │ ├── application-x-arc.svg │ │ │ │ │ ├── application-x-archive.svg │ │ │ │ │ ├── application-x-arj.svg │ │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ │ ├── application-x-awk.svg │ │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ │ ├── application-x-blender.svg │ │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── application-x-bzip.svg │ │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ │ ├── application-x-cda.svg │ │ │ │ │ ├── application-x-chm.svg │ │ │ │ │ ├── application-x-compress.svg │ │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ │ ├── application-x-core.svg │ │ │ │ │ ├── application-x-cpio.svg │ │ │ │ │ ├── application-x-cue.svg │ │ │ │ │ ├── application-x-deb.svg │ │ │ │ │ ├── application-x-designer.svg │ │ │ │ │ ├── application-x-desktop.svg │ │ │ │ │ ├── application-x-egon.svg │ │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ │ ├── application-x-executable.svg │ │ │ │ │ ├── application-x-fictionbook+xml.svg │ │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ │ ├── application-x-font-ttx.svg │ │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ │ ├── application-x-gameboy-rom.svg │ │ │ │ │ ├── application-x-gamecube-rom.svg │ │ │ │ │ ├── application-x-gba-rom.svg │ │ │ │ │ ├── application-x-gettext-translation.svg │ │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ │ ├── application-x-godot-project.svg │ │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ │ ├── application-x-gzip.svg │ │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ │ ├── application-x-iso.svg │ │ │ │ │ ├── application-x-iso9660-appimage.svg │ │ │ │ │ ├── application-x-it87.svg │ │ │ │ │ ├── application-x-jar.svg │ │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ │ ├── application-x-java.svg │ │ │ │ │ ├── application-x-javascript.svg │ │ │ │ │ ├── application-x-k3b.svg │ │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ │ ├── application-x-kformula.svg │ │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ │ ├── application-x-kmymoney.svg │ │ │ │ │ ├── application-x-kontour.svg │ │ │ │ │ ├── application-x-kplato.svg │ │ │ │ │ ├── application-x-krita.svg │ │ │ │ │ ├── application-x-kvtml.svg │ │ │ │ │ ├── application-x-kword.svg │ │ │ │ │ ├── application-x-labplot2.svg │ │ │ │ │ ├── application-x-lha.svg │ │ │ │ │ ├── application-x-lyx.svg │ │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── application-x-lzop.svg │ │ │ │ │ ├── application-x-m4.svg │ │ │ │ │ ├── application-x-macbinary.svg │ │ │ │ │ ├── application-x-marble.svg │ │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ │ ├── application-x-ms-shortcut.svg │ │ │ │ │ ├── application-x-ms-wim.svg │ │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ │ ├── application-x-n64-rom.svg │ │ │ │ │ ├── application-x-nes-rom.svg │ │ │ │ │ ├── application-x-nintendo-ds-rom.svg │ │ │ │ │ ├── application-x-nzb.svg │ │ │ │ │ ├── application-x-object.svg │ │ │ │ │ ├── application-x-pak.svg │ │ │ │ │ ├── application-x-partial-download.svg │ │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ │ ├── application-x-perl.svg │ │ │ │ │ ├── application-x-php.svg │ │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ │ ├── application-x-plasma.svg │ │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ │ ├── application-x-qemu-disk.svg │ │ │ │ │ ├── application-x-qet-element.svg │ │ │ │ │ ├── application-x-qet-project.svg │ │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ │ ├── application-x-rar.svg │ │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ │ ├── application-x-rdata.svg │ │ │ │ │ ├── application-x-root.svg │ │ │ │ │ ├── application-x-rpm.svg │ │ │ │ │ ├── application-x-ruby.svg │ │ │ │ │ ├── application-x-sami.svg │ │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ │ ├── application-x-siag.svg │ │ │ │ │ ├── application-x-sif.svg │ │ │ │ │ ├── application-x-skg.svg │ │ │ │ │ ├── application-x-skgc.svg │ │ │ │ │ ├── application-x-smb-server.svg │ │ │ │ │ ├── application-x-smb-workgroup.svg │ │ │ │ │ ├── application-x-source-rpm.svg │ │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ │ ├── application-x-srt.svg │ │ │ │ │ ├── application-x-srtrip.svg │ │ │ │ │ ├── application-x-subrip.svg │ │ │ │ │ ├── application-x-tar.svg │ │ │ │ │ ├── application-x-tarz.svg │ │ │ │ │ ├── application-x-tgif.svg │ │ │ │ │ ├── application-x-theme.svg │ │ │ │ │ ├── application-x-trash.svg │ │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ │ ├── application-x-tzo.svg │ │ │ │ │ ├── application-x-wmf.svg │ │ │ │ │ ├── application-x-x509-ca-cert.svg │ │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ │ ├── application-x-xliff.svg │ │ │ │ │ ├── application-x-xpinstall.svg │ │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ │ ├── application-x-xz-pkg.svg │ │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ │ ├── application-x-zip-compressed-fb2.svg │ │ │ │ │ ├── application-x-zoo.svg │ │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ │ ├── application-xmind.svg │ │ │ │ │ ├── application-xml.svg │ │ │ │ │ ├── application-xsd.svg │ │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ │ ├── application-zip.svg │ │ │ │ │ ├── audio-ac3.svg │ │ │ │ │ ├── audio-flac.svg │ │ │ │ │ ├── audio-midi.svg │ │ │ │ │ ├── audio-mp2.svg │ │ │ │ │ ├── audio-mp3.svg │ │ │ │ │ ├── audio-mp4.svg │ │ │ │ │ ├── audio-mpeg.svg │ │ │ │ │ ├── audio-prs.sid.svg │ │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ │ ├── audio-x-flac.svg │ │ │ │ │ ├── audio-x-generic.svg │ │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ │ ├── audio-x-wav.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── encrypted.svg │ │ │ │ │ ├── font-otf.svg │ │ │ │ │ ├── font-ttf.svg │ │ │ │ │ ├── fonts-package.svg │ │ │ │ │ ├── image-bmp.svg │ │ │ │ │ ├── image-gif.svg │ │ │ │ │ ├── image-ico.svg │ │ │ │ │ ├── image-jpeg.svg │ │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ │ ├── image-png.svg │ │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ │ ├── image-svg+xml.svg │ │ │ │ │ ├── image-tiff.svg │ │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ │ ├── image-vnd.djvu.svg │ │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ │ ├── image-x-emf.svg │ │ │ │ │ ├── image-x-eps.svg │ │ │ │ │ ├── image-x-generic.svg │ │ │ │ │ ├── image-x-ico.svg │ │ │ │ │ ├── image-x-icon.svg │ │ │ │ │ ├── image-x-krita.svg │ │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ │ ├── image-x-psd.svg │ │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ │ ├── image-x-tga.svg │ │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ │ ├── image-x-wmf.svg │ │ │ │ │ ├── image-x-xcf.svg │ │ │ │ │ ├── image-x-xfig.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── libreoffice-database.svg │ │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ │ ├── libreoffice-extension.svg │ │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ │ ├── libreoffice-oasis-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ │ ├── libreoffice-text.svg │ │ │ │ │ ├── message-news.svg │ │ │ │ │ ├── message-partial.svg │ │ │ │ │ ├── message-rfc822.svg │ │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── odf.svg │ │ │ │ │ ├── package-x-generic.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── text-calendar.svg │ │ │ │ │ ├── text-csharp.svg │ │ │ │ │ ├── text-css.svg │ │ │ │ │ ├── text-csv.svg │ │ │ │ │ ├── text-directory.svg │ │ │ │ │ ├── text-dockerfile.svg │ │ │ │ │ ├── text-enriched.svg │ │ │ │ │ ├── text-html.svg │ │ │ │ │ ├── text-markdown.svg │ │ │ │ │ ├── text-plain.svg │ │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ │ ├── text-rdf.svg │ │ │ │ │ ├── text-rtf.svg │ │ │ │ │ ├── text-rust.svg │ │ │ │ │ ├── text-sgml.svg │ │ │ │ │ ├── text-troff.svg │ │ │ │ │ ├── text-vcalendar.svg │ │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ │ ├── text-vnd.kde.kcrash-report.svg │ │ │ │ │ ├── text-vnd.trolltech.linguist.svg │ │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ │ ├── text-vtt.svg │ │ │ │ │ ├── text-wiki.svg │ │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ │ ├── text-x-apport.svg │ │ │ │ │ ├── text-x-authors.svg │ │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ │ ├── text-x-c++src.svg │ │ │ │ │ ├── text-x-changelog.svg │ │ │ │ │ ├── text-x-chdr.svg │ │ │ │ │ ├── text-x-cmake.svg │ │ │ │ │ ├── text-x-copying.svg │ │ │ │ │ ├── text-x-credits.svg │ │ │ │ │ ├── text-x-csharp.svg │ │ │ │ │ ├── text-x-csrc.svg │ │ │ │ │ ├── text-x-dtd.svg │ │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ │ ├── text-x-generic.svg │ │ │ │ │ ├── text-x-gettext-translation.svg │ │ │ │ │ ├── text-x-go.svg │ │ │ │ │ ├── text-x-haskell.svg │ │ │ │ │ ├── text-x-hex.svg │ │ │ │ │ ├── text-x-install.svg │ │ │ │ │ ├── text-x-java-source.svg │ │ │ │ │ ├── text-x-java.svg │ │ │ │ │ ├── text-x-javascript.svg │ │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ │ ├── text-x-kotlin.svg │ │ │ │ │ ├── text-x-ldif.svg │ │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ │ ├── text-x-log.svg │ │ │ │ │ ├── text-x-lua.svg │ │ │ │ │ ├── text-x-makefile.svg │ │ │ │ │ ├── text-x-markdown.svg │ │ │ │ │ ├── text-x-microdvd.svg │ │ │ │ │ ├── text-x-mpsub.svg │ │ │ │ │ ├── text-x-nfo.svg │ │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ │ ├── text-x-opml.svg │ │ │ │ │ ├── text-x-pascal.svg │ │ │ │ │ ├── text-x-patch.svg │ │ │ │ │ ├── text-x-plain.svg │ │ │ │ │ ├── text-x-po.svg │ │ │ │ │ ├── text-x-python.svg │ │ │ │ │ ├── text-x-python3.svg │ │ │ │ │ ├── text-x-qml.svg │ │ │ │ │ ├── text-x-r.svg │ │ │ │ │ ├── text-x-readme.svg │ │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ │ ├── text-x-rust.svg │ │ │ │ │ ├── text-x-sass.svg │ │ │ │ │ ├── text-x-scala.svg │ │ │ │ │ ├── text-x-script.svg │ │ │ │ │ ├── text-x-scss.svg │ │ │ │ │ ├── text-x-sql.svg │ │ │ │ │ ├── text-x-ssa.svg │ │ │ │ │ ├── text-x-subviewer.svg │ │ │ │ │ ├── text-x-tcl.svg │ │ │ │ │ ├── text-x-tex.svg │ │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ │ ├── text-x-vcard.svg │ │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ │ ├── text-xmcd.svg │ │ │ │ │ ├── text-xml.svg │ │ │ │ │ ├── unknown.svg │ │ │ │ │ ├── uri-mms.svg │ │ │ │ │ ├── uri-mmst.svg │ │ │ │ │ ├── uri-pnm.svg │ │ │ │ │ ├── uri-rtspt.svg │ │ │ │ │ ├── uri-rtspu.svg │ │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ │ ├── video-mp2t.svg │ │ │ │ │ ├── video-mp4.svg │ │ │ │ │ ├── video-vivo.svg │ │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ │ ├── video-wavelet.svg │ │ │ │ │ ├── video-webm.svg │ │ │ │ │ ├── video-x-anim.svg │ │ │ │ │ ├── video-x-flic.svg │ │ │ │ │ ├── video-x-flv.svg │ │ │ │ │ ├── video-x-generic.svg │ │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ │ ├── video-x-javafx.svg │ │ │ │ │ ├── video-x-matroska.svg │ │ │ │ │ ├── video-x-mng.svg │ │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ │ ├── video-x-wmv.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtualbox-hdd.svg │ │ │ │ │ ├── virtualbox-ova.svg │ │ │ │ │ ├── virtualbox-ovf.svg │ │ │ │ │ ├── virtualbox-vbox-extpack.svg │ │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ │ ├── virtualbox-vdi.svg │ │ │ │ │ ├── virtualbox-vhd.svg │ │ │ │ │ ├── virtualbox-vmdk.svg │ │ │ │ │ ├── vnd.ms-publisher.svg │ │ │ │ │ ├── x-kde-nsplugin-generated.svg │ │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ │ ├── x-media-podcast.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-contact.svg │ │ │ │ │ ├── x-office-document.svg │ │ │ │ │ ├── x-office-drawing.svg │ │ │ │ │ ├── x-office-presentation.svg │ │ │ │ │ └── x-office-spreadsheet.svg │ │ │ │ ├── 16@2x │ │ │ │ ├── 16@3x │ │ │ │ ├── 22@2x │ │ │ │ ├── 22@3x │ │ │ │ ├── 24@2x │ │ │ │ └── 24@3x │ │ │ ├── places │ │ │ │ ├── 16 │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-add.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── server-database.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ └── user-trash.svg │ │ │ │ ├── 22 │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-add.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── server-database.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ └── user-trash.svg │ │ │ │ ├── 24 │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-add.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── server-database.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ └── user-trash.svg │ │ │ │ ├── 32 │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ └── user-trash.svg │ │ │ │ ├── 48 │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-decrypted.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-encrypted.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ └── user-home.svg │ │ │ │ ├── 64 │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-decrypted.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-encrypted.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ └── user-trash.svg │ │ │ │ ├── 96 │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-decrypted.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-encrypted.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ └── user-trash.svg │ │ │ │ ├── 16@2x │ │ │ │ ├── 16@3x │ │ │ │ ├── 22@2x │ │ │ │ ├── 22@3x │ │ │ │ ├── 24@2x │ │ │ │ ├── 24@3x │ │ │ │ └── symbolic │ │ │ │ │ ├── folder-documents-symbolic.svg │ │ │ │ │ ├── folder-download-symbolic.svg │ │ │ │ │ ├── folder-games-symbolic.svg │ │ │ │ │ ├── folder-music-symbolic.svg │ │ │ │ │ ├── folder-pictures-symbolic.svg │ │ │ │ │ ├── folder-publicshare-symbolic.svg │ │ │ │ │ ├── folder-remote-symbolic.svg │ │ │ │ │ ├── folder-root-symbolic.svg │ │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ │ ├── folder-symbolic.svg │ │ │ │ │ ├── folder-templates-symbolic.svg │ │ │ │ │ ├── folder-videos-symbolic.svg │ │ │ │ │ ├── network-server-symbolic.svg │ │ │ │ │ ├── network-workgroup-symbolic.svg │ │ │ │ │ ├── start-here-symbolic.svg │ │ │ │ │ ├── user-bookmarks-symbolic.svg │ │ │ │ │ ├── user-desktop-symbolic.svg │ │ │ │ │ ├── user-home-symbolic.svg │ │ │ │ │ └── user-trash-symbolic.svg │ │ │ ├── preferences │ │ │ │ └── 32 │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── face-smile.svg │ │ │ │ │ ├── financial-schedule.svg │ │ │ │ │ ├── gtkconfig.svg │ │ │ │ │ ├── kaccess.svg │ │ │ │ │ ├── kde-gtk-config.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── kded5.svg │ │ │ │ │ ├── krunner.svg │ │ │ │ │ ├── ksmserver.svg │ │ │ │ │ ├── mediacontrol.svg │ │ │ │ │ ├── plasma-search.svg │ │ │ │ │ ├── plasma.svg │ │ │ │ │ ├── plasmagik.svg │ │ │ │ │ ├── plasmashell.svg │ │ │ │ │ ├── podcast-amarok.svg │ │ │ │ │ ├── preferences-desktop-accessibility.svg │ │ │ │ │ ├── preferences-desktop-activities.svg │ │ │ │ │ ├── preferences-desktop-baloo.svg │ │ │ │ │ ├── preferences-desktop-color.svg │ │ │ │ │ ├── preferences-desktop-cryptography.svg │ │ │ │ │ ├── preferences-desktop-cursors.svg │ │ │ │ │ ├── preferences-desktop-default-applications.svg │ │ │ │ │ ├── preferences-desktop-display-color.svg │ │ │ │ │ ├── preferences-desktop-display.svg │ │ │ │ │ ├── preferences-desktop-effects.svg │ │ │ │ │ ├── preferences-desktop-emoticons.svg │ │ │ │ │ ├── preferences-desktop-filetype-association.svg │ │ │ │ │ ├── preferences-desktop-filter.svg │ │ │ │ │ ├── preferences-desktop-font.svg │ │ │ │ │ ├── preferences-desktop-gaming.svg │ │ │ │ │ ├── preferences-desktop-gestures-screenedges.svg │ │ │ │ │ ├── preferences-desktop-gestures-touch.svg │ │ │ │ │ ├── preferences-desktop-icons.svg │ │ │ │ │ ├── preferences-desktop-keyboard.svg │ │ │ │ │ ├── preferences-desktop-launch-feedback.svg │ │ │ │ │ ├── preferences-desktop-locale.svg │ │ │ │ │ ├── preferences-desktop-mouse.svg │ │ │ │ │ ├── preferences-desktop-multimedia.svg │ │ │ │ │ ├── preferences-desktop-navigation.svg │ │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ │ ├── preferences-desktop-notification.svg │ │ │ │ │ ├── preferences-desktop-peripherals.svg │ │ │ │ │ ├── preferences-desktop-plasma-theme.svg │ │ │ │ │ ├── preferences-desktop-plasma.svg │ │ │ │ │ ├── preferences-desktop-screensaver.svg │ │ │ │ │ ├── preferences-desktop-search.svg │ │ │ │ │ ├── preferences-desktop-sound.svg │ │ │ │ │ ├── preferences-desktop-tablet.svg │ │ │ │ │ ├── preferences-desktop-text-to-speech.svg │ │ │ │ │ ├── preferences-desktop-theme-applications.svg │ │ │ │ │ ├── preferences-desktop-theme-global.svg │ │ │ │ │ ├── preferences-desktop-theme-windowdecorations.svg │ │ │ │ │ ├── preferences-desktop-theme.svg │ │ │ │ │ ├── preferences-desktop-thunderbolt.svg │ │ │ │ │ ├── preferences-desktop-touchpad.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-desktop-user.svg │ │ │ │ │ ├── preferences-desktop-virtual.svg │ │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ │ ├── preferences-desktop.svg │ │ │ │ │ ├── preferences-devices-cpu.svg │ │ │ │ │ ├── preferences-devices-drive-optical-check.svg │ │ │ │ │ ├── preferences-devices-printer.svg │ │ │ │ │ ├── preferences-devices-scanner.svg │ │ │ │ │ ├── preferences-devices-tree.svg │ │ │ │ │ ├── preferences-gtk-config.svg │ │ │ │ │ ├── preferences-kde-connect.svg │ │ │ │ │ ├── preferences-log.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-plugin.svg │ │ │ │ │ ├── preferences-releasenotes.svg │ │ │ │ │ ├── preferences-security-apparmor.svg │ │ │ │ │ ├── preferences-security-firewall.svg │ │ │ │ │ ├── preferences-security-kerberos.svg │ │ │ │ │ ├── preferences-security.svg │ │ │ │ │ ├── preferences-smart-status.svg │ │ │ │ │ ├── preferences-system-backup.svg │ │ │ │ │ ├── preferences-system-bluetooth.svg │ │ │ │ │ ├── preferences-system-linux.svg │ │ │ │ │ ├── preferences-system-login.svg │ │ │ │ │ ├── preferences-system-network-dsl.svg │ │ │ │ │ ├── preferences-system-network-ethernet.svg │ │ │ │ │ ├── preferences-system-network-iscsi.svg │ │ │ │ │ ├── preferences-system-network-ldap.svg │ │ │ │ │ ├── preferences-system-network-nis.svg │ │ │ │ │ ├── preferences-system-network-ntp.svg │ │ │ │ │ ├── preferences-system-network-proxy.svg │ │ │ │ │ ├── preferences-system-network-remote.svg │ │ │ │ │ ├── preferences-system-network-server-boot.svg │ │ │ │ │ ├── preferences-system-network-server-dhcp.svg │ │ │ │ │ ├── preferences-system-network-server-dns.svg │ │ │ │ │ ├── preferences-system-network-server-ftp.svg │ │ │ │ │ ├── preferences-system-network-server-installation.svg │ │ │ │ │ ├── preferences-system-network-server-iscsi.svg │ │ │ │ │ ├── preferences-system-network-server-kerberos.svg │ │ │ │ │ ├── preferences-system-network-server-ldap.svg │ │ │ │ │ ├── preferences-system-network-server-mail.svg │ │ │ │ │ ├── preferences-system-network-server-nis.svg │ │ │ │ │ ├── preferences-system-network-server-share-windows.svg │ │ │ │ │ ├── preferences-system-network-server-share.svg │ │ │ │ │ ├── preferences-system-network-server-slp.svg │ │ │ │ │ ├── preferences-system-network-server-web.svg │ │ │ │ │ ├── preferences-system-network-server.svg │ │ │ │ │ ├── preferences-system-network-share-windows.svg │ │ │ │ │ ├── preferences-system-network-share.svg │ │ │ │ │ ├── preferences-system-network-sharing.svg │ │ │ │ │ ├── preferences-system-network-vpn.svg │ │ │ │ │ ├── preferences-system-network-wakeonlan.svg │ │ │ │ │ ├── preferences-system-network.svg │ │ │ │ │ ├── preferences-system-power-management.svg │ │ │ │ │ ├── preferences-system-services.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preferences-system-splash.svg │ │ │ │ │ ├── preferences-system-startup.svg │ │ │ │ │ ├── preferences-system-time.svg │ │ │ │ │ ├── preferences-system-user-sudo.svg │ │ │ │ │ ├── preferences-system-users.svg │ │ │ │ │ ├── preferences-system-windows-actions.svg │ │ │ │ │ ├── preferences-system-windows-behavior.svg │ │ │ │ │ ├── preferences-system-windows-move.svg │ │ │ │ │ ├── preferences-system-windows.svg │ │ │ │ │ ├── preferences-virtualization-container.svg │ │ │ │ │ ├── preferences-virtualization-vm-install.svg │ │ │ │ │ ├── preferences-virtualization-vm-migrate.svg │ │ │ │ │ ├── preferences-virtualization-vm-new.svg │ │ │ │ │ ├── preferences-virtualization-vm.svg │ │ │ │ │ ├── preferences-web-browser-adblock.svg │ │ │ │ │ ├── preferences-web-browser-cache.svg │ │ │ │ │ ├── preferences-web-browser-cookies.svg │ │ │ │ │ ├── preferences-web-browser-identification.svg │ │ │ │ │ ├── preferences-web-browser-shortcuts.svg │ │ │ │ │ ├── preferences-web-browser-ssl.svg │ │ │ │ │ ├── preferences-web-browser-stylesheets.svg │ │ │ │ │ ├── preferences.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── yast-addon-extension.svg │ │ │ │ │ ├── yast-addon.svg │ │ │ │ │ ├── yast-alternatives.svg │ │ │ │ │ ├── yast-apparmor.svg │ │ │ │ │ ├── yast-auth-client.svg │ │ │ │ │ ├── yast-autoyast.svg │ │ │ │ │ ├── yast-bootloader.svg │ │ │ │ │ ├── yast-checkmedia.svg │ │ │ │ │ ├── yast-create-new-vm.svg │ │ │ │ │ ├── yast-device-tree.svg │ │ │ │ │ ├── yast-dhcp-server.svg │ │ │ │ │ ├── yast-disk.svg │ │ │ │ │ ├── yast-dns-server.svg │ │ │ │ │ ├── yast-docker.svg │ │ │ │ │ ├── yast-dsl.svg │ │ │ │ │ ├── yast-fcoe.svg │ │ │ │ │ ├── yast-firewall.svg │ │ │ │ │ ├── yast-fonts.svg │ │ │ │ │ ├── yast-ftp-server.svg │ │ │ │ │ ├── yast-hardware-group.svg │ │ │ │ │ ├── yast-host.svg │ │ │ │ │ ├── yast-http-server.svg │ │ │ │ │ ├── yast-hwinfo.svg │ │ │ │ │ ├── yast-instserver.svg │ │ │ │ │ ├── yast-iscsi-client.svg │ │ │ │ │ ├── yast-iscsi-server.svg │ │ │ │ │ ├── yast-journal.svg │ │ │ │ │ ├── yast-kerberos-server.svg │ │ │ │ │ ├── yast-kernel.svg │ │ │ │ │ ├── yast-keyboard.svg │ │ │ │ │ ├── yast-lan.svg │ │ │ │ │ ├── yast-language.svg │ │ │ │ │ ├── yast-ldap-kerberos.svg │ │ │ │ │ ├── yast-ldap-server.svg │ │ │ │ │ ├── yast-mail.svg │ │ │ │ │ ├── yast-messages.svg │ │ │ │ │ ├── yast-misc-group.svg │ │ │ │ │ ├── yast-network-group.svg │ │ │ │ │ ├── yast-nfs-server.svg │ │ │ │ │ ├── yast-nfs.svg │ │ │ │ │ ├── yast-nis-server.svg │ │ │ │ │ ├── yast-nis.svg │ │ │ │ │ ├── yast-ntp-client.svg │ │ │ │ │ ├── yast-printer.svg │ │ │ │ │ ├── yast-proxy.svg │ │ │ │ │ ├── yast-release-notes.svg │ │ │ │ │ ├── yast-remote.svg │ │ │ │ │ ├── yast-samba-client.svg │ │ │ │ │ ├── yast-samba-server.svg │ │ │ │ │ ├── yast-scanner.svg │ │ │ │ │ ├── yast-security-group.svg │ │ │ │ │ ├── yast-security.svg │ │ │ │ │ ├── yast-services-manager.svg │ │ │ │ │ ├── yast-slp-server.svg │ │ │ │ │ ├── yast-snapper.svg │ │ │ │ │ ├── yast-software-group.svg │ │ │ │ │ ├── yast-sound.svg │ │ │ │ │ ├── yast-sudo.svg │ │ │ │ │ ├── yast-support-group.svg │ │ │ │ │ ├── yast-support.svg │ │ │ │ │ ├── yast-sw_source.svg │ │ │ │ │ ├── yast-sysconfig.svg │ │ │ │ │ ├── yast-system-group.svg │ │ │ │ │ ├── yast-tftp-server.svg │ │ │ │ │ ├── yast-timezone.svg │ │ │ │ │ ├── yast-update-online-configuration.svg │ │ │ │ │ ├── yast-update-online.svg │ │ │ │ │ ├── yast-update.svg │ │ │ │ │ ├── yast-users.svg │ │ │ │ │ ├── yast-vm-group.svg │ │ │ │ │ ├── yast-vm-install.svg │ │ │ │ │ ├── yast-vm-migrate.svg │ │ │ │ │ ├── yast-vpn.svg │ │ │ │ │ └── yast-wol.svg │ │ │ ├── status │ │ │ │ ├── 16 │ │ │ │ │ ├── appointment-recurring.svg │ │ │ │ │ ├── appointment-reminder.svg │ │ │ │ │ ├── audio-off.svg │ │ │ │ │ ├── audio-on.svg │ │ │ │ │ ├── audio-ready.svg │ │ │ │ │ ├── audio-volume-high.svg │ │ │ │ │ ├── audio-volume-low.svg │ │ │ │ │ ├── audio-volume-medium.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── auth-sim-locked.svg │ │ │ │ │ ├── auth-sim-missing.svg │ │ │ │ │ ├── battery-000-charging.svg │ │ │ │ │ ├── battery-000.svg │ │ │ │ │ ├── battery-010-charging.svg │ │ │ │ │ ├── battery-010.svg │ │ │ │ │ ├── battery-020-charging.svg │ │ │ │ │ ├── battery-020.svg │ │ │ │ │ ├── battery-030-charging.svg │ │ │ │ │ ├── battery-030.svg │ │ │ │ │ ├── battery-040-charging.svg │ │ │ │ │ ├── battery-040.svg │ │ │ │ │ ├── battery-050-charging.svg │ │ │ │ │ ├── battery-050.svg │ │ │ │ │ ├── battery-060-charging.svg │ │ │ │ │ ├── battery-060.svg │ │ │ │ │ ├── battery-070-charging.svg │ │ │ │ │ ├── battery-070.svg │ │ │ │ │ ├── battery-080-charging.svg │ │ │ │ │ ├── battery-080.svg │ │ │ │ │ ├── battery-090-charging.svg │ │ │ │ │ ├── battery-090.svg │ │ │ │ │ ├── battery-100-charging.svg │ │ │ │ │ ├── battery-100.svg │ │ │ │ │ ├── battery-caution-charging.svg │ │ │ │ │ ├── battery-caution.svg │ │ │ │ │ ├── battery-empty-charging.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── battery-full-charging.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-good-charging.svg │ │ │ │ │ ├── battery-good.svg │ │ │ │ │ ├── battery-low-charging.svg │ │ │ │ │ ├── battery-low.svg │ │ │ │ │ ├── battery-missing.svg │ │ │ │ │ ├── call-incoming.svg │ │ │ │ │ ├── call-missed.svg │ │ │ │ │ ├── call-outgoing.svg │ │ │ │ │ ├── camera-off.svg │ │ │ │ │ ├── camera-on.svg │ │ │ │ │ ├── camera-ready.svg │ │ │ │ │ ├── cloudstatus.svg │ │ │ │ │ ├── data-error.svg │ │ │ │ │ ├── data-information.svg │ │ │ │ │ ├── data-warning.svg │ │ │ │ │ ├── dialog-information.svg │ │ │ │ │ ├── dialog-warning.svg │ │ │ │ │ ├── firewall-applet-error.svg │ │ │ │ │ ├── firewall-applet-panic.svg │ │ │ │ │ ├── firewall-applet-shields_up.svg │ │ │ │ │ ├── firewall-applet.svg │ │ │ │ │ ├── image-missing.svg │ │ │ │ │ ├── input-caps-on.svg │ │ │ │ │ ├── irc-channel-joined.svg │ │ │ │ │ ├── irc-channel-parted.svg │ │ │ │ │ ├── kdeconnect-tray.svg │ │ │ │ │ ├── media-playback-paused.svg │ │ │ │ │ ├── media-playback-playing.svg │ │ │ │ │ ├── media-playback-stopped.svg │ │ │ │ │ ├── meeting-organizer.svg │ │ │ │ │ ├── mic-off.svg │ │ │ │ │ ├── mic-on.svg │ │ │ │ │ ├── mic-ready.svg │ │ │ │ │ ├── microphone-sensitivity-high.svg │ │ │ │ │ ├── microphone-sensitivity-low.svg │ │ │ │ │ ├── microphone-sensitivity-medium.svg │ │ │ │ │ ├── microphone-sensitivity-muted.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wireless-connected-00.svg │ │ │ │ │ ├── network-wireless-connected-100.svg │ │ │ │ │ ├── network-wireless-connected-25.svg │ │ │ │ │ ├── network-wireless-connected-50.svg │ │ │ │ │ ├── network-wireless-connected-75.svg │ │ │ │ │ ├── network-wireless-disconnected.svg │ │ │ │ │ ├── nm-device-wired-autoip.svg │ │ │ │ │ ├── nm-device-wired.svg │ │ │ │ │ ├── nm-no-connection.svg │ │ │ │ │ ├── nm-signal-00.svg │ │ │ │ │ ├── nm-signal-100.svg │ │ │ │ │ ├── nm-signal-25.svg │ │ │ │ │ ├── nm-signal-50.svg │ │ │ │ │ ├── nm-signal-75.svg │ │ │ │ │ ├── pidgin-tray-available.svg │ │ │ │ │ ├── pidgin-tray-away.svg │ │ │ │ │ ├── pidgin-tray-busy.svg │ │ │ │ │ ├── pidgin-tray-email.svg │ │ │ │ │ ├── pidgin-tray-invisible.svg │ │ │ │ │ ├── pidgin-tray-offline.svg │ │ │ │ │ ├── pidgin-tray-pending.svg │ │ │ │ │ ├── pidgin-tray-xa.svg │ │ │ │ │ ├── rotation-allowed.svg │ │ │ │ │ ├── rotation-locked-landscape.svg │ │ │ │ │ ├── rotation-locked-portrait.svg │ │ │ │ │ ├── security-high.svg │ │ │ │ │ ├── security-low.svg │ │ │ │ │ ├── security-medium.svg │ │ │ │ │ ├── state-download.svg │ │ │ │ │ ├── state-error.svg │ │ │ │ │ ├── state-information.svg │ │ │ │ │ ├── state-offline.svg │ │ │ │ │ ├── state-ok.svg │ │ │ │ │ ├── state-pause.svg │ │ │ │ │ ├── state-sync.svg │ │ │ │ │ ├── state-warning.svg │ │ │ │ │ ├── task-complete.svg │ │ │ │ │ ├── task-recurring.svg │ │ │ │ │ ├── task-reminder.svg │ │ │ │ │ ├── user-available.svg │ │ │ │ │ ├── user-away-extended.svg │ │ │ │ │ ├── user-away.svg │ │ │ │ │ ├── user-busy.svg │ │ │ │ │ ├── user-idle.svg │ │ │ │ │ ├── user-invisible.svg │ │ │ │ │ ├── user-offline.svg │ │ │ │ │ └── user-online.svg │ │ │ │ ├── 22 │ │ │ │ │ ├── TeamViewer.svg │ │ │ │ │ ├── appointment-recurring.svg │ │ │ │ │ ├── appointment-reminder.svg │ │ │ │ │ ├── audio-off.svg │ │ │ │ │ ├── audio-on.svg │ │ │ │ │ ├── audio-ready.svg │ │ │ │ │ ├── audio-volume-high.svg │ │ │ │ │ ├── audio-volume-low.svg │ │ │ │ │ ├── audio-volume-medium.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── auth-sim-locked.svg │ │ │ │ │ ├── auth-sim-missing.svg │ │ │ │ │ ├── battery-000-charging.svg │ │ │ │ │ ├── battery-000.svg │ │ │ │ │ ├── battery-010-charging.svg │ │ │ │ │ ├── battery-010.svg │ │ │ │ │ ├── battery-020-charging.svg │ │ │ │ │ ├── battery-020.svg │ │ │ │ │ ├── battery-030-charging.svg │ │ │ │ │ ├── battery-030.svg │ │ │ │ │ ├── battery-040-charging.svg │ │ │ │ │ ├── battery-040.svg │ │ │ │ │ ├── battery-050-charging.svg │ │ │ │ │ ├── battery-050.svg │ │ │ │ │ ├── battery-060-charging.svg │ │ │ │ │ ├── battery-060.svg │ │ │ │ │ ├── battery-070-charging.svg │ │ │ │ │ ├── battery-070.svg │ │ │ │ │ ├── battery-080-charging.svg │ │ │ │ │ ├── battery-080.svg │ │ │ │ │ ├── battery-090-charging.svg │ │ │ │ │ ├── battery-090.svg │ │ │ │ │ ├── battery-100-charging.svg │ │ │ │ │ ├── battery-100.svg │ │ │ │ │ ├── battery-caution-charging.svg │ │ │ │ │ ├── battery-caution.svg │ │ │ │ │ ├── battery-empty-charging.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── battery-full-charging.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-good-charging.svg │ │ │ │ │ ├── battery-good.svg │ │ │ │ │ ├── battery-low-charging.svg │ │ │ │ │ ├── battery-low.svg │ │ │ │ │ ├── battery-missing.svg │ │ │ │ │ ├── call-incoming.svg │ │ │ │ │ ├── call-missed.svg │ │ │ │ │ ├── call-outgoing.svg │ │ │ │ │ ├── camera-off.svg │ │ │ │ │ ├── camera-on.svg │ │ │ │ │ ├── camera-ready.svg │ │ │ │ │ ├── cloudstatus.svg │ │ │ │ │ ├── data-error.svg │ │ │ │ │ ├── data-information.svg │ │ │ │ │ ├── data-warning.svg │ │ │ │ │ ├── dialog-error.svg │ │ │ │ │ ├── dialog-information.svg │ │ │ │ │ ├── dialog-password.svg │ │ │ │ │ ├── dialog-positive.svg │ │ │ │ │ ├── dialog-question.svg │ │ │ │ │ ├── dialog-warning.svg │ │ │ │ │ ├── disk-quota-critical.svg │ │ │ │ │ ├── disk-quota-high.svg │ │ │ │ │ ├── disk-quota-low.svg │ │ │ │ │ ├── disk-quota.svg │ │ │ │ │ ├── dropboxstatus-busy.svg │ │ │ │ │ ├── dropboxstatus-busy2.svg │ │ │ │ │ ├── dropboxstatus-idle.svg │ │ │ │ │ ├── dropboxstatus-logo.svg │ │ │ │ │ ├── dropboxstatus-x.svg │ │ │ │ │ ├── fcitx-googlepinyin.svg │ │ │ │ │ ├── fcitx-pinyin-libpinyin.svg │ │ │ │ │ ├── fcitx-pinyin.svg │ │ │ │ │ ├── fcitx-shuangpin-libpinyin.svg │ │ │ │ │ ├── fcitx-shuangpin.svg │ │ │ │ │ ├── fcitx-sunpinyin.svg │ │ │ │ │ ├── fcitx-wubi.svg │ │ │ │ │ ├── firewall-applet-error.svg │ │ │ │ │ ├── firewall-applet-panic.svg │ │ │ │ │ ├── firewall-applet-shields_up.svg │ │ │ │ │ ├── firewall-applet.svg │ │ │ │ │ ├── flameshot-tray.svg │ │ │ │ │ ├── haguichi-connected.svg │ │ │ │ │ ├── haguichi-connecting-1.svg │ │ │ │ │ ├── haguichi-connecting-2.svg │ │ │ │ │ ├── haguichi-connecting-3.svg │ │ │ │ │ ├── haguichi-disconnected.svg │ │ │ │ │ ├── image-missing.svg │ │ │ │ │ ├── input-caps-on.svg │ │ │ │ │ ├── input-keyboard-virtual-off.svg │ │ │ │ │ ├── input-keyboard-virtual-on.svg │ │ │ │ │ ├── input-touchpad-off.svg │ │ │ │ │ ├── input-touchpad-on.svg │ │ │ │ │ ├── install.svg │ │ │ │ │ ├── irc-channel-joined.svg │ │ │ │ │ ├── irc-channel-parted.svg │ │ │ │ │ ├── kdeconnect-tray.svg │ │ │ │ │ ├── media-playback-paused.svg │ │ │ │ │ ├── media-playback-playing.svg │ │ │ │ │ ├── media-playback-stopped.svg │ │ │ │ │ ├── meeting-organizer.svg │ │ │ │ │ ├── mic-off.svg │ │ │ │ │ ├── mic-on.svg │ │ │ │ │ ├── mic-ready.svg │ │ │ │ │ ├── microphone-sensitivity-high.svg │ │ │ │ │ ├── microphone-sensitivity-low.svg │ │ │ │ │ ├── microphone-sensitivity-medium.svg │ │ │ │ │ ├── microphone-sensitivity-muted.svg │ │ │ │ │ ├── network-limited.svg │ │ │ │ │ ├── network-offline.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired-disconnected.svg │ │ │ │ │ ├── network-wired-unavailable.svg │ │ │ │ │ ├── network-wireless-acquiring.svg │ │ │ │ │ ├── network-wireless-connected-00.svg │ │ │ │ │ ├── network-wireless-connected-100.svg │ │ │ │ │ ├── network-wireless-connected-25.svg │ │ │ │ │ ├── network-wireless-connected-50.svg │ │ │ │ │ ├── network-wireless-connected-75.svg │ │ │ │ │ ├── network-wireless-disconnected.svg │ │ │ │ │ ├── network-wireless-signal-excellent.svg │ │ │ │ │ ├── network-wireless-signal-good.svg │ │ │ │ │ ├── network-wireless-signal-none.svg │ │ │ │ │ ├── network-wireless-signal-ok.svg │ │ │ │ │ ├── network-wireless-signal-weak.svg │ │ │ │ │ ├── nm-device-wired-autoip.svg │ │ │ │ │ ├── nm-device-wired.svg │ │ │ │ │ ├── nm-no-connection.svg │ │ │ │ │ ├── nm-signal-00.svg │ │ │ │ │ ├── nm-signal-100.svg │ │ │ │ │ ├── nm-signal-25.svg │ │ │ │ │ ├── nm-signal-50.svg │ │ │ │ │ ├── nm-signal-75.svg │ │ │ │ │ ├── redshift-status-off.svg │ │ │ │ │ ├── redshift-status-on.svg │ │ │ │ │ ├── rotation-allowed.svg │ │ │ │ │ ├── rotation-locked-landscape.svg │ │ │ │ │ ├── rotation-locked-portrait.svg │ │ │ │ │ ├── script-error.svg │ │ │ │ │ ├── security-high.svg │ │ │ │ │ ├── security-low.svg │ │ │ │ │ ├── security-medium.svg │ │ │ │ │ ├── state-download.svg │ │ │ │ │ ├── state-error.svg │ │ │ │ │ ├── state-information.svg │ │ │ │ │ ├── state-offline.svg │ │ │ │ │ ├── state-ok.svg │ │ │ │ │ ├── state-pause.svg │ │ │ │ │ ├── state-sync.svg │ │ │ │ │ ├── state-warning.svg │ │ │ │ │ ├── task-complete.svg │ │ │ │ │ ├── task-recurring.svg │ │ │ │ │ ├── task-reminder.svg │ │ │ │ │ ├── telegram-attention-panel.svg │ │ │ │ │ ├── telegram-mute-panel.svg │ │ │ │ │ ├── telegram-panel.svg │ │ │ │ │ ├── transmission-tray-icon.svg │ │ │ │ │ ├── uninstall.svg │ │ │ │ │ ├── update-high.svg │ │ │ │ │ ├── update-low.svg │ │ │ │ │ ├── update-medium.svg │ │ │ │ │ ├── update-none.svg │ │ │ │ │ ├── user-available.svg │ │ │ │ │ ├── user-away-extended.svg │ │ │ │ │ ├── user-away.svg │ │ │ │ │ ├── user-busy.svg │ │ │ │ │ ├── user-idle.svg │ │ │ │ │ ├── user-invisible.svg │ │ │ │ │ ├── user-offline.svg │ │ │ │ │ ├── user-online.svg │ │ │ │ │ └── video-card-inactive.svg │ │ │ │ ├── 24 │ │ │ │ │ ├── TeamViewer.svg │ │ │ │ │ ├── appointment-recurring.svg │ │ │ │ │ ├── appointment-reminder.svg │ │ │ │ │ ├── audio-off.svg │ │ │ │ │ ├── audio-on.svg │ │ │ │ │ ├── audio-ready.svg │ │ │ │ │ ├── audio-volume-high.svg │ │ │ │ │ ├── audio-volume-low.svg │ │ │ │ │ ├── audio-volume-medium.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── auth-sim-locked.svg │ │ │ │ │ ├── auth-sim-missing.svg │ │ │ │ │ ├── battery-000-charging.svg │ │ │ │ │ ├── battery-000.svg │ │ │ │ │ ├── battery-010-charging.svg │ │ │ │ │ ├── battery-010.svg │ │ │ │ │ ├── battery-020-charging.svg │ │ │ │ │ ├── battery-020.svg │ │ │ │ │ ├── battery-030-charging.svg │ │ │ │ │ ├── battery-030.svg │ │ │ │ │ ├── battery-040-charging.svg │ │ │ │ │ ├── battery-040.svg │ │ │ │ │ ├── battery-050-charging.svg │ │ │ │ │ ├── battery-050.svg │ │ │ │ │ ├── battery-060-charging.svg │ │ │ │ │ ├── battery-060.svg │ │ │ │ │ ├── battery-070-charging.svg │ │ │ │ │ ├── battery-070.svg │ │ │ │ │ ├── battery-080-charging.svg │ │ │ │ │ ├── battery-080.svg │ │ │ │ │ ├── battery-090-charging.svg │ │ │ │ │ ├── battery-090.svg │ │ │ │ │ ├── battery-100-charging.svg │ │ │ │ │ ├── battery-100.svg │ │ │ │ │ ├── battery-caution-charging.svg │ │ │ │ │ ├── battery-caution.svg │ │ │ │ │ ├── battery-empty-charging.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── battery-full-charging.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-good-charging.svg │ │ │ │ │ ├── battery-good.svg │ │ │ │ │ ├── battery-low-charging.svg │ │ │ │ │ ├── battery-low.svg │ │ │ │ │ ├── battery-missing.svg │ │ │ │ │ ├── call-incoming.svg │ │ │ │ │ ├── call-missed.svg │ │ │ │ │ ├── call-outgoing.svg │ │ │ │ │ ├── camera-off.svg │ │ │ │ │ ├── camera-on.svg │ │ │ │ │ ├── camera-ready.svg │ │ │ │ │ ├── cloudstatus.svg │ │ │ │ │ ├── data-error.svg │ │ │ │ │ ├── data-information.svg │ │ │ │ │ ├── data-warning.svg │ │ │ │ │ ├── dialog-error.svg │ │ │ │ │ ├── dialog-information.svg │ │ │ │ │ ├── dialog-password.svg │ │ │ │ │ ├── dialog-positive.svg │ │ │ │ │ ├── dialog-question.svg │ │ │ │ │ ├── dialog-warning.svg │ │ │ │ │ ├── disk-quota-critical.svg │ │ │ │ │ ├── disk-quota-high.svg │ │ │ │ │ ├── disk-quota-low.svg │ │ │ │ │ ├── disk-quota.svg │ │ │ │ │ ├── dropboxstatus-busy.svg │ │ │ │ │ ├── dropboxstatus-busy2.svg │ │ │ │ │ ├── dropboxstatus-idle.svg │ │ │ │ │ ├── dropboxstatus-logo.svg │ │ │ │ │ ├── dropboxstatus-x.svg │ │ │ │ │ ├── fcitx-googlepinyin.svg │ │ │ │ │ ├── fcitx-pinyin-libpinyin.svg │ │ │ │ │ ├── fcitx-pinyin.svg │ │ │ │ │ ├── fcitx-shuangpin-libpinyin.svg │ │ │ │ │ ├── fcitx-shuangpin.svg │ │ │ │ │ ├── fcitx-sunpinyin.svg │ │ │ │ │ ├── fcitx-wubi.svg │ │ │ │ │ ├── firewall-applet-error.svg │ │ │ │ │ ├── firewall-applet-panic.svg │ │ │ │ │ ├── firewall-applet-shields_up.svg │ │ │ │ │ ├── firewall-applet.svg │ │ │ │ │ ├── flameshot-tray.svg │ │ │ │ │ ├── haguichi-connected.svg │ │ │ │ │ ├── haguichi-connecting-1.svg │ │ │ │ │ ├── haguichi-connecting-2.svg │ │ │ │ │ ├── haguichi-connecting-3.svg │ │ │ │ │ ├── haguichi-disconnected.svg │ │ │ │ │ ├── image-missing.svg │ │ │ │ │ ├── input-caps-on.svg │ │ │ │ │ ├── input-keyboard-virtual-off.svg │ │ │ │ │ ├── input-keyboard-virtual-on.svg │ │ │ │ │ ├── input-touchpad-off.svg │ │ │ │ │ ├── input-touchpad-on.svg │ │ │ │ │ ├── install.svg │ │ │ │ │ ├── irc-channel-joined.svg │ │ │ │ │ ├── irc-channel-parted.svg │ │ │ │ │ ├── kdeconnect-tray.svg │ │ │ │ │ ├── media-playback-paused.svg │ │ │ │ │ ├── media-playback-playing.svg │ │ │ │ │ ├── media-playback-stopped.svg │ │ │ │ │ ├── meeting-organizer.svg │ │ │ │ │ ├── mic-off.svg │ │ │ │ │ ├── mic-on.svg │ │ │ │ │ ├── mic-ready.svg │ │ │ │ │ ├── microphone-sensitivity-high.svg │ │ │ │ │ ├── microphone-sensitivity-low.svg │ │ │ │ │ ├── microphone-sensitivity-medium.svg │ │ │ │ │ ├── microphone-sensitivity-muted.svg │ │ │ │ │ ├── network-limited.svg │ │ │ │ │ ├── network-offline.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired-disconnected.svg │ │ │ │ │ ├── network-wired-unavailable.svg │ │ │ │ │ ├── network-wireless-acquiring.svg │ │ │ │ │ ├── network-wireless-connected-00.svg │ │ │ │ │ ├── network-wireless-connected-100.svg │ │ │ │ │ ├── network-wireless-connected-25.svg │ │ │ │ │ ├── network-wireless-connected-50.svg │ │ │ │ │ ├── network-wireless-connected-75.svg │ │ │ │ │ ├── network-wireless-disconnected.svg │ │ │ │ │ ├── network-wireless-signal-excellent.svg │ │ │ │ │ ├── network-wireless-signal-good.svg │ │ │ │ │ ├── network-wireless-signal-none.svg │ │ │ │ │ ├── network-wireless-signal-ok.svg │ │ │ │ │ ├── network-wireless-signal-weak.svg │ │ │ │ │ ├── nm-device-wired-autoip.svg │ │ │ │ │ ├── nm-device-wired.svg │ │ │ │ │ ├── nm-no-connection.svg │ │ │ │ │ ├── nm-signal-00.svg │ │ │ │ │ ├── nm-signal-100.svg │ │ │ │ │ ├── nm-signal-25.svg │ │ │ │ │ ├── nm-signal-50.svg │ │ │ │ │ ├── nm-signal-75.svg │ │ │ │ │ ├── redshift-status-off.svg │ │ │ │ │ ├── redshift-status-on.svg │ │ │ │ │ ├── rotation-allowed.svg │ │ │ │ │ ├── rotation-locked-landscape.svg │ │ │ │ │ ├── rotation-locked-portrait.svg │ │ │ │ │ ├── script-error.svg │ │ │ │ │ ├── security-high.svg │ │ │ │ │ ├── security-low.svg │ │ │ │ │ ├── security-medium.svg │ │ │ │ │ ├── state-download.svg │ │ │ │ │ ├── state-error.svg │ │ │ │ │ ├── state-information.svg │ │ │ │ │ ├── state-offline.svg │ │ │ │ │ ├── state-ok.svg │ │ │ │ │ ├── state-pause.svg │ │ │ │ │ ├── state-sync.svg │ │ │ │ │ ├── state-warning.svg │ │ │ │ │ ├── task-complete.svg │ │ │ │ │ ├── task-recurring.svg │ │ │ │ │ ├── task-reminder.svg │ │ │ │ │ ├── telegram-attention-panel.svg │ │ │ │ │ ├── telegram-mute-panel.svg │ │ │ │ │ ├── telegram-panel.svg │ │ │ │ │ ├── transmission-tray-icon.svg │ │ │ │ │ ├── uninstall.svg │ │ │ │ │ ├── update-high.svg │ │ │ │ │ ├── update-low.svg │ │ │ │ │ ├── update-medium.svg │ │ │ │ │ ├── update-none.svg │ │ │ │ │ ├── user-available.svg │ │ │ │ │ ├── user-away-extended.svg │ │ │ │ │ ├── user-away.svg │ │ │ │ │ ├── user-busy.svg │ │ │ │ │ ├── user-idle.svg │ │ │ │ │ ├── user-invisible.svg │ │ │ │ │ ├── user-offline.svg │ │ │ │ │ ├── user-online.svg │ │ │ │ │ └── video-card-inactive.svg │ │ │ │ ├── 32 │ │ │ │ │ ├── appointment-recurring.svg │ │ │ │ │ ├── battery-000-charging.svg │ │ │ │ │ ├── battery-000.svg │ │ │ │ │ ├── battery-010-charging.svg │ │ │ │ │ ├── battery-010.svg │ │ │ │ │ ├── battery-020-charging.svg │ │ │ │ │ ├── battery-020.svg │ │ │ │ │ ├── battery-030-charging.svg │ │ │ │ │ ├── battery-030.svg │ │ │ │ │ ├── battery-040-charging.svg │ │ │ │ │ ├── battery-040.svg │ │ │ │ │ ├── battery-050-charging.svg │ │ │ │ │ ├── battery-050.svg │ │ │ │ │ ├── battery-060-charging.svg │ │ │ │ │ ├── battery-060.svg │ │ │ │ │ ├── battery-070-charging.svg │ │ │ │ │ ├── battery-070.svg │ │ │ │ │ ├── battery-080-charging.svg │ │ │ │ │ ├── battery-080.svg │ │ │ │ │ ├── battery-090-charging.svg │ │ │ │ │ ├── battery-090.svg │ │ │ │ │ ├── battery-100-charging.svg │ │ │ │ │ ├── battery-100.svg │ │ │ │ │ ├── battery-caution-charging.svg │ │ │ │ │ ├── battery-caution.svg │ │ │ │ │ ├── battery-empty-charging.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── battery-full-charging.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-good-charging.svg │ │ │ │ │ ├── battery-good.svg │ │ │ │ │ ├── battery-low-charging.svg │ │ │ │ │ ├── battery-low.svg │ │ │ │ │ ├── battery-missing.svg │ │ │ │ │ ├── call-incoming.svg │ │ │ │ │ ├── call-missed.svg │ │ │ │ │ ├── call-outgoing.svg │ │ │ │ │ ├── dialog-warning.svg │ │ │ │ │ ├── rotation-allowed.svg │ │ │ │ │ ├── rotation-locked-landscape.svg │ │ │ │ │ ├── rotation-locked-portrait.svg │ │ │ │ │ └── task-recurring.svg │ │ │ │ ├── 48 │ │ │ │ │ └── dialog-warning.svg │ │ │ │ ├── 64 │ │ │ │ │ ├── dialog-error.svg │ │ │ │ │ ├── dialog-information.svg │ │ │ │ │ ├── dialog-password.svg │ │ │ │ │ ├── dialog-positive.svg │ │ │ │ │ ├── dialog-question.svg │ │ │ │ │ ├── dialog-warning.svg │ │ │ │ │ ├── image-missing.svg │ │ │ │ │ ├── security-high.svg │ │ │ │ │ ├── security-low.svg │ │ │ │ │ └── security-medium.svg │ │ │ │ ├── 16@2x │ │ │ │ ├── 16@3x │ │ │ │ ├── 22@2x │ │ │ │ ├── 22@3x │ │ │ │ ├── 24@2x │ │ │ │ ├── 24@3x │ │ │ │ └── symbolic │ │ │ │ │ ├── alarm-symbolic.svg │ │ │ │ │ ├── appointment-missed-symbolic.svg │ │ │ │ │ ├── appointment-soon-symbolic.svg │ │ │ │ │ ├── audio-volume-high-symbolic.svg │ │ │ │ │ ├── audio-volume-low-symbolic.svg │ │ │ │ │ ├── audio-volume-medium-symbolic.svg │ │ │ │ │ ├── audio-volume-muted-symbolic.svg │ │ │ │ │ ├── auth-sim-locked-symbolic.svg │ │ │ │ │ ├── auth-sim-missing-symbolic.svg │ │ │ │ │ ├── avatar-default-symbolic.svg │ │ │ │ │ ├── battery-caution-charging-symbolic.svg │ │ │ │ │ ├── battery-caution-symbolic.svg │ │ │ │ │ ├── battery-empty-charging-symbolic.svg │ │ │ │ │ ├── battery-empty-symbolic.svg │ │ │ │ │ ├── battery-full-charged-symbolic.svg │ │ │ │ │ ├── battery-full-charging-symbolic.svg │ │ │ │ │ ├── battery-full-symbolic.svg │ │ │ │ │ ├── battery-good-charging-symbolic.svg │ │ │ │ │ ├── battery-good-symbolic.svg │ │ │ │ │ ├── battery-low-charging-symbolic.svg │ │ │ │ │ ├── battery-low-symbolic.svg │ │ │ │ │ ├── battery-missing-symbolic.svg │ │ │ │ │ ├── call-incoming-symbolic.svg │ │ │ │ │ ├── call-missed-symbolic.svg │ │ │ │ │ ├── call-outgoing-symbolic.svg │ │ │ │ │ ├── changes-allow-symbolic.svg │ │ │ │ │ ├── changes-prevent-symbolic.svg │ │ │ │ │ ├── channel-insecure-symbolic.svg │ │ │ │ │ ├── channel-secure-symbolic.svg │ │ │ │ │ ├── computer-fail-symbolic.svg │ │ │ │ │ ├── content-loading-symbolic.svg │ │ │ │ │ ├── dialog-error-symbolic.svg │ │ │ │ │ ├── dialog-warning-symbolic.svg │ │ │ │ │ ├── folder-open-symbolic.svg │ │ │ │ │ ├── image-loading-symbolic.svg │ │ │ │ │ ├── mail-attachment-symbolic.svg │ │ │ │ │ ├── mail-read-symbolic.svg │ │ │ │ │ ├── mail-replied-symbolic.svg │ │ │ │ │ ├── mail-unread-symbolic.svg │ │ │ │ │ ├── media-playlist-consecutive-symbolic-rtl.svg │ │ │ │ │ ├── media-playlist-consecutive-symbolic.svg │ │ │ │ │ ├── media-playlist-repeat-song-symbolic-rtl.svg │ │ │ │ │ ├── media-playlist-repeat-song-symbolic.svg │ │ │ │ │ ├── media-playlist-repeat-symbolic-rtl.svg │ │ │ │ │ ├── media-playlist-repeat-symbolic.svg │ │ │ │ │ ├── media-playlist-shuffle-symbolic-rtl.svg │ │ │ │ │ ├── media-playlist-shuffle-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-high-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-low-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-medium-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-symbolic.svg │ │ │ │ │ ├── non-starred-symbolic.svg │ │ │ │ │ ├── printer-error-symbolic.svg │ │ │ │ │ ├── printer-printing-symbolic.svg │ │ │ │ │ ├── printer-warning-symbolic.svg │ │ │ │ │ ├── rating-unrated.svg │ │ │ │ │ ├── rotation-allowed-symbolic.svg │ │ │ │ │ ├── rotation-locked-landscape-symbolic.svg │ │ │ │ │ ├── rotation-locked-portrait-symbolic.svg │ │ │ │ │ ├── rotation-locked-symbolic.svg │ │ │ │ │ ├── security-high-symbolic.svg │ │ │ │ │ ├── security-low-symbolic.svg │ │ │ │ │ ├── security-medium-symbolic.svg │ │ │ │ │ ├── semi-starred-symbolic-rtl.svg │ │ │ │ │ ├── semi-starred-symbolic.svg │ │ │ │ │ ├── starred-symbolic.svg │ │ │ │ │ ├── system-lock-screen-symbolic.svg │ │ │ │ │ ├── user-available-symbolic.svg │ │ │ │ │ ├── user-away-symbolic.svg │ │ │ │ │ ├── user-busy-symbolic.svg │ │ │ │ │ ├── user-idle-symbolic.svg │ │ │ │ │ ├── user-invisible-symbolic.svg │ │ │ │ │ ├── user-not-tracked-symbolic.svg │ │ │ │ │ ├── user-offline-symbolic.svg │ │ │ │ │ ├── user-status-pending-symbolic.svg │ │ │ │ │ ├── user-trash-full-symbolic.svg │ │ │ │ │ ├── view-wrapped-symbolic-rtl.svg │ │ │ │ │ └── view-wrapped-symbolic.svg │ │ │ └── update_cache.sh │ │ ├── Fluent-dark │ │ │ ├── 16 │ │ │ │ ├── actions │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Finished.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── SuggestionTM.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── action-unavailable.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-files-to-archive.svg │ │ │ │ │ ├── add-folder-to-archive.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add-subtitle.svg │ │ │ │ │ ├── add.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcol.svg │ │ │ │ │ ├── adjustrow.svg │ │ │ │ │ ├── adress-book-new.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-on-canvas.svg │ │ │ │ │ ├── align-sel-as-group.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── appointment.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── archive.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── attach-path.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── automated-tasks.svg │ │ │ │ │ ├── back.svg │ │ │ │ │ ├── backup.svg │ │ │ │ │ ├── bad-marker.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bend-path.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── bitmap-trace.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── blueman-plugin.svg │ │ │ │ │ ├── blueman-send-file.svg │ │ │ │ │ ├── blueman-trust.svg │ │ │ │ │ ├── blueman-untrust.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bonobo-component-browser.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmark_add.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bookmarks_list_add.svg │ │ │ │ │ ├── bool-op.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── bottom.svg │ │ │ │ │ ├── bounding-box.svg │ │ │ │ │ ├── boundingbox_bottom.svg │ │ │ │ │ ├── boundingbox_bottom_left.svg │ │ │ │ │ ├── boundingbox_bottom_right.svg │ │ │ │ │ ├── boundingbox_center.svg │ │ │ │ │ ├── boundingbox_left.svg │ │ │ │ │ ├── boundingbox_right.svg │ │ │ │ │ ├── boundingbox_top.svg │ │ │ │ │ ├── boundingbox_top_left.svg │ │ │ │ │ ├── boundingbox_top_right.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-add.svg │ │ │ │ │ ├── bqm-addqueue.svg │ │ │ │ │ ├── bqm-commit.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── bqm-update.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── browser-download.svg │ │ │ │ │ ├── bspline.svg │ │ │ │ │ ├── bug.svg │ │ │ │ │ ├── burst.svg │ │ │ │ │ ├── button_cancel.svg │ │ │ │ │ ├── cab_extract.svg │ │ │ │ │ ├── cab_view.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cancel.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── check-filled.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── clone-original.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── cm_columnsview.svg │ │ │ │ │ ├── cm_copyfullnamestoclip.svg │ │ │ │ │ ├── cm_extractfiles.svg │ │ │ │ │ ├── cm_options.svg │ │ │ │ │ ├── cm_packfiles.svg │ │ │ │ │ ├── cm_refresh.svg │ │ │ │ │ ├── cm_search.svg │ │ │ │ │ ├── cm_syncdirs.svg │ │ │ │ │ ├── cm_thumbnailsview.svg │ │ │ │ │ ├── cm_viewhistorynext.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configuration.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── connector-avoid.svg │ │ │ │ │ ├── connector-ignore.svg │ │ │ │ │ ├── connector-orthogonal.svg │ │ │ │ │ ├── construct-grid.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── copy-rotate.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── currenttrack_pause.svg │ │ │ │ │ ├── currenttrack_play.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── curvestitching.svg │ │ │ │ │ ├── cvc-configure.svg │ │ │ │ │ ├── cvc-connect.svg │ │ │ │ │ ├── cvc-disconnect.svg │ │ │ │ │ ├── cvc-info.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── dashed-stroke.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── delete_table.svg │ │ │ │ │ ├── deletecell.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-align-and-distribute.svg │ │ │ │ │ ├── dialog-apply.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-error.svg │ │ │ │ │ ├── dialog-fill-and-stroke.svg │ │ │ │ │ ├── dialog-filters.svg │ │ │ │ │ ├── dialog-geometry.svg │ │ │ │ │ ├── dialog-icon-preview.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-layers.svg │ │ │ │ │ ├── dialog-memory.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-no.svg │ │ │ │ │ ├── dialog-object-properties.svg │ │ │ │ │ ├── dialog-objects.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-path-effects.svg │ │ │ │ │ ├── dialog-question.svg │ │ │ │ │ ├── dialog-rows-and-columns.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-selectors.svg │ │ │ │ │ ├── dialog-templates.svg │ │ │ │ │ ├── dialog-text-and-font.svg │ │ │ │ │ ├── dialog-tile-clones.svg │ │ │ │ │ ├── dialog-transform.svg │ │ │ │ │ ├── dialog-warning.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dialog-yes.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── dissociatecell.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-cleanup.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-compareleft.svg │ │ │ │ │ ├── document-compareright.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-duplicate.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-equal.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-metadata.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert-rtl.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-scan.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-single.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── document-unequal.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── down.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse-arc.svg │ │ │ │ │ ├── draw-ellipse-chord.svg │ │ │ │ │ ├── draw-ellipse-segment.svg │ │ │ │ │ ├── draw-ellipse-whole.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser-delete-objects.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-geometry-angle-bisector.svg │ │ │ │ │ ├── draw-geometry-circle-from-radius.svg │ │ │ │ │ ├── draw-geometry-circle-from-three-points.svg │ │ │ │ │ ├── draw-geometry-inactive.svg │ │ │ │ │ ├── draw-geometry-line-parallel.svg │ │ │ │ │ ├── draw-geometry-line-perpendicular.svg │ │ │ │ │ ├── draw-geometry-line-segment.svg │ │ │ │ │ ├── draw-geometry-mirror.svg │ │ │ │ │ ├── draw-geometry-set-bounding-box.svg │ │ │ │ │ ├── draw-geometry-show-measuring-info.svg │ │ │ │ │ ├── draw-geometry.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star-outline.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-trace-background.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-use-pressure.svg │ │ │ │ │ ├── draw-use-tilt.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── edit-add.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-link-lpe.svg │ │ │ │ │ ├── edit-clone-link.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-duplicate.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-flag.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-mark.svg │ │ │ │ │ ├── edit-move.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-height-separately.svg │ │ │ │ │ ├── edit-paste-height.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste-size-separately.svg │ │ │ │ │ ├── edit-paste-size.svg │ │ │ │ │ ├── edit-paste-style.svg │ │ │ │ │ ├── edit-paste-width-separately.svg │ │ │ │ │ ├── edit-paste-width.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all-layers.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-original.svg │ │ │ │ │ ├── edit-select-same-fill-and-stroke.svg │ │ │ │ │ ├── edit-select-same-fill.svg │ │ │ │ │ ├── edit-select-same-object-type.svg │ │ │ │ │ ├── edit-select-same-stroke-color.svg │ │ │ │ │ ├── edit-select-same-stroke-style.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo-history.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── edit.svg │ │ │ │ │ ├── editclear.svg │ │ │ │ │ ├── editcopy.svg │ │ │ │ │ ├── editcut.svg │ │ │ │ │ ├── editdelete.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpaste.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-5pts.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── embrodery-stitch.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── empty-icon.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── enterprise.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── envelope.svg │ │ │ │ │ ├── epiphany-download.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── exit.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── extract-archive.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── fcitx-vk-active.svg │ │ │ │ │ ├── fcitx-vk-inactive.svg │ │ │ │ │ ├── feTile-icon.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filefind.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── filenew.svg │ │ │ │ │ ├── fileopen.svg │ │ │ │ │ ├── fileprint.svg │ │ │ │ │ ├── filequickprint.svg │ │ │ │ │ ├── filesave.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-between-many.svg │ │ │ │ │ ├── fill-between-strokes.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── fill-rule-even-odd.svg │ │ │ │ │ ├── fill-rule-nonzero.svg │ │ │ │ │ ├── fillet-chamfer.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── find.svg │ │ │ │ │ ├── fitmanual.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── flatten.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── folder-tag.svg │ │ │ │ │ ├── folder_color_picker.svg │ │ │ │ │ ├── folder_new.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font-face.svg │ │ │ │ │ ├── font-size-down.svg │ │ │ │ │ ├── font-size-up.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── foreign_green.svg │ │ │ │ │ ├── foreign_red.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── gears.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── giggle-history-view.svg │ │ │ │ │ ├── giggle-remote.svg │ │ │ │ │ ├── giggle-tag.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnome-app-install-star.svg │ │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ │ ├── gnome-stock-mail-fwd.svg │ │ │ │ │ ├── gnome-stock-mail-new.svg │ │ │ │ │ ├── gnome-stock-mail-rpl.svg │ │ │ │ │ ├── gnome-stock-mail-snd.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pivottable.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-left-symbolic.svg │ │ │ │ │ ├── go-left.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-right-symbolic.svg │ │ │ │ │ ├── go-right.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-axonometric.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtg-plugin.svg │ │ │ │ │ ├── gtg-tag-new.svg │ │ │ │ │ ├── gtg-tag.svg │ │ │ │ │ ├── gtg-tags-none.svg │ │ │ │ │ ├── gtg-task-dismiss.svg │ │ │ │ │ ├── gtg-task-done.svg │ │ │ │ │ ├── gtg-task-new.svg │ │ │ │ │ ├── gtg-task-undismiss.svg │ │ │ │ │ ├── gtg-task-undone.svg │ │ │ │ │ ├── gtk-about.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-copy.svg │ │ │ │ │ ├── gtk-cut.svg │ │ │ │ │ ├── gtk-delete.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-dnd-multiple.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-file.svg │ │ │ │ │ ├── gtk-find-and-replace.svg │ │ │ │ │ ├── gtk-find.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-fullscreen.svg │ │ │ │ │ ├── gtk-go-back-ltr.svg │ │ │ │ │ ├── gtk-go-back-rtl.svg │ │ │ │ │ ├── gtk-go-down.svg │ │ │ │ │ ├── gtk-go-forward-ltr.svg │ │ │ │ │ ├── gtk-go-forward-rtl.svg │ │ │ │ │ ├── gtk-go-up.svg │ │ │ │ │ ├── gtk-goto-bottom.svg │ │ │ │ │ ├── gtk-goto-first-ltr.svg │ │ │ │ │ ├── gtk-goto-first-rtl.svg │ │ │ │ │ ├── gtk-goto-last-ltr.svg │ │ │ │ │ ├── gtk-goto-last-rtl.svg │ │ │ │ │ ├── gtk-goto-top.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-indent-ltr.svg │ │ │ │ │ ├── gtk-indent-rtl.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-italic.svg │ │ │ │ │ ├── gtk-jump-to-ltr.svg │ │ │ │ │ ├── gtk-justify-center.svg │ │ │ │ │ ├── gtk-justify-fill.svg │ │ │ │ │ ├── gtk-justify-left.svg │ │ │ │ │ ├── gtk-justify-right.svg │ │ │ │ │ ├── gtk-leave-fullscreen.svg │ │ │ │ │ ├── gtk-media-forward-ltr.svg │ │ │ │ │ ├── gtk-media-forward-rtl.svg │ │ │ │ │ ├── gtk-media-next-ltr.svg │ │ │ │ │ ├── gtk-media-next-rtl.svg │ │ │ │ │ ├── gtk-media-pause.svg │ │ │ │ │ ├── gtk-media-play-ltr.svg │ │ │ │ │ ├── gtk-media-previous-ltr.svg │ │ │ │ │ ├── gtk-media-previous-rtl.svg │ │ │ │ │ ├── gtk-media-record.svg │ │ │ │ │ ├── gtk-media-rewind-ltr.svg │ │ │ │ │ ├── gtk-media-rewind-rtl.svg │ │ │ │ │ ├── gtk-media-stop.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── gtk-new.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-open.svg │ │ │ │ │ ├── gtk-paste.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-print-preview.svg │ │ │ │ │ ├── gtk-print.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-refresh.svg │ │ │ │ │ ├── gtk-remove.svg │ │ │ │ │ ├── gtk-revert-to-saved-ltr.svg │ │ │ │ │ ├── gtk-revert-to-saved-rtl.svg │ │ │ │ │ ├── gtk-save-as.svg │ │ │ │ │ ├── gtk-save.svg │ │ │ │ │ ├── gtk-select-all.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-spell-check.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── gtk-zoom-fit.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── hamburger-menu.svg │ │ │ │ │ ├── hatches.svg │ │ │ │ │ ├── hb-add-queue.svg │ │ │ │ │ ├── hb-complete.svg │ │ │ │ │ ├── hb-pause.svg │ │ │ │ │ ├── hb-presets.svg │ │ │ │ │ ├── hb-remove.svg │ │ │ │ │ ├── hb-showqueue.svg │ │ │ │ │ ├── hb-source.svg │ │ │ │ │ ├── hb-start.svg │ │ │ │ │ ├── hb-stop.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate-ars.svg │ │ │ │ │ ├── help-donate-aud.svg │ │ │ │ │ ├── help-donate-brl.svg │ │ │ │ │ ├── help-donate-cad.svg │ │ │ │ │ ├── help-donate-chf.svg │ │ │ │ │ ├── help-donate-cny.svg │ │ │ │ │ ├── help-donate-eur.svg │ │ │ │ │ ├── help-donate-gbp.svg │ │ │ │ │ ├── help-donate-inr.svg │ │ │ │ │ ├── help-donate-jpy.svg │ │ │ │ │ ├── help-donate-mxn.svg │ │ │ │ │ ├── help-donate-pln.svg │ │ │ │ │ ├── help-donate-rub.svg │ │ │ │ │ ├── help-donate-sek.svg │ │ │ │ │ ├── help-donate-try.svg │ │ │ │ │ ├── help-donate-uah.svg │ │ │ │ │ ├── help-donate-usd.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keyboard-shortcuts.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── highlight-pointer-spot.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── history.svg │ │ │ │ │ ├── history_entry.svg │ │ │ │ │ ├── hook-notifier.svg │ │ │ │ │ ├── horizontal.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-local-xmpp.svg │ │ │ │ │ ├── im-message-new.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── image-auto-adjust.svg │ │ │ │ │ ├── image-loading.svg │ │ │ │ │ ├── image-missing.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── insertcellcopy.svg │ │ │ │ │ ├── interactive_simplify.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── interpolate-points.svg │ │ │ │ │ ├── interpolate.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── irc-unvoice.svg │ │ │ │ │ ├── irc-voice.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── items-tags.svg │ │ │ │ │ ├── itmages-add.svg │ │ │ │ │ ├── itmages-cancel.svg │ │ │ │ │ ├── itmages-copy-link.svg │ │ │ │ │ ├── itmages-folder.svg │ │ │ │ │ ├── itmages-open-browser.svg │ │ │ │ │ ├── itmages-quit.svg │ │ │ │ │ ├── itmages-resize.svg │ │ │ │ │ ├── itmages-rotate.svg │ │ │ │ │ ├── itmages-select-all.svg │ │ │ │ │ ├── itmages-settings.svg │ │ │ │ │ ├── itmages-stop.svg │ │ │ │ │ ├── itmages-tools.svg │ │ │ │ │ ├── itmages-upload.svg │ │ │ │ │ ├── itmages-utils.svg │ │ │ │ │ ├── join-type.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── keyframe-add.svg │ │ │ │ │ ├── keyframe-disable.svg │ │ │ │ │ ├── keyframe-duplicate.svg │ │ │ │ │ ├── keyframe-next.svg │ │ │ │ │ ├── keyframe-previous.svg │ │ │ │ │ ├── keyframe-record.svg │ │ │ │ │ ├── keyframe-remove.svg │ │ │ │ │ ├── keyframe.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ │ ├── knot.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kruler-east.svg │ │ │ │ │ ├── kruler-north.svg │ │ │ │ │ ├── kruler-south.svg │ │ │ │ │ ├── kruler-west.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start-all.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── lastfm-neighbour.svg │ │ │ │ │ ├── lastfm-personal.svg │ │ │ │ │ ├── lastfm-recommended.svg │ │ │ │ │ ├── lastfm-tag.svg │ │ │ │ │ ├── lattice2.svg │ │ │ │ │ ├── layer-bottom.svg │ │ │ │ │ ├── layer-delete.svg │ │ │ │ │ ├── layer-duplicate.svg │ │ │ │ │ ├── layer-lower.svg │ │ │ │ │ ├── layer-new.svg │ │ │ │ │ ├── layer-next.svg │ │ │ │ │ ├── layer-previous.svg │ │ │ │ │ ├── layer-raise.svg │ │ │ │ │ ├── layer-rename.svg │ │ │ │ │ ├── layer-top.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── lens.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── loved_radio.svg │ │ │ │ │ ├── lpi-bug.svg │ │ │ │ │ ├── lpi-translate.svg │ │ │ │ │ ├── mail-archive.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-flagged.svg │ │ │ │ │ ├── mail-forward-attachment.svg │ │ │ │ │ ├── mail-forward-custom.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-author.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── mail_forward.svg │ │ │ │ │ ├── mail_new.svg │ │ │ │ │ ├── mail_reply.svg │ │ │ │ │ ├── mail_replyall.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── mark-location.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── math1.svg │ │ │ │ │ ├── math2.svg │ │ │ │ │ ├── math3.svg │ │ │ │ │ ├── math7.svg │ │ │ │ │ ├── math9.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure-segments.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-import-audio-cd.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-amarok.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── media-write-cd.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── meld-version-control.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── menu_new_sep.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── mergecell-horizontal.svg │ │ │ │ │ ├── mergecell-vertical.svg │ │ │ │ │ ├── mergecell.svg │ │ │ │ │ ├── mesh-gradient-fit.svg │ │ │ │ │ ├── mesh-gradient.svg │ │ │ │ │ ├── message-new.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mirror-symmetry.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── nemo-eject.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── next.svg │ │ │ │ │ ├── no-marker.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── node_insert_max_x.svg │ │ │ │ │ ├── node_insert_max_y.svg │ │ │ │ │ ├── node_insert_min_x.svg │ │ │ │ │ ├── node_insert_min_y.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-crop.svg │ │ │ │ │ ├── object-fill.svg │ │ │ │ │ ├── object-flip-hor.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-ver.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-hidden.svg │ │ │ │ │ ├── object-inverse.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-stroke-style.svg │ │ │ │ │ ├── object-stroke.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup-pop-selection.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object-visible.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── office-report.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── oilpaint.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-menu.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── pack-less.svg │ │ │ │ │ ├── pack-more.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_settings.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-gradient-conical.svg │ │ │ │ │ ├── paint-gradient-linear.svg │ │ │ │ │ ├── paint-gradient-mesh.svg │ │ │ │ │ ├── paint-gradient-radial.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paint-pattern.svg │ │ │ │ │ ├── paint-solid.svg │ │ │ │ │ ├── paint-swatch.svg │ │ │ │ │ ├── paint-unknown.svg │ │ │ │ │ ├── paper-color.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-break-apart.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-combine.svg │ │ │ │ │ ├── path-cut.svg │ │ │ │ │ ├── path-difference.svg │ │ │ │ │ ├── path-division.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-exclusion.svg │ │ │ │ │ ├── path-inset.svg │ │ │ │ │ ├── path-intersection.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-bspline.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-offset-dynamic.svg │ │ │ │ │ ├── path-offset-linked.svg │ │ │ │ │ ├── path-outset.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── path-tweak-attract.svg │ │ │ │ │ ├── path-tweak-push.svg │ │ │ │ │ ├── path-tweak-roughen.svg │ │ │ │ │ ├── path-tweak-shrink.svg │ │ │ │ │ ├── path-union.svg │ │ │ │ │ ├── pattern.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── perspective-envelope.svg │ │ │ │ │ ├── perspective-parallel.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── pixelart-trace.svg │ │ │ │ │ ├── player-eject.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── player_eject.svg │ │ │ │ │ ├── player_end.svg │ │ │ │ │ ├── player_fwd.svg │ │ │ │ │ ├── player_pause.svg │ │ │ │ │ ├── player_play.svg │ │ │ │ │ ├── player_record.svg │ │ │ │ │ ├── player_rew.svg │ │ │ │ │ ├── player_start.svg │ │ │ │ │ ├── player_stop.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── podcast-new.svg │ │ │ │ │ ├── poedit-fuzzy.svg │ │ │ │ │ ├── poedit-status-bookmark.svg │ │ │ │ │ ├── poedit-status-cat-mid.svg │ │ │ │ │ ├── poedit-status-cat-no.svg │ │ │ │ │ ├── poedit-status-cat-ok.svg │ │ │ │ │ ├── poedit-status-comment.svg │ │ │ │ │ ├── poedit-update.svg │ │ │ │ │ ├── poedit-validate.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── powerclip.svg │ │ │ │ │ ├── powermask.svg │ │ │ │ │ ├── powerstroke.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-activities.svg │ │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preferences-system.svg │ │ │ │ │ ├── preflight-verifier.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── previous.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── privatebrowsing.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── pts2ellipse.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── rabbitvcs-about.svg │ │ │ │ │ ├── rabbitvcs-add.svg │ │ │ │ │ ├── rabbitvcs-applypatch.svg │ │ │ │ │ ├── rabbitvcs-asynchronous.svg │ │ │ │ │ ├── rabbitvcs-bug.svg │ │ │ │ │ ├── rabbitvcs-changes.svg │ │ │ │ │ ├── rabbitvcs-checkmods.svg │ │ │ │ │ ├── rabbitvcs-checkout.svg │ │ │ │ │ ├── rabbitvcs-cleanup.svg │ │ │ │ │ ├── rabbitvcs-clear.svg │ │ │ │ │ ├── rabbitvcs-commit.svg │ │ │ │ │ ├── rabbitvcs-compare.svg │ │ │ │ │ ├── rabbitvcs-dbus.svg │ │ │ │ │ ├── rabbitvcs-delete.svg │ │ │ │ │ ├── rabbitvcs-editconflicts.svg │ │ │ │ │ ├── rabbitvcs-emblems.svg │ │ │ │ │ ├── rabbitvcs-export.svg │ │ │ │ │ ├── rabbitvcs-import.svg │ │ │ │ │ ├── rabbitvcs-lock.svg │ │ │ │ │ ├── rabbitvcs-merge.svg │ │ │ │ │ ├── rabbitvcs-properties.svg │ │ │ │ │ ├── rabbitvcs-push.svg │ │ │ │ │ ├── rabbitvcs-refresh.svg │ │ │ │ │ ├── rabbitvcs-relocate.svg │ │ │ │ │ ├── rabbitvcs-reset.svg │ │ │ │ │ ├── rabbitvcs-resolve.svg │ │ │ │ │ ├── rabbitvcs-run.svg │ │ │ │ │ ├── rabbitvcs-settings.svg │ │ │ │ │ ├── rabbitvcs-show_log.svg │ │ │ │ │ ├── rabbitvcs-stop.svg │ │ │ │ │ ├── rabbitvcs-switch.svg │ │ │ │ │ ├── rabbitvcs-unlock.svg │ │ │ │ │ ├── rabbitvcs-unstage.svg │ │ │ │ │ ├── rabbitvcs-update.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── rectangle-make-corners-sharp.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── reload.svg │ │ │ │ │ ├── reload3.svg │ │ │ │ │ ├── reload_all_tabs.svg │ │ │ │ │ ├── reload_page.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-color.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resizecol.svg │ │ │ │ │ ├── resizerow.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── retweet.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── revert.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── rough-hatches.svg │ │ │ │ │ ├── roughen.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── ruler.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── screen-rotate-auto-off.svg │ │ │ │ │ ├── screen-rotate-auto-on.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── search-icon.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── searching.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection-bottom.svg │ │ │ │ │ ├── selection-lower.svg │ │ │ │ │ ├── selection-make-bitmap-copy.svg │ │ │ │ │ ├── selection-move-to-layer-above.svg │ │ │ │ │ ├── selection-move-to-layer-below.svg │ │ │ │ │ ├── selection-move-to-layer.svg │ │ │ │ │ ├── selection-raise.svg │ │ │ │ │ ├── selection-top.svg │ │ │ │ │ ├── selection-touch.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── setroubleshoot_icon.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── settings.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-bounding-box.svg │ │ │ │ │ ├── show-dialogs.svg │ │ │ │ │ ├── show-grid.svg │ │ │ │ │ ├── show-guides.svg │ │ │ │ │ ├── show-handles.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-places.svg │ │ │ │ │ ├── sidebar.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── simplify.svg │ │ │ │ │ ├── skeletal.svg │ │ │ │ │ ├── sketch.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── slice.svg │ │ │ │ │ ├── slideshow-plugin.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-nodes.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-others.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── soundkonverter-replaygain.svg │ │ │ │ │ ├── source-playlist.svg │ │ │ │ │ ├── source-smart-playlist.svg │ │ │ │ │ ├── spacefm-find.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── spiro.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spray-mode-clone.svg │ │ │ │ │ ├── spray-mode-copy.svg │ │ │ │ │ ├── spray-mode-union.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── start.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── sticky_zoom.svg │ │ │ │ │ ├── stock_about.svg │ │ │ │ │ ├── stock_add-bookmark.svg │ │ │ │ │ ├── stock_bottom.svg │ │ │ │ │ ├── stock_calc-accept.svg │ │ │ │ │ ├── stock_calc-cancel.svg │ │ │ │ │ ├── stock_check-filled.svg │ │ │ │ │ ├── stock_close.svg │ │ │ │ │ ├── stock_contact-list.svg │ │ │ │ │ ├── stock_copy.svg │ │ │ │ │ ├── stock_cut.svg │ │ │ │ │ ├── stock_delete.svg │ │ │ │ │ ├── stock_down.svg │ │ │ │ │ ├── stock_exit.svg │ │ │ │ │ ├── stock_file-properites.svg │ │ │ │ │ ├── stock_file-properties.svg │ │ │ │ │ ├── stock_first.svg │ │ │ │ │ ├── stock_folder_properties.svg │ │ │ │ │ ├── stock_fullscreen.svg │ │ │ │ │ ├── stock_gtk-dnd-multiple.svg │ │ │ │ │ ├── stock_help-add-bookmark.svg │ │ │ │ │ ├── stock_insert-rule.svg │ │ │ │ │ ├── stock_insert-table.svg │ │ │ │ │ ├── stock_last.svg │ │ │ │ │ ├── stock_leave-fullscreen.svg │ │ │ │ │ ├── stock_left.svg │ │ │ │ │ ├── stock_mail-compose.svg │ │ │ │ │ ├── stock_mail-flag-for-followup-done.svg │ │ │ │ │ ├── stock_mail-flag-for-followup.svg │ │ │ │ │ ├── stock_mail-forward.svg │ │ │ │ │ ├── stock_mail-reply-to-all.svg │ │ │ │ │ ├── stock_mail-reply.svg │ │ │ │ │ ├── stock_mail-send.svg │ │ │ │ │ ├── stock_mark.svg │ │ │ │ │ ├── stock_media-fwd.svg │ │ │ │ │ ├── stock_media-next.svg │ │ │ │ │ ├── stock_media-pause.svg │ │ │ │ │ ├── stock_media-play.svg │ │ │ │ │ ├── stock_media-prev.svg │ │ │ │ │ ├── stock_media-rec.svg │ │ │ │ │ ├── stock_media-rew.svg │ │ │ │ │ ├── stock_media-stop.svg │ │ │ │ │ ├── stock_navigator.svg │ │ │ │ │ ├── stock_new-address-book.svg │ │ │ │ │ ├── stock_new-appointment.svg │ │ │ │ │ ├── stock_new-bcard.svg │ │ │ │ │ ├── stock_new-dir.svg │ │ │ │ │ ├── stock_new-tab.svg │ │ │ │ │ ├── stock_new-text.svg │ │ │ │ │ ├── stock_new-window.svg │ │ │ │ │ ├── stock_no.svg │ │ │ │ │ ├── stock_not.svg │ │ │ │ │ ├── stock_paste.svg │ │ │ │ │ ├── stock_print-preview.svg │ │ │ │ │ ├── stock_print.svg │ │ │ │ │ ├── stock_properties.svg │ │ │ │ │ ├── stock_redo.svg │ │ │ │ │ ├── stock_refresh.svg │ │ │ │ │ ├── stock_right.svg │ │ │ │ │ ├── stock_save-as.svg │ │ │ │ │ ├── stock_save.svg │ │ │ │ │ ├── stock_score-high.svg │ │ │ │ │ ├── stock_score-higher.svg │ │ │ │ │ ├── stock_score-highest.svg │ │ │ │ │ ├── stock_score-low.svg │ │ │ │ │ ├── stock_score-lower.svg │ │ │ │ │ ├── stock_score-lowest.svg │ │ │ │ │ ├── stock_score-normal.svg │ │ │ │ │ ├── stock_search.svg │ │ │ │ │ ├── stock_select-all.svg │ │ │ │ │ ├── stock_select-column.svg │ │ │ │ │ ├── stock_select-row.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_show-all.svg │ │ │ │ │ ├── stock_stop.svg │ │ │ │ │ ├── stock_task-assigned-to.svg │ │ │ │ │ ├── stock_task-assigned.svg │ │ │ │ │ ├── stock_task-recurring.svg │ │ │ │ │ ├── stock_task.svg │ │ │ │ │ ├── stock_text-monospaced.svg │ │ │ │ │ ├── stock_thunar-shortcuts.svg │ │ │ │ │ ├── stock_timezone.svg │ │ │ │ │ ├── stock_todo.svg │ │ │ │ │ ├── stock_top.svg │ │ │ │ │ ├── stock_undo.svg │ │ │ │ │ ├── stock_up.svg │ │ │ │ │ ├── stock_view-details.svg │ │ │ │ │ ├── stock_volume.svg │ │ │ │ │ ├── stock_xfburn-data-copy.svg │ │ │ │ │ ├── stock_xfburn-format-dvdrw.svg │ │ │ │ │ ├── stock_yes.svg │ │ │ │ │ ├── stock_zoom-page.svg │ │ │ │ │ ├── stop.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── swatches.svg │ │ │ │ │ ├── switch-off.svg │ │ │ │ │ ├── switch-on.svg │ │ │ │ │ ├── symbol-add.svg │ │ │ │ │ ├── symbol-bigger.svg │ │ │ │ │ ├── symbol-fit.svg │ │ │ │ │ ├── symbol-remove.svg │ │ │ │ │ ├── symbol-smaller.svg │ │ │ │ │ ├── symbols.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── tab.svg │ │ │ │ │ ├── tab_duplicate.svg │ │ │ │ │ ├── tab_new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-edit.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-create.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── taper-stroke.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── text-convert-to-regular.svg │ │ │ │ │ ├── text-field-framed.svg │ │ │ │ │ ├── text-field-frameless.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-put-on-path.svg │ │ │ │ │ ├── text-remove-from-path.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-unkern.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_outer_style.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── tiny-pause.svg │ │ │ │ │ ├── tiny-start.svg │ │ │ │ │ ├── too-much-ink-icon.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polygon.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── top.svg │ │ │ │ │ ├── transform-2pts.svg │ │ │ │ │ ├── transform-affect-gradient.svg │ │ │ │ │ ├── transform-affect-pattern.svg │ │ │ │ │ ├── transform-affect-rounded-corners.svg │ │ │ │ │ ├── transform-affect-stroke.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── undo.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── up.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── usermenu-delete.svg │ │ │ │ │ ├── usermenu-down.svg │ │ │ │ │ ├── usermenu-up.svg │ │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── vertical.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-add.svg │ │ │ │ │ ├── view-bank-delete.svg │ │ │ │ │ ├── view-bank-edit.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-catalog.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-categories.svg │ │ │ │ │ ├── view-choose.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-currency-list.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ │ ├── view-financial-account.svg │ │ │ │ │ ├── view-financial-budget.svg │ │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ │ ├── view-financial-category.svg │ │ │ │ │ ├── view-financial-list.svg │ │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-institution-add.svg │ │ │ │ │ ├── view-institution-delete.svg │ │ │ │ │ ├── view-institution-edit.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-title.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-private.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-readermode-active.svg │ │ │ │ │ ├── view-readermode.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewmagfit.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── vonkoch.svg │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-next.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-previous.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── window_fullscreen.svg │ │ │ │ │ ├── window_new.svg │ │ │ │ │ ├── window_nofullscreen.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── x-zoom-in.svg │ │ │ │ │ ├── x-zoom-out.svg │ │ │ │ │ ├── xfce-wm-close.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── y-zoom-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-best-fit.svg │ │ │ │ │ ├── zoom-center-page.svg │ │ │ │ │ ├── zoom-double-size.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-drawing.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-page.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-half-size.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in-y.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── devices │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-headsets.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── audio-speakers.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── battery.svg │ │ │ │ │ ├── blueman-camera.svg │ │ │ │ │ ├── blueman-cellular.svg │ │ │ │ │ ├── blueman-desktop.svg │ │ │ │ │ ├── blueman-device.svg │ │ │ │ │ ├── blueman-handheld.svg │ │ │ │ │ ├── blueman-handsfree.svg │ │ │ │ │ ├── blueman-headset.svg │ │ │ │ │ ├── blueman-keyboard.svg │ │ │ │ │ ├── blueman-laptop.svg │ │ │ │ │ ├── blueman-loudspeaker.svg │ │ │ │ │ ├── blueman-mouse.svg │ │ │ │ │ ├── blueman-pointing.svg │ │ │ │ │ ├── blueman-scanner.svg │ │ │ │ │ ├── blueman-smart-phone.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── cpu.svg │ │ │ │ │ ├── cups.svg │ │ │ │ │ ├── cupsprinter.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── drive-cdrom.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-ieee1394.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk-solidstate.svg │ │ │ │ │ ├── drive-harddisk-system.svg │ │ │ │ │ ├── drive-harddisk-usb.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-partition.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── drive-virtual.svg │ │ │ │ │ ├── gnome-dev-battery.svg │ │ │ │ │ ├── gnome-dev-cdrom-audio.svg │ │ │ │ │ ├── gnome-dev-cdrom.svg │ │ │ │ │ ├── gnome-dev-computer.svg │ │ │ │ │ ├── gnome-dev-disc-cdr.svg │ │ │ │ │ ├── gnome-dev-disc-cdrw.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr-plus.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr.svg │ │ │ │ │ ├── gnome-dev-disc-dvdram.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrom.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrw.svg │ │ │ │ │ ├── gnome-dev-dvd.svg │ │ │ │ │ ├── gnome-dev-harddisk-1394.svg │ │ │ │ │ ├── gnome-dev-harddisk-usb.svg │ │ │ │ │ ├── gnome-dev-harddisk.svg │ │ │ │ │ ├── gnome-dev-ipod.svg │ │ │ │ │ ├── gnome-dev-keyboard.svg │ │ │ │ │ ├── gnome-dev-media-cf.svg │ │ │ │ │ ├── gnome-dev-media-ms.svg │ │ │ │ │ ├── gnome-dev-media-sdmmc.svg │ │ │ │ │ ├── gnome-dev-media-sm.svg │ │ │ │ │ ├── gnome-dev-mouse-ball.svg │ │ │ │ │ ├── gnome-dev-mouse-optical.svg │ │ │ │ │ ├── gnome-dev-printer-new.svg │ │ │ │ │ ├── gnome-dev-printer.svg │ │ │ │ │ ├── gnome-dev-removable-1394.svg │ │ │ │ │ ├── gnome-dev-removable-usb.svg │ │ │ │ │ ├── gnome-dev-removable.svg │ │ │ │ │ ├── gnome-dev-wavelan.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-phone-manager.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-gaming.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad-off.svg │ │ │ │ │ ├── input-touchpad-on.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── joystick.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── keyboard.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── media-cdr.svg │ │ │ │ │ ├── media-cdrom-audio.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-cdrw.svg │ │ │ │ │ ├── media-dvd.svg │ │ │ │ │ ├── media-dvdrw.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-flash-smart-media.svg │ │ │ │ │ ├── media-flash.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-memory-sd.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-blu-ray.svg │ │ │ │ │ ├── media-optical-cd-video.svg │ │ │ │ │ ├── media-optical-copy.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-dvd-video.svg │ │ │ │ │ ├── media-optical-dvd.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── media-removable.svg │ │ │ │ │ ├── modem.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired-unavailable.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-connected-00.svg │ │ │ │ │ ├── network-wireless-connected-100.svg │ │ │ │ │ ├── network-wireless-connected-25.svg │ │ │ │ │ ├── network-wireless-connected-50.svg │ │ │ │ │ ├── network-wireless-connected-75.svg │ │ │ │ │ ├── network-wireless-disconnected.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ │ ├── notification-network-wireless-disconnected.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── printer-network.svg │ │ │ │ │ ├── printer-remote.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── removable-media.svg │ │ │ │ │ ├── scanner.svg │ │ │ │ │ ├── server-database.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── stock_cell-phone.svg │ │ │ │ │ ├── system.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ ├── unity-fallback-mount-helper.svg │ │ │ │ │ └── video-display.svg │ │ │ │ ├── mimetypes │ │ │ │ ├── panel │ │ │ │ ├── places │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── application-x-gnome-saved-search.svg │ │ │ │ │ ├── bookmark-missing.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── edittrash.svg │ │ │ │ │ ├── emptytrash.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-add.svg │ │ │ │ │ ├── folder-apple.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-bookmarks.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-camera.svg │ │ │ │ │ ├── folder-cd.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-copy-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-decrypted.svg │ │ │ │ │ ├── folder-desktop.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents-open.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download-open.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-drag-accept.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-encrypted.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-git.svg │ │ │ │ │ ├── folder-github.svg │ │ │ │ │ ├── folder-gitlab.svg │ │ │ │ │ ├── folder-gnome.svg │ │ │ │ │ ├── folder-google-drive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-home.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-java.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail-cloud.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-mega.svg │ │ │ │ │ ├── folder-meocloud.svg │ │ │ │ │ ├── folder-music-open.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-pcloud.svg │ │ │ │ │ ├── folder-photo.svg │ │ │ │ │ ├── folder-photos.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures-open.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-private.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare-open.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote-ftp.svg │ │ │ │ │ ├── folder-remote-nfs.svg │ │ │ │ │ ├── folder-remote-open.svg │ │ │ │ │ ├── folder-remote-smb.svg │ │ │ │ │ ├── folder-remote-ssh.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-saved-search-alt.svg │ │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-steam.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates-open.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-torrent.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-vbox.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videocamera.svg │ │ │ │ │ ├── folder-videos-open.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-visiting.svg │ │ │ │ │ ├── folder-wifi.svg │ │ │ │ │ ├── folder-wine.svg │ │ │ │ │ ├── folder-yandex-disk.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_download.svg │ │ │ │ │ ├── folder_downloads.svg │ │ │ │ │ ├── folder_home.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── folder_images.svg │ │ │ │ │ ├── folder_open.svg │ │ │ │ │ ├── folder_pictures.svg │ │ │ │ │ ├── folders-documents.svg │ │ │ │ │ ├── folders-downloads.svg │ │ │ │ │ ├── folders-music.svg │ │ │ │ │ ├── folders-publicshare.svg │ │ │ │ │ ├── folders-videos.svg │ │ │ │ │ ├── gnome-ccdesktop.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-dev-network.svg │ │ │ │ │ ├── gnome-dev-trash-empty.svg │ │ │ │ │ ├── gnome-dev-trash-full.svg │ │ │ │ │ ├── gnome-folder.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-fs-bookmark-missing.svg │ │ │ │ │ ├── gnome-fs-bookmark.svg │ │ │ │ │ ├── gnome-fs-dav.svg │ │ │ │ │ ├── gnome-fs-desktop.svg │ │ │ │ │ ├── gnome-fs-dev.svg │ │ │ │ │ ├── gnome-fs-directory-accept.svg │ │ │ │ │ ├── gnome-fs-directory-visiting.svg │ │ │ │ │ ├── gnome-fs-directory.svg │ │ │ │ │ ├── gnome-fs-ftp.svg │ │ │ │ │ ├── gnome-fs-home.svg │ │ │ │ │ ├── gnome-fs-network.svg │ │ │ │ │ ├── gnome-fs-nfs.svg │ │ │ │ │ ├── gnome-fs-server.svg │ │ │ │ │ ├── gnome-fs-share.svg │ │ │ │ │ ├── gnome-fs-smb.svg │ │ │ │ │ ├── gnome-fs-ssh.svg │ │ │ │ │ ├── gnome-fs-trash-empty-accept.svg │ │ │ │ │ ├── gnome-fs-trash-empty.svg │ │ │ │ │ ├── gnome-fs-trash-full.svg │ │ │ │ │ ├── gnome-fs-web.svg │ │ │ │ │ ├── gnome-home.svg │ │ │ │ │ ├── gnome-mime-x-directory-nfs-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-share.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-workgroup.svg │ │ │ │ │ ├── gnome-stock-trash-empty.svg │ │ │ │ │ ├── gnome-stock-trash-full.svg │ │ │ │ │ ├── gnome-stock-trash.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── insync-folder.svg │ │ │ │ │ ├── internet-radio.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── neat.svg │ │ │ │ │ ├── nemo-bookmark-not-found.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── network.svg │ │ │ │ │ ├── network_fs.svg │ │ │ │ │ ├── network_local.svg │ │ │ │ │ ├── nfs.svg │ │ │ │ │ ├── other-desktop.svg │ │ │ │ │ ├── redhat-home.svg │ │ │ │ │ ├── redhat-network-server.svg │ │ │ │ │ ├── redhat-system-group.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── samba.svg │ │ │ │ │ ├── server-database.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── start-here.svg │ │ │ │ │ ├── stock_bookmark.svg │ │ │ │ │ ├── stock_delete-bookmark.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── stock_home.svg │ │ │ │ │ ├── stock_music-library.svg │ │ │ │ │ ├── stock_open.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_trash_empty.svg │ │ │ │ │ ├── stock_trash_full.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trash-full.svg │ │ │ │ │ ├── trashcan_empty.svg │ │ │ │ │ ├── trashcan_full.svg │ │ │ │ │ ├── user-bookmarks.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home-open.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-images.svg │ │ │ │ │ ├── user-pictures.svg │ │ │ │ │ ├── user-share.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ ├── user-trash.svg │ │ │ │ │ ├── xfce-trash_empty.svg │ │ │ │ │ └── xfce-trash_full.svg │ │ │ │ └── status │ │ │ ├── 22 │ │ │ │ ├── actions │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Finished.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── SuggestionTM.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-files-to-archive.svg │ │ │ │ │ ├── add-folder-to-archive.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcurves.svg │ │ │ │ │ ├── adjusthsl.svg │ │ │ │ │ ├── adjustlevels.svg │ │ │ │ │ ├── adjustrgb.svg │ │ │ │ │ ├── adress-book-new.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── akonadiconsole.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-node.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-node.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animal.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── antivignetting.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── appointment.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── archive.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── auto-transition.svg │ │ │ │ │ ├── auto-type.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── back.svg │ │ │ │ │ ├── backgroundtool.svg │ │ │ │ │ ├── backup.svg │ │ │ │ │ ├── bboxnext.svg │ │ │ │ │ ├── bboxprev.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── bitmap-trace.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── blueman-plugin.svg │ │ │ │ │ ├── blueman-send-file.svg │ │ │ │ │ ├── blueman-trust.svg │ │ │ │ │ ├── blueman-untrust.svg │ │ │ │ │ ├── blurfx.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bonobo-component-browser.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmark_add.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bookmarks_list_add.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── bottom.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-add.svg │ │ │ │ │ ├── bqm-addqueue.svg │ │ │ │ │ ├── bqm-commit.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── bqm-update.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── browser-download.svg │ │ │ │ │ ├── burst.svg │ │ │ │ │ ├── button_cancel.svg │ │ │ │ │ ├── bwtonal.svg │ │ │ │ │ ├── cab_extract.svg │ │ │ │ │ ├── cab_view.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── calligraphy.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cancel.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── channelmixer.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── charcoaltool.svg │ │ │ │ │ ├── check-filled.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── cm_columnsview.svg │ │ │ │ │ ├── cm_extractfiles.svg │ │ │ │ │ ├── cm_options.svg │ │ │ │ │ ├── cm_refresh.svg │ │ │ │ │ ├── cm_search.svg │ │ │ │ │ ├── cm_syncdirs.svg │ │ │ │ │ ├── cm_thumbnailsview.svg │ │ │ │ │ ├── cm_viewhistorynext.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colorfx.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colorneg.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composite-track-off.svg │ │ │ │ │ ├── composite-track-on.svg │ │ │ │ │ ├── composite-track-preview.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configuration.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── contrast.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── cookies.svg │ │ │ │ │ ├── coordinate.svg │ │ │ │ │ ├── copy-coordinates.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── currenttrack_pause.svg │ │ │ │ │ ├── currenttrack_play.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── database-change-key.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── depth16to8.svg │ │ │ │ │ ├── depth8to16.svg │ │ │ │ │ ├── description.svg │ │ │ │ │ ├── dfrac.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-align-and-distribute.svg │ │ │ │ │ ├── dialog-apply.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-filters.svg │ │ │ │ │ ├── dialog-icon-preview.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-memory.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-no.svg │ │ │ │ │ ├── dialog-object-properties.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-selectors.svg │ │ │ │ │ ├── dialog-transform.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dialog-yes.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── discrete.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-graph-directed.svg │ │ │ │ │ ├── distribute-graph.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-node.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-randomize.svg │ │ │ │ │ ├── distribute-remove-overlaps.svg │ │ │ │ │ ├── distribute-unclump.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-node.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-cleanup.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert-rtl.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as-template.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── dontknow.svg │ │ │ │ │ ├── down.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── drag-surface.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-calligraphic.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dvisearch.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── earthquake.svg │ │ │ │ │ ├── edit-add.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-flag.svg │ │ │ │ │ ├── edit-group.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-mark.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-lasso.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-original.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo-history.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── edit_animation.svg │ │ │ │ │ ├── editclear.svg │ │ │ │ │ ├── editcopy.svg │ │ │ │ │ ├── editcut.svg │ │ │ │ │ ├── editdelete.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpaste.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── embosstool.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── enterprise.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entrance_animations.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── entry-new.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── epiphany-download.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── errornext.svg │ │ │ │ │ ├── errorprev.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exchange-positions-clockwise.svg │ │ │ │ │ ├── exchange-positions-zorder.svg │ │ │ │ │ ├── exchange-positions.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── exit.svg │ │ │ │ │ ├── exit_animations.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── extract-archive.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── favorite.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filefind.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── filenew.svg │ │ │ │ │ ├── fileopen.svg │ │ │ │ │ ├── fileprint.svg │ │ │ │ │ ├── filequickprint.svg │ │ │ │ │ ├── filesave.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── filmgrain.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── find.svg │ │ │ │ │ ├── fingerprint.svg │ │ │ │ │ ├── fitmanual.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── flower-shape.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── folder-tag.svg │ │ │ │ │ ├── folder_color_picker.svg │ │ │ │ │ ├── folder_new.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── food.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-convert-to-path.svg │ │ │ │ │ ├── format-currency.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-insert-node.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-node-corner.svg │ │ │ │ │ ├── format-node-curve.svg │ │ │ │ │ ├── format-node-line.svg │ │ │ │ │ ├── format-node-smooth.svg │ │ │ │ │ ├── format-node-symmetric.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-segment-curve.svg │ │ │ │ │ ├── format-segment-line.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── giggle-history-view.svg │ │ │ │ │ ├── giggle-remote.svg │ │ │ │ │ ├── giggle-tag.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnome-app-install-star.svg │ │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ │ ├── gnome-stock-mail-fwd.svg │ │ │ │ │ ├── gnome-stock-mail-new.svg │ │ │ │ │ ├── gnome-stock-mail-rpl.svg │ │ │ │ │ ├── gnome-stock-mail-snd.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-autosum.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-bucket.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-accounting.svg │ │ │ │ │ ├── gnumeric-format-border-all.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-inside-horiz.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-none.svg │ │ │ │ │ ├── gnumeric-format-border-outside.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-thick-outside.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-format-percentage.svg │ │ │ │ │ ├── gnumeric-format-precision-decrease.svg │ │ │ │ │ ├── gnumeric-format-precision-increase.svg │ │ │ │ │ ├── gnumeric-format-thousand-separator.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-object-arrow.svg │ │ │ │ │ ├── gnumeric-object-button.svg │ │ │ │ │ ├── gnumeric-object-checkbox.svg │ │ │ │ │ ├── gnumeric-object-combo.svg │ │ │ │ │ ├── gnumeric-object-ellipse.svg │ │ │ │ │ ├── gnumeric-object-label.svg │ │ │ │ │ ├── gnumeric-object-line.svg │ │ │ │ │ ├── gnumeric-object-list.svg │ │ │ │ │ ├── gnumeric-object-rectangle.svg │ │ │ │ │ ├── gnumeric-object-scrollbar.svg │ │ │ │ │ ├── gnumeric-object-spinbutton.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-cell.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-time.svg │ │ │ │ │ ├── gnumeric-protection-no.svg │ │ │ │ │ ├── gnumeric-protection-yes.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-left-symbolic.svg │ │ │ │ │ ├── go-left.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-right-symbolic.svg │ │ │ │ │ ├── go-right.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtg-plugin.svg │ │ │ │ │ ├── gtg-tag-new.svg │ │ │ │ │ ├── gtg-tag.svg │ │ │ │ │ ├── gtg-tags-none.svg │ │ │ │ │ ├── gtg-task-done.svg │ │ │ │ │ ├── gtg-task-new.svg │ │ │ │ │ ├── gtg-task-undismiss.svg │ │ │ │ │ ├── gtg-task-undone.svg │ │ │ │ │ ├── gtk-about.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-copy.svg │ │ │ │ │ ├── gtk-cut.svg │ │ │ │ │ ├── gtk-delete.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-dnd-multiple.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-file.svg │ │ │ │ │ ├── gtk-find-and-replace.svg │ │ │ │ │ ├── gtk-find.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-fullscreen.svg │ │ │ │ │ ├── gtk-go-back-ltr.svg │ │ │ │ │ ├── gtk-go-back-rtl.svg │ │ │ │ │ ├── gtk-go-down.svg │ │ │ │ │ ├── gtk-go-forward-ltr.svg │ │ │ │ │ ├── gtk-go-forward-rtl.svg │ │ │ │ │ ├── gtk-go-up.svg │ │ │ │ │ ├── gtk-goto-bottom.svg │ │ │ │ │ ├── gtk-goto-first-ltr.svg │ │ │ │ │ ├── gtk-goto-first-rtl.svg │ │ │ │ │ ├── gtk-goto-last-ltr.svg │ │ │ │ │ ├── gtk-goto-last-rtl.svg │ │ │ │ │ ├── gtk-goto-top.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-indent-ltr.svg │ │ │ │ │ ├── gtk-indent-rtl.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-italic.svg │ │ │ │ │ ├── gtk-jump-to-ltr.svg │ │ │ │ │ ├── gtk-justify-center.svg │ │ │ │ │ ├── gtk-justify-fill.svg │ │ │ │ │ ├── gtk-justify-left.svg │ │ │ │ │ ├── gtk-justify-right.svg │ │ │ │ │ ├── gtk-leave-fullscreen.svg │ │ │ │ │ ├── gtk-media-forward-ltr.svg │ │ │ │ │ ├── gtk-media-forward-rtl.svg │ │ │ │ │ ├── gtk-media-next-ltr.svg │ │ │ │ │ ├── gtk-media-next-rtl.svg │ │ │ │ │ ├── gtk-media-pause.svg │ │ │ │ │ ├── gtk-media-play-ltr.svg │ │ │ │ │ ├── gtk-media-previous-ltr.svg │ │ │ │ │ ├── gtk-media-previous-rtl.svg │ │ │ │ │ ├── gtk-media-record.svg │ │ │ │ │ ├── gtk-media-rewind-ltr.svg │ │ │ │ │ ├── gtk-media-rewind-rtl.svg │ │ │ │ │ ├── gtk-media-stop.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── gtk-new.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-open.svg │ │ │ │ │ ├── gtk-paste.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-print-preview.svg │ │ │ │ │ ├── gtk-print.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-refresh.svg │ │ │ │ │ ├── gtk-remove.svg │ │ │ │ │ ├── gtk-revert-to-saved-ltr.svg │ │ │ │ │ ├── gtk-revert-to-saved-rtl.svg │ │ │ │ │ ├── gtk-save-as.svg │ │ │ │ │ ├── gtk-save.svg │ │ │ │ │ ├── gtk-select-all.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-spell-check.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-tab-duplicate.svg │ │ │ │ │ ├── gtk-tab-new.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── gtk-zoom-fit.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── hand.svg │ │ │ │ │ ├── handle-left.svg │ │ │ │ │ ├── handle-move.svg │ │ │ │ │ ├── handle-right.svg │ │ │ │ │ ├── handle-sort.svg │ │ │ │ │ ├── hb-add-queue.svg │ │ │ │ │ ├── hb-complete.svg │ │ │ │ │ ├── hb-pause.svg │ │ │ │ │ ├── hb-presets.svg │ │ │ │ │ ├── hb-remove.svg │ │ │ │ │ ├── hb-showqueue.svg │ │ │ │ │ ├── hb-source.svg │ │ │ │ │ ├── hb-start.svg │ │ │ │ │ ├── hb-stop.svg │ │ │ │ │ ├── headphones.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hexagon-shape.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── history.svg │ │ │ │ │ ├── history_entry.svg │ │ │ │ │ ├── hook-notifier.svg │ │ │ │ │ ├── hotpixels.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-gadugadu.svg │ │ │ │ │ ├── im-google-talk.svg │ │ │ │ │ ├── im-google.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-local-xmpp.svg │ │ │ │ │ ├── im-message-new.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── image-adjust.svg │ │ │ │ │ ├── image-auto-adjust.svg │ │ │ │ │ ├── image-loading.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── irc-operator.svg │ │ │ │ │ ├── irc-remove-operator.svg │ │ │ │ │ ├── irc-unvoice.svg │ │ │ │ │ ├── irc-voice.svg │ │ │ │ │ ├── item.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── items-tags.svg │ │ │ │ │ ├── itmages-add.svg │ │ │ │ │ ├── itmages-cancel.svg │ │ │ │ │ ├── itmages-copy-link.svg │ │ │ │ │ ├── itmages-folder.svg │ │ │ │ │ ├── itmages-open-browser.svg │ │ │ │ │ ├── itmages-quit.svg │ │ │ │ │ ├── itmages-resize.svg │ │ │ │ │ ├── itmages-rotate.svg │ │ │ │ │ ├── itmages-select-all.svg │ │ │ │ │ ├── itmages-settings.svg │ │ │ │ │ ├── itmages-stop.svg │ │ │ │ │ ├── itmages-tools.svg │ │ │ │ │ ├── itmages-upload.svg │ │ │ │ │ ├── itmages-utils.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-composite.svg │ │ │ │ │ ├── kdenlive-custom-effect.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-hide-audio.svg │ │ │ │ │ ├── kdenlive-hide-video.svg │ │ │ │ │ ├── kdenlive-insert-edit.svg │ │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-no-composite.svg │ │ │ │ │ ├── kdenlive-normal-edit.svg │ │ │ │ │ ├── kdenlive-object-height.svg │ │ │ │ │ ├── kdenlive-object-width.svg │ │ │ │ │ ├── kdenlive-overwrite-edit.svg │ │ │ │ │ ├── kdenlive-select-all.svg │ │ │ │ │ ├── kdenlive-select-images.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-texts.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audio.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-markers.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-split-audio.svg │ │ │ │ │ ├── kdenlive-track_has_effect.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ │ ├── kdenlive-zindex-down.svg │ │ │ │ │ ├── kdenlive-zindex-top.svg │ │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase-new.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ │ ├── kmouth-phresebook-new.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── know.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_cbound.svg │ │ │ │ │ ├── kstars_clines.svg │ │ │ │ │ ├── kstars_cnames.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_constellationart.svg │ │ │ │ │ ├── kstars_deepsky.svg │ │ │ │ │ ├── kstars_ekos.svg │ │ │ │ │ ├── kstars_fitsviewer.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_grid.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kstars_hgrid.svg │ │ │ │ │ ├── kstars_horizon.svg │ │ │ │ │ ├── kstars_indi.svg │ │ │ │ │ ├── kstars_mw.svg │ │ │ │ │ ├── kstars_planets.svg │ │ │ │ │ ├── kstars_satellites.svg │ │ │ │ │ ├── kstars_solarsystem.svg │ │ │ │ │ ├── kstars_stars.svg │ │ │ │ │ ├── kstars_supernovae.svg │ │ │ │ │ ├── kstars_xplanet.svg │ │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ │ ├── kt-add-filters.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-chunks.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-magnet.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ │ ├── kt-remove-filters.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start-all.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop-all.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-1x-zoom.svg │ │ │ │ │ ├── labplot-2x-zoom.svg │ │ │ │ │ ├── labplot-3x-zoom.svg │ │ │ │ │ ├── labplot-4x-zoom.svg │ │ │ │ │ ├── labplot-5x-zoom.svg │ │ │ │ │ ├── labplot-TeX-logo.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-axis-horizontal.svg │ │ │ │ │ ├── labplot-axis-vertical.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-matrix-new.svg │ │ │ │ │ ├── labplot-matrix.svg │ │ │ │ │ ├── labplot-plot-axis-points.svg │ │ │ │ │ ├── labplot-shift-down-y.svg │ │ │ │ │ ├── labplot-shift-left-x.svg │ │ │ │ │ ├── labplot-shift-right-x.svg │ │ │ │ │ ├── labplot-shift-up-y.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-workbook-new.svg │ │ │ │ │ ├── labplot-workbook.svg │ │ │ │ │ ├── labplot-worksheet-new.svg │ │ │ │ │ ├── labplot-worksheet.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-xy-curve-segments.svg │ │ │ │ │ ├── labplot-xy-curve.svg │ │ │ │ │ ├── labplot-xy-equation-curve.svg │ │ │ │ │ ├── labplot-xy-fit-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-filter-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-transform-curve.svg │ │ │ │ │ ├── labplot-xy-interpolation-curve.svg │ │ │ │ │ ├── labplot-xy-plot-four-axes.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered-origin.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes.svg │ │ │ │ │ ├── labplot-xy-smoothing-curve.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── latex-config.svg │ │ │ │ │ ├── latex.svg │ │ │ │ │ ├── layer-rename.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── lens.svg │ │ │ │ │ ├── lensautofix.svg │ │ │ │ │ ├── lensdistortion.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lilypond.svg │ │ │ │ │ ├── linear.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── lpi-bug.svg │ │ │ │ │ ├── lpi-translate.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-flagged.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── mail_forward.svg │ │ │ │ │ ├── mail_new.svg │ │ │ │ │ ├── mail_reply.svg │ │ │ │ │ ├── mail_replyall.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── map-flat.svg │ │ │ │ │ ├── map-globe.svg │ │ │ │ │ ├── map-gnomonic.svg │ │ │ │ │ ├── map-mercator.svg │ │ │ │ │ ├── mark-location.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-import-audio-cd.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-mout.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-amarok.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── meld-version-control.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── menu_new_sep.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── motion_path_animations.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── music-note-16th.svg │ │ │ │ │ ├── nemo-eject.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── newline.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── next.svg │ │ │ │ │ ├── nextfuzzy.svg │ │ │ │ │ ├── nextfuzzyuntrans.svg │ │ │ │ │ ├── nextuntranslated.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── noisereduction.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── nroot.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-crop.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-hidden.svg │ │ │ │ │ ├── object-inverse.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup-pop-selection.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object-visible.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── office-report.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── oilpaint.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-magnet.svg │ │ │ │ │ ├── open-menu.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overexposure.svg │ │ │ │ │ ├── overflow-menu-left.svg │ │ │ │ │ ├── overflow-menu-right.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_settings.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paper-color.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── pathshape.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── perspective.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── player-eject.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── player_eject.svg │ │ │ │ │ ├── player_end.svg │ │ │ │ │ ├── player_fwd.svg │ │ │ │ │ ├── player_pause.svg │ │ │ │ │ ├── player_play.svg │ │ │ │ │ ├── player_record.svg │ │ │ │ │ ├── player_rew.svg │ │ │ │ │ ├── player_start.svg │ │ │ │ │ ├── player_stop.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── podcast-amarok.svg │ │ │ │ │ ├── podcast-new.svg │ │ │ │ │ ├── poedit-fuzzy.svg │ │ │ │ │ ├── poedit-status-bookmark.svg │ │ │ │ │ ├── poedit-status-cat-mid.svg │ │ │ │ │ ├── poedit-status-cat-no.svg │ │ │ │ │ ├── poedit-status-cat-ok.svg │ │ │ │ │ ├── poedit-status-comment.svg │ │ │ │ │ ├── poedit-sync.svg │ │ │ │ │ ├── poedit-update.svg │ │ │ │ │ ├── poedit-validate.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-activities.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preflight-verifier.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── prevfuzzy.svg │ │ │ │ │ ├── prevfuzzyuntrans.svg │ │ │ │ │ ├── preview-add-zone.svg │ │ │ │ │ ├── preview-remove-all.svg │ │ │ │ │ ├── preview-remove-zone.svg │ │ │ │ │ ├── preview-render-off.svg │ │ │ │ │ ├── preview-render-on.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── previous.svg │ │ │ │ │ ├── prevuntranslated.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── privatebrowsing.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-defaults.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── question.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── rabbitvcs-about.svg │ │ │ │ │ ├── rabbitvcs-add.svg │ │ │ │ │ ├── rabbitvcs-applypatch.svg │ │ │ │ │ ├── rabbitvcs-asynchronous.svg │ │ │ │ │ ├── rabbitvcs-bug.svg │ │ │ │ │ ├── rabbitvcs-changes.svg │ │ │ │ │ ├── rabbitvcs-checkmods.svg │ │ │ │ │ ├── rabbitvcs-checkout.svg │ │ │ │ │ ├── rabbitvcs-commit.svg │ │ │ │ │ ├── rabbitvcs-compare.svg │ │ │ │ │ ├── rabbitvcs-createpatch.svg │ │ │ │ │ ├── rabbitvcs-dbus.svg │ │ │ │ │ ├── rabbitvcs-delete.svg │ │ │ │ │ ├── rabbitvcs-editconflicts.svg │ │ │ │ │ ├── rabbitvcs-emblems.svg │ │ │ │ │ ├── rabbitvcs-export.svg │ │ │ │ │ ├── rabbitvcs-import.svg │ │ │ │ │ ├── rabbitvcs-lock.svg │ │ │ │ │ ├── rabbitvcs-merge.svg │ │ │ │ │ ├── rabbitvcs-properties.svg │ │ │ │ │ ├── rabbitvcs-push.svg │ │ │ │ │ ├── rabbitvcs-refresh.svg │ │ │ │ │ ├── rabbitvcs-relocate.svg │ │ │ │ │ ├── rabbitvcs-reset.svg │ │ │ │ │ ├── rabbitvcs-run.svg │ │ │ │ │ ├── rabbitvcs-settings.svg │ │ │ │ │ ├── rabbitvcs-show_log.svg │ │ │ │ │ ├── rabbitvcs-stop.svg │ │ │ │ │ ├── rabbitvcs-switch.svg │ │ │ │ │ ├── rabbitvcs-unlock.svg │ │ │ │ │ ├── rabbitvcs-unstage.svg │ │ │ │ │ ├── rabbitvcs-update.svg │ │ │ │ │ ├── raindrop.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── record.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── reload.svg │ │ │ │ │ ├── reload3.svg │ │ │ │ │ ├── reload_all_tabs.svg │ │ │ │ │ ├── reload_page.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── revert.svg │ │ │ │ │ ├── rime-im.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── search-icon.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection-bottom.svg │ │ │ │ │ ├── selection-lower.svg │ │ │ │ │ ├── selection-make-bitmap-copy.svg │ │ │ │ │ ├── selection-raise.svg │ │ │ │ │ ├── selection-top.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── setroubleshoot_icon.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── settings.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── sharpenimage.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-all-effects.svg │ │ │ │ │ ├── show-dialogs.svg │ │ │ │ │ ├── show-gpu-effects.svg │ │ │ │ │ ├── show-grid.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-places.svg │ │ │ │ │ ├── sidebar.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── skg-chart-bubble.svg │ │ │ │ │ ├── skrooge_credit_card.svg │ │ │ │ │ ├── skrooge_less.svg │ │ │ │ │ ├── skrooge_more.svg │ │ │ │ │ ├── skrooge_much_less.svg │ │ │ │ │ ├── skrooge_much_more.svg │ │ │ │ │ ├── skrooge_type.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── slideshow-plugin.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallfrac.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smartnewline.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── smiley-shape.svg │ │ │ │ │ ├── smiley.svg │ │ │ │ │ ├── smooth.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── soundkonverter-replaygain.svg │ │ │ │ │ ├── spacefm-find.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── start.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_ChargedParticle.svg │ │ │ │ │ ├── step_object_CircularMotor.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_CoulombForce.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Gas.svg │ │ │ │ │ ├── step_object_GasParticle.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_GravitationForce.svg │ │ │ │ │ ├── step_object_LinearMotor.svg │ │ │ │ │ ├── step_object_Meter.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_SoftBody.svg │ │ │ │ │ ├── step_object_Spring.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── step_object_Tracer.svg │ │ │ │ │ ├── step_object_WeightForce.svg │ │ │ │ │ ├── sticky_zoom.svg │ │ │ │ │ ├── stock_about.svg │ │ │ │ │ ├── stock_add-bookmark.svg │ │ │ │ │ ├── stock_bottom.svg │ │ │ │ │ ├── stock_calc-accept.svg │ │ │ │ │ ├── stock_check-filled.svg │ │ │ │ │ ├── stock_close.svg │ │ │ │ │ ├── stock_contact-list.svg │ │ │ │ │ ├── stock_copy.svg │ │ │ │ │ ├── stock_cut.svg │ │ │ │ │ ├── stock_delete.svg │ │ │ │ │ ├── stock_down.svg │ │ │ │ │ ├── stock_exit.svg │ │ │ │ │ ├── stock_file-properites.svg │ │ │ │ │ ├── stock_file-properties.svg │ │ │ │ │ ├── stock_first.svg │ │ │ │ │ ├── stock_folder_properties.svg │ │ │ │ │ ├── stock_fullscreen.svg │ │ │ │ │ ├── stock_gtk-dnd-multiple.svg │ │ │ │ │ ├── stock_help-add-bookmark.svg │ │ │ │ │ ├── stock_insert-rule.svg │ │ │ │ │ ├── stock_insert-table.svg │ │ │ │ │ ├── stock_last.svg │ │ │ │ │ ├── stock_leave-fullscreen.svg │ │ │ │ │ ├── stock_left.svg │ │ │ │ │ ├── stock_mail-compose.svg │ │ │ │ │ ├── stock_mail-filters-apply.svg │ │ │ │ │ ├── stock_mail-flag-for-followup-done.svg │ │ │ │ │ ├── stock_mail-flag-for-followup.svg │ │ │ │ │ ├── stock_mail-forward.svg │ │ │ │ │ ├── stock_mail-reply-to-all.svg │ │ │ │ │ ├── stock_mail-reply.svg │ │ │ │ │ ├── stock_mail-send.svg │ │ │ │ │ ├── stock_mark.svg │ │ │ │ │ ├── stock_media-fwd.svg │ │ │ │ │ ├── stock_media-next.svg │ │ │ │ │ ├── stock_media-pause.svg │ │ │ │ │ ├── stock_media-play.svg │ │ │ │ │ ├── stock_media-prev.svg │ │ │ │ │ ├── stock_media-rec.svg │ │ │ │ │ ├── stock_media-rew.svg │ │ │ │ │ ├── stock_media-stop.svg │ │ │ │ │ ├── stock_navigator.svg │ │ │ │ │ ├── stock_new-address-book.svg │ │ │ │ │ ├── stock_new-appointment.svg │ │ │ │ │ ├── stock_new-bcard.svg │ │ │ │ │ ├── stock_new-dir.svg │ │ │ │ │ ├── stock_new-tab.svg │ │ │ │ │ ├── stock_new-text.svg │ │ │ │ │ ├── stock_new-window.svg │ │ │ │ │ ├── stock_no.svg │ │ │ │ │ ├── stock_not.svg │ │ │ │ │ ├── stock_paste.svg │ │ │ │ │ ├── stock_print-preview.svg │ │ │ │ │ ├── stock_print.svg │ │ │ │ │ ├── stock_properties.svg │ │ │ │ │ ├── stock_redo.svg │ │ │ │ │ ├── stock_refresh.svg │ │ │ │ │ ├── stock_right.svg │ │ │ │ │ ├── stock_save-as.svg │ │ │ │ │ ├── stock_save.svg │ │ │ │ │ ├── stock_score-high.svg │ │ │ │ │ ├── stock_score-higher.svg │ │ │ │ │ ├── stock_score-highest.svg │ │ │ │ │ ├── stock_score-low.svg │ │ │ │ │ ├── stock_score-lower.svg │ │ │ │ │ ├── stock_score-lowest.svg │ │ │ │ │ ├── stock_score-normal.svg │ │ │ │ │ ├── stock_search.svg │ │ │ │ │ ├── stock_select-all.svg │ │ │ │ │ ├── stock_select-column.svg │ │ │ │ │ ├── stock_select-row.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_show-all.svg │ │ │ │ │ ├── stock_stop.svg │ │ │ │ │ ├── stock_task-assigned-to.svg │ │ │ │ │ ├── stock_task-assigned.svg │ │ │ │ │ ├── stock_task-recurring.svg │ │ │ │ │ ├── stock_task.svg │ │ │ │ │ ├── stock_thunar-shortcuts.svg │ │ │ │ │ ├── stock_timezone.svg │ │ │ │ │ ├── stock_todo.svg │ │ │ │ │ ├── stock_top.svg │ │ │ │ │ ├── stock_undo.svg │ │ │ │ │ ├── stock_up.svg │ │ │ │ │ ├── stock_view-details.svg │ │ │ │ │ ├── stock_xfburn-data-copy.svg │ │ │ │ │ ├── stock_xfburn-format-dvdrw.svg │ │ │ │ │ ├── stock_yes.svg │ │ │ │ │ ├── stock_zoom-page.svg │ │ │ │ │ ├── stop.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── tab.svg │ │ │ │ │ ├── tab_duplicate.svg │ │ │ │ │ ├── tab_new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-edit.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── texcompiler.svg │ │ │ │ │ ├── texlion.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_remove_kerns.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── texture.svg │ │ │ │ │ ├── timeline-extract.svg │ │ │ │ │ ├── timeline-insert.svg │ │ │ │ │ ├── timeline-lift.svg │ │ │ │ │ ├── timeline-overwrite.svg │ │ │ │ │ ├── timeline-use-zone-off.svg │ │ │ │ │ ├── timeline-use-zone-on.svg │ │ │ │ │ ├── tiny-pause.svg │ │ │ │ │ ├── tiny-start.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-spray.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_eraser.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_curve.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_free_form_selection.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polygon.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_spraycan.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── top.svg │ │ │ │ │ ├── torrents.svg │ │ │ │ │ ├── transform-browse.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-horizontal.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale-vertical.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── typewriter.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── underexposure.svg │ │ │ │ │ ├── undo.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── up.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── username-copy.svg │ │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-account-checking.svg │ │ │ │ │ ├── view-bank-account-savings.svg │ │ │ │ │ ├── view-bank-account.svg │ │ │ │ │ ├── view-bank-add.svg │ │ │ │ │ ├── view-bank-delete.svg │ │ │ │ │ ├── view-bank-edit.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-catalog.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-categories.svg │ │ │ │ │ ├── view-certificate-add.svg │ │ │ │ │ ├── view-certificate-export-secret.svg │ │ │ │ │ ├── view-certificate-export-server.svg │ │ │ │ │ ├── view-certificate-export.svg │ │ │ │ │ ├── view-certificate-import.svg │ │ │ │ │ ├── view-certificate-server-configure.svg │ │ │ │ │ ├── view-certificate-sign.svg │ │ │ │ │ ├── view-certificate.svg │ │ │ │ │ ├── view-choose.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-currency-list.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ │ ├── view-financial-account-credit-card-closed.svg │ │ │ │ │ ├── view-financial-account-credit-card.svg │ │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ │ ├── view-financial-account.svg │ │ │ │ │ ├── view-financial-budget.svg │ │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ │ ├── view-financial-category.svg │ │ │ │ │ ├── view-financial-list.svg │ │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-institution-add.svg │ │ │ │ │ ├── view-institution-delete.svg │ │ │ │ │ ├── view-institution-edit.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-chart.svg │ │ │ │ │ ├── view-media-config.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-favorite.svg │ │ │ │ │ ├── view-media-genre.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playcount.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-recent.svg │ │ │ │ │ ├── view-media-similarartists.svg │ │ │ │ │ ├── view-media-title.svg │ │ │ │ │ ├── view-media-track.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-effect.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-unsplit-effect.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewmagfit.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── wallet-closed.svg │ │ │ │ │ ├── wallet-open.svg │ │ │ │ │ ├── warnnext.svg │ │ │ │ │ ├── warnprev.svg │ │ │ │ │ ├── whitebalance.svg │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-next.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-previous.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── window_fullscreen.svg │ │ │ │ │ ├── window_new.svg │ │ │ │ │ ├── window_nofullscreen.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── zone-in.svg │ │ │ │ │ ├── zone-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-best-fit.svg │ │ │ │ │ ├── zoom-double-size.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-half-size.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-pixels.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── devices │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-headsets.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── blueman-camera.svg │ │ │ │ │ ├── blueman-cellular.svg │ │ │ │ │ ├── blueman-desktop.svg │ │ │ │ │ ├── blueman-device.svg │ │ │ │ │ ├── blueman-handheld.svg │ │ │ │ │ ├── blueman-handsfree.svg │ │ │ │ │ ├── blueman-headset.svg │ │ │ │ │ ├── blueman-laptop.svg │ │ │ │ │ ├── blueman-mouse.svg │ │ │ │ │ ├── blueman-pointing.svg │ │ │ │ │ ├── blueman-smart-phone.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── drive-cdrom.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-ieee1394.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk-solidstate.svg │ │ │ │ │ ├── drive-harddisk-system.svg │ │ │ │ │ ├── drive-harddisk-usb.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── gnome-dev-cdrom-audio.svg │ │ │ │ │ ├── gnome-dev-cdrom.svg │ │ │ │ │ ├── gnome-dev-computer.svg │ │ │ │ │ ├── gnome-dev-disc-cdr.svg │ │ │ │ │ ├── gnome-dev-disc-cdrw.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr-plus.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr.svg │ │ │ │ │ ├── gnome-dev-disc-dvdram.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrom.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrw.svg │ │ │ │ │ ├── gnome-dev-dvd.svg │ │ │ │ │ ├── gnome-dev-harddisk-1394.svg │ │ │ │ │ ├── gnome-dev-harddisk-usb.svg │ │ │ │ │ ├── gnome-dev-harddisk.svg │ │ │ │ │ ├── gnome-dev-ipod.svg │ │ │ │ │ ├── gnome-dev-media-cf.svg │ │ │ │ │ ├── gnome-dev-media-ms.svg │ │ │ │ │ ├── gnome-dev-media-sdmmc.svg │ │ │ │ │ ├── gnome-dev-media-sm.svg │ │ │ │ │ ├── gnome-dev-mouse-ball.svg │ │ │ │ │ ├── gnome-dev-mouse-optical.svg │ │ │ │ │ ├── gnome-dev-removable-1394.svg │ │ │ │ │ ├── gnome-dev-removable-usb.svg │ │ │ │ │ ├── gnome-dev-removable.svg │ │ │ │ │ ├── gnome-dev-wavelan.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-phone-manager.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-gaming.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad-off.svg │ │ │ │ │ ├── input-touchpad-on.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── joystick.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── media-cdr.svg │ │ │ │ │ ├── media-cdrom-audio.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-cdrw.svg │ │ │ │ │ ├── media-dvd.svg │ │ │ │ │ ├── media-dvdrw.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-flash-smart-media.svg │ │ │ │ │ ├── media-flash.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-memory-sd.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-blu-ray.svg │ │ │ │ │ ├── media-optical-cd-video.svg │ │ │ │ │ ├── media-optical-copy.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-dvd-video.svg │ │ │ │ │ ├── media-optical-dvd.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── media-removable.svg │ │ │ │ │ ├── modem.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── removable-media.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── stock_cell-phone.svg │ │ │ │ │ ├── system.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ ├── unity-fallback-mount-helper.svg │ │ │ │ │ ├── video-display.svg │ │ │ │ │ └── video-television.svg │ │ │ │ ├── emblems │ │ │ │ ├── mimetypes │ │ │ │ ├── panel │ │ │ │ └── places │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── application-x-gnome-saved-search.svg │ │ │ │ │ ├── bookmark-missing.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── edittrash.svg │ │ │ │ │ ├── emptytrash.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-add.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-bookmarks.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-camera.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-desktop.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents-open.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download-open.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-drag-accept.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-git.svg │ │ │ │ │ ├── folder-github.svg │ │ │ │ │ ├── folder-gitlab.svg │ │ │ │ │ ├── folder-google-drive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-home.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-java.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-mega.svg │ │ │ │ │ ├── folder-meocloud.svg │ │ │ │ │ ├── folder-music-open.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-photo.svg │ │ │ │ │ ├── folder-photos.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures-open.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare-open.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote-ftp.svg │ │ │ │ │ ├── folder-remote-nfs.svg │ │ │ │ │ ├── folder-remote-open.svg │ │ │ │ │ ├── folder-remote-smb.svg │ │ │ │ │ ├── folder-remote-ssh.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-saved-search-alt.svg │ │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates-open.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videocamera.svg │ │ │ │ │ ├── folder-videos-open.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-visiting.svg │ │ │ │ │ ├── folder-wifi.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_download.svg │ │ │ │ │ ├── folder_downloads.svg │ │ │ │ │ ├── folder_home.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── folder_images.svg │ │ │ │ │ ├── folder_open.svg │ │ │ │ │ ├── folder_pictures.svg │ │ │ │ │ ├── folders-documents.svg │ │ │ │ │ ├── folders-downloads.svg │ │ │ │ │ ├── folders-music.svg │ │ │ │ │ ├── folders-publicshare.svg │ │ │ │ │ ├── folders-videos.svg │ │ │ │ │ ├── gnome-ccdesktop.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-dev-network.svg │ │ │ │ │ ├── gnome-dev-trash-empty.svg │ │ │ │ │ ├── gnome-dev-trash-full.svg │ │ │ │ │ ├── gnome-folder.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-fs-bookmark-missing.svg │ │ │ │ │ ├── gnome-fs-bookmark.svg │ │ │ │ │ ├── gnome-fs-dav.svg │ │ │ │ │ ├── gnome-fs-desktop.svg │ │ │ │ │ ├── gnome-fs-dev.svg │ │ │ │ │ ├── gnome-fs-directory-accept.svg │ │ │ │ │ ├── gnome-fs-directory-visiting.svg │ │ │ │ │ ├── gnome-fs-directory.svg │ │ │ │ │ ├── gnome-fs-ftp.svg │ │ │ │ │ ├── gnome-fs-home.svg │ │ │ │ │ ├── gnome-fs-network.svg │ │ │ │ │ ├── gnome-fs-nfs.svg │ │ │ │ │ ├── gnome-fs-server.svg │ │ │ │ │ ├── gnome-fs-share.svg │ │ │ │ │ ├── gnome-fs-smb.svg │ │ │ │ │ ├── gnome-fs-ssh.svg │ │ │ │ │ ├── gnome-fs-trash-empty-accept.svg │ │ │ │ │ ├── gnome-fs-trash-empty.svg │ │ │ │ │ ├── gnome-fs-trash-full.svg │ │ │ │ │ ├── gnome-fs-web.svg │ │ │ │ │ ├── gnome-home.svg │ │ │ │ │ ├── gnome-mime-x-directory-nfs-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-share.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-workgroup.svg │ │ │ │ │ ├── gnome-stock-trash-empty.svg │ │ │ │ │ ├── gnome-stock-trash-full.svg │ │ │ │ │ ├── gnome-stock-trash.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── neat.svg │ │ │ │ │ ├── nemo-bookmark-not-found.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── network.svg │ │ │ │ │ ├── network_fs.svg │ │ │ │ │ ├── network_local.svg │ │ │ │ │ ├── nfs.svg │ │ │ │ │ ├── other-desktop.svg │ │ │ │ │ ├── redhat-home.svg │ │ │ │ │ ├── redhat-network-server.svg │ │ │ │ │ ├── redhat-system-group.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── samba.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── start-here.svg │ │ │ │ │ ├── stock_bookmark.svg │ │ │ │ │ ├── stock_delete-bookmark.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── stock_home.svg │ │ │ │ │ ├── stock_music-library.svg │ │ │ │ │ ├── stock_open.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_trash_empty.svg │ │ │ │ │ ├── stock_trash_full.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trash-full.svg │ │ │ │ │ ├── trashcan_empty.svg │ │ │ │ │ ├── trashcan_full.svg │ │ │ │ │ ├── user-bookmarks.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home-open.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-images.svg │ │ │ │ │ ├── user-pictures.svg │ │ │ │ │ ├── user-share.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ ├── user-trash.svg │ │ │ │ │ ├── xfce-trash_empty.svg │ │ │ │ │ └── xfce-trash_full.svg │ │ │ ├── 24 │ │ │ │ ├── actions │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Finished.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── SuggestionTM.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-files-to-archive.svg │ │ │ │ │ ├── add-folder-to-archive.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcurves.svg │ │ │ │ │ ├── adjusthsl.svg │ │ │ │ │ ├── adjustlevels.svg │ │ │ │ │ ├── adjustrgb.svg │ │ │ │ │ ├── adress-book-new.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── akonadiconsole.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-node.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-node.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animal.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── antivignetting.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── appointment.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── audio-volume-high.svg │ │ │ │ │ ├── audio-volume-low.svg │ │ │ │ │ ├── audio-volume-medium.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── auto-transition.svg │ │ │ │ │ ├── auto-type.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── back.svg │ │ │ │ │ ├── backgroundtool.svg │ │ │ │ │ ├── bboxnext.svg │ │ │ │ │ ├── bboxprev.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── blueman-plugin.svg │ │ │ │ │ ├── blueman-send-file.svg │ │ │ │ │ ├── blueman-trust.svg │ │ │ │ │ ├── blueman-untrust.svg │ │ │ │ │ ├── blurfx.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bonobo-component-browser.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmark_add.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bookmarks_list_add.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── bottom.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-add.svg │ │ │ │ │ ├── bqm-addqueue.svg │ │ │ │ │ ├── bqm-commit.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── bqm-update.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── browser-download.svg │ │ │ │ │ ├── burst.svg │ │ │ │ │ ├── button_cancel.svg │ │ │ │ │ ├── bwtonal.svg │ │ │ │ │ ├── cab_extract.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── calligraphy.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cancel.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── channelmixer.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── charcoaltool.svg │ │ │ │ │ ├── check-filled.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── cm_columnsview.svg │ │ │ │ │ ├── cm_extractfiles.svg │ │ │ │ │ ├── cm_options.svg │ │ │ │ │ ├── cm_refresh.svg │ │ │ │ │ ├── cm_search.svg │ │ │ │ │ ├── cm_syncdirs.svg │ │ │ │ │ ├── cm_thumbnailsview.svg │ │ │ │ │ ├── cm_viewhistorynext.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colorfx.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colorneg.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composite-track-off.svg │ │ │ │ │ ├── composite-track-on.svg │ │ │ │ │ ├── composite-track-preview.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configuration.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── contrast.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── cookies.svg │ │ │ │ │ ├── coordinate.svg │ │ │ │ │ ├── copy-coordinates.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── currenttrack_pause.svg │ │ │ │ │ ├── currenttrack_play.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── database-change-key.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── depth16to8.svg │ │ │ │ │ ├── depth8to16.svg │ │ │ │ │ ├── description.svg │ │ │ │ │ ├── dfrac.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-align-and-distribute.svg │ │ │ │ │ ├── dialog-apply.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-filters.svg │ │ │ │ │ ├── dialog-icon-preview.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-memory.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-no.svg │ │ │ │ │ ├── dialog-object-properties.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-selectors.svg │ │ │ │ │ ├── dialog-transform.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dialog-yes.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── discrete.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-graph-directed.svg │ │ │ │ │ ├── distribute-graph.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-node.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-randomize.svg │ │ │ │ │ ├── distribute-remove-overlaps.svg │ │ │ │ │ ├── distribute-unclump.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-node.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-cleanup.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as-template.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── dontknow.svg │ │ │ │ │ ├── down.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── drag-surface.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-calligraphic.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dvisearch.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── earthquake.svg │ │ │ │ │ ├── edit-add.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-flag.svg │ │ │ │ │ ├── edit-group.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-mark.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-lasso.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo-history.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── edit_animation.svg │ │ │ │ │ ├── editclear.svg │ │ │ │ │ ├── editcopy.svg │ │ │ │ │ ├── editcut.svg │ │ │ │ │ ├── editdelete.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpaste.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── embosstool.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── enterprise.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entrance_animations.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── entry-new.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── epiphany-download.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── errornext.svg │ │ │ │ │ ├── errorprev.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exchange-positions-clockwise.svg │ │ │ │ │ ├── exchange-positions-zorder.svg │ │ │ │ │ ├── exchange-positions.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── exit.svg │ │ │ │ │ ├── exit_animations.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── extract-archive.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── favorite.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filefind.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── filenew.svg │ │ │ │ │ ├── fileopen.svg │ │ │ │ │ ├── fileprint.svg │ │ │ │ │ ├── filequickprint.svg │ │ │ │ │ ├── filesave.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── filmgrain.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── find.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── flower-shape.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── folder-tag.svg │ │ │ │ │ ├── folder_color_picker.svg │ │ │ │ │ ├── folder_new.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── food.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-convert-to-path.svg │ │ │ │ │ ├── format-currency.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-insert-node.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-node-corner.svg │ │ │ │ │ ├── format-node-curve.svg │ │ │ │ │ ├── format-node-line.svg │ │ │ │ │ ├── format-node-smooth.svg │ │ │ │ │ ├── format-node-symmetric.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-segment-curve.svg │ │ │ │ │ ├── format-segment-line.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── frmt-text-direction-horizontal.svg │ │ │ │ │ ├── frmt-text-direction-r2l.svg │ │ │ │ │ ├── frmt-text-direction-vertical-lr.svg │ │ │ │ │ ├── frmt-text-direction-vertical.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── giggle-history-view.svg │ │ │ │ │ ├── giggle-tag.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnome-app-install-star.svg │ │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ │ ├── gnome-stock-mail-fwd.svg │ │ │ │ │ ├── gnome-stock-mail-new.svg │ │ │ │ │ ├── gnome-stock-mail-rpl.svg │ │ │ │ │ ├── gnome-stock-mail-snd.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-autosum.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-bucket.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-accounting.svg │ │ │ │ │ ├── gnumeric-format-border-all.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-inside-horiz.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-none.svg │ │ │ │ │ ├── gnumeric-format-border-outside.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-thick-outside.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-format-percentage.svg │ │ │ │ │ ├── gnumeric-format-precision-decrease.svg │ │ │ │ │ ├── gnumeric-format-precision-increase.svg │ │ │ │ │ ├── gnumeric-format-thousand-separator.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-object-arrow.svg │ │ │ │ │ ├── gnumeric-object-button.svg │ │ │ │ │ ├── gnumeric-object-checkbox.svg │ │ │ │ │ ├── gnumeric-object-combo.svg │ │ │ │ │ ├── gnumeric-object-ellipse.svg │ │ │ │ │ ├── gnumeric-object-label.svg │ │ │ │ │ ├── gnumeric-object-line.svg │ │ │ │ │ ├── gnumeric-object-list.svg │ │ │ │ │ ├── gnumeric-object-rectangle.svg │ │ │ │ │ ├── gnumeric-object-scrollbar.svg │ │ │ │ │ ├── gnumeric-object-spinbutton.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-cell.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-time.svg │ │ │ │ │ ├── gnumeric-protection-no.svg │ │ │ │ │ ├── gnumeric-protection-yes.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-left-symbolic.svg │ │ │ │ │ ├── go-left.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-right-symbolic.svg │ │ │ │ │ ├── go-right.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtg-plugin.svg │ │ │ │ │ ├── gtg-tag.svg │ │ │ │ │ ├── gtg-tags-none.svg │ │ │ │ │ ├── gtg-task-done.svg │ │ │ │ │ ├── gtg-task-new.svg │ │ │ │ │ ├── gtg-task-undismiss.svg │ │ │ │ │ ├── gtg-task-undone.svg │ │ │ │ │ ├── gtk-about.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-copy.svg │ │ │ │ │ ├── gtk-cut.svg │ │ │ │ │ ├── gtk-delete.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-dnd-multiple.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-file.svg │ │ │ │ │ ├── gtk-find-and-replace.svg │ │ │ │ │ ├── gtk-find.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-fullscreen.svg │ │ │ │ │ ├── gtk-go-back-ltr.svg │ │ │ │ │ ├── gtk-go-back-rtl.svg │ │ │ │ │ ├── gtk-go-down.svg │ │ │ │ │ ├── gtk-go-forward-ltr.svg │ │ │ │ │ ├── gtk-go-forward-rtl.svg │ │ │ │ │ ├── gtk-go-up.svg │ │ │ │ │ ├── gtk-goto-bottom.svg │ │ │ │ │ ├── gtk-goto-first-ltr.svg │ │ │ │ │ ├── gtk-goto-first-rtl.svg │ │ │ │ │ ├── gtk-goto-last-ltr.svg │ │ │ │ │ ├── gtk-goto-last-rtl.svg │ │ │ │ │ ├── gtk-goto-top.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-indent-ltr.svg │ │ │ │ │ ├── gtk-indent-rtl.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-italic.svg │ │ │ │ │ ├── gtk-jump-to-ltr.svg │ │ │ │ │ ├── gtk-justify-center.svg │ │ │ │ │ ├── gtk-justify-fill.svg │ │ │ │ │ ├── gtk-justify-left.svg │ │ │ │ │ ├── gtk-justify-right.svg │ │ │ │ │ ├── gtk-leave-fullscreen.svg │ │ │ │ │ ├── gtk-media-forward-ltr.svg │ │ │ │ │ ├── gtk-media-forward-rtl.svg │ │ │ │ │ ├── gtk-media-next-ltr.svg │ │ │ │ │ ├── gtk-media-next-rtl.svg │ │ │ │ │ ├── gtk-media-pause.svg │ │ │ │ │ ├── gtk-media-play-ltr.svg │ │ │ │ │ ├── gtk-media-previous-ltr.svg │ │ │ │ │ ├── gtk-media-previous-rtl.svg │ │ │ │ │ ├── gtk-media-record.svg │ │ │ │ │ ├── gtk-media-rewind-ltr.svg │ │ │ │ │ ├── gtk-media-rewind-rtl.svg │ │ │ │ │ ├── gtk-media-stop.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── gtk-new.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-open.svg │ │ │ │ │ ├── gtk-paste.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-print-preview.svg │ │ │ │ │ ├── gtk-print.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-refresh.svg │ │ │ │ │ ├── gtk-remove.svg │ │ │ │ │ ├── gtk-revert-to-saved-ltr.svg │ │ │ │ │ ├── gtk-revert-to-saved-rtl.svg │ │ │ │ │ ├── gtk-save-as.svg │ │ │ │ │ ├── gtk-save.svg │ │ │ │ │ ├── gtk-select-all.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-spell-check.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-tab-duplicate.svg │ │ │ │ │ ├── gtk-tab-new.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── gtk-zoom-fit.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── hand.svg │ │ │ │ │ ├── handle-left.svg │ │ │ │ │ ├── handle-move.svg │ │ │ │ │ ├── handle-right.svg │ │ │ │ │ ├── handle-sort.svg │ │ │ │ │ ├── hb-add-queue.svg │ │ │ │ │ ├── hb-complete.svg │ │ │ │ │ ├── hb-pause.svg │ │ │ │ │ ├── hb-presets.svg │ │ │ │ │ ├── hb-remove.svg │ │ │ │ │ ├── hb-showqueue.svg │ │ │ │ │ ├── hb-source.svg │ │ │ │ │ ├── hb-start.svg │ │ │ │ │ ├── hb-stop.svg │ │ │ │ │ ├── headphones.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hexagon-shape.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── history.svg │ │ │ │ │ ├── history_entry.svg │ │ │ │ │ ├── hook-notifier.svg │ │ │ │ │ ├── hotpixels.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-gadugadu.svg │ │ │ │ │ ├── im-google-talk.svg │ │ │ │ │ ├── im-google.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-local-xmpp.svg │ │ │ │ │ ├── im-message-new.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── image-auto-adjust.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── irc-operator.svg │ │ │ │ │ ├── irc-remove-operator.svg │ │ │ │ │ ├── irc-unvoice.svg │ │ │ │ │ ├── irc-voice.svg │ │ │ │ │ ├── item.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── items-tags.svg │ │ │ │ │ ├── itmages-add.svg │ │ │ │ │ ├── itmages-cancel.svg │ │ │ │ │ ├── itmages-copy-link.svg │ │ │ │ │ ├── itmages-folder.svg │ │ │ │ │ ├── itmages-open-browser.svg │ │ │ │ │ ├── itmages-quit.svg │ │ │ │ │ ├── itmages-resize.svg │ │ │ │ │ ├── itmages-rotate.svg │ │ │ │ │ ├── itmages-select-all.svg │ │ │ │ │ ├── itmages-settings.svg │ │ │ │ │ ├── itmages-stop.svg │ │ │ │ │ ├── itmages-tools.svg │ │ │ │ │ ├── itmages-upload.svg │ │ │ │ │ ├── itmages-utils.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-composite.svg │ │ │ │ │ ├── kdenlive-custom-effect.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-hide-audio.svg │ │ │ │ │ ├── kdenlive-hide-video.svg │ │ │ │ │ ├── kdenlive-insert-edit.svg │ │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-no-composite.svg │ │ │ │ │ ├── kdenlive-normal-edit.svg │ │ │ │ │ ├── kdenlive-object-height.svg │ │ │ │ │ ├── kdenlive-object-width.svg │ │ │ │ │ ├── kdenlive-overwrite-edit.svg │ │ │ │ │ ├── kdenlive-select-all.svg │ │ │ │ │ ├── kdenlive-select-images.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-texts.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audio.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-markers.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-split-audio.svg │ │ │ │ │ ├── kdenlive-track_has_effect.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ │ ├── kdenlive-zindex-down.svg │ │ │ │ │ ├── kdenlive-zindex-top.svg │ │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase-new.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ │ ├── kmouth-phresebook-new.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── know.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_cbound.svg │ │ │ │ │ ├── kstars_clines.svg │ │ │ │ │ ├── kstars_cnames.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_constellationart.svg │ │ │ │ │ ├── kstars_deepsky.svg │ │ │ │ │ ├── kstars_ekos.svg │ │ │ │ │ ├── kstars_fitsviewer.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_grid.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kstars_hgrid.svg │ │ │ │ │ ├── kstars_horizon.svg │ │ │ │ │ ├── kstars_indi.svg │ │ │ │ │ ├── kstars_mw.svg │ │ │ │ │ ├── kstars_planets.svg │ │ │ │ │ ├── kstars_satellites.svg │ │ │ │ │ ├── kstars_solarsystem.svg │ │ │ │ │ ├── kstars_stars.svg │ │ │ │ │ ├── kstars_supernovae.svg │ │ │ │ │ ├── kstars_xplanet.svg │ │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ │ ├── kt-add-filters.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-chunks.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-magnet.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ │ ├── kt-remove-filters.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start-all.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop-all.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-1x-zoom.svg │ │ │ │ │ ├── labplot-2x-zoom.svg │ │ │ │ │ ├── labplot-3x-zoom.svg │ │ │ │ │ ├── labplot-4x-zoom.svg │ │ │ │ │ ├── labplot-5x-zoom.svg │ │ │ │ │ ├── labplot-TeX-logo.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-axis-horizontal.svg │ │ │ │ │ ├── labplot-axis-vertical.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-matrix-new.svg │ │ │ │ │ ├── labplot-matrix.svg │ │ │ │ │ ├── labplot-plot-axis-points.svg │ │ │ │ │ ├── labplot-shift-down-y.svg │ │ │ │ │ ├── labplot-shift-left-x.svg │ │ │ │ │ ├── labplot-shift-right-x.svg │ │ │ │ │ ├── labplot-shift-up-y.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-workbook-new.svg │ │ │ │ │ ├── labplot-workbook.svg │ │ │ │ │ ├── labplot-worksheet-new.svg │ │ │ │ │ ├── labplot-worksheet.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-xy-curve-segments.svg │ │ │ │ │ ├── labplot-xy-curve.svg │ │ │ │ │ ├── labplot-xy-equation-curve.svg │ │ │ │ │ ├── labplot-xy-fit-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-filter-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-transform-curve.svg │ │ │ │ │ ├── labplot-xy-interpolation-curve.svg │ │ │ │ │ ├── labplot-xy-plot-four-axes.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered-origin.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes.svg │ │ │ │ │ ├── labplot-xy-smoothing-curve.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── latex-config.svg │ │ │ │ │ ├── latex.svg │ │ │ │ │ ├── layer-rename.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── lens.svg │ │ │ │ │ ├── lensautofix.svg │ │ │ │ │ ├── lensdistortion.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lilypond.svg │ │ │ │ │ ├── linear.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── lpi-bug.svg │ │ │ │ │ ├── lpi-translate.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-flagged.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── mail_forward.svg │ │ │ │ │ ├── mail_new.svg │ │ │ │ │ ├── mail_reply.svg │ │ │ │ │ ├── mail_replyall.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── map-flat.svg │ │ │ │ │ ├── map-globe.svg │ │ │ │ │ ├── map-gnomonic.svg │ │ │ │ │ ├── map-mercator.svg │ │ │ │ │ ├── mark-location.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-import-audio-cd.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-mout.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-amarok.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── meld-version-control.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── menu_new_sep.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── mesh-gradient.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── motion_path_animations.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── music-note-16th.svg │ │ │ │ │ ├── nemo-eject.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── newline.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── next.svg │ │ │ │ │ ├── nextfuzzy.svg │ │ │ │ │ ├── nextfuzzyuntrans.svg │ │ │ │ │ ├── nextuntranslated.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── noisereduction.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── nroot.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-crop.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-hidden.svg │ │ │ │ │ ├── object-inverse.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup-pop-selection.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object-visible.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── oilpaint.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-menu.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overexposure.svg │ │ │ │ │ ├── overflow-menu-left.svg │ │ │ │ │ ├── overflow-menu-right.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_settings.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paint-order-fms.svg │ │ │ │ │ ├── paint-order-fsm.svg │ │ │ │ │ ├── paint-order-mfs.svg │ │ │ │ │ ├── paint-order-msf.svg │ │ │ │ │ ├── paint-order-sfm.svg │ │ │ │ │ ├── paint-order-smf.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── pathshape.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── perspective.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── player-eject.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── player_eject.svg │ │ │ │ │ ├── player_end.svg │ │ │ │ │ ├── player_fwd.svg │ │ │ │ │ ├── player_pause.svg │ │ │ │ │ ├── player_play.svg │ │ │ │ │ ├── player_record.svg │ │ │ │ │ ├── player_rew.svg │ │ │ │ │ ├── player_start.svg │ │ │ │ │ ├── player_stop.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── podcast-amarok.svg │ │ │ │ │ ├── podcast-new.svg │ │ │ │ │ ├── poedit-fuzzy.svg │ │ │ │ │ ├── poedit-status-bookmark.svg │ │ │ │ │ ├── poedit-status-cat-mid.svg │ │ │ │ │ ├── poedit-status-cat-no.svg │ │ │ │ │ ├── poedit-status-cat-ok.svg │ │ │ │ │ ├── poedit-status-comment.svg │ │ │ │ │ ├── poedit-sync.svg │ │ │ │ │ ├── poedit-update.svg │ │ │ │ │ ├── poedit-validate.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-activities.svg │ │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preflight-verifier.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── prevfuzzy.svg │ │ │ │ │ ├── prevfuzzyuntrans.svg │ │ │ │ │ ├── preview-add-zone.svg │ │ │ │ │ ├── preview-remove-all.svg │ │ │ │ │ ├── preview-remove-zone.svg │ │ │ │ │ ├── preview-render-off.svg │ │ │ │ │ ├── preview-render-on.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── previous.svg │ │ │ │ │ ├── prevuntranslated.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── privatebrowsing.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-defaults.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── question.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── rabbitvcs-about.svg │ │ │ │ │ ├── rabbitvcs-add.svg │ │ │ │ │ ├── rabbitvcs-applypatch.svg │ │ │ │ │ ├── rabbitvcs-bug.svg │ │ │ │ │ ├── rabbitvcs-changes.svg │ │ │ │ │ ├── rabbitvcs-checkmods.svg │ │ │ │ │ ├── rabbitvcs-checkout.svg │ │ │ │ │ ├── rabbitvcs-commit.svg │ │ │ │ │ ├── rabbitvcs-dbus.svg │ │ │ │ │ ├── rabbitvcs-delete.svg │ │ │ │ │ ├── rabbitvcs-editconflicts.svg │ │ │ │ │ ├── rabbitvcs-emblems.svg │ │ │ │ │ ├── rabbitvcs-export.svg │ │ │ │ │ ├── rabbitvcs-import.svg │ │ │ │ │ ├── rabbitvcs-lock.svg │ │ │ │ │ ├── rabbitvcs-properties.svg │ │ │ │ │ ├── rabbitvcs-push.svg │ │ │ │ │ ├── rabbitvcs-refresh.svg │ │ │ │ │ ├── rabbitvcs-relocate.svg │ │ │ │ │ ├── rabbitvcs-reset.svg │ │ │ │ │ ├── rabbitvcs-run.svg │ │ │ │ │ ├── rabbitvcs-settings.svg │ │ │ │ │ ├── rabbitvcs-show_log.svg │ │ │ │ │ ├── rabbitvcs-stop.svg │ │ │ │ │ ├── rabbitvcs-switch.svg │ │ │ │ │ ├── rabbitvcs-unlock.svg │ │ │ │ │ ├── rabbitvcs-unstage.svg │ │ │ │ │ ├── rabbitvcs-update.svg │ │ │ │ │ ├── raindrop.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── reload.svg │ │ │ │ │ ├── reload3.svg │ │ │ │ │ ├── reload_all_tabs.svg │ │ │ │ │ ├── reload_page.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── revert.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── search-icon.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection-bottom.svg │ │ │ │ │ ├── selection-lower.svg │ │ │ │ │ ├── selection-make-bitmap-copy.svg │ │ │ │ │ ├── selection-raise.svg │ │ │ │ │ ├── selection-top.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── setroubleshoot_icon.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── settings.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── sharpenimage.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-all-effects.svg │ │ │ │ │ ├── show-dialogs.svg │ │ │ │ │ ├── show-gpu-effects.svg │ │ │ │ │ ├── show-grid.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-places.svg │ │ │ │ │ ├── sidebar.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── skg-chart-bubble.svg │ │ │ │ │ ├── skrooge_credit_card.svg │ │ │ │ │ ├── skrooge_less.svg │ │ │ │ │ ├── skrooge_more.svg │ │ │ │ │ ├── skrooge_much_less.svg │ │ │ │ │ ├── skrooge_much_more.svg │ │ │ │ │ ├── skrooge_type.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── slideshow-plugin.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallfrac.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smartnewline.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── smiley-shape.svg │ │ │ │ │ ├── smiley.svg │ │ │ │ │ ├── smooth.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── soundkonverter-replaygain.svg │ │ │ │ │ ├── spacefm-find.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── start.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_ChargedParticle.svg │ │ │ │ │ ├── step_object_CircularMotor.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_CoulombForce.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Gas.svg │ │ │ │ │ ├── step_object_GasParticle.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_GravitationForce.svg │ │ │ │ │ ├── step_object_LinearMotor.svg │ │ │ │ │ ├── step_object_Meter.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_SoftBody.svg │ │ │ │ │ ├── step_object_Spring.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── step_object_Tracer.svg │ │ │ │ │ ├── step_object_WeightForce.svg │ │ │ │ │ ├── sticky_zoom.svg │ │ │ │ │ ├── stock_about.svg │ │ │ │ │ ├── stock_add-bookmark.svg │ │ │ │ │ ├── stock_bottom.svg │ │ │ │ │ ├── stock_calc-accept.svg │ │ │ │ │ ├── stock_check-filled.svg │ │ │ │ │ ├── stock_close.svg │ │ │ │ │ ├── stock_contact-list.svg │ │ │ │ │ ├── stock_copy.svg │ │ │ │ │ ├── stock_cut.svg │ │ │ │ │ ├── stock_delete.svg │ │ │ │ │ ├── stock_down.svg │ │ │ │ │ ├── stock_exit.svg │ │ │ │ │ ├── stock_file-properites.svg │ │ │ │ │ ├── stock_file-properties.svg │ │ │ │ │ ├── stock_first.svg │ │ │ │ │ ├── stock_folder_properties.svg │ │ │ │ │ ├── stock_fullscreen.svg │ │ │ │ │ ├── stock_gtk-dnd-multiple.svg │ │ │ │ │ ├── stock_help-add-bookmark.svg │ │ │ │ │ ├── stock_insert-rule.svg │ │ │ │ │ ├── stock_insert-table.svg │ │ │ │ │ ├── stock_last.svg │ │ │ │ │ ├── stock_leave-fullscreen.svg │ │ │ │ │ ├── stock_left.svg │ │ │ │ │ ├── stock_mail-compose.svg │ │ │ │ │ ├── stock_mail-flag-for-followup-done.svg │ │ │ │ │ ├── stock_mail-flag-for-followup.svg │ │ │ │ │ ├── stock_mail-forward.svg │ │ │ │ │ ├── stock_mail-reply-to-all.svg │ │ │ │ │ ├── stock_mail-reply.svg │ │ │ │ │ ├── stock_mail-send.svg │ │ │ │ │ ├── stock_mark.svg │ │ │ │ │ ├── stock_media-fwd.svg │ │ │ │ │ ├── stock_media-next.svg │ │ │ │ │ ├── stock_media-pause.svg │ │ │ │ │ ├── stock_media-play.svg │ │ │ │ │ ├── stock_media-prev.svg │ │ │ │ │ ├── stock_media-rec.svg │ │ │ │ │ ├── stock_media-rew.svg │ │ │ │ │ ├── stock_media-stop.svg │ │ │ │ │ ├── stock_navigator.svg │ │ │ │ │ ├── stock_new-address-book.svg │ │ │ │ │ ├── stock_new-appointment.svg │ │ │ │ │ ├── stock_new-bcard.svg │ │ │ │ │ ├── stock_new-dir.svg │ │ │ │ │ ├── stock_new-tab.svg │ │ │ │ │ ├── stock_new-text.svg │ │ │ │ │ ├── stock_no.svg │ │ │ │ │ ├── stock_not.svg │ │ │ │ │ ├── stock_paste.svg │ │ │ │ │ ├── stock_print-preview.svg │ │ │ │ │ ├── stock_print.svg │ │ │ │ │ ├── stock_properties.svg │ │ │ │ │ ├── stock_redo.svg │ │ │ │ │ ├── stock_refresh.svg │ │ │ │ │ ├── stock_right.svg │ │ │ │ │ ├── stock_save-as.svg │ │ │ │ │ ├── stock_save.svg │ │ │ │ │ ├── stock_score-high.svg │ │ │ │ │ ├── stock_score-higher.svg │ │ │ │ │ ├── stock_score-highest.svg │ │ │ │ │ ├── stock_score-low.svg │ │ │ │ │ ├── stock_score-lower.svg │ │ │ │ │ ├── stock_score-lowest.svg │ │ │ │ │ ├── stock_score-normal.svg │ │ │ │ │ ├── stock_search.svg │ │ │ │ │ ├── stock_select-all.svg │ │ │ │ │ ├── stock_select-column.svg │ │ │ │ │ ├── stock_select-row.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_show-all.svg │ │ │ │ │ ├── stock_stop.svg │ │ │ │ │ ├── stock_task-assigned-to.svg │ │ │ │ │ ├── stock_task-assigned.svg │ │ │ │ │ ├── stock_task-recurring.svg │ │ │ │ │ ├── stock_task.svg │ │ │ │ │ ├── stock_thunar-shortcuts.svg │ │ │ │ │ ├── stock_timezone.svg │ │ │ │ │ ├── stock_todo.svg │ │ │ │ │ ├── stock_top.svg │ │ │ │ │ ├── stock_undo.svg │ │ │ │ │ ├── stock_up.svg │ │ │ │ │ ├── stock_view-details.svg │ │ │ │ │ ├── stock_volume.svg │ │ │ │ │ ├── stock_xfburn-data-copy.svg │ │ │ │ │ ├── stock_xfburn-format-dvdrw.svg │ │ │ │ │ ├── stock_yes.svg │ │ │ │ │ ├── stock_zoom-page.svg │ │ │ │ │ ├── stop.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── tab.svg │ │ │ │ │ ├── tab_duplicate.svg │ │ │ │ │ ├── tab_new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── texcompiler.svg │ │ │ │ │ ├── texlion.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-orientation-auto.svg │ │ │ │ │ ├── text-orientation-sideways.svg │ │ │ │ │ ├── text-orientation-upright.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_remove_kerns.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── texture.svg │ │ │ │ │ ├── timeline-extract.svg │ │ │ │ │ ├── timeline-insert.svg │ │ │ │ │ ├── timeline-lift.svg │ │ │ │ │ ├── timeline-overwrite.svg │ │ │ │ │ ├── timeline-use-zone-off.svg │ │ │ │ │ ├── timeline-use-zone-on.svg │ │ │ │ │ ├── tiny-pause.svg │ │ │ │ │ ├── tiny-start.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-spray.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_eraser.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_curve.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_free_form_selection.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polygon.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_spraycan.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── top.svg │ │ │ │ │ ├── torrents.svg │ │ │ │ │ ├── transform-browse.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-horizontal.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale-vertical.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── typewriter.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── underexposure.svg │ │ │ │ │ ├── undo.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── up.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── username-copy.svg │ │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-account-checking.svg │ │ │ │ │ ├── view-bank-account-savings.svg │ │ │ │ │ ├── view-bank-account.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-catalog.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-categories.svg │ │ │ │ │ ├── view-certificate-add.svg │ │ │ │ │ ├── view-certificate-export-secret.svg │ │ │ │ │ ├── view-certificate-export-server.svg │ │ │ │ │ ├── view-certificate-export.svg │ │ │ │ │ ├── view-certificate-import.svg │ │ │ │ │ ├── view-certificate-server-configure.svg │ │ │ │ │ ├── view-certificate-sign.svg │ │ │ │ │ ├── view-certificate.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-chart.svg │ │ │ │ │ ├── view-media-config.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-favorite.svg │ │ │ │ │ ├── view-media-genre.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playcount.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-recent.svg │ │ │ │ │ ├── view-media-similarartists.svg │ │ │ │ │ ├── view-media-title.svg │ │ │ │ │ ├── view-media-track.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-effect.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-unsplit-effect.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewmagfit.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── wallet-closed.svg │ │ │ │ │ ├── wallet-open.svg │ │ │ │ │ ├── warnnext.svg │ │ │ │ │ ├── warnprev.svg │ │ │ │ │ ├── whitebalance.svg │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── window_fullscreen.svg │ │ │ │ │ ├── window_new.svg │ │ │ │ │ ├── window_nofullscreen.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── x-zoom-in.svg │ │ │ │ │ ├── x-zoom-out.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── y-zoom-out.svg │ │ │ │ │ ├── zone-in.svg │ │ │ │ │ ├── zone-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-best-fit.svg │ │ │ │ │ ├── zoom-center-page.svg │ │ │ │ │ ├── zoom-double-size.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-half-size.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in-y.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-pixels.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── animations │ │ │ │ ├── devices │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-headsets.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── blueman-camera.svg │ │ │ │ │ ├── blueman-cellular.svg │ │ │ │ │ ├── blueman-desktop.svg │ │ │ │ │ ├── blueman-device.svg │ │ │ │ │ ├── blueman-handheld.svg │ │ │ │ │ ├── blueman-handsfree.svg │ │ │ │ │ ├── blueman-headset.svg │ │ │ │ │ ├── blueman-laptop.svg │ │ │ │ │ ├── blueman-mouse.svg │ │ │ │ │ ├── blueman-pointing.svg │ │ │ │ │ ├── blueman-smart-phone.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── drive-cdrom.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-ieee1394.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk-solidstate.svg │ │ │ │ │ ├── drive-harddisk-system.svg │ │ │ │ │ ├── drive-harddisk-usb.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── gnome-dev-cdrom-audio.svg │ │ │ │ │ ├── gnome-dev-cdrom.svg │ │ │ │ │ ├── gnome-dev-computer.svg │ │ │ │ │ ├── gnome-dev-disc-cdr.svg │ │ │ │ │ ├── gnome-dev-disc-cdrw.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr-plus.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr.svg │ │ │ │ │ ├── gnome-dev-disc-dvdram.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrom.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrw.svg │ │ │ │ │ ├── gnome-dev-dvd.svg │ │ │ │ │ ├── gnome-dev-harddisk-1394.svg │ │ │ │ │ ├── gnome-dev-harddisk-usb.svg │ │ │ │ │ ├── gnome-dev-harddisk.svg │ │ │ │ │ ├── gnome-dev-ipod.svg │ │ │ │ │ ├── gnome-dev-media-cf.svg │ │ │ │ │ ├── gnome-dev-media-ms.svg │ │ │ │ │ ├── gnome-dev-media-sdmmc.svg │ │ │ │ │ ├── gnome-dev-media-sm.svg │ │ │ │ │ ├── gnome-dev-mouse-ball.svg │ │ │ │ │ ├── gnome-dev-mouse-optical.svg │ │ │ │ │ ├── gnome-dev-removable-1394.svg │ │ │ │ │ ├── gnome-dev-removable-usb.svg │ │ │ │ │ ├── gnome-dev-removable.svg │ │ │ │ │ ├── gnome-dev-wavelan.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-phone-manager.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-gaming.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad-off.svg │ │ │ │ │ ├── input-touchpad-on.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── joystick.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── media-cdr.svg │ │ │ │ │ ├── media-cdrom-audio.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-cdrw.svg │ │ │ │ │ ├── media-dvd.svg │ │ │ │ │ ├── media-dvdrw.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-flash-smart-media.svg │ │ │ │ │ ├── media-flash.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-memory-sd.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-blu-ray.svg │ │ │ │ │ ├── media-optical-cd-video.svg │ │ │ │ │ ├── media-optical-copy.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-dvd-video.svg │ │ │ │ │ ├── media-optical-dvd.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── media-removable.svg │ │ │ │ │ ├── modem.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── removable-media.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── stock_cell-phone.svg │ │ │ │ │ ├── system.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ ├── unity-fallback-mount-helper.svg │ │ │ │ │ ├── video-display.svg │ │ │ │ │ └── video-television.svg │ │ │ │ ├── panel │ │ │ │ └── places │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── application-x-gnome-saved-search.svg │ │ │ │ │ ├── bookmark-missing.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── edittrash.svg │ │ │ │ │ ├── emptytrash.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-bookmarks.svg │ │ │ │ │ ├── folder-camera.svg │ │ │ │ │ ├── folder-desktop.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents-open.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download-open.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-drag-accept.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-git.svg │ │ │ │ │ ├── folder-github.svg │ │ │ │ │ ├── folder-gitlab.svg │ │ │ │ │ ├── folder-google-drive.svg │ │ │ │ │ ├── folder-home.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-java.svg │ │ │ │ │ ├── folder-mega.svg │ │ │ │ │ ├── folder-meocloud.svg │ │ │ │ │ ├── folder-music-open.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-photo.svg │ │ │ │ │ ├── folder-photos.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures-open.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare-open.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-remote-ftp.svg │ │ │ │ │ ├── folder-remote-nfs.svg │ │ │ │ │ ├── folder-remote-open.svg │ │ │ │ │ ├── folder-remote-smb.svg │ │ │ │ │ ├── folder-remote-ssh.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-saved-search-alt.svg │ │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates-open.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videocamera.svg │ │ │ │ │ ├── folder-videos-open.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-visiting.svg │ │ │ │ │ ├── folder-wifi.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_download.svg │ │ │ │ │ ├── folder_downloads.svg │ │ │ │ │ ├── folder_home.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── folder_images.svg │ │ │ │ │ ├── folder_open.svg │ │ │ │ │ ├── folder_pictures.svg │ │ │ │ │ ├── folders-documents.svg │ │ │ │ │ ├── folders-downloads.svg │ │ │ │ │ ├── folders-music.svg │ │ │ │ │ ├── folders-publicshare.svg │ │ │ │ │ ├── folders-videos.svg │ │ │ │ │ ├── gnome-ccdesktop.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-dev-network.svg │ │ │ │ │ ├── gnome-dev-trash-empty.svg │ │ │ │ │ ├── gnome-dev-trash-full.svg │ │ │ │ │ ├── gnome-folder.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-fs-bookmark-missing.svg │ │ │ │ │ ├── gnome-fs-bookmark.svg │ │ │ │ │ ├── gnome-fs-dav.svg │ │ │ │ │ ├── gnome-fs-desktop.svg │ │ │ │ │ ├── gnome-fs-dev.svg │ │ │ │ │ ├── gnome-fs-directory-accept.svg │ │ │ │ │ ├── gnome-fs-directory-visiting.svg │ │ │ │ │ ├── gnome-fs-directory.svg │ │ │ │ │ ├── gnome-fs-ftp.svg │ │ │ │ │ ├── gnome-fs-home.svg │ │ │ │ │ ├── gnome-fs-network.svg │ │ │ │ │ ├── gnome-fs-nfs.svg │ │ │ │ │ ├── gnome-fs-server.svg │ │ │ │ │ ├── gnome-fs-share.svg │ │ │ │ │ ├── gnome-fs-smb.svg │ │ │ │ │ ├── gnome-fs-ssh.svg │ │ │ │ │ ├── gnome-fs-trash-empty-accept.svg │ │ │ │ │ ├── gnome-fs-trash-empty.svg │ │ │ │ │ ├── gnome-fs-trash-full.svg │ │ │ │ │ ├── gnome-fs-web.svg │ │ │ │ │ ├── gnome-home.svg │ │ │ │ │ ├── gnome-mime-x-directory-nfs-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-share.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-workgroup.svg │ │ │ │ │ ├── gnome-stock-trash-empty.svg │ │ │ │ │ ├── gnome-stock-trash-full.svg │ │ │ │ │ ├── gnome-stock-trash.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── neat.svg │ │ │ │ │ ├── nemo-bookmark-not-found.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── network.svg │ │ │ │ │ ├── network_fs.svg │ │ │ │ │ ├── network_local.svg │ │ │ │ │ ├── nfs.svg │ │ │ │ │ ├── other-desktop.svg │ │ │ │ │ ├── redhat-home.svg │ │ │ │ │ ├── redhat-network-server.svg │ │ │ │ │ ├── redhat-system-group.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── samba.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── start-here.svg │ │ │ │ │ ├── stock_bookmark.svg │ │ │ │ │ ├── stock_delete-bookmark.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── stock_home.svg │ │ │ │ │ ├── stock_music-library.svg │ │ │ │ │ ├── stock_open.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_trash_empty.svg │ │ │ │ │ ├── stock_trash_full.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trash-full.svg │ │ │ │ │ ├── trashcan_empty.svg │ │ │ │ │ ├── trashcan_full.svg │ │ │ │ │ ├── user-bookmarks.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home-open.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-images.svg │ │ │ │ │ ├── user-pictures.svg │ │ │ │ │ ├── user-share.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ ├── user-trash.svg │ │ │ │ │ ├── xfce-trash_empty.svg │ │ │ │ │ └── xfce-trash_full.svg │ │ │ ├── 32 │ │ │ │ ├── actions │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── cursor-cross.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── gnumeric-format-halign-distributed.svg │ │ │ │ │ ├── gnumeric-format-valign-bottom.svg │ │ │ │ │ ├── gnumeric-format-valign-center.svg │ │ │ │ │ ├── gnumeric-format-valign-distributed.svg │ │ │ │ │ ├── gnumeric-format-valign-justify.svg │ │ │ │ │ ├── gnumeric-format-valign-top.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── multiple.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── org.xfce.panel.actions.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── percent.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-restart.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── xfsm-hibernate.svg │ │ │ │ │ ├── xfsm-logout.svg │ │ │ │ │ ├── xfsm-reboot.svg │ │ │ │ │ ├── xfsm-shutdown.svg │ │ │ │ │ ├── xfsm-suspend.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── categories │ │ │ │ └── status │ │ │ ├── 64 │ │ │ ├── 256 │ │ │ ├── 16@2x │ │ │ ├── 16@3x │ │ │ ├── 22@2x │ │ │ ├── 22@3x │ │ │ ├── 24@2x │ │ │ ├── 24@3x │ │ │ ├── 256@2x │ │ │ ├── 256@3x │ │ │ ├── 32@2x │ │ │ ├── 32@3x │ │ │ ├── 64@2x │ │ │ ├── 64@3x │ │ │ ├── icon-theme.cache │ │ │ ├── index.theme │ │ │ ├── scalable │ │ │ ├── scalable@2x │ │ │ ├── scalable@3x │ │ │ └── symbolic │ │ │ │ ├── actions │ │ │ │ ├── action-unavailable-symbolic.svg │ │ │ │ ├── add-files-to-archive-symbolic.svg │ │ │ │ ├── address-book-new-symbolic.svg │ │ │ │ ├── align-horizontal-center-symbolic.svg │ │ │ │ ├── align-horizontal-left-symbolic.svg │ │ │ │ ├── align-horizontal-left-to-anchor-symbolic.svg │ │ │ │ ├── align-horizontal-right-symbolic.svg │ │ │ │ ├── align-horizontal-right-to-anchor-symbolic.svg │ │ │ │ ├── align-vertical-bottom-symbolic.svg │ │ │ │ ├── align-vertical-bottom-to-anchor-symbolic.svg │ │ │ │ ├── align-vertical-center-symbolic.svg │ │ │ │ ├── align-vertical-top-symbolic.svg │ │ │ │ ├── align-vertical-top-to-anchor-symbolic.svg │ │ │ │ ├── app-installed-symbolic.svg │ │ │ │ ├── app-remove-symbolic.svg │ │ │ │ ├── application-add-symbolic.svg │ │ │ │ ├── application-exit-symbolic.svg │ │ │ │ ├── application-menu-symbolic.svg │ │ │ │ ├── appointment-new-symbolic.svg │ │ │ │ ├── appointment-symbolic.svg │ │ │ │ ├── archive-symbolic.svg │ │ │ │ ├── bookmark-add-symbolic.svg │ │ │ │ ├── bookmark-new-symbolic.svg │ │ │ │ ├── brisk_system-log-out-symbolic.svg │ │ │ │ ├── browser-download-symbolic.svg │ │ │ │ ├── builder-view-left-pane-symbolic.svg │ │ │ │ ├── ca.desrt.dconf-editor.big-rows-symbolic.svg │ │ │ │ ├── ca.desrt.dconf-editor.small-rows-symbolic.svg │ │ │ │ ├── calendar-go-today-symbolic.svg │ │ │ │ ├── call-end-symbolic.svg │ │ │ │ ├── call-start-symbolic.svg │ │ │ │ ├── call-stop-symbolic.svg │ │ │ │ ├── call-voicemail-symbolic.svg │ │ │ │ ├── camera-switch-symbolic.svg │ │ │ │ ├── caps-lock-off-symbolic.svg │ │ │ │ ├── caps-lock-symbolic.svg │ │ │ │ ├── carousel-arrow-previous-symbolic.svg │ │ │ │ ├── category-search-symbolic.svg │ │ │ │ ├── change-date-symbolic.svg │ │ │ │ ├── chat-message-new-symbolic.svg │ │ │ │ ├── chat-none-symbolic.svg │ │ │ │ ├── chat-symbolic.svg │ │ │ │ ├── cigarette-none-symbolic.svg │ │ │ │ ├── cigarette-symbolic.svg │ │ │ │ ├── cinnamon-caps-lock-off-symbolic.svg │ │ │ │ ├── cinnamon-caps-lock-symbolic.svg │ │ │ │ ├── cinnamon-num-lock-off-symbolic.svg │ │ │ │ ├── cinnamon-num-lock-symbolic.svg │ │ │ │ ├── close-symbolic.svg │ │ │ │ ├── collapse-all-symbolic.svg │ │ │ │ ├── color-profile-symbolic.svg │ │ │ │ ├── color-select-symbolic.svg │ │ │ │ ├── comment-symbolic.svg │ │ │ │ ├── contact-new-symbolic.svg │ │ │ │ ├── content-loading-symbolic.svg │ │ │ │ ├── desktop-symbolic.svg │ │ │ │ ├── detach-symbolic.svg │ │ │ │ ├── dino-double-tick-symbolic.svg │ │ │ │ ├── dino-tick-symbolic.svg │ │ │ │ ├── display-symbolic.svg │ │ │ │ ├── document-edit-symbolic.svg │ │ │ │ ├── document-export-symbolic-rtl.svg │ │ │ │ ├── document-export-symbolic.svg │ │ │ │ ├── document-import-symbolic-rtl.svg │ │ │ │ ├── document-import-symbolic.svg │ │ │ │ ├── document-new-symbolic.svg │ │ │ │ ├── document-open-recent-symbolic.svg │ │ │ │ ├── document-open-symbolic.svg │ │ │ │ ├── document-page-setup-symbolic.svg │ │ │ │ ├── document-print-preview-symbolic.svg │ │ │ │ ├── document-print-symbolic.svg │ │ │ │ ├── document-properties-symbolic.svg │ │ │ │ ├── document-revert-rtl-symbolic.svg │ │ │ │ ├── document-revert-symbolic-rtl.svg │ │ │ │ ├── document-revert-symbolic.svg │ │ │ │ ├── document-save-as-symbolic.svg │ │ │ │ ├── document-save-symbolic.svg │ │ │ │ ├── document-send-symbolic.svg │ │ │ │ ├── drag-handle-symbolic.svg │ │ │ │ ├── edit-clear-all-symbolic.svg │ │ │ │ ├── edit-clear-rtl-symbolic.svg │ │ │ │ ├── edit-clear-symbolic-rtl.svg │ │ │ │ ├── edit-clear-symbolic.svg │ │ │ │ ├── edit-copy-symbolic.svg │ │ │ │ ├── edit-cut-symbolic.svg │ │ │ │ ├── edit-delete-symbolic.svg │ │ │ │ ├── edit-find-replace-symbolic.svg │ │ │ │ ├── edit-find-symbolic.svg │ │ │ │ ├── edit-flag-symbolic.svg │ │ │ │ ├── edit-paste-symbolic.svg │ │ │ │ ├── edit-redo-rtl-symbolic.svg │ │ │ │ ├── edit-redo-symbolic-rtl.svg │ │ │ │ ├── edit-redo-symbolic.svg │ │ │ │ ├── edit-select-all-symbolic.svg │ │ │ │ ├── edit-select-symbolic.svg │ │ │ │ ├── edit-symbolic.svg │ │ │ │ ├── edit-tag-symbolic.svg │ │ │ │ ├── edit-undo-rtl-symbolic.svg │ │ │ │ ├── edit-undo-symbolic-rtl.svg │ │ │ │ ├── edit-undo-symbolic.svg │ │ │ │ ├── emblem-synchronizing-symbolic.svg │ │ │ │ ├── ephy-bookmark-tag-symbolic.svg │ │ │ │ ├── ephy-bookmarks-symbolic.svg │ │ │ │ ├── ephy-reader-mode-symbolic.svg │ │ │ │ ├── error-correct-symbolic.svg │ │ │ │ ├── expand-all-symbolic.svg │ │ │ │ ├── explore2-symbolic.svg │ │ │ │ ├── export-symbolic.svg │ │ │ │ ├── extension-symbolic.svg │ │ │ │ ├── external-link-symbolic.svg │ │ │ │ ├── extract-archive-symbolic.svg │ │ │ │ ├── eye-not-looking-symbolic.svg │ │ │ │ ├── eye-open-negative-filled-symbolic.svg │ │ │ │ ├── favorite-new-symbolic.svg │ │ │ │ ├── fcitx-fullwidth-active-symbolic.svg │ │ │ │ ├── fcitx-fullwidth-inactive-symbolic.svg │ │ │ │ ├── fcitx-kbd-symbolic.svg │ │ │ │ ├── fcitx-punc-active-symbolic.svg │ │ │ │ ├── fcitx-punc-inactive-symbolic.svg │ │ │ │ ├── fcitx-vk-active-symbolic.svg │ │ │ │ ├── fcitx-vk-inactive-symbolic.svg │ │ │ │ ├── file-catalog-symbolic.svg │ │ │ │ ├── file-library-symbolic.svg │ │ │ │ ├── file-search-symbolic.svg │ │ │ │ ├── filter-symbolic.svg │ │ │ │ ├── find-location-symbolic.svg │ │ │ │ ├── flag-outline-thin-symbolic.svg │ │ │ │ ├── flag-symbolic.svg │ │ │ │ ├── focus-legacy-systray-symbolic.svg │ │ │ │ ├── focus-top-bar-symbolic.svg │ │ │ │ ├── focus-windows-symbolic.svg │ │ │ │ ├── folder-new-symbolic.svg │ │ │ │ ├── font-color-symbolic.svg │ │ │ │ ├── font-select-symbolic.svg │ │ │ │ ├── font-size-symbolic.svg │ │ │ │ ├── format-indent-less-rtl-symbolic.svg │ │ │ │ ├── format-indent-less-symbolic-rtl.svg │ │ │ │ ├── format-indent-less-symbolic.svg │ │ │ │ ├── format-indent-more-rtl-symbolic.svg │ │ │ │ ├── format-indent-more-symbolic-rtl.svg │ │ │ │ ├── format-indent-more-symbolic.svg │ │ │ │ ├── format-justify-center-symbolic.svg │ │ │ │ ├── format-justify-fill-symbolic.svg │ │ │ │ ├── format-justify-left-symbolic.svg │ │ │ │ ├── format-justify-right-symbolic.svg │ │ │ │ ├── format-ordered-list-symbolic-rtl.svg │ │ │ │ ├── format-ordered-list-symbolic.svg │ │ │ │ ├── format-text-bold-es-symbolic.svg │ │ │ │ ├── format-text-bold-fr-symbolic.svg │ │ │ │ ├── format-text-bold-symbolic.svg │ │ │ │ ├── format-text-clear-formatting-symbolic.svg │ │ │ │ ├── format-text-direction-ltr-symbolic.svg │ │ │ │ ├── format-text-direction-rtl-symbolic.svg │ │ │ │ ├── format-text-direction-symbolic-rtl.svg │ │ │ │ ├── format-text-direction-symbolic.svg │ │ │ │ ├── format-text-italic-es-symbolic.svg │ │ │ │ ├── format-text-italic-symbolic.svg │ │ │ │ ├── format-text-larger-symbolic.svg │ │ │ │ ├── format-text-remove-formatting-symbolic.svg │ │ │ │ ├── format-text-remove-symbolic.svg │ │ │ │ ├── format-text-smaller-symbolic.svg │ │ │ │ ├── format-text-strikethrough-fr-symbolic.svg │ │ │ │ ├── format-text-strikethrough-symbolic.svg │ │ │ │ ├── format-text-underline-fr-symbolic.svg │ │ │ │ ├── format-text-underline-symbolic.svg │ │ │ │ ├── format-toolbar-toggle-symbolic.svg │ │ │ │ ├── format-unordered-list-symbolic-rtl.svg │ │ │ │ ├── format-unordered-list-symbolic.svg │ │ │ │ ├── forward-rtl-symbolic.svg │ │ │ │ ├── forward-symbolic.svg │ │ │ │ ├── globe-symbolic.svg │ │ │ │ ├── go-bottom-symbolic.svg │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ ├── go-first-rtl-symbolic.svg │ │ │ │ ├── go-first-symbolic-rtl.svg │ │ │ │ ├── go-first-symbolic.svg │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ ├── go-jump-rtl-symbolic.svg │ │ │ │ ├── go-jump-symbolic-rtl.svg │ │ │ │ ├── go-jump-symbolic.svg │ │ │ │ ├── go-last-rtl-symbolic.svg │ │ │ │ ├── go-last-symbolic-rtl.svg │ │ │ │ ├── go-last-symbolic.svg │ │ │ │ ├── go-next-rtl-symbolic.svg │ │ │ │ ├── go-next-symbolic-rtl.svg │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ ├── go-previous-context.svg │ │ │ │ ├── go-previous-rtl-symbolic.svg │ │ │ │ ├── go-previous-symbolic-rtl.svg │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ ├── go-top-symbolic.svg │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ ├── graveyard-symbolic.svg │ │ │ │ ├── gtk-about-symbolic.svg │ │ │ │ ├── heart-filled-symbolic.svg │ │ │ │ ├── help-about-symbolic.svg │ │ │ │ ├── help-contents-symbolic.svg │ │ │ │ ├── help-info-symbolic.svg │ │ │ │ ├── histogram-symbolic.svg │ │ │ │ ├── image-crop-symbolic.svg │ │ │ │ ├── image-denoise-symbolic.svg │ │ │ │ ├── image-filter-symbolic.svg │ │ │ │ ├── image-flip-horizontal-symbolic.svg │ │ │ │ ├── image-flip-vertical-symbolic.svg │ │ │ │ ├── image-invert-symbolic.svg │ │ │ │ ├── image-navigator-symbolic.svg │ │ │ │ ├── image-red-eye-symbolic.svg │ │ │ │ ├── image-resize-symbolic.svg │ │ │ │ ├── image-rotate-left-symbolic.svg │ │ │ │ ├── image-rotate-right-symbolic.svg │ │ │ │ ├── image-rotate-symbolic.svg │ │ │ │ ├── image-sharpen-symbolic.svg │ │ │ │ ├── image-straighten-symbolic.svg │ │ │ │ ├── inbox-symbolic.svg │ │ │ │ ├── insert-emoticon-symbolic.svg │ │ │ │ ├── insert-image-symbolic.svg │ │ │ │ ├── insert-link-symbolic.svg │ │ │ │ ├── insert-object-symbolic.svg │ │ │ │ ├── insert-text-symbolic.svg │ │ │ │ ├── keyboard-caps-lock-filled-symbolic.svg │ │ │ │ ├── keyboard-enter-symbolic.svg │ │ │ │ ├── keyboard-hide-symbolic.svg │ │ │ │ ├── keyboard-layout-filled-symbolic.svg │ │ │ │ ├── keyboard-shift-filled-symbolic.svg │ │ │ │ ├── link-symbolic.svg │ │ │ │ ├── list-add-symbolic.svg │ │ │ │ ├── list-edit-symbolic.svg │ │ │ │ ├── list-remove-all-symbolic.svg │ │ │ │ ├── list-remove-symbolic.svg │ │ │ │ ├── location-symbolic.svg │ │ │ │ ├── mail-archive-symbolic.svg │ │ │ │ ├── mail-attachment-symbolic.svg │ │ │ │ ├── mail-drafts-symbolic-rtl.svg │ │ │ │ ├── mail-drafts-symbolic.svg │ │ │ │ ├── mail-flag-symbolic.svg │ │ │ │ ├── mail-forward-rtl-symbolic.svg │ │ │ │ ├── mail-forward-symbolic-rtl.svg │ │ │ │ ├── mail-forward-symbolic.svg │ │ │ │ ├── mail-inbox-symbolic.svg │ │ │ │ ├── mail-mark-important-symbolic.svg │ │ │ │ ├── mail-mark-junk-symbolic.svg │ │ │ │ ├── mail-mark-notjunk-symbolic.svg │ │ │ │ ├── mail-mark-read-symbolic.svg │ │ │ │ ├── mail-mark-unread-symbolic.svg │ │ │ │ ├── mail-message-new-symbolic.svg │ │ │ │ ├── mail-move-symbolic.svg │ │ │ │ ├── mail-outbox-symbolic.svg │ │ │ │ ├── mail-reply-all-symbolic-rtl.svg │ │ │ │ ├── mail-reply-all-symbolic.svg │ │ │ │ ├── mail-reply-rtl-symbolic.svg │ │ │ │ ├── mail-reply-sender-rtl-symbolic.svg │ │ │ │ ├── mail-reply-sender-symbolic-rtl.svg │ │ │ │ ├── mail-reply-sender-symbolic.svg │ │ │ │ ├── mail-reply-symbolic.svg │ │ │ │ ├── mail-send-receive-symbolic.svg │ │ │ │ ├── mail-send-symbolic-rtl.svg │ │ │ │ ├── mail-send-symbolic.svg │ │ │ │ ├── mail-sent-symbolic-rtl.svg │ │ │ │ ├── mail-sent-symbolic.svg │ │ │ │ ├── mail-spam-symbolic.svg │ │ │ │ ├── map-symbolic.svg │ │ │ │ ├── mark-location-symbolic.svg │ │ │ │ ├── marker-symbolic.svg │ │ │ │ ├── media-eject-symbolic.svg │ │ │ │ ├── media-eq-symbolic.svg │ │ │ │ ├── media-mount-symbolic.svg │ │ │ │ ├── media-playback-pause-symbolic.svg │ │ │ │ ├── media-playback-play-pause-symbolic.svg │ │ │ │ ├── media-playback-start-rtl-symbolic.svg │ │ │ │ ├── media-playback-start-symbolic-rtl.svg │ │ │ │ ├── media-playback-start-symbolic.svg │ │ │ │ ├── media-playback-stop-symbolic.svg │ │ │ │ ├── media-playlist-no-repeat-symbolic.svg │ │ │ │ ├── media-playlist-repeat-once-symbolic.svg │ │ │ │ ├── media-playlist-repeat-one-symbolic.svg │ │ │ │ ├── media-playlist-repeat-song-symbolic.svg │ │ │ │ ├── media-playlist-repeat-symbolic.svg │ │ │ │ ├── media-playlist-shuffle-symbolic.svg │ │ │ │ ├── media-record-symbolic.svg │ │ │ │ ├── media-seek-backward-rtl-symbolic.svg │ │ │ │ ├── media-seek-backward-symbolic-rtl.svg │ │ │ │ ├── media-seek-backward-symbolic.svg │ │ │ │ ├── media-seek-forward-rtl-symbolic.svg │ │ │ │ ├── media-seek-forward-symbolic-rtl.svg │ │ │ │ ├── media-seek-forward-symbolic.svg │ │ │ │ ├── media-skip-backward-rtl-symbolic.svg │ │ │ │ ├── media-skip-backward-symbolic-rtl.svg │ │ │ │ ├── media-skip-backward-symbolic.svg │ │ │ │ ├── media-skip-forward-rtl-symbolic.svg │ │ │ │ ├── media-skip-forward-symbolic-rtl.svg │ │ │ │ ├── media-skip-forward-symbolic.svg │ │ │ │ ├── media-view-subtitles-symbolic.svg │ │ │ │ ├── message-indicator-symbolic.svg │ │ │ │ ├── money-none-symbolic.svg │ │ │ │ ├── money-symbolic.svg │ │ │ │ ├── mount-archive-symbolic.svg │ │ │ │ ├── multimedia-equalizer-symbolic.svg │ │ │ │ ├── nemo-auto-arrange-symbolic.svg │ │ │ │ ├── nemo-desktop-scale-symbolic.svg │ │ │ │ ├── nemo-horizontal-layout-symbolic.svg │ │ │ │ ├── nemo-horizontal-layout-wide-symbolic.svg │ │ │ │ ├── nemo-recursive-search-symbolic.svg │ │ │ │ ├── nemo-vertical-layout-symbolic.svg │ │ │ │ ├── nemo-vertical-layout-wide-symbolic.svg │ │ │ │ ├── new-star-symbolic.svg │ │ │ │ ├── non-starred-symbolic.svg │ │ │ │ ├── notification-alert-symbolic.svg │ │ │ │ ├── nudity-none-symbolic.svg │ │ │ │ ├── nudity-symbolic.svg │ │ │ │ ├── num-lock-off-symbolic.svg │ │ │ │ ├── num-lock-symbolic.svg │ │ │ │ ├── object-flip-horizontal-symbolic.svg │ │ │ │ ├── object-flip-vertical-symbolic.svg │ │ │ │ ├── object-group-symbolic.svg │ │ │ │ ├── object-inverse-symbolic.svg │ │ │ │ ├── object-merge-symbolic.svg │ │ │ │ ├── object-move-symbolic.svg │ │ │ │ ├── object-rotate-left-symbolic.svg │ │ │ │ ├── object-rotate-right-symbolic.svg │ │ │ │ ├── object-select-symbolic.svg │ │ │ │ ├── object-straighten-symbolic.svg │ │ │ │ ├── object-ungroup-symbolic.svg │ │ │ │ ├── open-menu-symbolic.svg │ │ │ │ ├── outbox-symbolic.svg │ │ │ │ ├── padlock-open-symbolic.svg │ │ │ │ ├── palette-symbolic.svg │ │ │ │ ├── pan-down-symbolic.svg │ │ │ │ ├── pan-end-symbolic-rtl.svg │ │ │ │ ├── pan-end-symbolic.svg │ │ │ │ ├── pan-start-symbolic-rtl.svg │ │ │ │ ├── pan-start-symbolic.svg │ │ │ │ ├── pan-up-symbolic.svg │ │ │ │ ├── pane-hide-symbolic-rtl.svg │ │ │ │ ├── pane-hide-symbolic.svg │ │ │ │ ├── pane-show-symbolic-rtl.svg │ │ │ │ ├── pane-show-symbolic.svg │ │ │ │ ├── path-break-apart-symbolic.svg │ │ │ │ ├── path-combine-symbolic.svg │ │ │ │ ├── path-difference-symbolic.svg │ │ │ │ ├── path-division-symbolic.svg │ │ │ │ ├── path-exclusion-symbolic.svg │ │ │ │ ├── path-intersection-symbolic.svg │ │ │ │ ├── path-union-symbolic.svg │ │ │ │ ├── phonelink-ring-symbolic.svg │ │ │ │ ├── pin-symbolic.svg │ │ │ │ ├── pointer-double-click-symbolic.svg │ │ │ │ ├── pointer-drag-symbolic.svg │ │ │ │ ├── pointer-primary-click-symbolic.svg │ │ │ │ ├── pointer-secondary-click-symbolic.svg │ │ │ │ ├── process-stop-symbolic.svg │ │ │ │ ├── pub-symbolic.svg │ │ │ │ ├── qrscanner-symbolic.svg │ │ │ │ ├── reply-all-rtl-symbolic.svg │ │ │ │ ├── reply-all-symbolic-rtl.svg │ │ │ │ ├── reply-all-symbolic.svg │ │ │ │ ├── reply-rtl-symbolic.svg │ │ │ │ ├── reply-symbolic.svg │ │ │ │ ├── safety-symbolic.svg │ │ │ │ ├── scan-type-adf-symbolic.svg │ │ │ │ ├── scan-type-batch-symbolic.svg │ │ │ │ ├── screen-rotate-auto-off-symbolic.svg │ │ │ │ ├── screen-rotate-auto-on-symbolic.svg │ │ │ │ ├── screensaver-switch-users-symbolic.svg │ │ │ │ ├── screensaver-unlock-symbolic.svg │ │ │ │ ├── search-symbolic.svg │ │ │ │ ├── selection-bottom-symbolic.svg │ │ │ │ ├── selection-end-symbolic-rtl.svg │ │ │ │ ├── selection-end-symbolic.svg │ │ │ │ ├── selection-lower-symbolic.svg │ │ │ │ ├── selection-raise-symbolic.svg │ │ │ │ ├── selection-start-symbolic-rtl.svg │ │ │ │ ├── selection-start-symbolic.svg │ │ │ │ ├── selection-symbolic.svg │ │ │ │ ├── selection-top-symbolic.svg │ │ │ │ ├── semi-starred-symbolic-rtl.svg │ │ │ │ ├── semi-starred-symbolic.svg │ │ │ │ ├── send-to-symbolic.svg │ │ │ │ ├── sidebar-hide-symbolic.svg │ │ │ │ ├── sidebar-places-symbolic.svg │ │ │ │ ├── sidebar-show-symbolic.svg │ │ │ │ ├── sidebar-tree-symbolic.svg │ │ │ │ ├── sign-language-symbolic.svg │ │ │ │ ├── sms-symbolic.svg │ │ │ │ ├── spam-symbolic.svg │ │ │ │ ├── special-effects-symbolic.svg │ │ │ │ ├── star-new-symbolic.svg │ │ │ │ ├── starred-symbolic.svg │ │ │ │ ├── stopwatch-symbolic.svg │ │ │ │ ├── strong-language-none-symbolic.svg │ │ │ │ ├── strong-language-symbolic.svg │ │ │ │ ├── system-hibernate-symbolic.svg │ │ │ │ ├── system-lock-screen-symbolic.svg │ │ │ │ ├── system-log-out-symbolic.svg │ │ │ │ ├── system-reboot-symbolic.svg │ │ │ │ ├── system-restart-symbolic.svg │ │ │ │ ├── system-run-symbolic.svg │ │ │ │ ├── system-search-symbolic.svg │ │ │ │ ├── system-shutdown-symbolic.svg │ │ │ │ ├── system-suspend-symbolic.svg │ │ │ │ ├── system-switch-user-symbolic.svg │ │ │ │ ├── tab-new-symbolic.svg │ │ │ │ ├── tag-new-symbolic.svg │ │ │ │ ├── tag-symbolic-rtl.svg │ │ │ │ ├── tag-symbolic.svg │ │ │ │ ├── test-pass-symbolic.svg │ │ │ │ ├── timer-symbolic.svg │ │ │ │ ├── tools-check-spelling-symbolic.svg │ │ │ │ ├── tools-symbolic.svg │ │ │ │ ├── tools-timer-symbolic.svg │ │ │ │ ├── twitter-dm-symbolic.svg │ │ │ │ ├── twitter-home-symbolic.svg │ │ │ │ ├── twitter-mentions-symbolic.svg │ │ │ │ ├── twitter-profile-symbolic.svg │ │ │ │ ├── unpin-symbolic.svg │ │ │ │ ├── value-decrease-symbolic.svg │ │ │ │ ├── value-increase-symbolic.svg │ │ │ │ ├── view-app-grid-symbolic.svg │ │ │ │ ├── view-bottom-pane-symbolic.svg │ │ │ │ ├── view-column-symbolic.svg │ │ │ │ ├── view-compact-symbolic.svg │ │ │ │ ├── view-conceal-symbolic.svg │ │ │ │ ├── view-continuous-symbolic.svg │ │ │ │ ├── view-coverflow-symbolic.svg │ │ │ │ ├── view-dual-symbolic.svg │ │ │ │ ├── view-filter-rtl-symbolic.svg │ │ │ │ ├── view-filter-symbolic-rtl.svg │ │ │ │ ├── view-filter-symbolic.svg │ │ │ │ ├── view-fullscreen-symbolic.svg │ │ │ │ ├── view-grid-symbolic.svg │ │ │ │ ├── view-left-pane-symbolic-rtl.svg │ │ │ │ ├── view-left-pane-symbolic.svg │ │ │ │ ├── view-list-bullet-symbolic.svg │ │ │ │ ├── view-list-compact-symbolic.svg │ │ │ │ ├── view-list-images-symbolic.svg │ │ │ │ ├── view-list-ordered-symbolic.svg │ │ │ │ ├── view-list-symbolic.svg │ │ │ │ ├── view-list-video-symbolic.svg │ │ │ │ ├── view-mirror-symbolic.svg │ │ │ │ ├── view-more-horizontal-symbolic.svg │ │ │ │ ├── view-more-symbolic.svg │ │ │ │ ├── view-paged-symbolic.svg │ │ │ │ ├── view-pin-symbolic.svg │ │ │ │ ├── view-presentation-symbolic.svg │ │ │ │ ├── view-private-symbolic.svg │ │ │ │ ├── view-refresh-symbolic.svg │ │ │ │ ├── view-restore-symbolic.svg │ │ │ │ ├── view-reveal-symbolic.svg │ │ │ │ ├── view-right-pane-symbolic-rtl.svg │ │ │ │ ├── view-right-pane-symbolic.svg │ │ │ │ ├── view-sidebar-end-symbolic.svg │ │ │ │ ├── view-sidebar-start-symbolic.svg │ │ │ │ ├── view-sidebar-symbolic.svg │ │ │ │ ├── view-sort-ascending-symbolic.svg │ │ │ │ ├── view-sort-descending-symbolic.svg │ │ │ │ ├── view-tasks-all-symbolic.svg │ │ │ │ ├── view-tasks-today-symbolic.svg │ │ │ │ ├── view-tasks-unscheduled-symbolic.svg │ │ │ │ ├── view-tasks-week-symbolic.svg │ │ │ │ ├── view-top-pane-symbolic.svg │ │ │ │ ├── view-zoom-fit-height-symbolic.svg │ │ │ │ ├── view-zoom-fit-symbolic.svg │ │ │ │ ├── view-zoom-fit-width-symbolic.svg │ │ │ │ ├── view-zoom-in-symbolic.svg │ │ │ │ ├── view-zoom-original-symbolic.svg │ │ │ │ ├── view-zoom-out-symbolic.svg │ │ │ │ ├── violence-none-symbolic.svg │ │ │ │ ├── violence-symbolic.svg │ │ │ │ ├── window-close-symbolic.svg │ │ │ │ ├── window-keep-above-symbolic.svg │ │ │ │ ├── window-keep-below-symbolic.svg │ │ │ │ ├── window-maximize-symbolic-rtl.svg │ │ │ │ ├── window-maximize-symbolic.svg │ │ │ │ ├── window-minimize-symbolic.svg │ │ │ │ ├── window-new-symbolic.svg │ │ │ │ ├── window-pin-symbolic.svg │ │ │ │ ├── window-pop-out-symbolic.svg │ │ │ │ ├── window-restore-symbolic-rtl.svg │ │ │ │ ├── window-restore-symbolic.svg │ │ │ │ ├── window-shade-symbolic.svg │ │ │ │ ├── window-symbolic.svg │ │ │ │ ├── window-unpin-symbolic.svg │ │ │ │ ├── window-unshade-symbolic.svg │ │ │ │ ├── xapp-annotations-squiggly-symbolic.svg │ │ │ │ ├── xapp-annotations-text-symbolic.svg │ │ │ │ ├── xapp-diaporama-symbolic.svg │ │ │ │ ├── xapp-favorite-symbolic.svg │ │ │ │ ├── xapp-format-text-highlight-symbolic.svg │ │ │ │ ├── xapp-go-history-next-symbolic-rtl.svg │ │ │ │ ├── xapp-go-history-next-symbolic.svg │ │ │ │ ├── xapp-go-history-previous-symbolic-rtl.svg │ │ │ │ ├── xapp-go-history-previous-symbolic.svg │ │ │ │ ├── xapp-pin-symbolic.svg │ │ │ │ ├── xapp-search-entire-word-symbolic.svg │ │ │ │ ├── xapp-search-wrap-symbolic.svg │ │ │ │ ├── xapp-text-case-symbolic.svg │ │ │ │ ├── xapp-unfavorite-symbolic.svg │ │ │ │ ├── xapp-unpin-symbolic.svg │ │ │ │ ├── xapp-use-regex-symbolic.svg │ │ │ │ ├── zoom-fit-best-symbolic.svg │ │ │ │ ├── zoom-in-symbolic.svg │ │ │ │ ├── zoom-original-symbolic.svg │ │ │ │ └── zoom-out-symbolic.svg │ │ │ │ ├── apps │ │ │ │ ├── accessories-calculator-symbolic.svg │ │ │ │ ├── accessories-camera-symbolic.svg │ │ │ │ ├── accessories-character-map-symbolic.svg │ │ │ │ ├── accessories-dictionary-symbolic.svg │ │ │ │ ├── accessories-screenshot-symbolic.svg │ │ │ │ ├── accessories-text-editor-symbolic.svg │ │ │ │ ├── address-book-app-symbolic.svg │ │ │ │ ├── amazon-store-symbolic.svg │ │ │ │ ├── applets-screenshooter-symbolic.svg │ │ │ │ ├── application-x-executable-symbolic.svg │ │ │ │ ├── applications-system-symbolic.svg │ │ │ │ ├── apport-symbolic.svg │ │ │ │ ├── aptdaemon-download-symbolic.svg │ │ │ │ ├── atom-symbolic.svg │ │ │ │ ├── backups-app-symbolic.svg │ │ │ │ ├── baobab-symbolic.svg │ │ │ │ ├── bash-symbolic.svg │ │ │ │ ├── bijiben-symbolic.svg │ │ │ │ ├── builder-symbolic.svg │ │ │ │ ├── ca.desrt.dconf-editor-symbolic.svg │ │ │ │ ├── calculator-app-symbolic.svg │ │ │ │ ├── calendar-app-symbolic.svg │ │ │ │ ├── calendar-symbolic.svg │ │ │ │ ├── camera-app-symbolic.svg │ │ │ │ ├── cheese-symbolic.svg │ │ │ │ ├── chromium-browser-symbolic.svg │ │ │ │ ├── clock-app-symbolic.svg │ │ │ │ ├── clock-applet-symbolic.svg │ │ │ │ ├── com.github.bilelmoussaoui.Authenticator-symbolic.svg │ │ │ │ ├── config-language-symbolic.svg │ │ │ │ ├── configurator-app-symbolic.svg │ │ │ │ ├── dconf-editor-symbolic.svg │ │ │ │ ├── deja-dup-symbolic.svg │ │ │ │ ├── disk-usage-app-symbolic.svg │ │ │ │ ├── disk-utility-app-symbolic.svg │ │ │ │ ├── documents-app-symbolic.svg │ │ │ │ ├── docviewer-app-symbolic.svg │ │ │ │ ├── dropbox-symbolic.svg │ │ │ │ ├── ebook-reader-app-symbolic.svg │ │ │ │ ├── empathy-symbolic.svg │ │ │ │ ├── eog-symbolic.svg │ │ │ │ ├── error-app-symbolic.svg │ │ │ │ ├── evince-symbolic.svg │ │ │ │ ├── evolution-symbolic.svg │ │ │ │ ├── extensions-symbolic.svg │ │ │ │ ├── file-roller-symbolic.svg │ │ │ │ ├── filemanager-app-symbolic.svg │ │ │ │ ├── firefox-symbolic.svg │ │ │ │ ├── fusion-icon-symbolic.svg │ │ │ │ ├── gallery-app-symbolic.svg │ │ │ │ ├── games-app-symbolic.svg │ │ │ │ ├── gedit-symbolic.svg │ │ │ │ ├── gksu-root-terminal-symbolic.svg │ │ │ │ ├── gnome-aisleriot-symbolic.svg │ │ │ │ ├── gnome-books-symbolic.svg │ │ │ │ ├── gnome-calculator-symbolic.svg │ │ │ │ ├── gnome-calendar-symbolic.svg │ │ │ │ ├── gnome-characters-symbolic.svg │ │ │ │ ├── gnome-clocks-symbolic.svg │ │ │ │ ├── gnome-contacts-symbolic.svg │ │ │ │ ├── gnome-control-center-symbolic.svg │ │ │ │ ├── gnome-disks-state-standby-symbolic.svg │ │ │ │ ├── gnome-disks-symbolic.svg │ │ │ │ ├── gnome-documents-symbolic.svg │ │ │ │ ├── gnome-help-symbolic.svg │ │ │ │ ├── gnome-logs-symbolic.svg │ │ │ │ ├── gnome-mahjongg-symbolic.svg │ │ │ │ ├── gnome-maps-symbolic.svg │ │ │ │ ├── gnome-mines-symbolic.svg │ │ │ │ ├── gnome-music-symbolic.svg │ │ │ │ ├── gnome-photos-symbolic.svg │ │ │ │ ├── gnome-power-manager-symbolic.svg │ │ │ │ ├── gnome-screenshot-symbolic.svg │ │ │ │ ├── gnome-software-symbolic.svg │ │ │ │ ├── gnome-sudoku-symbolic.svg │ │ │ │ ├── gnome-system-monitor-symbolic.svg │ │ │ │ ├── gnome-terminal-symbolic.svg │ │ │ │ ├── gnome-tweak-tool-symbolic.svg │ │ │ │ ├── gnome-usage-symbolic.svg │ │ │ │ ├── gnome-weather-symbolic.svg │ │ │ │ ├── goa-panel-symbolic.svg │ │ │ │ ├── google-chrome-symbolic.svg │ │ │ │ ├── help-app-symbolic.svg │ │ │ │ ├── help-browser-symbolic.svg │ │ │ │ ├── help-contents-symbolic.svg │ │ │ │ ├── help-faq-symbolic.svg │ │ │ │ ├── help-symbolic.svg │ │ │ │ ├── image-viewer-app-symbolic.svg │ │ │ │ ├── image-viewer-symbolic.svg │ │ │ │ ├── inkscape-symbolic.svg │ │ │ │ ├── internet-chat-symbolic.svg │ │ │ │ ├── internet-mail-symbolic.svg │ │ │ │ ├── internet-news-reader-symbolic.svg │ │ │ │ ├── internet-web-browser-symbolic.svg │ │ │ │ ├── io.github.seadve.Kooha-symbolic.svg │ │ │ │ ├── jockey-symbolic.svg │ │ │ │ ├── libreoffice-base-symbolic.svg │ │ │ │ ├── libreoffice-calc-symbolic.svg │ │ │ │ ├── libreoffice-draw-symbolic.svg │ │ │ │ ├── libreoffice-impress-symbolic.svg │ │ │ │ ├── libreoffice-main-symbolic.svg │ │ │ │ ├── libreoffice-math-symbolic.svg │ │ │ │ ├── libreoffice-writer-symbolic.svg │ │ │ │ ├── log-viewer-app-symbolic.svg │ │ │ │ ├── logviewer-symbolic.svg │ │ │ │ ├── mail-app-symbolic.svg │ │ │ │ ├── mail-archive-symbolic.svg │ │ │ │ ├── maps-app-symbolic.svg │ │ │ │ ├── media-eq-symbolic.svg │ │ │ │ ├── mediaplayer-app-symbolic.svg │ │ │ │ ├── messaging-app-symbolic.svg │ │ │ │ ├── multimedia-audio-player-symbolic.svg │ │ │ │ ├── multimedia-equalizer-symbolic.svg │ │ │ │ ├── multimedia-photo-manager-symbolic.svg │ │ │ │ ├── multimedia-photo-viewer-symbolic.svg │ │ │ │ ├── multimedia-video-player-symbolic.svg │ │ │ │ ├── multimedia-volume-control-symbolic.svg │ │ │ │ ├── music-app-symbolic.svg │ │ │ │ ├── nautilus-symbolic.svg │ │ │ │ ├── notes-app-symbolic.svg │ │ │ │ ├── office-address-book-symbolic.svg │ │ │ │ ├── office-addressbook-symbolic.svg │ │ │ │ ├── office-calendar-symbolic.svg │ │ │ │ ├── org.gnome.ArchiveManager-symbolic.svg │ │ │ │ ├── org.gnome.Bijiben-symbolic.svg │ │ │ │ ├── org.gnome.Books-symbolic.svg │ │ │ │ ├── org.gnome.Boxes-symbolic.svg │ │ │ │ ├── org.gnome.Calculator-symbolic.svg │ │ │ │ ├── org.gnome.Calendar-symbolic.svg │ │ │ │ ├── org.gnome.Characters-symbolic.svg │ │ │ │ ├── org.gnome.Cheese-symbolic.svg │ │ │ │ ├── org.gnome.Clocks-symbolic.svg │ │ │ │ ├── org.gnome.Contacts-symbolic.svg │ │ │ │ ├── org.gnome.DejaDup-symbolic.svg │ │ │ │ ├── org.gnome.DiskUtility-symbolic.svg │ │ │ │ ├── org.gnome.Disks-symbolic.svg │ │ │ │ ├── org.gnome.Documents-symbolic.svg │ │ │ │ ├── org.gnome.Empathy-symbolic.svg │ │ │ │ ├── org.gnome.Epiphany-symbolic.svg │ │ │ │ ├── org.gnome.Evince-symbolic.svg │ │ │ │ ├── org.gnome.Evolution-symbolic.svg │ │ │ │ ├── org.gnome.Extensions-symbolic.svg │ │ │ │ ├── org.gnome.Fractal-symbolic.svg │ │ │ │ ├── org.gnome.Games-symbolic.svg │ │ │ │ ├── org.gnome.Geary-symbolic.svg │ │ │ │ ├── org.gnome.Gedit-symbolic.svg │ │ │ │ ├── org.gnome.Logs-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-artists-list-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-equalizer-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-gradio-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-play-queue-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-sidebar-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-spotify-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-suggestions-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-tag-list-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-tag-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-unplayed-albums-symbolic.svg │ │ │ │ ├── org.gnome.Mahjongg-symbolic.svg │ │ │ │ ├── org.gnome.Maps-symbolic.svg │ │ │ │ ├── org.gnome.Mines-symbolic.svg │ │ │ │ ├── org.gnome.Music-symbolic.svg │ │ │ │ ├── org.gnome.Nautilus-symbolic.svg │ │ │ │ ├── org.gnome.Notes-symbolic.svg │ │ │ │ ├── org.gnome.Photos-symbolic.svg │ │ │ │ ├── org.gnome.Podcasts-symbolic.svg │ │ │ │ ├── org.gnome.Polari-symbolic.svg │ │ │ │ ├── org.gnome.PowerStats-symbolic.svg │ │ │ │ ├── org.gnome.Rhythmbox-symbolic.svg │ │ │ │ ├── org.gnome.Screenshot-symbolic.svg │ │ │ │ ├── org.gnome.Settings-multitasking-symbolic.svg │ │ │ │ ├── org.gnome.Settings-symbolic.svg │ │ │ │ ├── org.gnome.Shell.Extensions-symbolic.svg │ │ │ │ ├── org.gnome.SimpleScan-symbolic.svg │ │ │ │ ├── org.gnome.Software-symbolic.svg │ │ │ │ ├── org.gnome.Sudoku-symbolic.svg │ │ │ │ ├── org.gnome.SystemMonitor-symbolic.svg │ │ │ │ ├── org.gnome.Terminal-symbolic.svg │ │ │ │ ├── org.gnome.Todo-symbolic.svg │ │ │ │ ├── org.gnome.Totem-symbolic.svg │ │ │ │ ├── org.gnome.Tweaks-symbolic.svg │ │ │ │ ├── org.gnome.Usage-symbolic.svg │ │ │ │ ├── org.gnome.Weather-symbolic.svg │ │ │ │ ├── org.gnome.Weather.Application-symbolic.svg │ │ │ │ ├── org.gnome.Yelp-symbolic.svg │ │ │ │ ├── org.gnome.baobab-symbolic.svg │ │ │ │ ├── org.gnome.bijiben-symbolic.svg │ │ │ │ ├── org.gnome.clocks-symbolic.svg │ │ │ │ ├── org.gnome.eog-symbolic.svg │ │ │ │ ├── org.gnome.gedit-symbolic.svg │ │ │ │ ├── org.gnome.seahorse.Application-symbolic.svg │ │ │ │ ├── org.gnome.tweaks-symbolic.svg │ │ │ │ ├── org.inkscape.Inkscape-symbolic.svg │ │ │ │ ├── packages-app-symbolic.svg │ │ │ │ ├── password-manager-symbolic.svg │ │ │ │ ├── passwords-app-symbolic.svg │ │ │ │ ├── podcasts-app-symbolic.svg │ │ │ │ ├── power-statistics-symbolic.svg │ │ │ │ ├── preferences-bluetooth-symbolic.svg │ │ │ │ ├── preferences-color-symbolic.svg │ │ │ │ ├── preferences-desktop-accessibility-symbolic.svg │ │ │ │ ├── preferences-desktop-apps-symbolic.svg │ │ │ │ ├── preferences-desktop-default-applications-symbolic.svg │ │ │ │ ├── preferences-desktop-display-symbolic.svg │ │ │ │ ├── preferences-desktop-font-symbolic.svg │ │ │ │ ├── preferences-desktop-keyboard-shortcuts-symbolic.svg │ │ │ │ ├── preferences-desktop-keyboard-symbolic.svg │ │ │ │ ├── preferences-desktop-locale-symbolic.svg │ │ │ │ ├── preferences-desktop-online-accounts-symbolic.svg │ │ │ │ ├── preferences-desktop-remote-desktop-symbolic.svg │ │ │ │ ├── preferences-desktop-screensaver-symbolic.svg │ │ │ │ ├── preferences-desktop-sharing-symbolic.svg │ │ │ │ ├── preferences-desktop-symbolic.svg │ │ │ │ ├── preferences-desktop-wallpaper-symbolic.svg │ │ │ │ ├── preferences-other-symbolic.svg │ │ │ │ ├── preferences-system-details-symbolic.svg │ │ │ │ ├── preferences-system-devices-symbolic.svg │ │ │ │ ├── preferences-system-network-proxy-symbolic.svg │ │ │ │ ├── preferences-system-network-symbolic.svg │ │ │ │ ├── preferences-system-notifications-symbolic.svg │ │ │ │ ├── preferences-system-parental-control-symbolic.svg │ │ │ │ ├── preferences-system-parental-controls-symbolic.svg │ │ │ │ ├── preferences-system-power-symbolic.svg │ │ │ │ ├── preferences-system-privacy-symbolic.svg │ │ │ │ ├── preferences-system-search-symbolic.svg │ │ │ │ ├── preferences-system-sharing-symbolic.svg │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ ├── preferences-system-time-symbolic.svg │ │ │ │ ├── preferences-ubuntu-panel-symbolic.svg │ │ │ │ ├── rhythmbox-symbolic.svg │ │ │ │ ├── root-terminal-app-symbolic.svg │ │ │ │ ├── scanner-symbolic.svg │ │ │ │ ├── screenshot-app-symbolic.svg │ │ │ │ ├── seahorse-symbolic.svg │ │ │ │ ├── session-properties-symbolic.svg │ │ │ │ ├── setroubleshoot_icon-symbolic.svg │ │ │ │ ├── settings-app-symbolic.svg │ │ │ │ ├── shotwell-symbolic.svg │ │ │ │ ├── slideshow-symbolic.svg │ │ │ │ ├── software-properties-gtk-symbolic.svg │ │ │ │ ├── software-properties-symbolic.svg │ │ │ │ ├── software-store-symbolic.svg │ │ │ │ ├── software-updater-symbolic.svg │ │ │ │ ├── sparkleshare-symbolic.svg │ │ │ │ ├── speedometer-symbolic.svg │ │ │ │ ├── sudoku-app-symbolic.svg │ │ │ │ ├── system-file-manager-symbolic.svg │ │ │ │ ├── system-help-symbolic.svg │ │ │ │ ├── system-monitor-app-symbolic.svg │ │ │ │ ├── system-settings-symbolic.svg │ │ │ │ ├── system-software-install-symbolic.svg │ │ │ │ ├── system-software-update-symbolic.svg │ │ │ │ ├── system-tray-symbolic.svg │ │ │ │ ├── system-users-symbolic.svg │ │ │ │ ├── terminal-app-symbolic.svg │ │ │ │ ├── terminal-symbolic.svg │ │ │ │ ├── text-editor-symbolic.svg │ │ │ │ ├── to-do-app-symbolic.svg │ │ │ │ ├── totem-symbolic.svg │ │ │ │ ├── transmission-symbolic.svg │ │ │ │ ├── tweaks-app-symbolic.svg │ │ │ │ ├── ubiquity-symbolic.svg │ │ │ │ ├── unity-tweak-tool-symbolic.svg │ │ │ │ ├── update-manager-symbolic.svg │ │ │ │ ├── usage-app-symbolic.svg │ │ │ │ ├── usb-creator-gtk-symbolic.svg │ │ │ │ ├── user-info-symbolic.svg │ │ │ │ ├── utilities-system-monitor-symbolic.svg │ │ │ │ ├── utilities-terminal-symbolic.svg │ │ │ │ ├── utilities-tweak-tool-symbolic.svg │ │ │ │ ├── weather-app-symbolic.svg │ │ │ │ ├── web-browser-symbolic.svg │ │ │ │ ├── webbrowser-app-symbolic.svg │ │ │ │ ├── x-office-address-book-symbolic.svg │ │ │ │ └── xapp-prefs-behavior-symbolic.svg │ │ │ │ ├── categories │ │ │ │ ├── applications-development-symbolic.svg │ │ │ │ ├── applications-education-symbolic.svg │ │ │ │ ├── applications-engineering-symbolic.svg │ │ │ │ ├── applications-games-symbolic.svg │ │ │ │ ├── applications-graphics-symbolic.svg │ │ │ │ ├── applications-internet-symbolic.svg │ │ │ │ ├── applications-multimedia-symbolic.svg │ │ │ │ ├── applications-office-symbolic.svg │ │ │ │ ├── applications-other-symbolic.svg │ │ │ │ ├── applications-science-symbolic.svg │ │ │ │ ├── applications-system-symbolic.svg │ │ │ │ ├── applications-utilities-symbolic.svg │ │ │ │ ├── bug-symbolic.svg │ │ │ │ ├── credentials-preferences-symbolic.svg │ │ │ │ ├── cs-backgrounds-symbolic.svg │ │ │ │ ├── cs-desklets-symbolic.svg │ │ │ │ ├── emoji-activity-symbolic.svg │ │ │ │ ├── emoji-body-symbolic.svg │ │ │ │ ├── emoji-food-symbolic.svg │ │ │ │ ├── emoji-nature-symbolic.svg │ │ │ │ ├── emoji-objects-symbolic.svg │ │ │ │ ├── emoji-travel-symbolic.svg │ │ │ │ ├── event-birthday-symbolic.svg │ │ │ │ ├── goa-panel-symbolic.svg │ │ │ │ ├── preferences-desktop-online-accounts-symbolic.svg │ │ │ │ ├── preferences-other-symbolic.svg │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ ├── slideshow-symbolic.svg │ │ │ │ ├── system-help-symbolic.svg │ │ │ │ ├── xapp-prefs-display-symbolic.svg │ │ │ │ ├── xapp-prefs-plugins-symbolic.svg │ │ │ │ ├── xapp-prefs-preview-symbolic.svg │ │ │ │ └── xapp-prefs-toolbar-symbolic.svg │ │ │ │ ├── devices │ │ │ │ ├── ac-adapter-symbolic.svg │ │ │ │ ├── audio-card-symbolic.svg │ │ │ │ ├── audio-headphones-symbolic.svg │ │ │ │ ├── audio-headset-symbolic.svg │ │ │ │ ├── audio-input-microphone-symbolic.svg │ │ │ │ ├── audio-speakers-symbolic.svg │ │ │ │ ├── auth-fingerprint-symbolic.svg │ │ │ │ ├── auth-sim-symbolic.svg │ │ │ │ ├── auth-smartcard-symbolic.svg │ │ │ │ ├── battery-symbolic.svg │ │ │ │ ├── bluetooth-symbolic.svg │ │ │ │ ├── camera-photo-symbolic.svg │ │ │ │ ├── camera-video-symbolic.svg │ │ │ │ ├── camera-web-symbolic.svg │ │ │ │ ├── colorimeter-colorhug-symbolic.svg │ │ │ │ ├── computer-apple-ipad-symbolic.svg │ │ │ │ ├── computer-laptop-symbolic.svg │ │ │ │ ├── computer-symbolic.svg │ │ │ │ ├── display-projector-symbolic.svg │ │ │ │ ├── drive-harddisk-ieee1394-symbolic.svg │ │ │ │ ├── drive-harddisk-solidstate-symbolic.svg │ │ │ │ ├── drive-harddisk-symbolic.svg │ │ │ │ ├── drive-harddisk-system-symbolic.svg │ │ │ │ ├── drive-harddisk-usb-symbolic.svg │ │ │ │ ├── drive-multidisk-symbolic.svg │ │ │ │ ├── drive-optical-symbolic.svg │ │ │ │ ├── drive-removable-media-symbolic.svg │ │ │ │ ├── drive-removable-media-usb-symbolic.svg │ │ │ │ ├── fingerprint-symbolic.svg │ │ │ │ ├── gnome-dev-media-sdmmc-symbolic.svg │ │ │ │ ├── headphones-symbolic.svg │ │ │ │ ├── input-dialpad-symbolic.svg │ │ │ │ ├── input-gaming-symbolic.svg │ │ │ │ ├── input-keyboard-symbolic.svg │ │ │ │ ├── input-mouse-symbolic.svg │ │ │ │ ├── input-tablet-symbolic.svg │ │ │ │ ├── input-touchpad-symbolic.svg │ │ │ │ ├── laptop-symbolic.svg │ │ │ │ ├── media-flash-symbolic.svg │ │ │ │ ├── media-floppy-symbolic.svg │ │ │ │ ├── media-memory-sd-symbolic.svg │ │ │ │ ├── media-memory-sembolic.svg │ │ │ │ ├── media-optical-audio-symbolic.svg │ │ │ │ ├── media-optical-bd-symbolic.svg │ │ │ │ ├── media-optical-cd-audio-symbolic.svg │ │ │ │ ├── media-optical-data-symbolic.svg │ │ │ │ ├── media-optical-dvd-symbolic.svg │ │ │ │ ├── media-optical-symbolic.svg │ │ │ │ ├── media-optical-video-symbolic.svg │ │ │ │ ├── media-removable-symbolic.svg │ │ │ │ ├── media-sim-card-symbolic.svg │ │ │ │ ├── media-tape-symbolic.svg │ │ │ │ ├── media-zip-symbolic.svg │ │ │ │ ├── modem-symbolic.svg │ │ │ │ ├── multimedia-player-apple-ipod-touch-symbolic.svg │ │ │ │ ├── multimedia-player-symbolic.svg │ │ │ │ ├── network-cellular-symbolic.svg │ │ │ │ ├── network-server-symbolic.svg │ │ │ │ ├── pda-symbolic.svg │ │ │ │ ├── phone-apple-iphone-symbolic.svg │ │ │ │ ├── phone-google-nexus-one-symbolic.svg │ │ │ │ ├── phone-htc-g1-white-symbolic.svg │ │ │ │ ├── phone-old-symbolic.svg │ │ │ │ ├── phone-palm-pre-symbolic.svg │ │ │ │ ├── phone-samsung-galaxy-s-symbolic.svg │ │ │ │ ├── phone-symbolic.svg │ │ │ │ ├── printer-network-symbolic.svg │ │ │ │ ├── printer-symbolic.svg │ │ │ │ ├── scanner-symbolic.svg │ │ │ │ ├── smartphone-symbolic.svg │ │ │ │ ├── tablet-symbolic.svg │ │ │ │ ├── thunderbolt-symbolic.svg │ │ │ │ ├── tv-symbolic.svg │ │ │ │ ├── uninterruptible-power-supply-symbolic.svg │ │ │ │ ├── video-display-symbolic.svg │ │ │ │ ├── video-joined-displays-symbolic.svg │ │ │ │ └── video-single-display-symbolic.svg │ │ │ │ ├── emblems │ │ │ │ ├── emblem-default-symbolic.svg │ │ │ │ ├── emblem-documents-symbolic.svg │ │ │ │ ├── emblem-favorite-symbolic.svg │ │ │ │ ├── emblem-important-symbolic.svg │ │ │ │ ├── emblem-music-symbolic.svg │ │ │ │ ├── emblem-ok-symbolic.svg │ │ │ │ ├── emblem-photos-symbolic.svg │ │ │ │ ├── emblem-shared-symbolic.svg │ │ │ │ ├── emblem-synchronizing-symbolic.svg │ │ │ │ ├── emblem-system-symbolic.svg │ │ │ │ └── emblem-videos-symbolic.svg │ │ │ │ ├── emotes │ │ │ │ ├── emote-love-symbolic.svg │ │ │ │ ├── face-angel-symbolic.svg │ │ │ │ ├── face-angry-symbolic.svg │ │ │ │ ├── face-confused-symbolic.svg │ │ │ │ ├── face-cool-symbolic.svg │ │ │ │ ├── face-crying-symbolic.svg │ │ │ │ ├── face-devilish-symbolic.svg │ │ │ │ ├── face-embarrassed-symbolic.svg │ │ │ │ ├── face-glasses-symbolic.svg │ │ │ │ ├── face-hat-symbolic.svg │ │ │ │ ├── face-heart-broken-symbolic.svg │ │ │ │ ├── face-heart-symbolic.svg │ │ │ │ ├── face-kiss-symbolic.svg │ │ │ │ ├── face-laugh-symbolic.svg │ │ │ │ ├── face-monkey-symbolic.svg │ │ │ │ ├── face-plain-symbolic.svg │ │ │ │ ├── face-raspberry-symbolic.svg │ │ │ │ ├── face-sad-symbolic.svg │ │ │ │ ├── face-shutmouth-symbolic.svg │ │ │ │ ├── face-sick-symbolic.svg │ │ │ │ ├── face-smile-big-symbolic.svg │ │ │ │ ├── face-smile-symbolic.svg │ │ │ │ ├── face-smirk-symbolic.svg │ │ │ │ ├── face-surprise-symbolic.svg │ │ │ │ ├── face-tired-symbolic.svg │ │ │ │ ├── face-uncertain-symbolic.svg │ │ │ │ ├── face-wink-symbolic.svg │ │ │ │ ├── face-worried-symbolic.svg │ │ │ │ └── face-yawn-symbolic.svg │ │ │ │ ├── mimetypes │ │ │ │ ├── application-certificate-symbolic.svg │ │ │ │ ├── application-rss+xml-symbolic.svg │ │ │ │ ├── application-x-addon-symbolic.svg │ │ │ │ ├── application-x-appliance-symbolic.svg │ │ │ │ ├── application-x-class-file-symbolic.svg │ │ │ │ ├── application-x-executable-symbolic.svg │ │ │ │ ├── application-xml-symbolic.svg │ │ │ │ ├── audio-x-generic-symbolic.svg │ │ │ │ ├── credit-card-symbolic.svg │ │ │ │ ├── extension-symbolic.svg │ │ │ │ ├── font-x-generic-symbolic.svg │ │ │ │ ├── html-symbolic.svg │ │ │ │ ├── image-x-generic-symbolic.svg │ │ │ │ ├── media-audio-symbolic.svg │ │ │ │ ├── media-image-symbolic.svg │ │ │ │ ├── media-optical-bd-symbolic.svg │ │ │ │ ├── media-optical-cd-audio-symbolic.svg │ │ │ │ ├── media-optical-dvd-symbolic.svg │ │ │ │ ├── media-optical-symbolic.svg │ │ │ │ ├── media-video-symbolic.svg │ │ │ │ ├── package-x-generic-symbolic.svg │ │ │ │ ├── payment-card-symbolic.svg │ │ │ │ ├── playlist-symbolic.svg │ │ │ │ ├── text-calendar-symbolic.svg │ │ │ │ ├── text-html-symbolic.svg │ │ │ │ ├── text-htmlh-symbolic.svg │ │ │ │ ├── text-x-copying-symbolic.svg │ │ │ │ ├── text-x-generic-symbolic.svg │ │ │ │ ├── text-xml-symbolic.svg │ │ │ │ ├── vcalendar-symbolic.svg │ │ │ │ ├── video-x-generic-symbolic.svg │ │ │ │ ├── x-office-address-book-symbolic.svg │ │ │ │ ├── x-office-calendar-symbolic.svg │ │ │ │ ├── x-office-document-symbolic.svg │ │ │ │ ├── x-office-drawing-symbolic.svg │ │ │ │ ├── x-office-presentation-symbolic.svg │ │ │ │ └── x-office-spreadsheet-symbolic.svg │ │ │ │ ├── places │ │ │ │ ├── bookmark-missing-symbolic.svg │ │ │ │ ├── document-open-recent-symbolic.svg │ │ │ │ ├── find-here-symbolic.svg │ │ │ │ ├── folder-activities-symbolic.svg │ │ │ │ ├── folder-apple-symbolic.svg │ │ │ │ ├── folder-cd-symbolic.svg │ │ │ │ ├── folder-copy-cloud-symbolic.svg │ │ │ │ ├── folder-development-symbolic.svg │ │ │ │ ├── folder-documents-symbolic.svg │ │ │ │ ├── folder-download-symbolic.svg │ │ │ │ ├── folder-drag-accept-symbolic.svg │ │ │ │ ├── folder-dropbox-symbolic.svg │ │ │ │ ├── folder-games-symbolic.svg │ │ │ │ ├── folder-git-symbolic.svg │ │ │ │ ├── folder-github-symbolic.svg │ │ │ │ ├── folder-gitlab-symbolic.svg │ │ │ │ ├── folder-gnome-symbolic.svg │ │ │ │ ├── folder-google-drive-symbolic.svg │ │ │ │ ├── folder-image-people-symbolic.svg │ │ │ │ ├── folder-images-symbolic.svg │ │ │ │ ├── folder-important-symbolic.svg │ │ │ │ ├── folder-java-symbolic.svg │ │ │ │ ├── folder-locked-symbolic.svg │ │ │ │ ├── folder-mail-cloud-symbolic.svg │ │ │ │ ├── folder-mail-symbolic.svg │ │ │ │ ├── folder-mega-symbolic.svg │ │ │ │ ├── folder-meocloud-symbolic.svg │ │ │ │ ├── folder-music-symbolic.svg │ │ │ │ ├── folder-new-symbolic.svg │ │ │ │ ├── folder-open-recent-symbolic.svg │ │ │ │ ├── folder-open-symbolic.svg │ │ │ │ ├── folder-owncloud-symbolic.svg │ │ │ │ ├── folder-pcloud-symbolic.svg │ │ │ │ ├── folder-pictures-symbolic.svg │ │ │ │ ├── folder-print-symbolic.svg │ │ │ │ ├── folder-private-symbolic.svg │ │ │ │ ├── folder-publicshare-symbolic.svg │ │ │ │ ├── folder-recent-symbolic.svg │ │ │ │ ├── folder-remote-symbolic.svg │ │ │ │ ├── folder-root-symbolic.svg │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ ├── folder-script-symbolic.svg │ │ │ │ ├── folder-steam-symbolic.svg │ │ │ │ ├── folder-symbolic.svg │ │ │ │ ├── folder-tar-symbolic.svg │ │ │ │ ├── folder-templates-symbolic.svg │ │ │ │ ├── folder-torrent-symbolic.svg │ │ │ │ ├── folder-unlocked-symbolic.svg │ │ │ │ ├── folder-vbox-symbolic.svg │ │ │ │ ├── folder-videos-symbolic.svg │ │ │ │ ├── folder-visiting-symbolic.svg │ │ │ │ ├── folder-wifi-symbolic.svg │ │ │ │ ├── folder-wine-symbolic.svg │ │ │ │ ├── folder-yandex-disk-symbolic.svg │ │ │ │ ├── inode-directory-symbolic.svg │ │ │ │ ├── internet-radio-symbolic.svg │ │ │ │ ├── mail-folder-inbox-symbolic.svg │ │ │ │ ├── mail-folder-outbox-symbolic.svg │ │ │ │ ├── nemo-bookmark-not-found-symbolic.svg │ │ │ │ ├── network-server-database-symbolic.svg │ │ │ │ ├── network-server-symbolic.svg │ │ │ │ ├── network-workgroup-symbolic.svg │ │ │ │ ├── playlist-queue-symbolic.svg │ │ │ │ ├── playlist-symbolic.svg │ │ │ │ ├── user-bookmarks-symbolic.svg │ │ │ │ ├── user-desktop-symbolic.svg │ │ │ │ ├── user-home-symbolic.svg │ │ │ │ ├── user-images-symbolic.svg │ │ │ │ ├── user-pictures-symbolic.svg │ │ │ │ ├── user-trash-full-symbolic.svg │ │ │ │ └── user-trash-symbolic.svg │ │ │ │ └── status │ │ │ │ ├── account-logged-in-symbolic.svg │ │ │ │ ├── airplane-mode-disabled-symbolic.svg │ │ │ │ ├── airplane-mode-symbolic.svg │ │ │ │ ├── alarm-symbolic.svg │ │ │ │ ├── appointment-missed-symbolic.svg │ │ │ │ ├── appointment-soon-symbolic.svg │ │ │ │ ├── arch-error-symbolic.svg │ │ │ │ ├── arch-lit-symbolic.svg │ │ │ │ ├── arch-unknown-symbolic.svg │ │ │ │ ├── arch-updates-symbolic.svg │ │ │ │ ├── arch-uptodate-symbolic.svg │ │ │ │ ├── audio-input-microphone-high-symbolic.svg │ │ │ │ ├── audio-input-microphone-low-symbolic.svg │ │ │ │ ├── audio-input-microphone-medium-symbolic.svg │ │ │ │ ├── audio-input-microphone-muted-symbolic.svg │ │ │ │ ├── audio-volume-high-symbolic.svg │ │ │ │ ├── audio-volume-low-symbolic.svg │ │ │ │ ├── audio-volume-medium-symbolic.svg │ │ │ │ ├── audio-volume-muted-blocking-symbolic.svg │ │ │ │ ├── audio-volume-muted-symbolic.svg │ │ │ │ ├── audio-volume-overamplified-symbolic.svg │ │ │ │ ├── auth-sim-locked-symbolic.svg │ │ │ │ ├── auth-sim-missing-symbolic.svg │ │ │ │ ├── avatar-default-symbolic.svg │ │ │ │ ├── battery-000-charging-symbolic.svg │ │ │ │ ├── battery-000-symbolic.svg │ │ │ │ ├── battery-020-charging-symbolic.svg │ │ │ │ ├── battery-020-symbolic.svg │ │ │ │ ├── battery-040-charging-symbolic.svg │ │ │ │ ├── battery-040-symbolic.svg │ │ │ │ ├── battery-060-charging-symbolic.svg │ │ │ │ ├── battery-060-symbolic.svg │ │ │ │ ├── battery-080-charging-symbolic.svg │ │ │ │ ├── battery-080-symbolic.svg │ │ │ │ ├── battery-100-charging-symbolic.svg │ │ │ │ ├── battery-100-symbolic.svg │ │ │ │ ├── battery-caution-charging-symbolic.svg │ │ │ │ ├── battery-caution-symbolic.svg │ │ │ │ ├── battery-charged-symbolic.svg │ │ │ │ ├── battery-empty-charging-symbolic.svg │ │ │ │ ├── battery-empty-symbolic.svg │ │ │ │ ├── battery-full-charged-symbolic.svg │ │ │ │ ├── battery-full-charging-symbolic.svg │ │ │ │ ├── battery-full-symbolic.svg │ │ │ │ ├── battery-good-charging-symbolic.svg │ │ │ │ ├── battery-good-symbolic.svg │ │ │ │ ├── battery-level-0-charging-symbolic.svg │ │ │ │ ├── battery-level-0-symbolic.svg │ │ │ │ ├── battery-level-10-charging-symbolic.svg │ │ │ │ ├── battery-level-10-symbolic.svg │ │ │ │ ├── battery-level-100-charged-symbolic.svg │ │ │ │ ├── battery-level-100-symbolic.svg │ │ │ │ ├── battery-level-20-charging-symbolic.svg │ │ │ │ ├── battery-level-20-symbolic.svg │ │ │ │ ├── battery-level-30-charging-symbolic.svg │ │ │ │ ├── battery-level-30-symbolic.svg │ │ │ │ ├── battery-level-40-charging-symbolic.svg │ │ │ │ ├── battery-level-40-symbolic.svg │ │ │ │ ├── battery-level-50-charging-symbolic.svg │ │ │ │ ├── battery-level-50-symbolic.svg │ │ │ │ ├── battery-level-60-charging-symbolic.svg │ │ │ │ ├── battery-level-60-symbolic.svg │ │ │ │ ├── battery-level-70-charging-symbolic.svg │ │ │ │ ├── battery-level-70-symbolic.svg │ │ │ │ ├── battery-level-80-charging-symbolic.svg │ │ │ │ ├── battery-level-80-symbolic.svg │ │ │ │ ├── battery-level-90-charging-symbolic.svg │ │ │ │ ├── battery-level-90-symbolic.svg │ │ │ │ ├── battery-low-charging-symbolic.svg │ │ │ │ ├── battery-low-symbolic.svg │ │ │ │ ├── battery-medium-charging-symbolic.svg │ │ │ │ ├── battery-medium-symbolic.svg │ │ │ │ ├── battery-missing-symbolic.svg │ │ │ │ ├── blueberry-tray-active-symbolic.svg │ │ │ │ ├── blueberry-tray-disabled-symbolic.svg │ │ │ │ ├── blueberry-tray-symbolic.svg │ │ │ │ ├── bluetooth-active-symbolic.svg │ │ │ │ ├── bluetooth-disabled-symbolic.svg │ │ │ │ ├── bluetooth-disconnected-symbolic.svg │ │ │ │ ├── bluetooth-hardware-disabled-symbolic.svg │ │ │ │ ├── bluetooth-paired-symbolic.svg │ │ │ │ ├── budgie-brightness-controller-1-symbolic.svg │ │ │ │ ├── budgie-caffeine-cup-empty.svg │ │ │ │ ├── budgie-caffeine-cup-full.svg │ │ │ │ ├── budgie-trash-empty-symbolic.svg │ │ │ │ ├── budgie-trash-full-symbolic.svg │ │ │ │ ├── budgie-trash-restore-symbolic.svg │ │ │ │ ├── bumblebee-active-symbolic.svg │ │ │ │ ├── bumblebee-inactive-symbolic.svg │ │ │ │ ├── caffeine-cup-empty-symbolic.svg │ │ │ │ ├── caffeine-cup-full-symbolic.svg │ │ │ │ ├── call-incoming-symbolic.svg │ │ │ │ ├── call-missed-symbolic.svg │ │ │ │ ├── call-outgoing-symbolic.svg │ │ │ │ ├── camera-disabled-symbolic.svg │ │ │ │ ├── camera-hardware-disabled-symbolic.svg │ │ │ │ ├── caps-lock-symbolic.svg │ │ │ │ ├── capslock-disabled-symbolic.svg │ │ │ │ ├── capslock-enabled-symbolic.svg │ │ │ │ ├── changes-allow-symbolic.svg │ │ │ │ ├── changes-prevent-symbolic.svg │ │ │ │ ├── channel-insecure-symbolic.svg │ │ │ │ ├── channel-secure-symbolic.svg │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-symbolic.svg │ │ │ │ ├── clipboard-outline-broken-symbolic.svg │ │ │ │ ├── clipboard-outline-symbolic.svg │ │ │ │ ├── clipboard-text-outline-symbolic.svg │ │ │ │ ├── computer-fail-symbolic.svg │ │ │ │ ├── content-loading-symbolic.svg │ │ │ │ ├── critical-notif-symbolic.svg │ │ │ │ ├── data_icons_display-symbolic.svg │ │ │ │ ├── data_icons_selection-symbolic.svg │ │ │ │ ├── daytime-sunrise-symbolic.svg │ │ │ │ ├── daytime-sunset-symbolic.svg │ │ │ │ ├── dialog-error-symbolic.svg │ │ │ │ ├── dialog-information-symbolic.svg │ │ │ │ ├── dialog-password-symbolic.svg │ │ │ │ ├── dialog-question-symbolic.svg │ │ │ │ ├── dialog-warning-symbolic.svg │ │ │ │ ├── display-brightness-high-symbolic.svg │ │ │ │ ├── display-brightness-low-symbolic.svg │ │ │ │ ├── display-brightness-medium-symbolic.svg │ │ │ │ ├── display-brightness-off-symbolic.svg │ │ │ │ ├── display-brightness-symbolic.svg │ │ │ │ ├── freon-fan-symbolic.svg │ │ │ │ ├── freon-gpu-temperature-symbolic.svg │ │ │ │ ├── freon-temperature-symbolic.svg │ │ │ │ ├── freon-voltage-symbolic.svg │ │ │ │ ├── gnome-pie-symbolic.svg │ │ │ │ ├── gser-icon-playing-symbolic.svg │ │ │ │ ├── gser-icon-stopped-symbolic.svg │ │ │ │ ├── gtk-dialog-warning-symbolic.svg │ │ │ │ ├── image-loading-symbolic.svg │ │ │ │ ├── input-keyboard-capslock-symbolic.svg │ │ │ │ ├── input-keyboard-numlock-symbolic.svg │ │ │ │ ├── keyboard-brightness-symbolic.svg │ │ │ │ ├── location-active-symbolic.svg │ │ │ │ ├── location-disabled-symbolic.svg │ │ │ │ ├── location-inactive-symbolic.svg │ │ │ │ ├── location-services-active-symbolic.svg │ │ │ │ ├── location-services-disabled-symbolic.svg │ │ │ │ ├── low-notif-symbolic.svg │ │ │ │ ├── mail-attachment-symbolic.svg │ │ │ │ ├── mail-important-symbolic.svg │ │ │ │ ├── mail-read-symbolic.svg │ │ │ │ ├── mail-replied-symbolic.svg │ │ │ │ ├── mail-unread-symbolic.svg │ │ │ │ ├── media-playlist-consecutive-symbolic-rtl.svg │ │ │ │ ├── media-playlist-consecutive-symbolic.svg │ │ │ │ ├── media-playlist-no-repeat-symbolic-rtl.svg │ │ │ │ ├── media-playlist-no-repeat-symbolic.svg │ │ │ │ ├── media-playlist-no-shuffle-symbolic.svg │ │ │ │ ├── media-playlist-repeat-one-symbolic-rtl.svg │ │ │ │ ├── media-playlist-repeat-one-symbolic.svg │ │ │ │ ├── media-playlist-repeat-song-symbolic-rtl.svg │ │ │ │ ├── media-playlist-repeat-song-symbolic.svg │ │ │ │ ├── media-playlist-repeat-symbolic-rtl.svg │ │ │ │ ├── media-playlist-repeat-symbolic.svg │ │ │ │ ├── media-playlist-shuffle-symbolic-rtl.svg │ │ │ │ ├── media-playlist-shuffle-symbolic.svg │ │ │ │ ├── microphone-disabled-symbolic.svg │ │ │ │ ├── microphone-hardware-disabled-symbolic.svg │ │ │ │ ├── microphone-sensitivity-high-symbolic.svg │ │ │ │ ├── microphone-sensitivity-low-symbolic.svg │ │ │ │ ├── microphone-sensitivity-medium-symbolic.svg │ │ │ │ ├── microphone-sensitivity-muted-symbolic.svg │ │ │ │ ├── microphone-sensitivity-none-symbolic.svg │ │ │ │ ├── mpi-symbolic.svg │ │ │ │ ├── my-caffeine-off-symbolic.svg │ │ │ │ ├── my-caffeine-on-symbolic.svg │ │ │ │ ├── mymail-symbolic.svg │ │ │ │ ├── network-acquiring-symbolic.svg │ │ │ │ ├── network-cellular-2g-symbolic.svg │ │ │ │ ├── network-cellular-3g-symbolic.svg │ │ │ │ ├── network-cellular-4g-symbolic.svg │ │ │ │ ├── network-cellular-5g-symbolic.svg │ │ │ │ ├── network-cellular-acquiring-symbolic.svg │ │ │ │ ├── network-cellular-cdma-1x-symbolic.svg │ │ │ │ ├── network-cellular-connected-symbolic.svg │ │ │ │ ├── network-cellular-disabled-symbolic.svg │ │ │ │ ├── network-cellular-disconnected-symbolic.svg │ │ │ │ ├── network-cellular-edge-symbolic.svg │ │ │ │ ├── network-cellular-error-symbolic.svg │ │ │ │ ├── network-cellular-gprs-symbolic.svg │ │ │ │ ├── network-cellular-hardware-disabled-symbolic.svg │ │ │ │ ├── network-cellular-hspa-symbolic.svg │ │ │ │ ├── network-cellular-no-route-symbolic.svg │ │ │ │ ├── network-cellular-offline-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-excellent-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-good-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-low-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-none-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-ok-symbolic.svg │ │ │ │ ├── network-cellular-signal-excellent-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-excellent-symbolic.svg │ │ │ │ ├── network-cellular-signal-good-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-good-symbolic.svg │ │ │ │ ├── network-cellular-signal-low-symbolic.svg │ │ │ │ ├── network-cellular-signal-none-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-none-symbolic.svg │ │ │ │ ├── network-cellular-signal-ok-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-ok-symbolic.svg │ │ │ │ ├── network-cellular-signal-weak-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-weak-symbolic.svg │ │ │ │ ├── network-cellular-umts-symbolic.svg │ │ │ │ ├── network-disconnected-symbolic.svg │ │ │ │ ├── network-error-symbolic.svg │ │ │ │ ├── network-idle-symbolic.svg │ │ │ │ ├── network-no-route-symbolic.svg │ │ │ │ ├── network-offline-symbolic.svg │ │ │ │ ├── network-receive-symbolic.svg │ │ │ │ ├── network-transmit-receive-symbolic.svg │ │ │ │ ├── network-transmit-symbolic.svg │ │ │ │ ├── network-vpn-acquiring-symbolic.svg │ │ │ │ ├── network-vpn-disconnected-symbolic.svg │ │ │ │ ├── network-vpn-error-symbolic.svg │ │ │ │ ├── network-vpn-no-route-symbolic.svg │ │ │ │ ├── network-vpn-offline-symbolic.svg │ │ │ │ ├── network-vpn-symbolic.svg │ │ │ │ ├── network-wired-acquiring-symbolic.svg │ │ │ │ ├── network-wired-disconnected-symbolic.svg │ │ │ │ ├── network-wired-error-symbolic.svg │ │ │ │ ├── network-wired-no-route-symbolic.svg │ │ │ │ ├── network-wired-offline-symbolic.svg │ │ │ │ ├── network-wired-secure-symbolic.svg │ │ │ │ ├── network-wired-symbolic.svg │ │ │ │ ├── network-wireless-acquiring-symbolic.svg │ │ │ │ ├── network-wireless-connected-symbolic.svg │ │ │ │ ├── network-wireless-disabled-symbolic.svg │ │ │ │ ├── network-wireless-disconnected-symbolic.svg │ │ │ │ ├── network-wireless-encrypted-symbolic.svg │ │ │ │ ├── network-wireless-error-symbolic.svg │ │ │ │ ├── network-wireless-hardware-disabled-symbolic.svg │ │ │ │ ├── network-wireless-hotspot-symbolic.svg │ │ │ │ ├── network-wireless-no-route-symbolic.svg │ │ │ │ ├── network-wireless-offline-symbolic.svg │ │ │ │ ├── network-wireless-signal-excellent-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-excellent-symbolic.svg │ │ │ │ ├── network-wireless-signal-good-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-good-symbolic.svg │ │ │ │ ├── network-wireless-signal-none-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-none-symbolic.svg │ │ │ │ ├── network-wireless-signal-ok-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-ok-symbolic.svg │ │ │ │ ├── network-wireless-signal-weak-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-weak-symbolic.svg │ │ │ │ ├── network-wireless-symbolic.svg │ │ │ │ ├── night-light-disabled-symbolic.svg │ │ │ │ ├── night-light-symbolic.svg │ │ │ │ ├── nm-device-wired-symbolic.svg │ │ │ │ ├── nm-signal-0-secure-symbolic.svg │ │ │ │ ├── nm-signal-0-symbolic.svg │ │ │ │ ├── nm-signal-100-secure-symbolic.svg │ │ │ │ ├── nm-signal-100-symbolic.svg │ │ │ │ ├── nm-signal-25-secure-symbolic.svg │ │ │ │ ├── nm-signal-25-symbolic.svg │ │ │ │ ├── nm-signal-50-secure-symbolic.svg │ │ │ │ ├── nm-signal-50-symbolic.svg │ │ │ │ ├── nm-signal-75-secure-symbolic.svg │ │ │ │ ├── nm-signal-75-symbolic.svg │ │ │ │ ├── normal-notif-symbolic.svg │ │ │ │ ├── notification-alert-symbolic.svg │ │ │ │ ├── notification-disabled-alert-symbolic.svg │ │ │ │ ├── notification-disabled-new-symbolic.svg │ │ │ │ ├── notification-disabled-symbolic.svg │ │ │ │ ├── notification-new-symbolic.svg │ │ │ │ ├── notification-symbolic.svg │ │ │ │ ├── notifications-applet-symbolic.svg │ │ │ │ ├── notifications-disabled-symbolic.svg │ │ │ │ ├── notifications-new-symbolic.svg │ │ │ │ ├── notifications-symbolic.svg │ │ │ │ ├── num-lock-symbolic.svg │ │ │ │ ├── numlock-disabled-symbolic.svg │ │ │ │ ├── numlock-enabled-symbolic.svg │ │ │ │ ├── nvidia-card-symbolic.svg │ │ │ │ ├── nvidia-ram-symbolic.svg │ │ │ │ ├── nvidia-temp-symbolic.svg │ │ │ │ ├── org.gnome.Shell.Extensions.GSConnect-symbolic.svg │ │ │ │ ├── org.perezdecastro.Revolt-status-blink-symbolic.svg │ │ │ │ ├── org.perezdecastro.Revolt-status-online-symbolic.svg │ │ │ │ ├── orientation-landscape-inverse-symbolic.svg │ │ │ │ ├── orientation-landscape-symbolic.svg │ │ │ │ ├── orientation-portrait-inverse-symbolic.svg │ │ │ │ ├── orientation-portrait-left-symbolic.svg │ │ │ │ ├── orientation-portrait-right-symbolic.svg │ │ │ │ ├── orientation-portrait-symbolic.svg │ │ │ │ ├── pager-checked-symbolic.svg │ │ │ │ ├── power-profile-balanced-symbolic.svg │ │ │ │ ├── power-profile-performance-symbolic.svg │ │ │ │ ├── power-profile-power-saver-symbolic.svg │ │ │ │ ├── prime-indicator-hybrid-symbolic.svg │ │ │ │ ├── prime-indicator-intel-symbolic.svg │ │ │ │ ├── prime-indicator-nvidia-symbolic.svg │ │ │ │ ├── printer-error-symbolic.svg │ │ │ │ ├── printer-printing-symbolic.svg │ │ │ │ ├── printer-warning-symbolic.svg │ │ │ │ ├── process-completed-symbolic.svg │ │ │ │ ├── process-error-symbolic.svg │ │ │ │ ├── process-working-symbolic.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-symbolic.svg │ │ │ │ ├── revolt-status-blink-symbolic.svg │ │ │ │ ├── revolt-status-online-symbolic.svg │ │ │ │ ├── rotation-allowed-symbolic.svg │ │ │ │ ├── rotation-locked-symbolic.svg │ │ │ │ ├── screen-shared-symbolic.svg │ │ │ │ ├── security-high-symbolic.svg │ │ │ │ ├── security-low-symbolic.svg │ │ │ │ ├── security-medium-symbolic.svg │ │ │ │ ├── sensors-fan-symbolic.svg │ │ │ │ ├── sensors-temperature-symbolic.svg │ │ │ │ ├── sensors-voltage-symbolic.svg │ │ │ │ ├── software-installed-symbolic.svg │ │ │ │ ├── software-update-available-symbolic.svg │ │ │ │ ├── software-update-urgent-symbolic.svg │ │ │ │ ├── start-here-symbolic.svg │ │ │ │ ├── stopwatch-symbolic.svg │ │ │ │ ├── sync-synchronizing-symbolic.svg │ │ │ │ ├── system-shutdown-symbolic.svg │ │ │ │ ├── task-due-symbolic.svg │ │ │ │ ├── task-past-due-symbolic.svg │ │ │ │ ├── temp-symbolic.svg │ │ │ │ ├── thunderbolt-acquiring-symbolic.svg │ │ │ │ ├── timer-symbolic.svg │ │ │ │ ├── touch-disabled-symbolic.svg │ │ │ │ ├── touchpad-disabled-symbolic.svg │ │ │ │ ├── touchpad-enabled-symbolic.svg │ │ │ │ ├── user-available-symbolic.svg │ │ │ │ ├── user-away-symbolic.svg │ │ │ │ ├── user-busy-symbolic.svg │ │ │ │ ├── user-idle-symbolic.svg │ │ │ │ ├── user-invisible-symbolic.svg │ │ │ │ ├── user-not-tracked-symbolic.svg │ │ │ │ ├── user-offline-symbolic.svg │ │ │ │ ├── user-status-pending-symbolic.svg │ │ │ │ ├── view-private-symbolic.svg │ │ │ │ ├── view-wrapped-symbolic-rtl.svg │ │ │ │ ├── view-wrapped-symbolic.svg │ │ │ │ ├── volume-warning-symbolic.svg │ │ │ │ ├── weather-clear-night-symbolic.svg │ │ │ │ ├── weather-clear-symbolic.svg │ │ │ │ ├── weather-clouds-night-symbolic.svg │ │ │ │ ├── weather-clouds-symbolic.svg │ │ │ │ ├── weather-cloudy-symbolic.svg │ │ │ │ ├── weather-few-clouds-night-symbolic.svg │ │ │ │ ├── weather-few-clouds-symbolic.svg │ │ │ │ ├── weather-fog-symbolic.svg │ │ │ │ ├── weather-freezing-rain-symbolic.svg │ │ │ │ ├── weather-many-clouds-symbolic.svg │ │ │ │ ├── weather-none-available-symbolic.svg │ │ │ │ ├── weather-overcast-night-symbolic.svg │ │ │ │ ├── weather-overcast-symbolic.svg │ │ │ │ ├── weather-severe-alert-symbolic.svg │ │ │ │ ├── weather-showers-scattered-symbolic.svg │ │ │ │ ├── weather-showers-symbolic.svg │ │ │ │ ├── weather-snow-night-symbolic.svg │ │ │ │ ├── weather-snow-rain-symbolic.svg │ │ │ │ ├── weather-snow-symbolic.svg │ │ │ │ ├── weather-storm-symbolic.svg │ │ │ │ ├── weather-storm-tornado-symbolic.svg │ │ │ │ ├── weather-tornado-symbolic.svg │ │ │ │ └── weather-windy-symbolic.svg │ │ ├── Fluent │ │ │ ├── 16 │ │ │ │ ├── actions │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Finished.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── SuggestionTM.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── action-unavailable.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-files-to-archive.svg │ │ │ │ │ ├── add-folder-to-archive.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add-subtitle.svg │ │ │ │ │ ├── add.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcol.svg │ │ │ │ │ ├── adjustrow.svg │ │ │ │ │ ├── adress-book-new.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-on-canvas.svg │ │ │ │ │ ├── align-sel-as-group.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── appointment.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── archive.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── attach-path.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── automated-tasks.svg │ │ │ │ │ ├── back.svg │ │ │ │ │ ├── backup.svg │ │ │ │ │ ├── bad-marker.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bend-path.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── bitmap-trace.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── blueman-plugin.svg │ │ │ │ │ ├── blueman-send-file.svg │ │ │ │ │ ├── blueman-trust.svg │ │ │ │ │ ├── blueman-untrust.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bonobo-component-browser.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmark_add.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bookmarks_list_add.svg │ │ │ │ │ ├── bool-op.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── bottom.svg │ │ │ │ │ ├── bounding-box.svg │ │ │ │ │ ├── boundingbox_bottom.svg │ │ │ │ │ ├── boundingbox_bottom_left.svg │ │ │ │ │ ├── boundingbox_bottom_right.svg │ │ │ │ │ ├── boundingbox_center.svg │ │ │ │ │ ├── boundingbox_left.svg │ │ │ │ │ ├── boundingbox_right.svg │ │ │ │ │ ├── boundingbox_top.svg │ │ │ │ │ ├── boundingbox_top_left.svg │ │ │ │ │ ├── boundingbox_top_right.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-add.svg │ │ │ │ │ ├── bqm-addqueue.svg │ │ │ │ │ ├── bqm-commit.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── bqm-update.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── browser-download.svg │ │ │ │ │ ├── bspline.svg │ │ │ │ │ ├── bug.svg │ │ │ │ │ ├── burst.svg │ │ │ │ │ ├── button_cancel.svg │ │ │ │ │ ├── cab_extract.svg │ │ │ │ │ ├── cab_view.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cancel.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── check-filled.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── clone-original.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── cm_columnsview.svg │ │ │ │ │ ├── cm_copyfullnamestoclip.svg │ │ │ │ │ ├── cm_extractfiles.svg │ │ │ │ │ ├── cm_options.svg │ │ │ │ │ ├── cm_packfiles.svg │ │ │ │ │ ├── cm_refresh.svg │ │ │ │ │ ├── cm_search.svg │ │ │ │ │ ├── cm_syncdirs.svg │ │ │ │ │ ├── cm_thumbnailsview.svg │ │ │ │ │ ├── cm_viewhistorynext.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configuration.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── connector-avoid.svg │ │ │ │ │ ├── connector-ignore.svg │ │ │ │ │ ├── connector-orthogonal.svg │ │ │ │ │ ├── construct-grid.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── copy-rotate.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── currenttrack_pause.svg │ │ │ │ │ ├── currenttrack_play.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── curvestitching.svg │ │ │ │ │ ├── cvc-configure.svg │ │ │ │ │ ├── cvc-connect.svg │ │ │ │ │ ├── cvc-disconnect.svg │ │ │ │ │ ├── cvc-info.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── dashed-stroke.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── delete_table.svg │ │ │ │ │ ├── deletecell.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-align-and-distribute.svg │ │ │ │ │ ├── dialog-apply.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-error.svg │ │ │ │ │ ├── dialog-fill-and-stroke.svg │ │ │ │ │ ├── dialog-filters.svg │ │ │ │ │ ├── dialog-geometry.svg │ │ │ │ │ ├── dialog-icon-preview.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-layers.svg │ │ │ │ │ ├── dialog-memory.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-no.svg │ │ │ │ │ ├── dialog-object-properties.svg │ │ │ │ │ ├── dialog-objects.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-path-effects.svg │ │ │ │ │ ├── dialog-question.svg │ │ │ │ │ ├── dialog-rows-and-columns.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-selectors.svg │ │ │ │ │ ├── dialog-templates.svg │ │ │ │ │ ├── dialog-text-and-font.svg │ │ │ │ │ ├── dialog-tile-clones.svg │ │ │ │ │ ├── dialog-transform.svg │ │ │ │ │ ├── dialog-warning.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dialog-yes.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── dissociatecell.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-cleanup.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-compareleft.svg │ │ │ │ │ ├── document-compareright.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-duplicate.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-equal.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-metadata.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert-rtl.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-scan.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-single.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── document-unequal.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── down.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse-arc.svg │ │ │ │ │ ├── draw-ellipse-chord.svg │ │ │ │ │ ├── draw-ellipse-segment.svg │ │ │ │ │ ├── draw-ellipse-whole.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser-delete-objects.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-geometry-angle-bisector.svg │ │ │ │ │ ├── draw-geometry-circle-from-radius.svg │ │ │ │ │ ├── draw-geometry-circle-from-three-points.svg │ │ │ │ │ ├── draw-geometry-inactive.svg │ │ │ │ │ ├── draw-geometry-line-parallel.svg │ │ │ │ │ ├── draw-geometry-line-perpendicular.svg │ │ │ │ │ ├── draw-geometry-line-segment.svg │ │ │ │ │ ├── draw-geometry-mirror.svg │ │ │ │ │ ├── draw-geometry-set-bounding-box.svg │ │ │ │ │ ├── draw-geometry-show-measuring-info.svg │ │ │ │ │ ├── draw-geometry.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star-outline.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-trace-background.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-use-pressure.svg │ │ │ │ │ ├── draw-use-tilt.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── edit-add.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-link-lpe.svg │ │ │ │ │ ├── edit-clone-link.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-duplicate.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-flag.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-mark.svg │ │ │ │ │ ├── edit-move.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-height-separately.svg │ │ │ │ │ ├── edit-paste-height.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste-size-separately.svg │ │ │ │ │ ├── edit-paste-size.svg │ │ │ │ │ ├── edit-paste-style.svg │ │ │ │ │ ├── edit-paste-width-separately.svg │ │ │ │ │ ├── edit-paste-width.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all-layers.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-original.svg │ │ │ │ │ ├── edit-select-same-fill-and-stroke.svg │ │ │ │ │ ├── edit-select-same-fill.svg │ │ │ │ │ ├── edit-select-same-object-type.svg │ │ │ │ │ ├── edit-select-same-stroke-color.svg │ │ │ │ │ ├── edit-select-same-stroke-style.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo-history.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── edit.svg │ │ │ │ │ ├── editclear.svg │ │ │ │ │ ├── editcopy.svg │ │ │ │ │ ├── editcut.svg │ │ │ │ │ ├── editdelete.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpaste.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-5pts.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── embrodery-stitch.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── empty-icon.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── enterprise.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── envelope.svg │ │ │ │ │ ├── epiphany-download.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── exit.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── extract-archive.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── fcitx-vk-active.svg │ │ │ │ │ ├── fcitx-vk-inactive.svg │ │ │ │ │ ├── feTile-icon.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filefind.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── filenew.svg │ │ │ │ │ ├── fileopen.svg │ │ │ │ │ ├── fileprint.svg │ │ │ │ │ ├── filequickprint.svg │ │ │ │ │ ├── filesave.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-between-many.svg │ │ │ │ │ ├── fill-between-strokes.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── fill-rule-even-odd.svg │ │ │ │ │ ├── fill-rule-nonzero.svg │ │ │ │ │ ├── fillet-chamfer.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── find.svg │ │ │ │ │ ├── fitmanual.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── flatten.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── folder-tag.svg │ │ │ │ │ ├── folder_color_picker.svg │ │ │ │ │ ├── folder_new.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font-face.svg │ │ │ │ │ ├── font-size-down.svg │ │ │ │ │ ├── font-size-up.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── foreign_green.svg │ │ │ │ │ ├── foreign_red.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── gears.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── giggle-history-view.svg │ │ │ │ │ ├── giggle-remote.svg │ │ │ │ │ ├── giggle-tag.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnome-app-install-star.svg │ │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ │ ├── gnome-stock-mail-fwd.svg │ │ │ │ │ ├── gnome-stock-mail-new.svg │ │ │ │ │ ├── gnome-stock-mail-rpl.svg │ │ │ │ │ ├── gnome-stock-mail-snd.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pivottable.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-left-symbolic.svg │ │ │ │ │ ├── go-left.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-right-symbolic.svg │ │ │ │ │ ├── go-right.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-axonometric.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtg-plugin.svg │ │ │ │ │ ├── gtg-tag-new.svg │ │ │ │ │ ├── gtg-tag.svg │ │ │ │ │ ├── gtg-tags-none.svg │ │ │ │ │ ├── gtg-task-dismiss.svg │ │ │ │ │ ├── gtg-task-done.svg │ │ │ │ │ ├── gtg-task-new.svg │ │ │ │ │ ├── gtg-task-undismiss.svg │ │ │ │ │ ├── gtg-task-undone.svg │ │ │ │ │ ├── gtk-about.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-copy.svg │ │ │ │ │ ├── gtk-cut.svg │ │ │ │ │ ├── gtk-delete.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-dnd-multiple.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-file.svg │ │ │ │ │ ├── gtk-find-and-replace.svg │ │ │ │ │ ├── gtk-find.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-fullscreen.svg │ │ │ │ │ ├── gtk-go-back-ltr.svg │ │ │ │ │ ├── gtk-go-back-rtl.svg │ │ │ │ │ ├── gtk-go-down.svg │ │ │ │ │ ├── gtk-go-forward-ltr.svg │ │ │ │ │ ├── gtk-go-forward-rtl.svg │ │ │ │ │ ├── gtk-go-up.svg │ │ │ │ │ ├── gtk-goto-bottom.svg │ │ │ │ │ ├── gtk-goto-first-ltr.svg │ │ │ │ │ ├── gtk-goto-first-rtl.svg │ │ │ │ │ ├── gtk-goto-last-ltr.svg │ │ │ │ │ ├── gtk-goto-last-rtl.svg │ │ │ │ │ ├── gtk-goto-top.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-indent-ltr.svg │ │ │ │ │ ├── gtk-indent-rtl.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-italic.svg │ │ │ │ │ ├── gtk-jump-to-ltr.svg │ │ │ │ │ ├── gtk-justify-center.svg │ │ │ │ │ ├── gtk-justify-fill.svg │ │ │ │ │ ├── gtk-justify-left.svg │ │ │ │ │ ├── gtk-justify-right.svg │ │ │ │ │ ├── gtk-leave-fullscreen.svg │ │ │ │ │ ├── gtk-media-forward-ltr.svg │ │ │ │ │ ├── gtk-media-forward-rtl.svg │ │ │ │ │ ├── gtk-media-next-ltr.svg │ │ │ │ │ ├── gtk-media-next-rtl.svg │ │ │ │ │ ├── gtk-media-pause.svg │ │ │ │ │ ├── gtk-media-play-ltr.svg │ │ │ │ │ ├── gtk-media-previous-ltr.svg │ │ │ │ │ ├── gtk-media-previous-rtl.svg │ │ │ │ │ ├── gtk-media-record.svg │ │ │ │ │ ├── gtk-media-rewind-ltr.svg │ │ │ │ │ ├── gtk-media-rewind-rtl.svg │ │ │ │ │ ├── gtk-media-stop.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── gtk-new.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-open.svg │ │ │ │ │ ├── gtk-paste.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-print-preview.svg │ │ │ │ │ ├── gtk-print.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-refresh.svg │ │ │ │ │ ├── gtk-remove.svg │ │ │ │ │ ├── gtk-revert-to-saved-ltr.svg │ │ │ │ │ ├── gtk-revert-to-saved-rtl.svg │ │ │ │ │ ├── gtk-save-as.svg │ │ │ │ │ ├── gtk-save.svg │ │ │ │ │ ├── gtk-select-all.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-spell-check.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── gtk-zoom-fit.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── hamburger-menu.svg │ │ │ │ │ ├── hatches.svg │ │ │ │ │ ├── hb-add-queue.svg │ │ │ │ │ ├── hb-complete.svg │ │ │ │ │ ├── hb-pause.svg │ │ │ │ │ ├── hb-presets.svg │ │ │ │ │ ├── hb-remove.svg │ │ │ │ │ ├── hb-showqueue.svg │ │ │ │ │ ├── hb-source.svg │ │ │ │ │ ├── hb-start.svg │ │ │ │ │ ├── hb-stop.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate-ars.svg │ │ │ │ │ ├── help-donate-aud.svg │ │ │ │ │ ├── help-donate-brl.svg │ │ │ │ │ ├── help-donate-cad.svg │ │ │ │ │ ├── help-donate-chf.svg │ │ │ │ │ ├── help-donate-cny.svg │ │ │ │ │ ├── help-donate-eur.svg │ │ │ │ │ ├── help-donate-gbp.svg │ │ │ │ │ ├── help-donate-inr.svg │ │ │ │ │ ├── help-donate-jpy.svg │ │ │ │ │ ├── help-donate-mxn.svg │ │ │ │ │ ├── help-donate-pln.svg │ │ │ │ │ ├── help-donate-rub.svg │ │ │ │ │ ├── help-donate-sek.svg │ │ │ │ │ ├── help-donate-try.svg │ │ │ │ │ ├── help-donate-uah.svg │ │ │ │ │ ├── help-donate-usd.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keyboard-shortcuts.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── highlight-pointer-spot.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── history.svg │ │ │ │ │ ├── history_entry.svg │ │ │ │ │ ├── hook-notifier.svg │ │ │ │ │ ├── horizontal.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-local-xmpp.svg │ │ │ │ │ ├── im-message-new.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── image-auto-adjust.svg │ │ │ │ │ ├── image-loading.svg │ │ │ │ │ ├── image-missing.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── insertcellcopy.svg │ │ │ │ │ ├── interactive_simplify.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── interpolate-points.svg │ │ │ │ │ ├── interpolate.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── irc-unvoice.svg │ │ │ │ │ ├── irc-voice.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── items-tags.svg │ │ │ │ │ ├── itmages-add.svg │ │ │ │ │ ├── itmages-cancel.svg │ │ │ │ │ ├── itmages-copy-link.svg │ │ │ │ │ ├── itmages-folder.svg │ │ │ │ │ ├── itmages-open-browser.svg │ │ │ │ │ ├── itmages-quit.svg │ │ │ │ │ ├── itmages-resize.svg │ │ │ │ │ ├── itmages-rotate.svg │ │ │ │ │ ├── itmages-select-all.svg │ │ │ │ │ ├── itmages-settings.svg │ │ │ │ │ ├── itmages-stop.svg │ │ │ │ │ ├── itmages-tools.svg │ │ │ │ │ ├── itmages-upload.svg │ │ │ │ │ ├── itmages-utils.svg │ │ │ │ │ ├── join-type.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── keyframe-add.svg │ │ │ │ │ ├── keyframe-disable.svg │ │ │ │ │ ├── keyframe-duplicate.svg │ │ │ │ │ ├── keyframe-next.svg │ │ │ │ │ ├── keyframe-previous.svg │ │ │ │ │ ├── keyframe-record.svg │ │ │ │ │ ├── keyframe-remove.svg │ │ │ │ │ ├── keyframe.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ │ ├── knot.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kruler-east.svg │ │ │ │ │ ├── kruler-north.svg │ │ │ │ │ ├── kruler-south.svg │ │ │ │ │ ├── kruler-west.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start-all.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── lastfm-neighbour.svg │ │ │ │ │ ├── lastfm-personal.svg │ │ │ │ │ ├── lastfm-recommended.svg │ │ │ │ │ ├── lastfm-tag.svg │ │ │ │ │ ├── lattice2.svg │ │ │ │ │ ├── layer-bottom.svg │ │ │ │ │ ├── layer-delete.svg │ │ │ │ │ ├── layer-duplicate.svg │ │ │ │ │ ├── layer-lower.svg │ │ │ │ │ ├── layer-new.svg │ │ │ │ │ ├── layer-next.svg │ │ │ │ │ ├── layer-previous.svg │ │ │ │ │ ├── layer-raise.svg │ │ │ │ │ ├── layer-rename.svg │ │ │ │ │ ├── layer-top.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── lens.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── loved_radio.svg │ │ │ │ │ ├── lpi-bug.svg │ │ │ │ │ ├── lpi-translate.svg │ │ │ │ │ ├── mail-archive.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-flagged.svg │ │ │ │ │ ├── mail-forward-attachment.svg │ │ │ │ │ ├── mail-forward-custom.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-author.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── mail_forward.svg │ │ │ │ │ ├── mail_new.svg │ │ │ │ │ ├── mail_reply.svg │ │ │ │ │ ├── mail_replyall.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── mark-location.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── math1.svg │ │ │ │ │ ├── math2.svg │ │ │ │ │ ├── math3.svg │ │ │ │ │ ├── math7.svg │ │ │ │ │ ├── math9.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure-segments.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-import-audio-cd.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-amarok.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── media-write-cd.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── meld-version-control.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── menu_new_sep.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── mergecell-horizontal.svg │ │ │ │ │ ├── mergecell-vertical.svg │ │ │ │ │ ├── mergecell.svg │ │ │ │ │ ├── mesh-gradient-fit.svg │ │ │ │ │ ├── mesh-gradient.svg │ │ │ │ │ ├── message-new.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mirror-symmetry.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── nemo-eject.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── next.svg │ │ │ │ │ ├── no-marker.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── node_insert_max_x.svg │ │ │ │ │ ├── node_insert_max_y.svg │ │ │ │ │ ├── node_insert_min_x.svg │ │ │ │ │ ├── node_insert_min_y.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-crop.svg │ │ │ │ │ ├── object-fill.svg │ │ │ │ │ ├── object-flip-hor.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-ver.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-hidden.svg │ │ │ │ │ ├── object-inverse.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-stroke-style.svg │ │ │ │ │ ├── object-stroke.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup-pop-selection.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object-visible.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── office-report.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── oilpaint.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-menu.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── pack-less.svg │ │ │ │ │ ├── pack-more.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_settings.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-gradient-conical.svg │ │ │ │ │ ├── paint-gradient-linear.svg │ │ │ │ │ ├── paint-gradient-mesh.svg │ │ │ │ │ ├── paint-gradient-radial.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paint-pattern.svg │ │ │ │ │ ├── paint-solid.svg │ │ │ │ │ ├── paint-swatch.svg │ │ │ │ │ ├── paint-unknown.svg │ │ │ │ │ ├── paper-color.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-break-apart.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-combine.svg │ │ │ │ │ ├── path-cut.svg │ │ │ │ │ ├── path-difference.svg │ │ │ │ │ ├── path-division.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-exclusion.svg │ │ │ │ │ ├── path-inset.svg │ │ │ │ │ ├── path-intersection.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-bspline.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-offset-dynamic.svg │ │ │ │ │ ├── path-offset-linked.svg │ │ │ │ │ ├── path-outset.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── path-tweak-attract.svg │ │ │ │ │ ├── path-tweak-push.svg │ │ │ │ │ ├── path-tweak-roughen.svg │ │ │ │ │ ├── path-tweak-shrink.svg │ │ │ │ │ ├── path-union.svg │ │ │ │ │ ├── pattern.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── perspective-envelope.svg │ │ │ │ │ ├── perspective-parallel.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── pixelart-trace.svg │ │ │ │ │ ├── player-eject.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── player_eject.svg │ │ │ │ │ ├── player_end.svg │ │ │ │ │ ├── player_fwd.svg │ │ │ │ │ ├── player_pause.svg │ │ │ │ │ ├── player_play.svg │ │ │ │ │ ├── player_record.svg │ │ │ │ │ ├── player_rew.svg │ │ │ │ │ ├── player_start.svg │ │ │ │ │ ├── player_stop.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── podcast-new.svg │ │ │ │ │ ├── poedit-fuzzy.svg │ │ │ │ │ ├── poedit-status-bookmark.svg │ │ │ │ │ ├── poedit-status-cat-mid.svg │ │ │ │ │ ├── poedit-status-cat-no.svg │ │ │ │ │ ├── poedit-status-cat-ok.svg │ │ │ │ │ ├── poedit-status-comment.svg │ │ │ │ │ ├── poedit-update.svg │ │ │ │ │ ├── poedit-validate.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── powerclip.svg │ │ │ │ │ ├── powermask.svg │ │ │ │ │ ├── powerstroke.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-activities.svg │ │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preferences-system.svg │ │ │ │ │ ├── preflight-verifier.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── previous.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── privatebrowsing.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── pts2ellipse.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── rabbitvcs-about.svg │ │ │ │ │ ├── rabbitvcs-add.svg │ │ │ │ │ ├── rabbitvcs-applypatch.svg │ │ │ │ │ ├── rabbitvcs-asynchronous.svg │ │ │ │ │ ├── rabbitvcs-bug.svg │ │ │ │ │ ├── rabbitvcs-changes.svg │ │ │ │ │ ├── rabbitvcs-checkmods.svg │ │ │ │ │ ├── rabbitvcs-checkout.svg │ │ │ │ │ ├── rabbitvcs-cleanup.svg │ │ │ │ │ ├── rabbitvcs-clear.svg │ │ │ │ │ ├── rabbitvcs-commit.svg │ │ │ │ │ ├── rabbitvcs-compare.svg │ │ │ │ │ ├── rabbitvcs-dbus.svg │ │ │ │ │ ├── rabbitvcs-delete.svg │ │ │ │ │ ├── rabbitvcs-editconflicts.svg │ │ │ │ │ ├── rabbitvcs-emblems.svg │ │ │ │ │ ├── rabbitvcs-export.svg │ │ │ │ │ ├── rabbitvcs-import.svg │ │ │ │ │ ├── rabbitvcs-lock.svg │ │ │ │ │ ├── rabbitvcs-merge.svg │ │ │ │ │ ├── rabbitvcs-properties.svg │ │ │ │ │ ├── rabbitvcs-push.svg │ │ │ │ │ ├── rabbitvcs-refresh.svg │ │ │ │ │ ├── rabbitvcs-relocate.svg │ │ │ │ │ ├── rabbitvcs-reset.svg │ │ │ │ │ ├── rabbitvcs-resolve.svg │ │ │ │ │ ├── rabbitvcs-run.svg │ │ │ │ │ ├── rabbitvcs-settings.svg │ │ │ │ │ ├── rabbitvcs-show_log.svg │ │ │ │ │ ├── rabbitvcs-stop.svg │ │ │ │ │ ├── rabbitvcs-switch.svg │ │ │ │ │ ├── rabbitvcs-unlock.svg │ │ │ │ │ ├── rabbitvcs-unstage.svg │ │ │ │ │ ├── rabbitvcs-update.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── rectangle-make-corners-sharp.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── reload.svg │ │ │ │ │ ├── reload3.svg │ │ │ │ │ ├── reload_all_tabs.svg │ │ │ │ │ ├── reload_page.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-color.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resizecol.svg │ │ │ │ │ ├── resizerow.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── retweet.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── revert.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── rough-hatches.svg │ │ │ │ │ ├── roughen.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── ruler.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── screen-rotate-auto-off.svg │ │ │ │ │ ├── screen-rotate-auto-on.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── search-icon.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── searching.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection-bottom.svg │ │ │ │ │ ├── selection-lower.svg │ │ │ │ │ ├── selection-make-bitmap-copy.svg │ │ │ │ │ ├── selection-move-to-layer-above.svg │ │ │ │ │ ├── selection-move-to-layer-below.svg │ │ │ │ │ ├── selection-move-to-layer.svg │ │ │ │ │ ├── selection-raise.svg │ │ │ │ │ ├── selection-top.svg │ │ │ │ │ ├── selection-touch.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── setroubleshoot_icon.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── settings.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-bounding-box.svg │ │ │ │ │ ├── show-dialogs.svg │ │ │ │ │ ├── show-grid.svg │ │ │ │ │ ├── show-guides.svg │ │ │ │ │ ├── show-handles.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-places.svg │ │ │ │ │ ├── sidebar.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── simplify.svg │ │ │ │ │ ├── skeletal.svg │ │ │ │ │ ├── sketch.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── slice.svg │ │ │ │ │ ├── slideshow-plugin.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-nodes.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-others.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── soundkonverter-replaygain.svg │ │ │ │ │ ├── source-playlist.svg │ │ │ │ │ ├── source-smart-playlist.svg │ │ │ │ │ ├── spacefm-find.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── spiro.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spray-mode-clone.svg │ │ │ │ │ ├── spray-mode-copy.svg │ │ │ │ │ ├── spray-mode-union.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── start.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── sticky_zoom.svg │ │ │ │ │ ├── stock_about.svg │ │ │ │ │ ├── stock_add-bookmark.svg │ │ │ │ │ ├── stock_bottom.svg │ │ │ │ │ ├── stock_calc-accept.svg │ │ │ │ │ ├── stock_calc-cancel.svg │ │ │ │ │ ├── stock_check-filled.svg │ │ │ │ │ ├── stock_close.svg │ │ │ │ │ ├── stock_contact-list.svg │ │ │ │ │ ├── stock_copy.svg │ │ │ │ │ ├── stock_cut.svg │ │ │ │ │ ├── stock_delete.svg │ │ │ │ │ ├── stock_down.svg │ │ │ │ │ ├── stock_exit.svg │ │ │ │ │ ├── stock_file-properites.svg │ │ │ │ │ ├── stock_file-properties.svg │ │ │ │ │ ├── stock_first.svg │ │ │ │ │ ├── stock_folder_properties.svg │ │ │ │ │ ├── stock_fullscreen.svg │ │ │ │ │ ├── stock_gtk-dnd-multiple.svg │ │ │ │ │ ├── stock_help-add-bookmark.svg │ │ │ │ │ ├── stock_insert-rule.svg │ │ │ │ │ ├── stock_insert-table.svg │ │ │ │ │ ├── stock_last.svg │ │ │ │ │ ├── stock_leave-fullscreen.svg │ │ │ │ │ ├── stock_left.svg │ │ │ │ │ ├── stock_mail-compose.svg │ │ │ │ │ ├── stock_mail-flag-for-followup-done.svg │ │ │ │ │ ├── stock_mail-flag-for-followup.svg │ │ │ │ │ ├── stock_mail-forward.svg │ │ │ │ │ ├── stock_mail-reply-to-all.svg │ │ │ │ │ ├── stock_mail-reply.svg │ │ │ │ │ ├── stock_mail-send.svg │ │ │ │ │ ├── stock_mark.svg │ │ │ │ │ ├── stock_media-fwd.svg │ │ │ │ │ ├── stock_media-next.svg │ │ │ │ │ ├── stock_media-pause.svg │ │ │ │ │ ├── stock_media-play.svg │ │ │ │ │ ├── stock_media-prev.svg │ │ │ │ │ ├── stock_media-rec.svg │ │ │ │ │ ├── stock_media-rew.svg │ │ │ │ │ ├── stock_media-stop.svg │ │ │ │ │ ├── stock_navigator.svg │ │ │ │ │ ├── stock_new-address-book.svg │ │ │ │ │ ├── stock_new-appointment.svg │ │ │ │ │ ├── stock_new-bcard.svg │ │ │ │ │ ├── stock_new-dir.svg │ │ │ │ │ ├── stock_new-tab.svg │ │ │ │ │ ├── stock_new-text.svg │ │ │ │ │ ├── stock_new-window.svg │ │ │ │ │ ├── stock_no.svg │ │ │ │ │ ├── stock_not.svg │ │ │ │ │ ├── stock_paste.svg │ │ │ │ │ ├── stock_print-preview.svg │ │ │ │ │ ├── stock_print.svg │ │ │ │ │ ├── stock_properties.svg │ │ │ │ │ ├── stock_redo.svg │ │ │ │ │ ├── stock_refresh.svg │ │ │ │ │ ├── stock_right.svg │ │ │ │ │ ├── stock_save-as.svg │ │ │ │ │ ├── stock_save.svg │ │ │ │ │ ├── stock_score-high.svg │ │ │ │ │ ├── stock_score-higher.svg │ │ │ │ │ ├── stock_score-highest.svg │ │ │ │ │ ├── stock_score-low.svg │ │ │ │ │ ├── stock_score-lower.svg │ │ │ │ │ ├── stock_score-lowest.svg │ │ │ │ │ ├── stock_score-normal.svg │ │ │ │ │ ├── stock_search.svg │ │ │ │ │ ├── stock_select-all.svg │ │ │ │ │ ├── stock_select-column.svg │ │ │ │ │ ├── stock_select-row.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_show-all.svg │ │ │ │ │ ├── stock_stop.svg │ │ │ │ │ ├── stock_task-assigned-to.svg │ │ │ │ │ ├── stock_task-assigned.svg │ │ │ │ │ ├── stock_task-recurring.svg │ │ │ │ │ ├── stock_task.svg │ │ │ │ │ ├── stock_text-monospaced.svg │ │ │ │ │ ├── stock_thunar-shortcuts.svg │ │ │ │ │ ├── stock_timezone.svg │ │ │ │ │ ├── stock_todo.svg │ │ │ │ │ ├── stock_top.svg │ │ │ │ │ ├── stock_undo.svg │ │ │ │ │ ├── stock_up.svg │ │ │ │ │ ├── stock_view-details.svg │ │ │ │ │ ├── stock_volume.svg │ │ │ │ │ ├── stock_xfburn-data-copy.svg │ │ │ │ │ ├── stock_xfburn-format-dvdrw.svg │ │ │ │ │ ├── stock_yes.svg │ │ │ │ │ ├── stock_zoom-page.svg │ │ │ │ │ ├── stop.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── swatches.svg │ │ │ │ │ ├── switch-off.svg │ │ │ │ │ ├── switch-on.svg │ │ │ │ │ ├── symbol-add.svg │ │ │ │ │ ├── symbol-bigger.svg │ │ │ │ │ ├── symbol-fit.svg │ │ │ │ │ ├── symbol-remove.svg │ │ │ │ │ ├── symbol-smaller.svg │ │ │ │ │ ├── symbols.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── tab.svg │ │ │ │ │ ├── tab_duplicate.svg │ │ │ │ │ ├── tab_new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-edit.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-create.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── taper-stroke.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── text-convert-to-regular.svg │ │ │ │ │ ├── text-field-framed.svg │ │ │ │ │ ├── text-field-frameless.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-put-on-path.svg │ │ │ │ │ ├── text-remove-from-path.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-unkern.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_outer_style.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── tiny-pause.svg │ │ │ │ │ ├── tiny-start.svg │ │ │ │ │ ├── too-much-ink-icon.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polygon.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── top.svg │ │ │ │ │ ├── transform-2pts.svg │ │ │ │ │ ├── transform-affect-gradient.svg │ │ │ │ │ ├── transform-affect-pattern.svg │ │ │ │ │ ├── transform-affect-rounded-corners.svg │ │ │ │ │ ├── transform-affect-stroke.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── undo.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── up.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── usermenu-delete.svg │ │ │ │ │ ├── usermenu-down.svg │ │ │ │ │ ├── usermenu-up.svg │ │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── vertical.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-add.svg │ │ │ │ │ ├── view-bank-delete.svg │ │ │ │ │ ├── view-bank-edit.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-catalog.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-categories.svg │ │ │ │ │ ├── view-choose.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-currency-list.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ │ ├── view-financial-account.svg │ │ │ │ │ ├── view-financial-budget.svg │ │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ │ ├── view-financial-category.svg │ │ │ │ │ ├── view-financial-list.svg │ │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-institution-add.svg │ │ │ │ │ ├── view-institution-delete.svg │ │ │ │ │ ├── view-institution-edit.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-title.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-private.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-readermode-active.svg │ │ │ │ │ ├── view-readermode.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewmagfit.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── vonkoch.svg │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-next.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-previous.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── window_fullscreen.svg │ │ │ │ │ ├── window_new.svg │ │ │ │ │ ├── window_nofullscreen.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── x-zoom-in.svg │ │ │ │ │ ├── x-zoom-out.svg │ │ │ │ │ ├── xfce-wm-close.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── y-zoom-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-best-fit.svg │ │ │ │ │ ├── zoom-center-page.svg │ │ │ │ │ ├── zoom-double-size.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-drawing.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-page.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-half-size.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in-y.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── devices │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-headsets.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── audio-speakers.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── battery.svg │ │ │ │ │ ├── blueman-camera.svg │ │ │ │ │ ├── blueman-cellular.svg │ │ │ │ │ ├── blueman-desktop.svg │ │ │ │ │ ├── blueman-device.svg │ │ │ │ │ ├── blueman-handheld.svg │ │ │ │ │ ├── blueman-handsfree.svg │ │ │ │ │ ├── blueman-headset.svg │ │ │ │ │ ├── blueman-keyboard.svg │ │ │ │ │ ├── blueman-laptop.svg │ │ │ │ │ ├── blueman-loudspeaker.svg │ │ │ │ │ ├── blueman-mouse.svg │ │ │ │ │ ├── blueman-pointing.svg │ │ │ │ │ ├── blueman-scanner.svg │ │ │ │ │ ├── blueman-smart-phone.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── cpu.svg │ │ │ │ │ ├── cups.svg │ │ │ │ │ ├── cupsprinter.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── drive-cdrom.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-ieee1394.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk-solidstate.svg │ │ │ │ │ ├── drive-harddisk-system.svg │ │ │ │ │ ├── drive-harddisk-usb.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-partition.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── drive-virtual.svg │ │ │ │ │ ├── gnome-dev-battery.svg │ │ │ │ │ ├── gnome-dev-cdrom-audio.svg │ │ │ │ │ ├── gnome-dev-cdrom.svg │ │ │ │ │ ├── gnome-dev-computer.svg │ │ │ │ │ ├── gnome-dev-disc-cdr.svg │ │ │ │ │ ├── gnome-dev-disc-cdrw.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr-plus.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr.svg │ │ │ │ │ ├── gnome-dev-disc-dvdram.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrom.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrw.svg │ │ │ │ │ ├── gnome-dev-dvd.svg │ │ │ │ │ ├── gnome-dev-harddisk-1394.svg │ │ │ │ │ ├── gnome-dev-harddisk-usb.svg │ │ │ │ │ ├── gnome-dev-harddisk.svg │ │ │ │ │ ├── gnome-dev-ipod.svg │ │ │ │ │ ├── gnome-dev-keyboard.svg │ │ │ │ │ ├── gnome-dev-media-cf.svg │ │ │ │ │ ├── gnome-dev-media-ms.svg │ │ │ │ │ ├── gnome-dev-media-sdmmc.svg │ │ │ │ │ ├── gnome-dev-media-sm.svg │ │ │ │ │ ├── gnome-dev-mouse-ball.svg │ │ │ │ │ ├── gnome-dev-mouse-optical.svg │ │ │ │ │ ├── gnome-dev-printer-new.svg │ │ │ │ │ ├── gnome-dev-printer.svg │ │ │ │ │ ├── gnome-dev-removable-1394.svg │ │ │ │ │ ├── gnome-dev-removable-usb.svg │ │ │ │ │ ├── gnome-dev-removable.svg │ │ │ │ │ ├── gnome-dev-wavelan.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-phone-manager.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-gaming.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad-off.svg │ │ │ │ │ ├── input-touchpad-on.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── joystick.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── keyboard.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── media-cdr.svg │ │ │ │ │ ├── media-cdrom-audio.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-cdrw.svg │ │ │ │ │ ├── media-dvd.svg │ │ │ │ │ ├── media-dvdrw.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-flash-smart-media.svg │ │ │ │ │ ├── media-flash.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-memory-sd.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-blu-ray.svg │ │ │ │ │ ├── media-optical-cd-video.svg │ │ │ │ │ ├── media-optical-copy.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-dvd-video.svg │ │ │ │ │ ├── media-optical-dvd.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── media-removable.svg │ │ │ │ │ ├── modem.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired-unavailable.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-connected-00.svg │ │ │ │ │ ├── network-wireless-connected-100.svg │ │ │ │ │ ├── network-wireless-connected-25.svg │ │ │ │ │ ├── network-wireless-connected-50.svg │ │ │ │ │ ├── network-wireless-connected-75.svg │ │ │ │ │ ├── network-wireless-disconnected.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ │ ├── notification-network-wireless-disconnected.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── printer-network.svg │ │ │ │ │ ├── printer-remote.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── removable-media.svg │ │ │ │ │ ├── scanner.svg │ │ │ │ │ ├── server-database.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── stock_cell-phone.svg │ │ │ │ │ ├── system.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ ├── unity-fallback-mount-helper.svg │ │ │ │ │ └── video-display.svg │ │ │ │ ├── mimetypes │ │ │ │ │ ├── 7zip.svg │ │ │ │ │ ├── android-package-archive.svg │ │ │ │ │ ├── application-7zip.svg │ │ │ │ │ ├── application-acad.svg │ │ │ │ │ ├── application-archive-zip.svg │ │ │ │ │ ├── application-archive.svg │ │ │ │ │ ├── application-atom+xml.svg │ │ │ │ │ ├── application-autocad_dwg.svg │ │ │ │ │ ├── application-certificate.svg │ │ │ │ │ ├── application-clariscad.svg │ │ │ │ │ ├── application-database.svg │ │ │ │ │ ├── application-dicom.svg │ │ │ │ │ ├── application-dwg.svg │ │ │ │ │ ├── application-dxf.svg │ │ │ │ │ ├── application-epub+zip.svg │ │ │ │ │ ├── application-gzip.svg │ │ │ │ │ ├── application-illustrator.svg │ │ │ │ │ ├── application-install.svg │ │ │ │ │ ├── application-javascript.svg │ │ │ │ │ ├── application-json.svg │ │ │ │ │ ├── application-mac-binhex40.svg │ │ │ │ │ ├── application-mimearchive.svg │ │ │ │ │ ├── application-msonenote.svg │ │ │ │ │ ├── application-msoutlook.svg │ │ │ │ │ ├── application-msword-template.svg │ │ │ │ │ ├── application-msword.svg │ │ │ │ │ ├── application-octet-stream.svg │ │ │ │ │ ├── application-ogg.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ │ ├── application-pgp.svg │ │ │ │ │ ├── application-pkcs12.svg │ │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ │ ├── application-pkcs7.mime.svg │ │ │ │ │ ├── application-pkcs7.signature.svg │ │ │ │ │ ├── application-pkix-cerl.svg │ │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ │ ├── application-postscript.svg │ │ │ │ │ ├── application-ram.svg │ │ │ │ │ ├── application-relaxng.svg │ │ │ │ │ ├── application-rss+xml.svg │ │ │ │ │ ├── application-rss_xml.svg │ │ │ │ │ ├── application-rtf-rtl.svg │ │ │ │ │ ├── application-rtf.svg │ │ │ │ │ ├── application-sql.svg │ │ │ │ │ ├── application-sxw.svg │ │ │ │ │ ├── application-text.svg │ │ │ │ │ ├── application-vnd-google-earth-kml.svg │ │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ │ ├── application-vnd.appimage.svg │ │ │ │ │ ├── application-vnd.apple.mpegurl.svg │ │ │ │ │ ├── application-vnd.apple.pkpass.svg │ │ │ │ │ ├── application-vnd.comicbook+zip.svg │ │ │ │ │ ├── application-vnd.cups-pdf-banner.svg │ │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ │ ├── application-vnd.ms-database.svg │ │ │ │ │ ├── application-vnd.ms-excel │ │ │ │ │ ├── application-vnd.ms-excel.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.binary.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ │ ├── application-vnd.ms-excel.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-infopath.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroEnabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slide.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-publisher.svg │ │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-rtl.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-web.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.presentationml.presentation.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.presentationml.slideshow.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.presentationml.template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ │ ├── application-vnd.recordare.musicxml+xml.svg │ │ │ │ │ ├── application-vnd.recordare.musicxml.svg │ │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ │ ├── application-vnd.sqlite3.svg │ │ │ │ │ ├── application-vnd.stardivision.cal.svg │ │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.wordperfect.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer-global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer-rtl.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer-template.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── application-vnd.visio.svg │ │ │ │ │ ├── application-vnd.wordperfect-rtl.svg │ │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ │ ├── application-wps-office.doc.svg │ │ │ │ │ ├── application-wps-office.docx.svg │ │ │ │ │ ├── application-wps-office.dot.svg │ │ │ │ │ ├── application-wps-office.dotx.svg │ │ │ │ │ ├── application-wps-office.pot.svg │ │ │ │ │ ├── application-wps-office.potx.svg │ │ │ │ │ ├── application-wps-office.ppt.svg │ │ │ │ │ ├── application-wps-office.pptx.svg │ │ │ │ │ ├── application-wps-office.wps.svg │ │ │ │ │ ├── application-wps-office.wpt.svg │ │ │ │ │ ├── application-wps-office.xls.svg │ │ │ │ │ ├── application-wps-office.xlsx.svg │ │ │ │ │ ├── application-wps-office.xlt.svg │ │ │ │ │ ├── application-wps-office.xltx.svg │ │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ │ ├── application-x-7zip.svg │ │ │ │ │ ├── application-x-abiword.svg │ │ │ │ │ ├── application-x-acad.svg │ │ │ │ │ ├── application-x-ace.svg │ │ │ │ │ ├── application-x-addon.svg │ │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ │ ├── application-x-ar.svg │ │ │ │ │ ├── application-x-arc.svg │ │ │ │ │ ├── application-x-archive.svg │ │ │ │ │ ├── application-x-arj.svg │ │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ │ ├── application-x-autocad.svg │ │ │ │ │ ├── application-x-awk.svg │ │ │ │ │ ├── application-x-bin.svg │ │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ │ ├── application-x-blender.svg │ │ │ │ │ ├── application-x-brasero.svg │ │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── application-x-bzip-compressed.svg │ │ │ │ │ ├── application-x-bzip.svg │ │ │ │ │ ├── application-x-bzpdf.svg │ │ │ │ │ ├── application-x-bzpostscript.svg │ │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ │ ├── application-x-cda.svg │ │ │ │ │ ├── application-x-chm.svg │ │ │ │ │ ├── application-x-class-file.svg │ │ │ │ │ ├── application-x-compress-tar.svg │ │ │ │ │ ├── application-x-compress.svg │ │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ │ ├── application-x-compressed.svg │ │ │ │ │ ├── application-x-cpio.svg │ │ │ │ │ ├── application-x-cue.svg │ │ │ │ │ ├── application-x-deb.svg │ │ │ │ │ ├── application-x-designer.svg │ │ │ │ │ ├── application-x-desktop.svg │ │ │ │ │ ├── application-x-dgn.svg │ │ │ │ │ ├── application-x-dwg.svg │ │ │ │ │ ├── application-x-egon.svg │ │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ │ ├── application-x-executable.svg │ │ │ │ │ ├── application-x-extension-fcstd.svg │ │ │ │ │ ├── application-x-extension-html.svg │ │ │ │ │ ├── application-x-fictionbook+xml.svg │ │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ │ ├── application-x-font-dos.svg │ │ │ │ │ ├── application-x-font-framemaker.svg │ │ │ │ │ ├── application-x-font-libgrx.svg │ │ │ │ │ ├── application-x-font-linux-psf.svg │ │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ │ ├── application-x-font-speedo.svg │ │ │ │ │ ├── application-x-font-sunos-news.svg │ │ │ │ │ ├── application-x-font-tex-tfm.svg │ │ │ │ │ ├── application-x-font-tex.svg │ │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ │ ├── application-x-font-ttx.svg │ │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ │ ├── application-x-font-vfont.svg │ │ │ │ │ ├── application-x-gameboy-rom.svg │ │ │ │ │ ├── application-x-gamecube-rom.svg │ │ │ │ │ ├── application-x-gba-rom.svg │ │ │ │ │ ├── application-x-generic.svg │ │ │ │ │ ├── application-x-gettext-translation.svg │ │ │ │ │ ├── application-x-glabels.svg │ │ │ │ │ ├── application-x-glade.svg │ │ │ │ │ ├── application-x-gnome-theme-package-rtl.svg │ │ │ │ │ ├── application-x-gnome-theme-package.svg │ │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ │ ├── application-x-gtk-builder.svg │ │ │ │ │ ├── application-x-gunmeric.svg │ │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ │ ├── application-x-gzip.svg │ │ │ │ │ ├── application-x-gzpdf.svg │ │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ │ ├── application-x-img.svg │ │ │ │ │ ├── application-x-iso.svg │ │ │ │ │ ├── application-x-iso9660-appimage.svg │ │ │ │ │ ├── application-x-it87.svg │ │ │ │ │ ├── application-x-jar.svg │ │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ │ ├── application-x-java.svg │ │ │ │ │ ├── application-x-javascript.svg │ │ │ │ │ ├── application-x-jokosher.svg │ │ │ │ │ ├── application-x-k3b.svg │ │ │ │ │ ├── application-x-kcachegrind.svg │ │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ │ ├── application-x-keepass.svg │ │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ │ ├── application-x-kformula.svg │ │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ │ ├── application-x-kontour.svg │ │ │ │ │ ├── application-x-kplato.svg │ │ │ │ │ ├── application-x-krita.svg │ │ │ │ │ ├── application-x-kvtml.svg │ │ │ │ │ ├── application-x-kword.svg │ │ │ │ │ ├── application-x-lha.svg │ │ │ │ │ ├── application-x-lhz.svg │ │ │ │ │ ├── application-x-lyx.svg │ │ │ │ │ ├── application-x-lzip-compressed-tar.svg │ │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── application-x-lzma.svg │ │ │ │ │ ├── application-x-lzop.svg │ │ │ │ │ ├── application-x-lzpdf.svg │ │ │ │ │ ├── application-x-m4.svg │ │ │ │ │ ├── application-x-macbinary.svg │ │ │ │ │ ├── application-x-marble.svg │ │ │ │ │ ├── application-x-matroska.svg │ │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ │ ├── application-x-ms-shortcut.svg │ │ │ │ │ ├── application-x-msdownload.svg │ │ │ │ │ ├── application-x-msi.svg │ │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ │ ├── application-x-musescore+xml.svg │ │ │ │ │ ├── application-x-musescore.svg │ │ │ │ │ ├── application-x-n64-rom.svg │ │ │ │ │ ├── application-x-nes-rom.svg │ │ │ │ │ ├── application-x-nintendo-ds-rom.svg │ │ │ │ │ ├── application-x-nzb.svg │ │ │ │ │ ├── application-x-object.svg │ │ │ │ │ ├── application-x-ole-storage.svg │ │ │ │ │ ├── application-x-pak.svg │ │ │ │ │ ├── application-x-partial-download.svg │ │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ │ ├── application-x-perl.svg │ │ │ │ │ ├── application-x-php.svg │ │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ │ ├── application-x-plasma.svg │ │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ │ ├── application-x-qet-element.svg │ │ │ │ │ ├── application-x-qet-project.svg │ │ │ │ │ ├── application-x-qtiplot.svg │ │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ │ ├── application-x-rar.svg │ │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ │ ├── application-x-rdata.svg │ │ │ │ │ ├── application-x-root.svg │ │ │ │ │ ├── application-x-rpm.svg │ │ │ │ │ ├── application-x-ruby.svg │ │ │ │ │ ├── application-x-sami.svg │ │ │ │ │ ├── application-x-scribus.svg │ │ │ │ │ ├── application-x-shared-library-la.svg │ │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ │ ├── application-x-siag.svg │ │ │ │ │ ├── application-x-sif.svg │ │ │ │ │ ├── application-x-skg.svg │ │ │ │ │ ├── application-x-skgc.svg │ │ │ │ │ ├── application-x-smb-server.svg │ │ │ │ │ ├── application-x-smb-workgroup.svg │ │ │ │ │ ├── application-x-source-rpm.svg │ │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ │ ├── application-x-srt.svg │ │ │ │ │ ├── application-x-srtrip.svg │ │ │ │ │ ├── application-x-subrip.svg │ │ │ │ │ ├── application-x-tar.svg │ │ │ │ │ ├── application-x-tarz.svg │ │ │ │ │ ├── application-x-tex-gf.svg │ │ │ │ │ ├── application-x-tgif.svg │ │ │ │ │ ├── application-x-theme-rtl.svg │ │ │ │ │ ├── application-x-theme.svg │ │ │ │ │ ├── application-x-trash.svg │ │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ │ ├── application-x-tzo.svg │ │ │ │ │ ├── application-x-webarchive.svg │ │ │ │ │ ├── application-x-wmf.svg │ │ │ │ │ ├── application-x-x509-ca-cert.svg │ │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ │ ├── application-x-xliff.svg │ │ │ │ │ ├── application-x-xpinstall.svg │ │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ │ ├── application-x-xz-pkg.svg │ │ │ │ │ ├── application-x-xz.svg │ │ │ │ │ ├── application-x-xzpdf.svg │ │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ │ ├── application-x-zip-compressed-fb2.svg │ │ │ │ │ ├── application-x-zip.svg │ │ │ │ │ ├── application-x-zoo.svg │ │ │ │ │ ├── application-x.object.svg │ │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ │ ├── application-xmind.svg │ │ │ │ │ ├── application-xml-dtd.svg │ │ │ │ │ ├── application-xml.svg │ │ │ │ │ ├── application-xsd.svg │ │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ │ ├── application-zip.svg │ │ │ │ │ ├── archive.svg │ │ │ │ │ ├── ascii.svg │ │ │ │ │ ├── audio-aac.svg │ │ │ │ │ ├── audio-ac3.svg │ │ │ │ │ ├── audio-cd.svg │ │ │ │ │ ├── audio-flac.svg │ │ │ │ │ ├── audio-midi.svg │ │ │ │ │ ├── audio-mp2.svg │ │ │ │ │ ├── audio-mp3.svg │ │ │ │ │ ├── audio-mp4.svg │ │ │ │ │ ├── audio-mpeg.svg │ │ │ │ │ ├── audio-prs.sid.svg │ │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ │ ├── audio-x-flac.svg │ │ │ │ │ ├── audio-x-generic.svg │ │ │ │ │ ├── audio-x-it.svg │ │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ │ ├── audio-x-mp3-playlist.svg │ │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ │ ├── audio-x-mpegurl.svg │ │ │ │ │ ├── audio-x-playlist.svg │ │ │ │ │ ├── audio-x-scpls.svg │ │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ │ ├── audio-x-vorbis+ogg.svg │ │ │ │ │ ├── audio-x-wav.svg │ │ │ │ │ ├── audio-x-xi.svg │ │ │ │ │ ├── audio-x-xm.svg │ │ │ │ │ ├── audio.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── binary.svg │ │ │ │ │ ├── blank-cd.svg │ │ │ │ │ ├── book.svg │ │ │ │ │ ├── cad.svg │ │ │ │ │ ├── calendar.svg │ │ │ │ │ ├── cd.svg │ │ │ │ │ ├── color.svg │ │ │ │ │ ├── contact.svg │ │ │ │ │ ├── contents2.svg │ │ │ │ │ ├── deb.svg │ │ │ │ │ ├── decrypted.svg │ │ │ │ │ ├── divx.svg │ │ │ │ │ ├── document-excel.svg │ │ │ │ │ ├── document-illustrator.svg │ │ │ │ │ ├── document-photoshop.svg │ │ │ │ │ ├── document-powerpoint.svg │ │ │ │ │ ├── document-rtl.svg │ │ │ │ │ ├── document-word.svg │ │ │ │ │ ├── document.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── draw.svg │ │ │ │ │ ├── drawing-dwg.svg │ │ │ │ │ ├── emblem-package.svg │ │ │ │ │ ├── empty.svg │ │ │ │ │ ├── encrypted.svg │ │ │ │ │ ├── excel.svg │ │ │ │ │ ├── exec.svg │ │ │ │ │ ├── extension.svg │ │ │ │ │ ├── folder_tar.svg │ │ │ │ │ ├── font-otf.svg │ │ │ │ │ ├── font-ttf.svg │ │ │ │ │ ├── font-x-generic.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── font_bitmap.svg │ │ │ │ │ ├── font_truetype.svg │ │ │ │ │ ├── font_type1.svg │ │ │ │ │ ├── fonts-package.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── gedit-plugin.svg │ │ │ │ │ ├── gif.svg │ │ │ │ │ ├── gnome-exe-thumbnailer-generic-x.svg │ │ │ │ │ ├── gnome-exe-thumbnailer-generic.svg │ │ │ │ │ ├── gnome-exe-thumbnailer-template.svg │ │ │ │ │ ├── gnome-fs-executable.svg │ │ │ │ │ ├── gnome-fs-regular.svg │ │ │ │ │ ├── gnome-mime-application-atom+xml.svg │ │ │ │ │ ├── gnome-mime-application-javascript.svg │ │ │ │ │ ├── gnome-mime-application-magicpoint.svg │ │ │ │ │ ├── gnome-mime-application-msword.svg │ │ │ │ │ ├── gnome-mime-application-ogg.svg │ │ │ │ │ ├── gnome-mime-application-pdf.svg │ │ │ │ │ ├── gnome-mime-application-postscript.svg │ │ │ │ │ ├── gnome-mime-application-rss+xml.svg │ │ │ │ │ ├── gnome-mime-application-rtf.svg │ │ │ │ │ ├── gnome-mime-application-vnd.lotus-1-2-3.svg │ │ │ │ │ ├── gnome-mime-application-vnd.ms-excel.svg │ │ │ │ │ ├── gnome-mime-application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text-web.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.svg │ │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.svg │ │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── gnome-mime-application-vnd.rn-realmedia-secure.svg │ │ │ │ │ ├── gnome-mime-application-vnd.rn-realmedia-vbr.svg │ │ │ │ │ ├── gnome-mime-application-vnd.rn-realmedia.svg │ │ │ │ │ ├── gnome-mime-application-vnd.scribus.svg │ │ │ │ │ ├── gnome-mime-application-vnd.stardivision.calc.svg │ │ │ │ │ ├── gnome-mime-application-vnd.stardivision.impress.svg │ │ │ │ │ ├── gnome-mime-application-vnd.stardivision.writer.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── gnome-mime-application-wordperfect.svg │ │ │ │ │ ├── gnome-mime-application-x-7z-compressed.svg │ │ │ │ │ ├── gnome-mime-application-x-7zip.svg │ │ │ │ │ ├── gnome-mime-application-x-abiword.svg │ │ │ │ │ ├── gnome-mime-application-x-applix-spreadsheet.svg │ │ │ │ │ ├── gnome-mime-application-x-applix-word.svg │ │ │ │ │ ├── gnome-mime-application-x-archive.svg │ │ │ │ │ ├── gnome-mime-application-x-arj.svg │ │ │ │ │ ├── gnome-mime-application-x-bittorrent.svg │ │ │ │ │ ├── gnome-mime-application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── gnome-mime-application-x-bzip-compressed.svg │ │ │ │ │ ├── gnome-mime-application-x-bzip.svg │ │ │ │ │ ├── gnome-mime-application-x-class-file.svg │ │ │ │ │ ├── gnome-mime-application-x-compress.svg │ │ │ │ │ ├── gnome-mime-application-x-compressed-tar.svg │ │ │ │ │ ├── gnome-mime-application-x-cpio-compress.svg │ │ │ │ │ ├── gnome-mime-application-x-cpio-compressed.svg │ │ │ │ │ ├── gnome-mime-application-x-cpio.svg │ │ │ │ │ ├── gnome-mime-application-x-deb.svg │ │ │ │ │ ├── gnome-mime-application-x-designer.svg │ │ │ │ │ ├── gnome-mime-application-x-desktop.svg │ │ │ │ │ ├── gnome-mime-application-x-dvi.svg │ │ │ │ │ ├── gnome-mime-application-x-executable.svg │ │ │ │ │ ├── gnome-mime-application-x-font-afm.svg │ │ │ │ │ ├── gnome-mime-application-x-font-bdf.svg │ │ │ │ │ ├── gnome-mime-application-x-font-linux-psf.svg │ │ │ │ │ ├── gnome-mime-application-x-font-pcf.svg │ │ │ │ │ ├── gnome-mime-application-x-font-sunos-news.svg │ │ │ │ │ ├── gnome-mime-application-x-font-ttf.svg │ │ │ │ │ ├── gnome-mime-application-x-glade.svg │ │ │ │ │ ├── gnome-mime-application-x-gnome-app-info.svg │ │ │ │ │ ├── gnome-mime-application-x-gnome-theme-package.svg │ │ │ │ │ ├── gnome-mime-application-x-gnumeric.svg │ │ │ │ │ ├── gnome-mime-application-x-gzip.svg │ │ │ │ │ ├── gnome-mime-application-x-gzpostscript.svg │ │ │ │ │ ├── gnome-mime-application-x-jar.svg │ │ │ │ │ ├── gnome-mime-application-x-java-archive.svg │ │ │ │ │ ├── gnome-mime-application-x-java.svg │ │ │ │ │ ├── gnome-mime-application-x-javascript.svg │ │ │ │ │ ├── gnome-mime-application-x-killustrator.svg │ │ │ │ │ ├── gnome-mime-application-x-kpresenter.svg │ │ │ │ │ ├── gnome-mime-application-x-kspread.svg │ │ │ │ │ ├── gnome-mime-application-x-kword.svg │ │ │ │ │ ├── gnome-mime-application-x-lha.svg │ │ │ │ │ ├── gnome-mime-application-x-lhz.svg │ │ │ │ │ ├── gnome-mime-application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── gnome-mime-application-x-lzma.svg │ │ │ │ │ ├── gnome-mime-application-x-lzop.svg │ │ │ │ │ ├── gnome-mime-application-x-ms-dos-executable.svg │ │ │ │ │ ├── gnome-mime-application-x-perl.svg │ │ │ │ │ ├── gnome-mime-application-x-php.svg │ │ │ │ │ ├── gnome-mime-application-x-python-bytecode.svg │ │ │ │ │ ├── gnome-mime-application-x-rar.svg │ │ │ │ │ ├── gnome-mime-application-x-rpm.svg │ │ │ │ │ ├── gnome-mime-application-x-ruby.svg │ │ │ │ │ ├── gnome-mime-application-x-scribus.svg │ │ │ │ │ ├── gnome-mime-application-x-shellscript.svg │ │ │ │ │ ├── gnome-mime-application-x-shockwave-flash.svg │ │ │ │ │ ├── gnome-mime-application-x-stuffit.svg │ │ │ │ │ ├── gnome-mime-application-x-tar.svg │ │ │ │ │ ├── gnome-mime-application-x-tarz.svg │ │ │ │ │ ├── gnome-mime-application-x-tex.svg │ │ │ │ │ ├── gnome-mime-application-x-theme.svg │ │ │ │ │ ├── gnome-mime-application-x-zip.svg │ │ │ │ │ ├── gnome-mime-application-x-zoo.svg │ │ │ │ │ ├── gnome-mime-application-xhtml+xml.svg │ │ │ │ │ ├── gnome-mime-application-xml.svg │ │ │ │ │ ├── gnome-mime-application-zip.svg │ │ │ │ │ ├── gnome-mime-audio.svg │ │ │ │ │ ├── gnome-mime-image-jpeg.svg │ │ │ │ │ ├── gnome-mime-image-x-cmu-raster.svg │ │ │ │ │ ├── gnome-mime-image-x-killustrator.svg │ │ │ │ │ ├── gnome-mime-image-x-xpixmap.svg │ │ │ │ │ ├── gnome-mime-image.svg │ │ │ │ │ ├── gnome-mime-text-css.svg │ │ │ │ │ ├── gnome-mime-text-html.svg │ │ │ │ │ ├── gnome-mime-text-javascript.svg │ │ │ │ │ ├── gnome-mime-text-plain.svg │ │ │ │ │ ├── gnome-mime-text-vnd.wap.wml.svg │ │ │ │ │ ├── gnome-mime-text-x-c++.svg │ │ │ │ │ ├── gnome-mime-text-x-c++hdr.svg │ │ │ │ │ ├── gnome-mime-text-x-c++src.svg │ │ │ │ │ ├── gnome-mime-text-x-changelog.svg │ │ │ │ │ ├── gnome-mime-text-x-chdr.svg │ │ │ │ │ ├── gnome-mime-text-x-copying.svg │ │ │ │ │ ├── gnome-mime-text-x-csh.svg │ │ │ │ │ ├── gnome-mime-text-x-csharp.svg │ │ │ │ │ ├── gnome-mime-text-x-gtkrc.svg │ │ │ │ │ ├── gnome-mime-text-x-install.svg │ │ │ │ │ ├── gnome-mime-text-x-java.svg │ │ │ │ │ ├── gnome-mime-text-x-javascript.svg │ │ │ │ │ ├── gnome-mime-text-x-makefile.svg │ │ │ │ │ ├── gnome-mime-text-x-python.svg │ │ │ │ │ ├── gnome-mime-text-x-readme.svg │ │ │ │ │ ├── gnome-mime-text-x-sh.svg │ │ │ │ │ ├── gnome-mime-text-x-source.svg │ │ │ │ │ ├── gnome-mime-text-x-vcalendar.svg │ │ │ │ │ ├── gnome-mime-text-x-vcard.svg │ │ │ │ │ ├── gnome-mime-text-x-zsh.svg │ │ │ │ │ ├── gnome-mime-text.svg │ │ │ │ │ ├── gnome-mime-video-x-ms-asf.svg │ │ │ │ │ ├── gnome-mime-video-x-ms-wmv.svg │ │ │ │ │ ├── gnome-mime-video.svg │ │ │ │ │ ├── gnome-mime-x-font-afm.svg │ │ │ │ │ ├── gnome-mime-x-install.svg │ │ │ │ │ ├── gnome-package.svg │ │ │ │ │ ├── gtk-file.svg │ │ │ │ │ ├── html.svg │ │ │ │ │ ├── image-bmp.svg │ │ │ │ │ ├── image-generic.svg │ │ │ │ │ ├── image-gif.svg │ │ │ │ │ ├── image-ico.svg │ │ │ │ │ ├── image-jpeg.svg │ │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ │ ├── image-png.svg │ │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ │ ├── image-svg+xml.svg │ │ │ │ │ ├── image-tiff.svg │ │ │ │ │ ├── image-vnd.adobe.photoshop.svg │ │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ │ ├── image-vnd.djvu.svg │ │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ │ ├── image-x-3ds.svg │ │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ │ ├── image-x-dwg.svg │ │ │ │ │ ├── image-x-emf.svg │ │ │ │ │ ├── image-x-eps.svg │ │ │ │ │ ├── image-x-generic.svg │ │ │ │ │ ├── image-x-ico.svg │ │ │ │ │ ├── image-x-icon.svg │ │ │ │ │ ├── image-x-krita.svg │ │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ │ ├── image-x-portable.bitmap.svg │ │ │ │ │ ├── image-x-psd.svg │ │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ │ ├── image-x-tga.svg │ │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ │ ├── image-x-wmf.svg │ │ │ │ │ ├── image-x-xcf.svg │ │ │ │ │ ├── image-x-xfig.svg │ │ │ │ │ ├── image.svg │ │ │ │ │ ├── info.svg │ │ │ │ │ ├── internet-feed.svg │ │ │ │ │ ├── jpeg.svg │ │ │ │ │ ├── jpg.svg │ │ │ │ │ ├── kpresenter_kpr.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── libreoffice-database.svg │ │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ │ ├── libreoffice-extension.svg │ │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ │ ├── libreoffice-oasis-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ │ ├── libreoffice-oasis-web.svg │ │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ │ ├── libreoffice-text.svg │ │ │ │ │ ├── libreoffice-web.svg │ │ │ │ │ ├── mail.svg │ │ │ │ │ ├── media-audio.svg │ │ │ │ │ ├── media-video.svg │ │ │ │ │ ├── message-news.svg │ │ │ │ │ ├── message-partial.svg │ │ │ │ │ ├── message-rfc822.svg │ │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── mime-ascii.svg │ │ │ │ │ ├── misc.svg │ │ │ │ │ ├── model-fcstd.svg │ │ │ │ │ ├── model-vnd.dwf.svg │ │ │ │ │ ├── model-vrml.svg │ │ │ │ │ ├── model-x.stl-binary.svg │ │ │ │ │ ├── model-x3d+binary.svg │ │ │ │ │ ├── model-x3d+vrml.svg │ │ │ │ │ ├── model-x3d+xml.svg │ │ │ │ │ ├── model-x3d.svg │ │ │ │ │ ├── model.svg │ │ │ │ │ ├── multipart-encrypted.svg │ │ │ │ │ ├── music.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── odf.svg │ │ │ │ │ ├── office-contact.svg │ │ │ │ │ ├── office-document-rtl.svg │ │ │ │ │ ├── office-document.svg │ │ │ │ │ ├── office-illustration.svg │ │ │ │ │ ├── office-spreadsheet.svg │ │ │ │ │ ├── openoffice3-drawing.svg │ │ │ │ │ ├── openofficeorg3-database.svg │ │ │ │ │ ├── openofficeorg3-drawing.svg │ │ │ │ │ ├── openofficeorg3-extension.svg │ │ │ │ │ ├── openofficeorg3-oasis-database.svg │ │ │ │ │ ├── openofficeorg3-oasis-spreadsheet.svg │ │ │ │ │ ├── opera-extension.svg │ │ │ │ │ ├── opera-widget.svg │ │ │ │ │ ├── package-gdebi.svg │ │ │ │ │ ├── package-x-generic.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_editors.svg │ │ │ │ │ ├── package_wordprocessing.svg │ │ │ │ │ ├── pdf.svg │ │ │ │ │ ├── plan.svg │ │ │ │ │ ├── plasma.svg │ │ │ │ │ ├── playlist-automatic.svg │ │ │ │ │ ├── playlist.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── presentate.svg │ │ │ │ │ ├── print.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── rar.svg │ │ │ │ │ ├── raw.svg │ │ │ │ │ ├── rpm.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── script.svg │ │ │ │ │ ├── shellscript.svg │ │ │ │ │ ├── sound.svg │ │ │ │ │ ├── source-c-plus-plus.svg │ │ │ │ │ ├── source-c.svg │ │ │ │ │ ├── source-h.svg │ │ │ │ │ ├── source-java.svg │ │ │ │ │ ├── source-p.svg │ │ │ │ │ ├── source-php.svg │ │ │ │ │ ├── source-pl.svg │ │ │ │ │ ├── source-playlist.svg │ │ │ │ │ ├── source-ruby.svg │ │ │ │ │ ├── source-smart-playlist.svg │ │ │ │ │ ├── source-ui.svg │ │ │ │ │ ├── spreadsheet.svg │ │ │ │ │ ├── stock_calendar.svg │ │ │ │ │ ├── stock_new-drawing.svg │ │ │ │ │ ├── stock_new-html.svg │ │ │ │ │ ├── stock_new-master-document.svg │ │ │ │ │ ├── stock_new-presentation.svg │ │ │ │ │ ├── stock_new-spreadsheet.svg │ │ │ │ │ ├── stock_new-template.svg │ │ │ │ │ ├── stock_new-text.svg │ │ │ │ │ ├── stock_script.svg │ │ │ │ │ ├── stock_scripts.svg │ │ │ │ │ ├── svg.svg │ │ │ │ │ ├── tar.svg │ │ │ │ │ ├── tcl.svg │ │ │ │ │ ├── tex.svg │ │ │ │ │ ├── text-c-sharp.svg │ │ │ │ │ ├── text-c.svg │ │ │ │ │ ├── text-calendar.svg │ │ │ │ │ ├── text-csharp.svg │ │ │ │ │ ├── text-css.svg │ │ │ │ │ ├── text-csv.svg │ │ │ │ │ ├── text-directory.svg │ │ │ │ │ ├── text-dockerfile.svg │ │ │ │ │ ├── text-enriched-rtl.svg │ │ │ │ │ ├── text-enriched.svg │ │ │ │ │ ├── text-html.svg │ │ │ │ │ ├── text-html_alt.svg │ │ │ │ │ ├── text-htmlh.svg │ │ │ │ │ ├── text-javascript.svg │ │ │ │ │ ├── text-markdown.svg │ │ │ │ │ ├── text-mathml.svg │ │ │ │ │ ├── text-mht.svg │ │ │ │ │ ├── text-plain.svg │ │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ │ ├── text-rdf.svg │ │ │ │ │ ├── text-richtext-rtl.svg │ │ │ │ │ ├── text-richtext.svg │ │ │ │ │ ├── text-rtf.svg │ │ │ │ │ ├── text-rtl.svg │ │ │ │ │ ├── text-rust.svg │ │ │ │ │ ├── text-sgml.svg │ │ │ │ │ ├── text-spreadsheet.svg │ │ │ │ │ ├── text-sqml.svg │ │ │ │ │ ├── text-troff.svg │ │ │ │ │ ├── text-vcalendar.svg │ │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ │ ├── text-vnd.kde.kcrash-report.svg │ │ │ │ │ ├── text-vnd.trolltech.linguist.svg │ │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ │ ├── text-wiki.svg │ │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ │ ├── text-x-apport.svg │ │ │ │ │ ├── text-x-authors.svg │ │ │ │ │ ├── text-x-bak.svg │ │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ │ ├── text-x-c++.svg │ │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ │ ├── text-x-c++src.svg │ │ │ │ │ ├── text-x-c.svg │ │ │ │ │ ├── text-x-changelog.svg │ │ │ │ │ ├── text-x-chdr.svg │ │ │ │ │ ├── text-x-cmake.svg │ │ │ │ │ ├── text-x-copying.svg │ │ │ │ │ ├── text-x-cpp.svg │ │ │ │ │ ├── text-x-credits.svg │ │ │ │ │ ├── text-x-csharp.svg │ │ │ │ │ ├── text-x-csrc.svg │ │ │ │ │ ├── text-x-css.svg │ │ │ │ │ ├── text-x-dtd.svg │ │ │ │ │ ├── text-x-generic-rtl.svg │ │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ │ ├── text-x-generic.svg │ │ │ │ │ ├── text-x-gettext-translation.svg │ │ │ │ │ ├── text-x-go.svg │ │ │ │ │ ├── text-x-haskell.svg │ │ │ │ │ ├── text-x-hex.svg │ │ │ │ │ ├── text-x-install.svg │ │ │ │ │ ├── text-x-java-source.svg │ │ │ │ │ ├── text-x-java.svg │ │ │ │ │ ├── text-x-javascript.svg │ │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ │ ├── text-x-kotlin.svg │ │ │ │ │ ├── text-x-ldif.svg │ │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ │ ├── text-x-log.svg │ │ │ │ │ ├── text-x-lua.svg │ │ │ │ │ ├── text-x-lyx.svg │ │ │ │ │ ├── text-x-makefile.svg │ │ │ │ │ ├── text-x-markdown.svg │ │ │ │ │ ├── text-x-meson.svg │ │ │ │ │ ├── text-x-microdvd.svg │ │ │ │ │ ├── text-x-nfo.svg │ │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ │ ├── text-x-opml.svg │ │ │ │ │ ├── text-x-pascal.svg │ │ │ │ │ ├── text-x-patch.svg │ │ │ │ │ ├── text-x-perl.svg │ │ │ │ │ ├── text-x-php.svg │ │ │ │ │ ├── text-x-plain.svg │ │ │ │ │ ├── text-x-po.svg │ │ │ │ │ ├── text-x-preview.svg │ │ │ │ │ ├── text-x-python.svg │ │ │ │ │ ├── text-x-python3.svg │ │ │ │ │ ├── text-x-qml.svg │ │ │ │ │ ├── text-x-r.svg │ │ │ │ │ ├── text-x-readme.svg │ │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ │ ├── text-x-rsrc.svg │ │ │ │ │ ├── text-x-ruby.svg │ │ │ │ │ ├── text-x-rust.svg │ │ │ │ │ ├── text-x-sass.svg │ │ │ │ │ ├── text-x-scala.svg │ │ │ │ │ ├── text-x-script.svg │ │ │ │ │ ├── text-x-scss.svg │ │ │ │ │ ├── text-x-source.svg │ │ │ │ │ ├── text-x-sql.svg │ │ │ │ │ ├── text-x-ssa.svg │ │ │ │ │ ├── text-x-tcl.svg │ │ │ │ │ ├── text-x-tex.svg │ │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ │ ├── text-x-vcard.svg │ │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ │ ├── text-x.svg │ │ │ │ │ ├── text-xhtml+xml.svg │ │ │ │ │ ├── text-xmcd.svg │ │ │ │ │ ├── text-xml.svg │ │ │ │ │ ├── text.svg │ │ │ │ │ ├── text2.svg │ │ │ │ │ ├── tgz.svg │ │ │ │ │ ├── torrent.svg │ │ │ │ │ ├── trash.svg │ │ │ │ │ ├── txt.svg │ │ │ │ │ ├── txt2.svg │ │ │ │ │ ├── unknown.svg │ │ │ │ │ ├── uri-mms.svg │ │ │ │ │ ├── uri-mmst.svg │ │ │ │ │ ├── uri-mmsu.svg │ │ │ │ │ ├── uri-pnm.svg │ │ │ │ │ ├── uri-rtspt.svg │ │ │ │ │ ├── uri-rtspu.svg │ │ │ │ │ ├── vcalendar.svg │ │ │ │ │ ├── vcard.svg │ │ │ │ │ ├── vector.svg │ │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ │ ├── video-mp2t.svg │ │ │ │ │ ├── video-mp4.svg │ │ │ │ │ ├── video-quicktime.svg │ │ │ │ │ ├── video-vivo.svg │ │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ │ ├── video-wavelet.svg │ │ │ │ │ ├── video-webm.svg │ │ │ │ │ ├── video-x-anim.svg │ │ │ │ │ ├── video-x-flic.svg │ │ │ │ │ ├── video-x-flv.svg │ │ │ │ │ ├── video-x-generic.svg │ │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ │ ├── video-x-javafx.svg │ │ │ │ │ ├── video-x-matroska.svg │ │ │ │ │ ├── video-x-mng.svg │ │ │ │ │ ├── video-x-ms-asf-plugin.svg │ │ │ │ │ ├── video-x-ms-asf.svg │ │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ │ ├── video-x-nsv.svg │ │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ │ ├── video-x-sgi-movie.svg │ │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ │ ├── video-x-wmv.svg │ │ │ │ │ ├── video.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtualbox-hdd.svg │ │ │ │ │ ├── virtualbox-ova.svg │ │ │ │ │ ├── virtualbox-ovf.svg │ │ │ │ │ ├── virtualbox-vbox-extpack.svg │ │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ │ ├── virtualbox-vdi.svg │ │ │ │ │ ├── virtualbox-vhd.svg │ │ │ │ │ ├── virtualbox-vmdk.svg │ │ │ │ │ ├── vnd.ms-publisher.svg │ │ │ │ │ ├── vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── word.svg │ │ │ │ │ ├── wordprocessing-rtl.svg │ │ │ │ │ ├── wordprocessing.svg │ │ │ │ │ ├── www.svg │ │ │ │ │ ├── x-content-blank-cd.svg │ │ │ │ │ ├── x-kde-nsplugin-generated.svg │ │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ │ ├── x-media-podcast.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-address-book1.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-contact.svg │ │ │ │ │ ├── x-office-document-rtl.svg │ │ │ │ │ ├── x-office-document.svg │ │ │ │ │ ├── x-office-drawing.svg │ │ │ │ │ ├── x-office-presentation-rtl.svg │ │ │ │ │ ├── x-office-presentation.svg │ │ │ │ │ ├── x-office-spreadsheet.svg │ │ │ │ │ ├── x-world-x-3dmf.svg │ │ │ │ │ ├── xml.svg │ │ │ │ │ └── zip.svg │ │ │ │ ├── panel │ │ │ │ │ ├── ac-adapter.svg │ │ │ │ │ ├── account-logged-in.svg │ │ │ │ │ ├── applications-chat-panel.svg │ │ │ │ │ ├── applications-email-panel.svg │ │ │ │ │ ├── audio-input-microphone-high-panel.svg │ │ │ │ │ ├── audio-input-microphone-high.svg │ │ │ │ │ ├── audio-input-microphone-low-zero-panel.svg │ │ │ │ │ ├── audio-input-microphone-low.svg │ │ │ │ │ ├── audio-input-microphone-medium.svg │ │ │ │ │ ├── audio-input-microphone-muted.svg │ │ │ │ │ ├── audio-input-microphone-none-panel.svg │ │ │ │ │ ├── audio-output-none-panel.svg │ │ │ │ │ ├── audio-output-none.svg │ │ │ │ │ ├── audio-recorder-off.svg │ │ │ │ │ ├── audio-recorder-on.svg │ │ │ │ │ ├── audio-recorder-paused.svg │ │ │ │ │ ├── audio-volume-high-panel.svg │ │ │ │ │ ├── audio-volume-high.svg │ │ │ │ │ ├── audio-volume-low-panel.svg │ │ │ │ │ ├── audio-volume-low-zero-panel.svg │ │ │ │ │ ├── audio-volume-low.svg │ │ │ │ │ ├── audio-volume-medium-panel.svg │ │ │ │ │ ├── audio-volume-medium.svg │ │ │ │ │ ├── audio-volume-muted-blocked-panel.svg │ │ │ │ │ ├── audio-volume-muted-blocking-panel.svg │ │ │ │ │ ├── audio-volume-muted-blocking.svg │ │ │ │ │ ├── audio-volume-muted-panel.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── audio-volume-off.svg │ │ │ │ │ ├── bad-signal-lock.svg │ │ │ │ │ ├── bad-signal.svg │ │ │ │ │ ├── battery-000-charging.svg │ │ │ │ │ ├── battery-000.svg │ │ │ │ │ ├── battery-020-charging.svg │ │ │ │ │ ├── battery-020.svg │ │ │ │ │ ├── battery-040-charging.svg │ │ │ │ │ ├── battery-040.svg │ │ │ │ │ ├── battery-060-charging.svg │ │ │ │ │ ├── battery-060.svg │ │ │ │ │ ├── battery-080-charging.svg │ │ │ │ │ ├── battery-080.svg │ │ │ │ │ ├── battery-100-charging.svg │ │ │ │ │ ├── battery-100.svg │ │ │ │ │ ├── battery-caution-charging.svg │ │ │ │ │ ├── battery-caution.svg │ │ │ │ │ ├── battery-charged.svg │ │ │ │ │ ├── battery-empty-charging.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── battery-full-charged.svg │ │ │ │ │ ├── battery-full-charging.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-good-charging.svg │ │ │ │ │ ├── battery-good.svg │ │ │ │ │ ├── battery-low-charging.svg │ │ │ │ │ ├── battery-low.svg │ │ │ │ │ ├── battery-medium-charging.svg │ │ │ │ │ ├── battery-medium.svg │ │ │ │ │ ├── battery-missing.svg │ │ │ │ │ ├── battery_charged.svg │ │ │ │ │ ├── battery_full.svg │ │ │ │ │ ├── battery_plugged.svg │ │ │ │ │ ├── blueberry-tray-active.svg │ │ │ │ │ ├── blueberry-tray-disabled.svg │ │ │ │ │ ├── blueberry-tray.svg │ │ │ │ │ ├── blueman-active.svg │ │ │ │ │ ├── blueman-disabled.svg │ │ │ │ │ ├── blueman-tray-active.svg │ │ │ │ │ ├── blueman-tray-disabled.svg │ │ │ │ │ ├── blueman-tray.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth-active.svg │ │ │ │ │ ├── bluetooth-disabled.svg │ │ │ │ │ ├── bluetooth-paired.svg │ │ │ │ │ ├── both-bad-signal-lock.svg │ │ │ │ │ ├── both-bad-signal.svg │ │ │ │ │ ├── both-good-signal-lock.svg │ │ │ │ │ ├── both-good-signal.svg │ │ │ │ │ ├── both-high-signal-lock.svg │ │ │ │ │ ├── both-high-signal.svg │ │ │ │ │ ├── both-low-signal-lock.svg │ │ │ │ │ ├── both-low-signal.svg │ │ │ │ │ ├── caffeine-cup-empty.svg │ │ │ │ │ ├── caffeine-cup-full.svg │ │ │ │ │ ├── camera-off.svg │ │ │ │ │ ├── camera-on.svg │ │ │ │ │ ├── camera-ready.svg │ │ │ │ │ ├── clipit-trayicon.svg │ │ │ │ │ ├── clipman-symbolic.svg │ │ │ │ │ ├── connect_creating.svg │ │ │ │ │ ├── connect_established.svg │ │ │ │ │ ├── discord-tray-connected.svg │ │ │ │ │ ├── discord-tray-deafened.svg │ │ │ │ │ ├── discord-tray-muted.svg │ │ │ │ │ ├── discord-tray-speaking.svg │ │ │ │ │ ├── fcitx-anthy-panel.svg │ │ │ │ │ ├── fcitx-bopomofo-panel.svg │ │ │ │ │ ├── fcitx-cangjie-panel.svg │ │ │ │ │ ├── fcitx-chewing-panel.svg │ │ │ │ │ ├── fcitx-erbi-panel.svg │ │ │ │ │ ├── fcitx-googlepinyin-panel.svg │ │ │ │ │ ├── fcitx-hangul-panel.svg │ │ │ │ │ ├── fcitx-kkc-panel.svg │ │ │ │ │ ├── fcitx-pinyin-libpinyin-panel.svg │ │ │ │ │ ├── fcitx-pinyin-panel.svg │ │ │ │ │ ├── fcitx-rime-panel.svg │ │ │ │ │ ├── fcitx-sayura-panel.svg │ │ │ │ │ ├── fcitx-shuangpin-libpinyin-panel.svg │ │ │ │ │ ├── fcitx-shuangpin-panel.svg │ │ │ │ │ ├── fcitx-skk-panel.svg │ │ │ │ │ ├── fcitx-sogoupinyin.svg │ │ │ │ │ ├── fcitx-sunpinyin-panel.svg │ │ │ │ │ ├── fcitx-unikey-panel.svg │ │ │ │ │ ├── fcitx-wbpy.svg │ │ │ │ │ ├── fcitx-wubi-panel.svg │ │ │ │ │ ├── fcitx-zhuyin-panel.svg │ │ │ │ │ ├── fcitx-ziranma-panel.svg │ │ │ │ │ ├── flameshot-tray.svg │ │ │ │ │ ├── flameshot.svg │ │ │ │ │ ├── gnome-netstatus-disconn.svg │ │ │ │ │ ├── gnome-netstatus-error.svg │ │ │ │ │ ├── gnome-netstatus-idle.svg │ │ │ │ │ ├── gnome-netstatus-rx.svg │ │ │ │ │ ├── gnome-netstatus-tx.svg │ │ │ │ │ ├── gnome-netstatus-txrx.svg │ │ │ │ │ ├── good-signal-lock.svg │ │ │ │ │ ├── good-signal.svg │ │ │ │ │ ├── gpm-ac-adapter.svg │ │ │ │ │ ├── gpm-battery-000-charging.svg │ │ │ │ │ ├── gpm-battery-000.svg │ │ │ │ │ ├── gpm-battery-020-charging.svg │ │ │ │ │ ├── gpm-battery-020.svg │ │ │ │ │ ├── gpm-battery-040-charging.svg │ │ │ │ │ ├── gpm-battery-040.svg │ │ │ │ │ ├── gpm-battery-060-charging.svg │ │ │ │ │ ├── gpm-battery-060.svg │ │ │ │ │ ├── gpm-battery-080-charging.svg │ │ │ │ │ ├── gpm-battery-080.svg │ │ │ │ │ ├── gpm-battery-100-charging.svg │ │ │ │ │ ├── gpm-battery-100.svg │ │ │ │ │ ├── gpm-battery-charged.svg │ │ │ │ │ ├── gpm-battery-empty.svg │ │ │ │ │ ├── gpm-battery-missing.svg │ │ │ │ │ ├── gpm-brightness-lcd-disabled.svg │ │ │ │ │ ├── gpm-brightness-lcd-invalid.svg │ │ │ │ │ ├── gpm-brightness-lcd.svg │ │ │ │ │ ├── gpm-keyboard-000.svg │ │ │ │ │ ├── gpm-keyboard-020.svg │ │ │ │ │ ├── gpm-keyboard-040.svg │ │ │ │ │ ├── gpm-keyboard-060.svg │ │ │ │ │ ├── gpm-keyboard-080.svg │ │ │ │ │ ├── gpm-keyboard-100.svg │ │ │ │ │ ├── gpm-mouse-000.svg │ │ │ │ │ ├── gpm-mouse-020.svg │ │ │ │ │ ├── gpm-mouse-040.svg │ │ │ │ │ ├── gpm-mouse-060.svg │ │ │ │ │ ├── gpm-mouse-080.svg │ │ │ │ │ ├── gpm-mouse-100.svg │ │ │ │ │ ├── gpm-phone-000.svg │ │ │ │ │ ├── gpm-phone-020.svg │ │ │ │ │ ├── gpm-phone-040.svg │ │ │ │ │ ├── gpm-phone-060.svg │ │ │ │ │ ├── gpm-phone-080.svg │ │ │ │ │ ├── gpm-phone-100.svg │ │ │ │ │ ├── gpm-primary-000-charging.svg │ │ │ │ │ ├── gpm-primary-000.svg │ │ │ │ │ ├── gpm-primary-020-charging.svg │ │ │ │ │ ├── gpm-primary-020.svg │ │ │ │ │ ├── gpm-primary-040-charging.svg │ │ │ │ │ ├── gpm-primary-040.svg │ │ │ │ │ ├── gpm-primary-060-charging.svg │ │ │ │ │ ├── gpm-primary-060.svg │ │ │ │ │ ├── gpm-primary-080-charging.svg │ │ │ │ │ ├── gpm-primary-080.svg │ │ │ │ │ ├── gpm-primary-100-charging.svg │ │ │ │ │ ├── gpm-primary-100.svg │ │ │ │ │ ├── gpm-primary-charged.svg │ │ │ │ │ ├── gpm-primary-missing.svg │ │ │ │ │ ├── gpm-ups-000-charging.svg │ │ │ │ │ ├── gpm-ups-000.svg │ │ │ │ │ ├── gpm-ups-020-charging.svg │ │ │ │ │ ├── gpm-ups-020.svg │ │ │ │ │ ├── gpm-ups-040-charging.svg │ │ │ │ │ ├── gpm-ups-040.svg │ │ │ │ │ ├── gpm-ups-060-charging.svg │ │ │ │ │ ├── gpm-ups-060.svg │ │ │ │ │ ├── gpm-ups-080-charging.svg │ │ │ │ │ ├── gpm-ups-080.svg │ │ │ │ │ ├── gpm-ups-100-charging.svg │ │ │ │ │ ├── gpm-ups-100.svg │ │ │ │ │ ├── gpm-ups-charged.svg │ │ │ │ │ ├── gpm-ups-missing.svg │ │ │ │ │ ├── gsm-3g-full-secure.svg │ │ │ │ │ ├── gsm-3g-full.svg │ │ │ │ │ ├── gsm-3g-high-secure.svg │ │ │ │ │ ├── gsm-3g-high.svg │ │ │ │ │ ├── gsm-3g-low-secure.svg │ │ │ │ │ ├── gsm-3g-low.svg │ │ │ │ │ ├── gsm-3g-medium-secure.svg │ │ │ │ │ ├── gsm-3g-medium.svg │ │ │ │ │ ├── gsm-3g-none-secure.svg │ │ │ │ │ ├── gsm-3g-none.svg │ │ │ │ │ ├── gtk-dialog-authentication-panel.svg │ │ │ │ │ ├── high-signal-lock.svg │ │ │ │ │ ├── high-signal.svg │ │ │ │ │ ├── ibus-keyboard.svg │ │ │ │ │ ├── idle-bad-signal-lock.svg │ │ │ │ │ ├── idle-bad-signal.svg │ │ │ │ │ ├── idle-good-signal-lock.svg │ │ │ │ │ ├── idle-good-signal.svg │ │ │ │ │ ├── idle-high-signal-lock.svg │ │ │ │ │ ├── idle-high-signal.svg │ │ │ │ │ ├── idle-low-signal-lock.svg │ │ │ │ │ ├── idle-low-signal.svg │ │ │ │ │ ├── indicator-keyboard.svg │ │ │ │ │ ├── indicator-messages-new.svg │ │ │ │ │ ├── indicator-messages-red.svg │ │ │ │ │ ├── indicator-messages.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── keyboard-battery-caution.svg │ │ │ │ │ ├── keyboard-battery-empty.svg │ │ │ │ │ ├── keyboard-battery-full.svg │ │ │ │ │ ├── keyboard-battery-good.svg │ │ │ │ │ ├── keyboard-battery-low.svg │ │ │ │ │ ├── keyboard-battery-medium.svg │ │ │ │ │ ├── knemo-modem-error.svg │ │ │ │ │ ├── knemo-modem-idle.svg │ │ │ │ │ ├── knemo-modem-offline.svg │ │ │ │ │ ├── knemo-modem-receive.svg │ │ │ │ │ ├── knemo-modem-transmit-receive.svg │ │ │ │ │ ├── knemo-modem-transmit.svg │ │ │ │ │ ├── knemo-monitor-error.svg │ │ │ │ │ ├── knemo-monitor-idle.svg │ │ │ │ │ ├── knemo-monitor-offline.svg │ │ │ │ │ ├── knemo-monitor-receive.svg │ │ │ │ │ ├── knemo-monitor-transmit-receive.svg │ │ │ │ │ ├── knemo-monitor-transmit.svg │ │ │ │ │ ├── knemo-network-error.svg │ │ │ │ │ ├── knemo-network-idle.svg │ │ │ │ │ ├── knemo-network-offline.svg │ │ │ │ │ ├── knemo-network-receive.svg │ │ │ │ │ ├── knemo-network-transmit-receive.svg │ │ │ │ │ ├── knemo-network-transmit.svg │ │ │ │ │ ├── knemo-wireless-error.svg │ │ │ │ │ ├── knemo-wireless-idle.svg │ │ │ │ │ ├── knemo-wireless-offline.svg │ │ │ │ │ ├── knemo-wireless-receive.svg │ │ │ │ │ ├── knemo-wireless-transmit-receive.svg │ │ │ │ │ ├── knemo-wireless-transmit.svg │ │ │ │ │ ├── krb-expiring-ticket.svg │ │ │ │ │ ├── krb-no-valid-ticket.svg │ │ │ │ │ ├── krb-valid-ticket.svg │ │ │ │ │ ├── low-signal-lock.svg │ │ │ │ │ ├── low-signal.svg │ │ │ │ │ ├── manjaro-settings-manager-panel.svg │ │ │ │ │ ├── manjaro-settings-manager.svg │ │ │ │ │ ├── manjaro-welcome.svg │ │ │ │ │ ├── manjaro.svg │ │ │ │ │ ├── mic-off.svg │ │ │ │ │ ├── mic-on.svg │ │ │ │ │ ├── mic-ready.svg │ │ │ │ │ ├── mic-volume-high.svg │ │ │ │ │ ├── mic-volume-low.svg │ │ │ │ │ ├── mic-volume-medium.svg │ │ │ │ │ ├── mic-volume-muted.svg │ │ │ │ │ ├── microphone-sensitivity-high.svg │ │ │ │ │ ├── microphone-sensitivity-low.svg │ │ │ │ │ ├── microphone-sensitivity-medium.svg │ │ │ │ │ ├── microphone-sensitivity-muted.svg │ │ │ │ │ ├── mintupdate-checking.svg │ │ │ │ │ ├── mintupdate-error.svg │ │ │ │ │ ├── mintupdate-installing.svg │ │ │ │ │ ├── mintupdate-up-to-date.svg │ │ │ │ │ ├── mintupdate-updates-available.svg │ │ │ │ │ ├── motrix-tray-active.svg │ │ │ │ │ ├── motrix-tray.svg │ │ │ │ │ ├── mouse-battery-caution.svg │ │ │ │ │ ├── mouse-battery-empty.svg │ │ │ │ │ ├── mouse-battery-full.svg │ │ │ │ │ ├── mouse-battery-good.svg │ │ │ │ │ ├── mouse-battery-low.svg │ │ │ │ │ ├── mouse-battery-medium.svg │ │ │ │ │ ├── network-cellular-acquiring.svg │ │ │ │ │ ├── network-cellular-no-route.svg │ │ │ │ │ ├── network-cellular-offline.svg │ │ │ │ │ ├── network-cellular-secure-signal-excellent.svg │ │ │ │ │ ├── network-cellular-secure-signal-good.svg │ │ │ │ │ ├── network-cellular-secure-signal-low.svg │ │ │ │ │ ├── network-cellular-secure-signal-none.svg │ │ │ │ │ ├── network-cellular-secure-signal-ok.svg │ │ │ │ │ ├── network-cellular-secure-signal-weak.svg │ │ │ │ │ ├── network-cellular-signal-acquiring.svg │ │ │ │ │ ├── network-cellular-signal-excellent.svg │ │ │ │ │ ├── network-cellular-signal-good.svg │ │ │ │ │ ├── network-cellular-signal-low.svg │ │ │ │ │ ├── network-cellular-signal-none.svg │ │ │ │ │ ├── network-cellular-signal-ok.svg │ │ │ │ │ ├── network-cellular-signal-weak.svg │ │ │ │ │ ├── network-disconnected.svg │ │ │ │ │ ├── network-error.svg │ │ │ │ │ ├── network-idle.svg │ │ │ │ │ ├── network-offline.svg │ │ │ │ │ ├── network-receive.svg │ │ │ │ │ ├── network-transmit-receive.svg │ │ │ │ │ ├── network-transmit.svg │ │ │ │ │ ├── network-vpn-acquiring.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-acquiring.svg │ │ │ │ │ ├── network-wired-no-route.svg │ │ │ │ │ ├── network-wired-offline.svg │ │ │ │ │ ├── network-wired-secure.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-acquiring.svg │ │ │ │ │ ├── network-wireless-connected.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless-no-route.svg │ │ │ │ │ ├── network-wireless-offline.svg │ │ │ │ │ ├── network-wireless-secure-signal-excellent.svg │ │ │ │ │ ├── network-wireless-secure-signal-good.svg │ │ │ │ │ ├── network-wireless-secure-signal-low.svg │ │ │ │ │ ├── network-wireless-secure-signal-none.svg │ │ │ │ │ ├── network-wireless-secure-signal-ok.svg │ │ │ │ │ ├── network-wireless-signal-excellent.svg │ │ │ │ │ ├── network-wireless-signal-good.svg │ │ │ │ │ ├── network-wireless-signal-low.svg │ │ │ │ │ ├── network-wireless-signal-none.svg │ │ │ │ │ ├── network-wireless-signal-ok.svg │ │ │ │ │ ├── network-wireless-signal-weak.svg │ │ │ │ │ ├── nm-device-wired-autoip.svg │ │ │ │ │ ├── nm-device-wired-secure.svg │ │ │ │ │ ├── nm-device-wired-secureoffline.svg │ │ │ │ │ ├── nm-device-wired.svg │ │ │ │ │ ├── nm-device-wwan.svg │ │ │ │ │ ├── nm-no-connection.svg │ │ │ │ │ ├── nm-signal-0-secure.svg │ │ │ │ │ ├── nm-signal-0.svg │ │ │ │ │ ├── nm-signal-00-secure.svg │ │ │ │ │ ├── nm-signal-00.svg │ │ │ │ │ ├── nm-signal-100-secure.svg │ │ │ │ │ ├── nm-signal-100.svg │ │ │ │ │ ├── nm-signal-25-secure.svg │ │ │ │ │ ├── nm-signal-25.svg │ │ │ │ │ ├── nm-signal-50-secure.svg │ │ │ │ │ ├── nm-signal-50.svg │ │ │ │ │ ├── nm-signal-75-secure.svg │ │ │ │ │ ├── nm-signal-75.svg │ │ │ │ │ ├── nm-wwan-tower.svg │ │ │ │ │ ├── no-signal.svg │ │ │ │ │ ├── notes-panel.svg │ │ │ │ │ ├── org.xfce.screenshooter.svg │ │ │ │ │ ├── pamac-tray-no-update.svg │ │ │ │ │ ├── pamac-tray-update.svg │ │ │ │ │ ├── phone-battery-caution.svg │ │ │ │ │ ├── phone-battery-empty.svg │ │ │ │ │ ├── phone-battery-full.svg │ │ │ │ │ ├── phone-battery-good.svg │ │ │ │ │ ├── phone-battery-low.svg │ │ │ │ │ ├── phone-battery-medium.svg │ │ │ │ │ ├── qbittorrent-panel.svg │ │ │ │ │ ├── qbittorrent-tray.svg │ │ │ │ │ ├── receiving-bad-signal-lock.svg │ │ │ │ │ ├── receiving-bad-signal.svg │ │ │ │ │ ├── receiving-good-signal-lock.svg │ │ │ │ │ ├── receiving-good-signal.svg │ │ │ │ │ ├── receiving-high-signal-lock.svg │ │ │ │ │ ├── receiving-high-signal.svg │ │ │ │ │ ├── receiving-low-signal-lock.svg │ │ │ │ │ ├── receiving-low-signal.svg │ │ │ │ │ ├── riot-tray.svg │ │ │ │ │ ├── slack-indicator-highlight.svg │ │ │ │ │ ├── slack-indicator-unread.svg │ │ │ │ │ ├── slack-indicator.svg │ │ │ │ │ ├── start-here-manjaro.svg │ │ │ │ │ ├── stock_weather-cloudy.svg │ │ │ │ │ ├── stock_weather-few-clouds.svg │ │ │ │ │ ├── stock_weather-fog.svg │ │ │ │ │ ├── stock_weather-night-clear.svg │ │ │ │ │ ├── stock_weather-night-few-clouds.svg │ │ │ │ │ ├── stock_weather-showers.svg │ │ │ │ │ ├── stock_weather-snow.svg │ │ │ │ │ ├── stock_weather-storm.svg │ │ │ │ │ ├── stock_weather-sunny.svg │ │ │ │ │ ├── telegram-attention-panel.svg │ │ │ │ │ ├── telegram-mute-panel.svg │ │ │ │ │ ├── telegram-panel.svg │ │ │ │ │ ├── tomboy-panel.svg │ │ │ │ │ ├── transmitting-bad-signal-lock.svg │ │ │ │ │ ├── transmitting-bad-signal.svg │ │ │ │ │ ├── transmitting-good-signal-lock.svg │ │ │ │ │ ├── transmitting-good-signal.svg │ │ │ │ │ ├── transmitting-high-signal-lock.svg │ │ │ │ │ ├── transmitting-high-signal.svg │ │ │ │ │ ├── transmitting-low-signal-lock.svg │ │ │ │ │ ├── transmitting-low-signal.svg │ │ │ │ │ ├── uget-tray-default.svg │ │ │ │ │ ├── uget-tray-downloading.svg │ │ │ │ │ ├── uget-tray-error.svg │ │ │ │ │ ├── ulauncher-indicator.svg │ │ │ │ │ ├── volume-level-high-panel.svg │ │ │ │ │ ├── volume-level-high.svg │ │ │ │ │ ├── volume-level-low-panel.svg │ │ │ │ │ ├── volume-level-low.svg │ │ │ │ │ ├── volume-level-medium-panel.svg │ │ │ │ │ ├── volume-level-medium.svg │ │ │ │ │ ├── volume-level-muted-panel.svg │ │ │ │ │ ├── volume-level-muted.svg │ │ │ │ │ ├── volume-level-none-panel.svg │ │ │ │ │ ├── volume-level-none.svg │ │ │ │ │ ├── weather-clear-night-000.svg │ │ │ │ │ ├── weather-clear-night-010.svg │ │ │ │ │ ├── weather-clear-night-020.svg │ │ │ │ │ ├── weather-clear-night-030.svg │ │ │ │ │ ├── weather-clear-night-040.svg │ │ │ │ │ ├── weather-clear-night-050.svg │ │ │ │ │ ├── weather-clear-night-060.svg │ │ │ │ │ ├── weather-clear-night-070.svg │ │ │ │ │ ├── weather-clear-night-080.svg │ │ │ │ │ ├── weather-clear-night-090.svg │ │ │ │ │ ├── weather-clear-night-100.svg │ │ │ │ │ ├── weather-clear-night-110.svg │ │ │ │ │ ├── weather-clear-night-120.svg │ │ │ │ │ ├── weather-clear-night-130.svg │ │ │ │ │ ├── weather-clear-night-140.svg │ │ │ │ │ ├── weather-clear-night-150.svg │ │ │ │ │ ├── weather-clear-night-160.svg │ │ │ │ │ ├── weather-clear-night-170.svg │ │ │ │ │ ├── weather-clear-night-180.svg │ │ │ │ │ ├── weather-clear-night-190.svg │ │ │ │ │ ├── weather-clear-night-200.svg │ │ │ │ │ ├── weather-clear-night-210.svg │ │ │ │ │ ├── weather-clear-night-220.svg │ │ │ │ │ ├── weather-clear-night-230.svg │ │ │ │ │ ├── weather-clear-night-240.svg │ │ │ │ │ ├── weather-clear-night-250.svg │ │ │ │ │ ├── weather-clear-night-260.svg │ │ │ │ │ ├── weather-clear-night-270.svg │ │ │ │ │ ├── weather-clear-night-280.svg │ │ │ │ │ ├── weather-clear-night-290.svg │ │ │ │ │ ├── weather-clear-night-300.svg │ │ │ │ │ ├── weather-clear-night-310.svg │ │ │ │ │ ├── weather-clear-night-320.svg │ │ │ │ │ ├── weather-clear-night-330.svg │ │ │ │ │ ├── weather-clear-night-340.svg │ │ │ │ │ ├── weather-clear-night-350.svg │ │ │ │ │ ├── weather-clear-night.svg │ │ │ │ │ ├── weather-clear.svg │ │ │ │ │ ├── weather-clouds-night.svg │ │ │ │ │ ├── weather-clouds.svg │ │ │ │ │ ├── weather-cloudy.svg │ │ │ │ │ ├── weather-few-clouds-night-000.svg │ │ │ │ │ ├── weather-few-clouds-night-010.svg │ │ │ │ │ ├── weather-few-clouds-night-020.svg │ │ │ │ │ ├── weather-few-clouds-night-030.svg │ │ │ │ │ ├── weather-few-clouds-night-040.svg │ │ │ │ │ ├── weather-few-clouds-night-050.svg │ │ │ │ │ ├── weather-few-clouds-night-060.svg │ │ │ │ │ ├── weather-few-clouds-night-070.svg │ │ │ │ │ ├── weather-few-clouds-night-080.svg │ │ │ │ │ ├── weather-few-clouds-night-090.svg │ │ │ │ │ ├── weather-few-clouds-night-100.svg │ │ │ │ │ ├── weather-few-clouds-night-110.svg │ │ │ │ │ ├── weather-few-clouds-night-120.svg │ │ │ │ │ ├── weather-few-clouds-night-130.svg │ │ │ │ │ ├── weather-few-clouds-night-140.svg │ │ │ │ │ ├── weather-few-clouds-night-150.svg │ │ │ │ │ ├── weather-few-clouds-night-160.svg │ │ │ │ │ ├── weather-few-clouds-night-170.svg │ │ │ │ │ ├── weather-few-clouds-night-180.svg │ │ │ │ │ ├── weather-few-clouds-night-190.svg │ │ │ │ │ ├── weather-few-clouds-night-200.svg │ │ │ │ │ ├── weather-few-clouds-night-210.svg │ │ │ │ │ ├── weather-few-clouds-night-220.svg │ │ │ │ │ ├── weather-few-clouds-night-230.svg │ │ │ │ │ ├── weather-few-clouds-night-240.svg │ │ │ │ │ ├── weather-few-clouds-night-250.svg │ │ │ │ │ ├── weather-few-clouds-night-260.svg │ │ │ │ │ ├── weather-few-clouds-night-270.svg │ │ │ │ │ ├── weather-few-clouds-night-280.svg │ │ │ │ │ ├── weather-few-clouds-night-290.svg │ │ │ │ │ ├── weather-few-clouds-night-300.svg │ │ │ │ │ ├── weather-few-clouds-night-310.svg │ │ │ │ │ ├── weather-few-clouds-night-320.svg │ │ │ │ │ ├── weather-few-clouds-night-330.svg │ │ │ │ │ ├── weather-few-clouds-night-340.svg │ │ │ │ │ ├── weather-few-clouds-night-350.svg │ │ │ │ │ ├── weather-few-clouds-night.svg │ │ │ │ │ ├── weather-few-clouds.svg │ │ │ │ │ ├── weather-fog.svg │ │ │ │ │ ├── weather-freezing-rain.svg │ │ │ │ │ ├── weather-hail.svg │ │ │ │ │ ├── weather-many-clouds.svg │ │ │ │ │ ├── weather-mist.svg │ │ │ │ │ ├── weather-none-available.svg │ │ │ │ │ ├── weather-overcast.svg │ │ │ │ │ ├── weather-severe-alert.svg │ │ │ │ │ ├── weather-showers-day.svg │ │ │ │ │ ├── weather-showers-night.svg │ │ │ │ │ ├── weather-showers-scattered-day.svg │ │ │ │ │ ├── weather-showers-scattered-night.svg │ │ │ │ │ ├── weather-showers-scattered.svg │ │ │ │ │ ├── weather-showers.svg │ │ │ │ │ ├── weather-snow-day.svg │ │ │ │ │ ├── weather-snow-night.svg │ │ │ │ │ ├── weather-snow-rain.svg │ │ │ │ │ ├── weather-snow-scattered-day.svg │ │ │ │ │ ├── weather-snow-scattered-night.svg │ │ │ │ │ ├── weather-snow-scattered.svg │ │ │ │ │ ├── weather-snow.svg │ │ │ │ │ ├── weather-storm-day.svg │ │ │ │ │ ├── weather-storm-night.svg │ │ │ │ │ ├── weather-storm.svg │ │ │ │ │ ├── weather-windy.svg │ │ │ │ │ ├── whiskermenu-manjaro.svg │ │ │ │ │ ├── wired.svg │ │ │ │ │ ├── xfce-newmail.svg │ │ │ │ │ ├── xfce-nomail.svg │ │ │ │ │ ├── xfce4-battery-caution-charging.svg │ │ │ │ │ ├── xfce4-battery-caution.svg │ │ │ │ │ ├── xfce4-battery-critical-charging.svg │ │ │ │ │ ├── xfce4-battery-critical.svg │ │ │ │ │ ├── xfce4-battery-full-charging.svg │ │ │ │ │ ├── xfce4-battery-full.svg │ │ │ │ │ ├── xfce4-battery-good-charging.svg │ │ │ │ │ ├── xfce4-battery-good.svg │ │ │ │ │ ├── xfce4-battery-low-charging.svg │ │ │ │ │ ├── xfce4-battery-low.svg │ │ │ │ │ ├── xfce4-battery-missing.svg │ │ │ │ │ ├── xfce4-battery-ok-charging.svg │ │ │ │ │ ├── xfce4-battery-ok.svg │ │ │ │ │ ├── xfce4-battery-plugin.svg │ │ │ │ │ ├── xfce4-mixer-muted.svg │ │ │ │ │ ├── xfce4-mixer-no-muted.svg │ │ │ │ │ ├── xfce4-mixer-no-record.svg │ │ │ │ │ ├── xfce4-mixer-record.svg │ │ │ │ │ ├── xfce4-mixer-volume-high.svg │ │ │ │ │ ├── xfce4-mixer-volume-low-medium.svg │ │ │ │ │ ├── xfce4-mixer-volume-low.svg │ │ │ │ │ ├── xfce4-mixer-volume-medium.svg │ │ │ │ │ ├── xfce4-mixer-volume-muted.svg │ │ │ │ │ ├── xfce4-mixer-volume-ultra-low.svg │ │ │ │ │ ├── xfce4-mixer-volume-very-high.svg │ │ │ │ │ ├── xfce4-notes-plugin.svg │ │ │ │ │ ├── xfpm-ac-adapter.svg │ │ │ │ │ ├── xfpm-battery-000-charging.svg │ │ │ │ │ ├── xfpm-battery-000.svg │ │ │ │ │ ├── xfpm-battery-020-charging.svg │ │ │ │ │ ├── xfpm-battery-020.svg │ │ │ │ │ ├── xfpm-battery-040-charging.svg │ │ │ │ │ ├── xfpm-battery-040.svg │ │ │ │ │ ├── xfpm-battery-060-charging.svg │ │ │ │ │ ├── xfpm-battery-060.svg │ │ │ │ │ ├── xfpm-battery-080-charging.svg │ │ │ │ │ ├── xfpm-battery-080.svg │ │ │ │ │ ├── xfpm-battery-100-charging.svg │ │ │ │ │ ├── xfpm-battery-100.svg │ │ │ │ │ ├── xfpm-battery-caution-charging.svg │ │ │ │ │ ├── xfpm-battery-caution.svg │ │ │ │ │ ├── xfpm-battery-critical-charging.svg │ │ │ │ │ ├── xfpm-battery-critical.svg │ │ │ │ │ ├── xfpm-battery-empty.svg │ │ │ │ │ ├── xfpm-battery-full-charging.svg │ │ │ │ │ ├── xfpm-battery-full.svg │ │ │ │ │ ├── xfpm-battery-good-charging.svg │ │ │ │ │ ├── xfpm-battery-good.svg │ │ │ │ │ ├── xfpm-battery-low-charging.svg │ │ │ │ │ ├── xfpm-battery-low.svg │ │ │ │ │ ├── xfpm-battery-missing.svg │ │ │ │ │ ├── xfpm-battery-ok-charging.svg │ │ │ │ │ ├── xfpm-battery-ok.svg │ │ │ │ │ ├── xfpm-brightness-lcd.svg │ │ │ │ │ ├── xfpm-keyboard-000.svg │ │ │ │ │ ├── xfpm-keyboard-020.svg │ │ │ │ │ ├── xfpm-keyboard-030.svg │ │ │ │ │ ├── xfpm-keyboard-040.svg │ │ │ │ │ ├── xfpm-keyboard-060.svg │ │ │ │ │ ├── xfpm-keyboard-080.svg │ │ │ │ │ ├── xfpm-keyboard-100.svg │ │ │ │ │ ├── xfpm-mouse-000.svg │ │ │ │ │ ├── xfpm-mouse-020.svg │ │ │ │ │ ├── xfpm-mouse-030.svg │ │ │ │ │ ├── xfpm-mouse-040.svg │ │ │ │ │ ├── xfpm-mouse-060.svg │ │ │ │ │ ├── xfpm-mouse-080.svg │ │ │ │ │ ├── xfpm-mouse-100.svg │ │ │ │ │ ├── xfpm-phone-000.svg │ │ │ │ │ ├── xfpm-phone-020.svg │ │ │ │ │ ├── xfpm-phone-030.svg │ │ │ │ │ ├── xfpm-phone-040.svg │ │ │ │ │ ├── xfpm-phone-060.svg │ │ │ │ │ ├── xfpm-phone-080.svg │ │ │ │ │ ├── xfpm-phone-100.svg │ │ │ │ │ ├── xfpm-primary-000-charging.svg │ │ │ │ │ ├── xfpm-primary-000.svg │ │ │ │ │ ├── xfpm-primary-020-charging.svg │ │ │ │ │ ├── xfpm-primary-020.svg │ │ │ │ │ ├── xfpm-primary-040-charging.svg │ │ │ │ │ ├── xfpm-primary-040.svg │ │ │ │ │ ├── xfpm-primary-060-charging.svg │ │ │ │ │ ├── xfpm-primary-060.svg │ │ │ │ │ ├── xfpm-primary-080-charging.svg │ │ │ │ │ ├── xfpm-primary-080.svg │ │ │ │ │ ├── xfpm-primary-100-charging.svg │ │ │ │ │ ├── xfpm-primary-100.svg │ │ │ │ │ ├── xfpm-primary-charged.svg │ │ │ │ │ ├── xfpm-primary-missing.svg │ │ │ │ │ ├── xfpm-ups-000-charging.svg │ │ │ │ │ ├── xfpm-ups-000.svg │ │ │ │ │ ├── xfpm-ups-020-charging.svg │ │ │ │ │ ├── xfpm-ups-020.svg │ │ │ │ │ ├── xfpm-ups-040-charging.svg │ │ │ │ │ ├── xfpm-ups-040.svg │ │ │ │ │ ├── xfpm-ups-060-charging.svg │ │ │ │ │ ├── xfpm-ups-060.svg │ │ │ │ │ ├── xfpm-ups-080-charging.svg │ │ │ │ │ ├── xfpm-ups-080.svg │ │ │ │ │ ├── xfpm-ups-100-charging.svg │ │ │ │ │ ├── xfpm-ups-100.svg │ │ │ │ │ ├── xfpm-ups-charged.svg │ │ │ │ │ ├── xfpm-ups-missing.svg │ │ │ │ │ ├── yum-indicator-error.svg │ │ │ │ │ ├── yum-indicator-info.svg │ │ │ │ │ ├── yum-indicator-no-updates.svg │ │ │ │ │ ├── yum-indicator-updates.svg │ │ │ │ │ └── yum-indicator-working.svg │ │ │ │ ├── places │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── application-x-gnome-saved-search.svg │ │ │ │ │ ├── bookmark-missing.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── certificate-server.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── edittrash.svg │ │ │ │ │ ├── emptytrash.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-add.svg │ │ │ │ │ ├── folder-apple.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-bookmarks.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-camera.svg │ │ │ │ │ ├── folder-cd.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-copy-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-decrypted.svg │ │ │ │ │ ├── folder-desktop.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents-open.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download-open.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-drag-accept.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-encrypted.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-git.svg │ │ │ │ │ ├── folder-github.svg │ │ │ │ │ ├── folder-gitlab.svg │ │ │ │ │ ├── folder-gnome.svg │ │ │ │ │ ├── folder-google-drive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-home.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-java.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail-cloud.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-mega.svg │ │ │ │ │ ├── folder-meocloud.svg │ │ │ │ │ ├── folder-music-open.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-pcloud.svg │ │ │ │ │ ├── folder-photo.svg │ │ │ │ │ ├── folder-photos.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures-open.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-private.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare-open.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote-ftp.svg │ │ │ │ │ ├── folder-remote-nfs.svg │ │ │ │ │ ├── folder-remote-open.svg │ │ │ │ │ ├── folder-remote-smb.svg │ │ │ │ │ ├── folder-remote-ssh.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-saved-search-alt.svg │ │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-steam.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates-open.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-torrent.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-vbox.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videocamera.svg │ │ │ │ │ ├── folder-videos-open.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-visiting.svg │ │ │ │ │ ├── folder-wifi.svg │ │ │ │ │ ├── folder-wine.svg │ │ │ │ │ ├── folder-yandex-disk.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_download.svg │ │ │ │ │ ├── folder_downloads.svg │ │ │ │ │ ├── folder_home.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── folder_images.svg │ │ │ │ │ ├── folder_open.svg │ │ │ │ │ ├── folder_pictures.svg │ │ │ │ │ ├── folders-documents.svg │ │ │ │ │ ├── folders-downloads.svg │ │ │ │ │ ├── folders-music.svg │ │ │ │ │ ├── folders-publicshare.svg │ │ │ │ │ ├── folders-videos.svg │ │ │ │ │ ├── gnome-ccdesktop.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-dev-network.svg │ │ │ │ │ ├── gnome-dev-trash-empty.svg │ │ │ │ │ ├── gnome-dev-trash-full.svg │ │ │ │ │ ├── gnome-folder.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-fs-bookmark-missing.svg │ │ │ │ │ ├── gnome-fs-bookmark.svg │ │ │ │ │ ├── gnome-fs-dav.svg │ │ │ │ │ ├── gnome-fs-desktop.svg │ │ │ │ │ ├── gnome-fs-dev.svg │ │ │ │ │ ├── gnome-fs-directory-accept.svg │ │ │ │ │ ├── gnome-fs-directory-visiting.svg │ │ │ │ │ ├── gnome-fs-directory.svg │ │ │ │ │ ├── gnome-fs-ftp.svg │ │ │ │ │ ├── gnome-fs-home.svg │ │ │ │ │ ├── gnome-fs-network.svg │ │ │ │ │ ├── gnome-fs-nfs.svg │ │ │ │ │ ├── gnome-fs-server.svg │ │ │ │ │ ├── gnome-fs-share.svg │ │ │ │ │ ├── gnome-fs-smb.svg │ │ │ │ │ ├── gnome-fs-ssh.svg │ │ │ │ │ ├── gnome-fs-trash-empty-accept.svg │ │ │ │ │ ├── gnome-fs-trash-empty.svg │ │ │ │ │ ├── gnome-fs-trash-full.svg │ │ │ │ │ ├── gnome-fs-web.svg │ │ │ │ │ ├── gnome-home.svg │ │ │ │ │ ├── gnome-mime-x-directory-nfs-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-share.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-workgroup.svg │ │ │ │ │ ├── gnome-stock-trash-empty.svg │ │ │ │ │ ├── gnome-stock-trash-full.svg │ │ │ │ │ ├── gnome-stock-trash.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── insync-folder.svg │ │ │ │ │ ├── internet-radio.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── neat.svg │ │ │ │ │ ├── nemo-bookmark-not-found.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── network.svg │ │ │ │ │ ├── network_fs.svg │ │ │ │ │ ├── network_local.svg │ │ │ │ │ ├── nfs.svg │ │ │ │ │ ├── other-desktop.svg │ │ │ │ │ ├── redhat-home.svg │ │ │ │ │ ├── redhat-network-server.svg │ │ │ │ │ ├── redhat-system-group.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── samba.svg │ │ │ │ │ ├── server-database.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── start-here.svg │ │ │ │ │ ├── stock_bookmark.svg │ │ │ │ │ ├── stock_delete-bookmark.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── stock_home.svg │ │ │ │ │ ├── stock_music-library.svg │ │ │ │ │ ├── stock_open.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_trash_empty.svg │ │ │ │ │ ├── stock_trash_full.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trash-full.svg │ │ │ │ │ ├── trashcan_empty.svg │ │ │ │ │ ├── trashcan_full.svg │ │ │ │ │ ├── user-bookmarks.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home-open.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-images.svg │ │ │ │ │ ├── user-pictures.svg │ │ │ │ │ ├── user-share.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ ├── user-trash.svg │ │ │ │ │ ├── xfce-trash_empty.svg │ │ │ │ │ └── xfce-trash_full.svg │ │ │ │ └── status │ │ │ │ │ ├── changes-allow.svg │ │ │ │ │ ├── changes-prevent.svg │ │ │ │ │ ├── package-available-locked.svg │ │ │ │ │ ├── package-available.svg │ │ │ │ │ ├── package-broken.svg │ │ │ │ │ ├── package-downgrade.svg │ │ │ │ │ ├── package-install.svg │ │ │ │ │ ├── package-installed-locked.svg │ │ │ │ │ ├── package-installed-outdated.svg │ │ │ │ │ ├── package-installed-updated.svg │ │ │ │ │ ├── package-new.svg │ │ │ │ │ ├── package-purge.svg │ │ │ │ │ ├── package-reinstall.svg │ │ │ │ │ ├── package-remove.svg │ │ │ │ │ ├── package-supported.svg │ │ │ │ │ └── package-upgrade.svg │ │ │ ├── 22 │ │ │ │ ├── actions │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Finished.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── SuggestionTM.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-files-to-archive.svg │ │ │ │ │ ├── add-folder-to-archive.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcurves.svg │ │ │ │ │ ├── adjusthsl.svg │ │ │ │ │ ├── adjustlevels.svg │ │ │ │ │ ├── adjustrgb.svg │ │ │ │ │ ├── adress-book-new.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── akonadiconsole.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-node.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-node.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animal.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── antivignetting.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── appointment.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── archive.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── auto-transition.svg │ │ │ │ │ ├── auto-type.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── back.svg │ │ │ │ │ ├── backgroundtool.svg │ │ │ │ │ ├── backup.svg │ │ │ │ │ ├── bboxnext.svg │ │ │ │ │ ├── bboxprev.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── bitmap-trace.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── blueman-plugin.svg │ │ │ │ │ ├── blueman-send-file.svg │ │ │ │ │ ├── blueman-trust.svg │ │ │ │ │ ├── blueman-untrust.svg │ │ │ │ │ ├── blurfx.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bonobo-component-browser.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmark_add.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bookmarks_list_add.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── bottom.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-add.svg │ │ │ │ │ ├── bqm-addqueue.svg │ │ │ │ │ ├── bqm-commit.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── bqm-update.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── browser-download.svg │ │ │ │ │ ├── burst.svg │ │ │ │ │ ├── button_cancel.svg │ │ │ │ │ ├── bwtonal.svg │ │ │ │ │ ├── cab_extract.svg │ │ │ │ │ ├── cab_view.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── calligraphy.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cancel.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── channelmixer.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── charcoaltool.svg │ │ │ │ │ ├── check-filled.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── cm_columnsview.svg │ │ │ │ │ ├── cm_extractfiles.svg │ │ │ │ │ ├── cm_options.svg │ │ │ │ │ ├── cm_refresh.svg │ │ │ │ │ ├── cm_search.svg │ │ │ │ │ ├── cm_syncdirs.svg │ │ │ │ │ ├── cm_thumbnailsview.svg │ │ │ │ │ ├── cm_viewhistorynext.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colorfx.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colorneg.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composite-track-off.svg │ │ │ │ │ ├── composite-track-on.svg │ │ │ │ │ ├── composite-track-preview.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configuration.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── contrast.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── cookies.svg │ │ │ │ │ ├── coordinate.svg │ │ │ │ │ ├── copy-coordinates.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── currenttrack_pause.svg │ │ │ │ │ ├── currenttrack_play.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── database-change-key.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── depth16to8.svg │ │ │ │ │ ├── depth8to16.svg │ │ │ │ │ ├── description.svg │ │ │ │ │ ├── dfrac.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-align-and-distribute.svg │ │ │ │ │ ├── dialog-apply.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-filters.svg │ │ │ │ │ ├── dialog-icon-preview.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-memory.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-no.svg │ │ │ │ │ ├── dialog-object-properties.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-selectors.svg │ │ │ │ │ ├── dialog-transform.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dialog-yes.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── discrete.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-graph-directed.svg │ │ │ │ │ ├── distribute-graph.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-node.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-randomize.svg │ │ │ │ │ ├── distribute-remove-overlaps.svg │ │ │ │ │ ├── distribute-unclump.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-node.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-cleanup.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert-rtl.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as-template.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── dontknow.svg │ │ │ │ │ ├── down.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── drag-surface.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-calligraphic.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dvisearch.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── earthquake.svg │ │ │ │ │ ├── edit-add.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-flag.svg │ │ │ │ │ ├── edit-group.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-mark.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-lasso.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-original.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo-history.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── edit_animation.svg │ │ │ │ │ ├── editclear.svg │ │ │ │ │ ├── editcopy.svg │ │ │ │ │ ├── editcut.svg │ │ │ │ │ ├── editdelete.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpaste.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── embosstool.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── enterprise.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entrance_animations.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── entry-new.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── epiphany-download.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── errornext.svg │ │ │ │ │ ├── errorprev.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exchange-positions-clockwise.svg │ │ │ │ │ ├── exchange-positions-zorder.svg │ │ │ │ │ ├── exchange-positions.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── exit.svg │ │ │ │ │ ├── exit_animations.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── extract-archive.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── favorite.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filefind.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── filenew.svg │ │ │ │ │ ├── fileopen.svg │ │ │ │ │ ├── fileprint.svg │ │ │ │ │ ├── filequickprint.svg │ │ │ │ │ ├── filesave.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── filmgrain.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── find.svg │ │ │ │ │ ├── fingerprint.svg │ │ │ │ │ ├── fitmanual.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── flower-shape.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── folder-tag.svg │ │ │ │ │ ├── folder_color_picker.svg │ │ │ │ │ ├── folder_new.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── food.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-convert-to-path.svg │ │ │ │ │ ├── format-currency.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-insert-node.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-node-corner.svg │ │ │ │ │ ├── format-node-curve.svg │ │ │ │ │ ├── format-node-line.svg │ │ │ │ │ ├── format-node-smooth.svg │ │ │ │ │ ├── format-node-symmetric.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-segment-curve.svg │ │ │ │ │ ├── format-segment-line.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── giggle-history-view.svg │ │ │ │ │ ├── giggle-remote.svg │ │ │ │ │ ├── giggle-tag.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnome-app-install-star.svg │ │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ │ ├── gnome-stock-mail-fwd.svg │ │ │ │ │ ├── gnome-stock-mail-new.svg │ │ │ │ │ ├── gnome-stock-mail-rpl.svg │ │ │ │ │ ├── gnome-stock-mail-snd.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-autosum.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-bucket.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-accounting.svg │ │ │ │ │ ├── gnumeric-format-border-all.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-inside-horiz.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-none.svg │ │ │ │ │ ├── gnumeric-format-border-outside.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-thick-outside.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-format-percentage.svg │ │ │ │ │ ├── gnumeric-format-precision-decrease.svg │ │ │ │ │ ├── gnumeric-format-precision-increase.svg │ │ │ │ │ ├── gnumeric-format-thousand-separator.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-object-arrow.svg │ │ │ │ │ ├── gnumeric-object-button.svg │ │ │ │ │ ├── gnumeric-object-checkbox.svg │ │ │ │ │ ├── gnumeric-object-combo.svg │ │ │ │ │ ├── gnumeric-object-ellipse.svg │ │ │ │ │ ├── gnumeric-object-label.svg │ │ │ │ │ ├── gnumeric-object-line.svg │ │ │ │ │ ├── gnumeric-object-list.svg │ │ │ │ │ ├── gnumeric-object-rectangle.svg │ │ │ │ │ ├── gnumeric-object-scrollbar.svg │ │ │ │ │ ├── gnumeric-object-spinbutton.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-cell.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-time.svg │ │ │ │ │ ├── gnumeric-protection-no.svg │ │ │ │ │ ├── gnumeric-protection-yes.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-left-symbolic.svg │ │ │ │ │ ├── go-left.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-right-symbolic.svg │ │ │ │ │ ├── go-right.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtg-plugin.svg │ │ │ │ │ ├── gtg-tag-new.svg │ │ │ │ │ ├── gtg-tag.svg │ │ │ │ │ ├── gtg-tags-none.svg │ │ │ │ │ ├── gtg-task-done.svg │ │ │ │ │ ├── gtg-task-new.svg │ │ │ │ │ ├── gtg-task-undismiss.svg │ │ │ │ │ ├── gtg-task-undone.svg │ │ │ │ │ ├── gtk-about.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-copy.svg │ │ │ │ │ ├── gtk-cut.svg │ │ │ │ │ ├── gtk-delete.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-dnd-multiple.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-file.svg │ │ │ │ │ ├── gtk-find-and-replace.svg │ │ │ │ │ ├── gtk-find.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-fullscreen.svg │ │ │ │ │ ├── gtk-go-back-ltr.svg │ │ │ │ │ ├── gtk-go-back-rtl.svg │ │ │ │ │ ├── gtk-go-down.svg │ │ │ │ │ ├── gtk-go-forward-ltr.svg │ │ │ │ │ ├── gtk-go-forward-rtl.svg │ │ │ │ │ ├── gtk-go-up.svg │ │ │ │ │ ├── gtk-goto-bottom.svg │ │ │ │ │ ├── gtk-goto-first-ltr.svg │ │ │ │ │ ├── gtk-goto-first-rtl.svg │ │ │ │ │ ├── gtk-goto-last-ltr.svg │ │ │ │ │ ├── gtk-goto-last-rtl.svg │ │ │ │ │ ├── gtk-goto-top.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-indent-ltr.svg │ │ │ │ │ ├── gtk-indent-rtl.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-italic.svg │ │ │ │ │ ├── gtk-jump-to-ltr.svg │ │ │ │ │ ├── gtk-justify-center.svg │ │ │ │ │ ├── gtk-justify-fill.svg │ │ │ │ │ ├── gtk-justify-left.svg │ │ │ │ │ ├── gtk-justify-right.svg │ │ │ │ │ ├── gtk-leave-fullscreen.svg │ │ │ │ │ ├── gtk-media-forward-ltr.svg │ │ │ │ │ ├── gtk-media-forward-rtl.svg │ │ │ │ │ ├── gtk-media-next-ltr.svg │ │ │ │ │ ├── gtk-media-next-rtl.svg │ │ │ │ │ ├── gtk-media-pause.svg │ │ │ │ │ ├── gtk-media-play-ltr.svg │ │ │ │ │ ├── gtk-media-previous-ltr.svg │ │ │ │ │ ├── gtk-media-previous-rtl.svg │ │ │ │ │ ├── gtk-media-record.svg │ │ │ │ │ ├── gtk-media-rewind-ltr.svg │ │ │ │ │ ├── gtk-media-rewind-rtl.svg │ │ │ │ │ ├── gtk-media-stop.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── gtk-new.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-open.svg │ │ │ │ │ ├── gtk-paste.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-print-preview.svg │ │ │ │ │ ├── gtk-print.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-refresh.svg │ │ │ │ │ ├── gtk-remove.svg │ │ │ │ │ ├── gtk-revert-to-saved-ltr.svg │ │ │ │ │ ├── gtk-revert-to-saved-rtl.svg │ │ │ │ │ ├── gtk-save-as.svg │ │ │ │ │ ├── gtk-save.svg │ │ │ │ │ ├── gtk-select-all.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-spell-check.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-tab-duplicate.svg │ │ │ │ │ ├── gtk-tab-new.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── gtk-zoom-fit.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── hand.svg │ │ │ │ │ ├── handle-left.svg │ │ │ │ │ ├── handle-move.svg │ │ │ │ │ ├── handle-right.svg │ │ │ │ │ ├── handle-sort.svg │ │ │ │ │ ├── hb-add-queue.svg │ │ │ │ │ ├── hb-complete.svg │ │ │ │ │ ├── hb-pause.svg │ │ │ │ │ ├── hb-presets.svg │ │ │ │ │ ├── hb-remove.svg │ │ │ │ │ ├── hb-showqueue.svg │ │ │ │ │ ├── hb-source.svg │ │ │ │ │ ├── hb-start.svg │ │ │ │ │ ├── hb-stop.svg │ │ │ │ │ ├── headphones.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hexagon-shape.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── history.svg │ │ │ │ │ ├── history_entry.svg │ │ │ │ │ ├── hook-notifier.svg │ │ │ │ │ ├── hotpixels.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-gadugadu.svg │ │ │ │ │ ├── im-google-talk.svg │ │ │ │ │ ├── im-google.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-local-xmpp.svg │ │ │ │ │ ├── im-message-new.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── image-adjust.svg │ │ │ │ │ ├── image-auto-adjust.svg │ │ │ │ │ ├── image-loading.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── irc-operator.svg │ │ │ │ │ ├── irc-remove-operator.svg │ │ │ │ │ ├── irc-unvoice.svg │ │ │ │ │ ├── irc-voice.svg │ │ │ │ │ ├── item.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── items-tags.svg │ │ │ │ │ ├── itmages-add.svg │ │ │ │ │ ├── itmages-cancel.svg │ │ │ │ │ ├── itmages-copy-link.svg │ │ │ │ │ ├── itmages-folder.svg │ │ │ │ │ ├── itmages-open-browser.svg │ │ │ │ │ ├── itmages-quit.svg │ │ │ │ │ ├── itmages-resize.svg │ │ │ │ │ ├── itmages-rotate.svg │ │ │ │ │ ├── itmages-select-all.svg │ │ │ │ │ ├── itmages-settings.svg │ │ │ │ │ ├── itmages-stop.svg │ │ │ │ │ ├── itmages-tools.svg │ │ │ │ │ ├── itmages-upload.svg │ │ │ │ │ ├── itmages-utils.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-composite.svg │ │ │ │ │ ├── kdenlive-custom-effect.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-hide-audio.svg │ │ │ │ │ ├── kdenlive-hide-video.svg │ │ │ │ │ ├── kdenlive-insert-edit.svg │ │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-no-composite.svg │ │ │ │ │ ├── kdenlive-normal-edit.svg │ │ │ │ │ ├── kdenlive-object-height.svg │ │ │ │ │ ├── kdenlive-object-width.svg │ │ │ │ │ ├── kdenlive-overwrite-edit.svg │ │ │ │ │ ├── kdenlive-select-all.svg │ │ │ │ │ ├── kdenlive-select-images.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-texts.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audio.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-markers.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-split-audio.svg │ │ │ │ │ ├── kdenlive-track_has_effect.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ │ ├── kdenlive-zindex-down.svg │ │ │ │ │ ├── kdenlive-zindex-top.svg │ │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase-new.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ │ ├── kmouth-phresebook-new.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── know.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_cbound.svg │ │ │ │ │ ├── kstars_clines.svg │ │ │ │ │ ├── kstars_cnames.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_constellationart.svg │ │ │ │ │ ├── kstars_deepsky.svg │ │ │ │ │ ├── kstars_ekos.svg │ │ │ │ │ ├── kstars_fitsviewer.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_grid.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kstars_hgrid.svg │ │ │ │ │ ├── kstars_horizon.svg │ │ │ │ │ ├── kstars_indi.svg │ │ │ │ │ ├── kstars_mw.svg │ │ │ │ │ ├── kstars_planets.svg │ │ │ │ │ ├── kstars_satellites.svg │ │ │ │ │ ├── kstars_solarsystem.svg │ │ │ │ │ ├── kstars_stars.svg │ │ │ │ │ ├── kstars_supernovae.svg │ │ │ │ │ ├── kstars_xplanet.svg │ │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ │ ├── kt-add-filters.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-chunks.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-magnet.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ │ ├── kt-remove-filters.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start-all.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop-all.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-1x-zoom.svg │ │ │ │ │ ├── labplot-2x-zoom.svg │ │ │ │ │ ├── labplot-3x-zoom.svg │ │ │ │ │ ├── labplot-4x-zoom.svg │ │ │ │ │ ├── labplot-5x-zoom.svg │ │ │ │ │ ├── labplot-TeX-logo.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-axis-horizontal.svg │ │ │ │ │ ├── labplot-axis-vertical.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-matrix-new.svg │ │ │ │ │ ├── labplot-matrix.svg │ │ │ │ │ ├── labplot-plot-axis-points.svg │ │ │ │ │ ├── labplot-shift-down-y.svg │ │ │ │ │ ├── labplot-shift-left-x.svg │ │ │ │ │ ├── labplot-shift-right-x.svg │ │ │ │ │ ├── labplot-shift-up-y.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-workbook-new.svg │ │ │ │ │ ├── labplot-workbook.svg │ │ │ │ │ ├── labplot-worksheet-new.svg │ │ │ │ │ ├── labplot-worksheet.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-xy-curve-segments.svg │ │ │ │ │ ├── labplot-xy-curve.svg │ │ │ │ │ ├── labplot-xy-equation-curve.svg │ │ │ │ │ ├── labplot-xy-fit-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-filter-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-transform-curve.svg │ │ │ │ │ ├── labplot-xy-interpolation-curve.svg │ │ │ │ │ ├── labplot-xy-plot-four-axes.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered-origin.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes.svg │ │ │ │ │ ├── labplot-xy-smoothing-curve.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── latex-config.svg │ │ │ │ │ ├── latex.svg │ │ │ │ │ ├── layer-rename.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── lens.svg │ │ │ │ │ ├── lensautofix.svg │ │ │ │ │ ├── lensdistortion.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lilypond.svg │ │ │ │ │ ├── linear.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── lpi-bug.svg │ │ │ │ │ ├── lpi-translate.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-flagged.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── mail_forward.svg │ │ │ │ │ ├── mail_new.svg │ │ │ │ │ ├── mail_reply.svg │ │ │ │ │ ├── mail_replyall.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── map-flat.svg │ │ │ │ │ ├── map-globe.svg │ │ │ │ │ ├── map-gnomonic.svg │ │ │ │ │ ├── map-mercator.svg │ │ │ │ │ ├── mark-location.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-import-audio-cd.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-mout.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-amarok.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── meld-version-control.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── menu_new_sep.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── motion_path_animations.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── music-note-16th.svg │ │ │ │ │ ├── nemo-eject.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── newline.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── next.svg │ │ │ │ │ ├── nextfuzzy.svg │ │ │ │ │ ├── nextfuzzyuntrans.svg │ │ │ │ │ ├── nextuntranslated.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── noisereduction.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── nroot.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-crop.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-hidden.svg │ │ │ │ │ ├── object-inverse.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup-pop-selection.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object-visible.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── office-report.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── oilpaint.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-magnet.svg │ │ │ │ │ ├── open-menu.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overexposure.svg │ │ │ │ │ ├── overflow-menu-left.svg │ │ │ │ │ ├── overflow-menu-right.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_settings.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paper-color.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── pathshape.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── perspective.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── player-eject.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── player_eject.svg │ │ │ │ │ ├── player_end.svg │ │ │ │ │ ├── player_fwd.svg │ │ │ │ │ ├── player_pause.svg │ │ │ │ │ ├── player_play.svg │ │ │ │ │ ├── player_record.svg │ │ │ │ │ ├── player_rew.svg │ │ │ │ │ ├── player_start.svg │ │ │ │ │ ├── player_stop.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── podcast-amarok.svg │ │ │ │ │ ├── podcast-new.svg │ │ │ │ │ ├── poedit-fuzzy.svg │ │ │ │ │ ├── poedit-status-bookmark.svg │ │ │ │ │ ├── poedit-status-cat-mid.svg │ │ │ │ │ ├── poedit-status-cat-no.svg │ │ │ │ │ ├── poedit-status-cat-ok.svg │ │ │ │ │ ├── poedit-status-comment.svg │ │ │ │ │ ├── poedit-sync.svg │ │ │ │ │ ├── poedit-update.svg │ │ │ │ │ ├── poedit-validate.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-activities.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preflight-verifier.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── prevfuzzy.svg │ │ │ │ │ ├── prevfuzzyuntrans.svg │ │ │ │ │ ├── preview-add-zone.svg │ │ │ │ │ ├── preview-remove-all.svg │ │ │ │ │ ├── preview-remove-zone.svg │ │ │ │ │ ├── preview-render-off.svg │ │ │ │ │ ├── preview-render-on.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── previous.svg │ │ │ │ │ ├── prevuntranslated.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── privatebrowsing.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-defaults.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── question.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── rabbitvcs-about.svg │ │ │ │ │ ├── rabbitvcs-add.svg │ │ │ │ │ ├── rabbitvcs-applypatch.svg │ │ │ │ │ ├── rabbitvcs-asynchronous.svg │ │ │ │ │ ├── rabbitvcs-bug.svg │ │ │ │ │ ├── rabbitvcs-changes.svg │ │ │ │ │ ├── rabbitvcs-checkmods.svg │ │ │ │ │ ├── rabbitvcs-checkout.svg │ │ │ │ │ ├── rabbitvcs-commit.svg │ │ │ │ │ ├── rabbitvcs-compare.svg │ │ │ │ │ ├── rabbitvcs-createpatch.svg │ │ │ │ │ ├── rabbitvcs-dbus.svg │ │ │ │ │ ├── rabbitvcs-delete.svg │ │ │ │ │ ├── rabbitvcs-editconflicts.svg │ │ │ │ │ ├── rabbitvcs-emblems.svg │ │ │ │ │ ├── rabbitvcs-export.svg │ │ │ │ │ ├── rabbitvcs-import.svg │ │ │ │ │ ├── rabbitvcs-lock.svg │ │ │ │ │ ├── rabbitvcs-merge.svg │ │ │ │ │ ├── rabbitvcs-properties.svg │ │ │ │ │ ├── rabbitvcs-push.svg │ │ │ │ │ ├── rabbitvcs-refresh.svg │ │ │ │ │ ├── rabbitvcs-relocate.svg │ │ │ │ │ ├── rabbitvcs-reset.svg │ │ │ │ │ ├── rabbitvcs-run.svg │ │ │ │ │ ├── rabbitvcs-settings.svg │ │ │ │ │ ├── rabbitvcs-show_log.svg │ │ │ │ │ ├── rabbitvcs-stop.svg │ │ │ │ │ ├── rabbitvcs-switch.svg │ │ │ │ │ ├── rabbitvcs-unlock.svg │ │ │ │ │ ├── rabbitvcs-unstage.svg │ │ │ │ │ ├── rabbitvcs-update.svg │ │ │ │ │ ├── raindrop.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── record.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── reload.svg │ │ │ │ │ ├── reload3.svg │ │ │ │ │ ├── reload_all_tabs.svg │ │ │ │ │ ├── reload_page.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── revert.svg │ │ │ │ │ ├── rime-im.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── search-icon.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection-bottom.svg │ │ │ │ │ ├── selection-lower.svg │ │ │ │ │ ├── selection-make-bitmap-copy.svg │ │ │ │ │ ├── selection-raise.svg │ │ │ │ │ ├── selection-top.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── setroubleshoot_icon.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── settings.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── sharpenimage.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-all-effects.svg │ │ │ │ │ ├── show-dialogs.svg │ │ │ │ │ ├── show-gpu-effects.svg │ │ │ │ │ ├── show-grid.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-places.svg │ │ │ │ │ ├── sidebar.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── skg-chart-bubble.svg │ │ │ │ │ ├── skrooge_credit_card.svg │ │ │ │ │ ├── skrooge_less.svg │ │ │ │ │ ├── skrooge_more.svg │ │ │ │ │ ├── skrooge_much_less.svg │ │ │ │ │ ├── skrooge_much_more.svg │ │ │ │ │ ├── skrooge_type.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── slideshow-plugin.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallfrac.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smartnewline.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── smiley-shape.svg │ │ │ │ │ ├── smiley.svg │ │ │ │ │ ├── smooth.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── soundkonverter-replaygain.svg │ │ │ │ │ ├── spacefm-find.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── start.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_ChargedParticle.svg │ │ │ │ │ ├── step_object_CircularMotor.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_CoulombForce.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Gas.svg │ │ │ │ │ ├── step_object_GasParticle.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_GravitationForce.svg │ │ │ │ │ ├── step_object_LinearMotor.svg │ │ │ │ │ ├── step_object_Meter.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_SoftBody.svg │ │ │ │ │ ├── step_object_Spring.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── step_object_Tracer.svg │ │ │ │ │ ├── step_object_WeightForce.svg │ │ │ │ │ ├── sticky_zoom.svg │ │ │ │ │ ├── stock_about.svg │ │ │ │ │ ├── stock_add-bookmark.svg │ │ │ │ │ ├── stock_bottom.svg │ │ │ │ │ ├── stock_calc-accept.svg │ │ │ │ │ ├── stock_check-filled.svg │ │ │ │ │ ├── stock_close.svg │ │ │ │ │ ├── stock_contact-list.svg │ │ │ │ │ ├── stock_copy.svg │ │ │ │ │ ├── stock_cut.svg │ │ │ │ │ ├── stock_delete.svg │ │ │ │ │ ├── stock_down.svg │ │ │ │ │ ├── stock_exit.svg │ │ │ │ │ ├── stock_file-properites.svg │ │ │ │ │ ├── stock_file-properties.svg │ │ │ │ │ ├── stock_first.svg │ │ │ │ │ ├── stock_folder_properties.svg │ │ │ │ │ ├── stock_fullscreen.svg │ │ │ │ │ ├── stock_gtk-dnd-multiple.svg │ │ │ │ │ ├── stock_help-add-bookmark.svg │ │ │ │ │ ├── stock_insert-rule.svg │ │ │ │ │ ├── stock_insert-table.svg │ │ │ │ │ ├── stock_last.svg │ │ │ │ │ ├── stock_leave-fullscreen.svg │ │ │ │ │ ├── stock_left.svg │ │ │ │ │ ├── stock_mail-compose.svg │ │ │ │ │ ├── stock_mail-filters-apply.svg │ │ │ │ │ ├── stock_mail-flag-for-followup-done.svg │ │ │ │ │ ├── stock_mail-flag-for-followup.svg │ │ │ │ │ ├── stock_mail-forward.svg │ │ │ │ │ ├── stock_mail-reply-to-all.svg │ │ │ │ │ ├── stock_mail-reply.svg │ │ │ │ │ ├── stock_mail-send.svg │ │ │ │ │ ├── stock_mark.svg │ │ │ │ │ ├── stock_media-fwd.svg │ │ │ │ │ ├── stock_media-next.svg │ │ │ │ │ ├── stock_media-pause.svg │ │ │ │ │ ├── stock_media-play.svg │ │ │ │ │ ├── stock_media-prev.svg │ │ │ │ │ ├── stock_media-rec.svg │ │ │ │ │ ├── stock_media-rew.svg │ │ │ │ │ ├── stock_media-stop.svg │ │ │ │ │ ├── stock_navigator.svg │ │ │ │ │ ├── stock_new-address-book.svg │ │ │ │ │ ├── stock_new-appointment.svg │ │ │ │ │ ├── stock_new-bcard.svg │ │ │ │ │ ├── stock_new-dir.svg │ │ │ │ │ ├── stock_new-tab.svg │ │ │ │ │ ├── stock_new-text.svg │ │ │ │ │ ├── stock_new-window.svg │ │ │ │ │ ├── stock_no.svg │ │ │ │ │ ├── stock_not.svg │ │ │ │ │ ├── stock_paste.svg │ │ │ │ │ ├── stock_print-preview.svg │ │ │ │ │ ├── stock_print.svg │ │ │ │ │ ├── stock_properties.svg │ │ │ │ │ ├── stock_redo.svg │ │ │ │ │ ├── stock_refresh.svg │ │ │ │ │ ├── stock_right.svg │ │ │ │ │ ├── stock_save-as.svg │ │ │ │ │ ├── stock_save.svg │ │ │ │ │ ├── stock_score-high.svg │ │ │ │ │ ├── stock_score-higher.svg │ │ │ │ │ ├── stock_score-highest.svg │ │ │ │ │ ├── stock_score-low.svg │ │ │ │ │ ├── stock_score-lower.svg │ │ │ │ │ ├── stock_score-lowest.svg │ │ │ │ │ ├── stock_score-normal.svg │ │ │ │ │ ├── stock_search.svg │ │ │ │ │ ├── stock_select-all.svg │ │ │ │ │ ├── stock_select-column.svg │ │ │ │ │ ├── stock_select-row.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_show-all.svg │ │ │ │ │ ├── stock_stop.svg │ │ │ │ │ ├── stock_task-assigned-to.svg │ │ │ │ │ ├── stock_task-assigned.svg │ │ │ │ │ ├── stock_task-recurring.svg │ │ │ │ │ ├── stock_task.svg │ │ │ │ │ ├── stock_thunar-shortcuts.svg │ │ │ │ │ ├── stock_timezone.svg │ │ │ │ │ ├── stock_todo.svg │ │ │ │ │ ├── stock_top.svg │ │ │ │ │ ├── stock_undo.svg │ │ │ │ │ ├── stock_up.svg │ │ │ │ │ ├── stock_view-details.svg │ │ │ │ │ ├── stock_xfburn-data-copy.svg │ │ │ │ │ ├── stock_xfburn-format-dvdrw.svg │ │ │ │ │ ├── stock_yes.svg │ │ │ │ │ ├── stock_zoom-page.svg │ │ │ │ │ ├── stop.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── tab.svg │ │ │ │ │ ├── tab_duplicate.svg │ │ │ │ │ ├── tab_new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-edit.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── texcompiler.svg │ │ │ │ │ ├── texlion.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_remove_kerns.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── texture.svg │ │ │ │ │ ├── timeline-extract.svg │ │ │ │ │ ├── timeline-insert.svg │ │ │ │ │ ├── timeline-lift.svg │ │ │ │ │ ├── timeline-overwrite.svg │ │ │ │ │ ├── timeline-use-zone-off.svg │ │ │ │ │ ├── timeline-use-zone-on.svg │ │ │ │ │ ├── tiny-pause.svg │ │ │ │ │ ├── tiny-start.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-spray.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_eraser.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_curve.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_free_form_selection.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polygon.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_spraycan.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── top.svg │ │ │ │ │ ├── torrents.svg │ │ │ │ │ ├── transform-browse.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-horizontal.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale-vertical.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── typewriter.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── underexposure.svg │ │ │ │ │ ├── undo.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── up.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── username-copy.svg │ │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-account-checking.svg │ │ │ │ │ ├── view-bank-account-savings.svg │ │ │ │ │ ├── view-bank-account.svg │ │ │ │ │ ├── view-bank-add.svg │ │ │ │ │ ├── view-bank-delete.svg │ │ │ │ │ ├── view-bank-edit.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-catalog.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-categories.svg │ │ │ │ │ ├── view-certificate-add.svg │ │ │ │ │ ├── view-certificate-export-secret.svg │ │ │ │ │ ├── view-certificate-export-server.svg │ │ │ │ │ ├── view-certificate-export.svg │ │ │ │ │ ├── view-certificate-import.svg │ │ │ │ │ ├── view-certificate-server-configure.svg │ │ │ │ │ ├── view-certificate-sign.svg │ │ │ │ │ ├── view-certificate.svg │ │ │ │ │ ├── view-choose.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-currency-list.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ │ ├── view-financial-account-credit-card-closed.svg │ │ │ │ │ ├── view-financial-account-credit-card.svg │ │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ │ ├── view-financial-account.svg │ │ │ │ │ ├── view-financial-budget.svg │ │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ │ ├── view-financial-category.svg │ │ │ │ │ ├── view-financial-list.svg │ │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-institution-add.svg │ │ │ │ │ ├── view-institution-delete.svg │ │ │ │ │ ├── view-institution-edit.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-chart.svg │ │ │ │ │ ├── view-media-config.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-favorite.svg │ │ │ │ │ ├── view-media-genre.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playcount.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-recent.svg │ │ │ │ │ ├── view-media-similarartists.svg │ │ │ │ │ ├── view-media-title.svg │ │ │ │ │ ├── view-media-track.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-effect.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-unsplit-effect.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewmagfit.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── wallet-closed.svg │ │ │ │ │ ├── wallet-open.svg │ │ │ │ │ ├── warnnext.svg │ │ │ │ │ ├── warnprev.svg │ │ │ │ │ ├── whitebalance.svg │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-next.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-previous.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── window_fullscreen.svg │ │ │ │ │ ├── window_new.svg │ │ │ │ │ ├── window_nofullscreen.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── zone-in.svg │ │ │ │ │ ├── zone-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-best-fit.svg │ │ │ │ │ ├── zoom-double-size.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-half-size.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-pixels.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── devices │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-headsets.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── blueman-camera.svg │ │ │ │ │ ├── blueman-cellular.svg │ │ │ │ │ ├── blueman-desktop.svg │ │ │ │ │ ├── blueman-device.svg │ │ │ │ │ ├── blueman-handheld.svg │ │ │ │ │ ├── blueman-handsfree.svg │ │ │ │ │ ├── blueman-headset.svg │ │ │ │ │ ├── blueman-laptop.svg │ │ │ │ │ ├── blueman-mouse.svg │ │ │ │ │ ├── blueman-pointing.svg │ │ │ │ │ ├── blueman-smart-phone.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── drive-cdrom.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-ieee1394.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk-solidstate.svg │ │ │ │ │ ├── drive-harddisk-system.svg │ │ │ │ │ ├── drive-harddisk-usb.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── gnome-dev-cdrom-audio.svg │ │ │ │ │ ├── gnome-dev-cdrom.svg │ │ │ │ │ ├── gnome-dev-computer.svg │ │ │ │ │ ├── gnome-dev-disc-cdr.svg │ │ │ │ │ ├── gnome-dev-disc-cdrw.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr-plus.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr.svg │ │ │ │ │ ├── gnome-dev-disc-dvdram.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrom.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrw.svg │ │ │ │ │ ├── gnome-dev-dvd.svg │ │ │ │ │ ├── gnome-dev-harddisk-1394.svg │ │ │ │ │ ├── gnome-dev-harddisk-usb.svg │ │ │ │ │ ├── gnome-dev-harddisk.svg │ │ │ │ │ ├── gnome-dev-ipod.svg │ │ │ │ │ ├── gnome-dev-media-cf.svg │ │ │ │ │ ├── gnome-dev-media-ms.svg │ │ │ │ │ ├── gnome-dev-media-sdmmc.svg │ │ │ │ │ ├── gnome-dev-media-sm.svg │ │ │ │ │ ├── gnome-dev-mouse-ball.svg │ │ │ │ │ ├── gnome-dev-mouse-optical.svg │ │ │ │ │ ├── gnome-dev-removable-1394.svg │ │ │ │ │ ├── gnome-dev-removable-usb.svg │ │ │ │ │ ├── gnome-dev-removable.svg │ │ │ │ │ ├── gnome-dev-wavelan.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-phone-manager.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-gaming.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad-off.svg │ │ │ │ │ ├── input-touchpad-on.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── joystick.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── media-cdr.svg │ │ │ │ │ ├── media-cdrom-audio.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-cdrw.svg │ │ │ │ │ ├── media-dvd.svg │ │ │ │ │ ├── media-dvdrw.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-flash-smart-media.svg │ │ │ │ │ ├── media-flash.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-memory-sd.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-blu-ray.svg │ │ │ │ │ ├── media-optical-cd-video.svg │ │ │ │ │ ├── media-optical-copy.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-dvd-video.svg │ │ │ │ │ ├── media-optical-dvd.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── media-removable.svg │ │ │ │ │ ├── modem.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── removable-media.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── stock_cell-phone.svg │ │ │ │ │ ├── system.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ ├── unity-fallback-mount-helper.svg │ │ │ │ │ ├── video-display.svg │ │ │ │ │ └── video-television.svg │ │ │ │ ├── emblems │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── emblem-added.svg │ │ │ │ │ ├── emblem-checked.svg │ │ │ │ │ ├── emblem-default.svg │ │ │ │ │ ├── emblem-documents.svg │ │ │ │ │ ├── emblem-downloads.svg │ │ │ │ │ ├── emblem-dropbox-syncing.svg │ │ │ │ │ ├── emblem-dropbox-unsyncable.svg │ │ │ │ │ ├── emblem-dropbox-uptodate.svg │ │ │ │ │ ├── emblem-encrypted-locked.svg │ │ │ │ │ ├── emblem-encrypted-unlocked.svg │ │ │ │ │ ├── emblem-error.svg │ │ │ │ │ ├── emblem-favorite.svg │ │ │ │ │ ├── emblem-generic.svg │ │ │ │ │ ├── emblem-important.svg │ │ │ │ │ ├── emblem-information.svg │ │ │ │ │ ├── emblem-insync-error-shared.svg │ │ │ │ │ ├── emblem-insync-error.svg │ │ │ │ │ ├── emblem-insync-synced-callbacks-active.svg │ │ │ │ │ ├── emblem-insync-synced-callbacks.svg │ │ │ │ │ ├── emblem-insync-synced-shared.svg │ │ │ │ │ ├── emblem-insync-synced.svg │ │ │ │ │ ├── emblem-insync-syncing-shared.svg │ │ │ │ │ ├── emblem-insync-syncing.svg │ │ │ │ │ ├── emblem-link.svg │ │ │ │ │ ├── emblem-locked.svg │ │ │ │ │ ├── emblem-mail.svg │ │ │ │ │ ├── emblem-mounted.svg │ │ │ │ │ ├── emblem-new.svg │ │ │ │ │ ├── emblem-noread.svg │ │ │ │ │ ├── emblem-nowrite.svg │ │ │ │ │ ├── emblem-package.svg │ │ │ │ │ ├── emblem-pause.svg │ │ │ │ │ ├── emblem-photos.svg │ │ │ │ │ ├── emblem-question.svg │ │ │ │ │ ├── emblem-rabbitvcs-added.svg │ │ │ │ │ ├── emblem-rabbitvcs-calculating.svg │ │ │ │ │ ├── emblem-rabbitvcs-complicated.svg │ │ │ │ │ ├── emblem-rabbitvcs-conflicted.svg │ │ │ │ │ ├── emblem-rabbitvcs-deleted.svg │ │ │ │ │ ├── emblem-rabbitvcs-eerror.svg │ │ │ │ │ ├── emblem-rabbitvcs-ignored.svg │ │ │ │ │ ├── emblem-rabbitvcs-locked.svg │ │ │ │ │ ├── emblem-rabbitvcs-modified.svg │ │ │ │ │ ├── emblem-rabbitvcs-normal.svg │ │ │ │ │ ├── emblem-rabbitvcs-obstructed.svg │ │ │ │ │ ├── emblem-rabbitvcs-read_only.svg │ │ │ │ │ ├── emblem-rabbitvcs-unversioned.svg │ │ │ │ │ ├── emblem-readonly.svg │ │ │ │ │ ├── emblem-remove.svg │ │ │ │ │ ├── emblem-shared.svg │ │ │ │ │ ├── emblem-success.svg │ │ │ │ │ ├── emblem-symbolic-link.svg │ │ │ │ │ ├── emblem-synchronizing.svg │ │ │ │ │ ├── emblem-system.svg │ │ │ │ │ ├── emblem-unavailable.svg │ │ │ │ │ ├── emblem-unlocked.svg │ │ │ │ │ ├── emblem-unmounted.svg │ │ │ │ │ ├── emblem-unreadable.svg │ │ │ │ │ ├── emblem-urgent.svg │ │ │ │ │ ├── emblem-warning.svg │ │ │ │ │ ├── emblem-web.svg │ │ │ │ │ ├── rating-unrated.svg │ │ │ │ │ ├── rating.svg │ │ │ │ │ ├── vcs-added.svg │ │ │ │ │ ├── vcs-conflicting.svg │ │ │ │ │ ├── vcs-locally-modified-unstaged.svg │ │ │ │ │ ├── vcs-locally-modified.svg │ │ │ │ │ ├── vcs-normal.svg │ │ │ │ │ ├── vcs-removed.svg │ │ │ │ │ └── vcs-update-required.svg │ │ │ │ ├── mimetypes │ │ │ │ │ ├── android-package-archive.svg │ │ │ │ │ ├── application-atom+xml.svg │ │ │ │ │ ├── application-certificate.svg │ │ │ │ │ ├── application-dicom.svg │ │ │ │ │ ├── application-epub+zip.svg │ │ │ │ │ ├── application-illustrator.svg │ │ │ │ │ ├── application-javascript.svg │ │ │ │ │ ├── application-json.svg │ │ │ │ │ ├── application-mac-binhex40.svg │ │ │ │ │ ├── application-msonenote.svg │ │ │ │ │ ├── application-msoutlook.svg │ │ │ │ │ ├── application-msword-template.svg │ │ │ │ │ ├── application-msword.svg │ │ │ │ │ ├── application-octet-stream.svg │ │ │ │ │ ├── application-ogg.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ │ ├── application-pgp.svg │ │ │ │ │ ├── application-pkcs12.svg │ │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ │ ├── application-pkix-cerl.svg │ │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ │ ├── application-postscript.svg │ │ │ │ │ ├── application-relaxng.svg │ │ │ │ │ ├── application-rss+xml.svg │ │ │ │ │ ├── application-rtf.svg │ │ │ │ │ ├── application-sql.svg │ │ │ │ │ ├── application-sxw.svg │ │ │ │ │ ├── application-vnd-google-earth-kml.svg │ │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ │ ├── application-vnd.appimage.svg │ │ │ │ │ ├── application-vnd.apple.pkpass.svg │ │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ │ ├── application-vnd.ms-excel.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.binary.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ │ ├── application-vnd.ms-excel.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-infopath.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slide.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-publisher.svg │ │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ │ ├── application-vnd.sqlite3.svg │ │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── application-vnd.visio.svg │ │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ │ ├── application-wps-office.doc.svg │ │ │ │ │ ├── application-wps-office.docx.svg │ │ │ │ │ ├── application-wps-office.dot.svg │ │ │ │ │ ├── application-wps-office.dotx.svg │ │ │ │ │ ├── application-wps-office.pot.svg │ │ │ │ │ ├── application-wps-office.potx.svg │ │ │ │ │ ├── application-wps-office.ppt.svg │ │ │ │ │ ├── application-wps-office.pptx.svg │ │ │ │ │ ├── application-wps-office.xls.svg │ │ │ │ │ ├── application-wps-office.xlsx.svg │ │ │ │ │ ├── application-wps-office.xlt.svg │ │ │ │ │ ├── application-wps-office.xltx.svg │ │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ │ ├── application-x-abiword.svg │ │ │ │ │ ├── application-x-ace.svg │ │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ │ ├── application-x-ar.svg │ │ │ │ │ ├── application-x-arc.svg │ │ │ │ │ ├── application-x-archive.svg │ │ │ │ │ ├── application-x-arj.svg │ │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ │ ├── application-x-awk.svg │ │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ │ ├── application-x-blender.svg │ │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── application-x-bzip.svg │ │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ │ ├── application-x-cda.svg │ │ │ │ │ ├── application-x-chm.svg │ │ │ │ │ ├── application-x-compress.svg │ │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ │ ├── application-x-cpio.svg │ │ │ │ │ ├── application-x-cue.svg │ │ │ │ │ ├── application-x-deb.svg │ │ │ │ │ ├── application-x-designer.svg │ │ │ │ │ ├── application-x-desktop.svg │ │ │ │ │ ├── application-x-egon.svg │ │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ │ ├── application-x-executable.svg │ │ │ │ │ ├── application-x-fictionbook+xml.svg │ │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ │ ├── application-x-gameboy-rom.svg │ │ │ │ │ ├── application-x-gamecube-rom.svg │ │ │ │ │ ├── application-x-gba-rom.svg │ │ │ │ │ ├── application-x-gettext-translation.svg │ │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ │ ├── application-x-gzip.svg │ │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ │ ├── application-x-iso.svg │ │ │ │ │ ├── application-x-iso9660-appimage.svg │ │ │ │ │ ├── application-x-it87.svg │ │ │ │ │ ├── application-x-jar.svg │ │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ │ ├── application-x-java.svg │ │ │ │ │ ├── application-x-javascript.svg │ │ │ │ │ ├── application-x-k3b.svg │ │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ │ ├── application-x-kformula.svg │ │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ │ ├── application-x-kontour.svg │ │ │ │ │ ├── application-x-kplato.svg │ │ │ │ │ ├── application-x-krita.svg │ │ │ │ │ ├── application-x-kvtml.svg │ │ │ │ │ ├── application-x-kword.svg │ │ │ │ │ ├── application-x-lha.svg │ │ │ │ │ ├── application-x-lyx.svg │ │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── application-x-lzop.svg │ │ │ │ │ ├── application-x-m4.svg │ │ │ │ │ ├── application-x-macbinary.svg │ │ │ │ │ ├── application-x-marble.svg │ │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ │ ├── application-x-ms-shortcut.svg │ │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ │ ├── application-x-n64-rom.svg │ │ │ │ │ ├── application-x-nes-rom.svg │ │ │ │ │ ├── application-x-nintendo-ds-rom.svg │ │ │ │ │ ├── application-x-nzb.svg │ │ │ │ │ ├── application-x-object.svg │ │ │ │ │ ├── application-x-pak.svg │ │ │ │ │ ├── application-x-partial-download.svg │ │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ │ ├── application-x-perl.svg │ │ │ │ │ ├── application-x-php.svg │ │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ │ ├── application-x-plasma.svg │ │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ │ ├── application-x-qet-element.svg │ │ │ │ │ ├── application-x-qet-project.svg │ │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ │ ├── application-x-rar.svg │ │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ │ ├── application-x-rdata.svg │ │ │ │ │ ├── application-x-root.svg │ │ │ │ │ ├── application-x-rpm.svg │ │ │ │ │ ├── application-x-ruby.svg │ │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ │ ├── application-x-siag.svg │ │ │ │ │ ├── application-x-sif.svg │ │ │ │ │ ├── application-x-skg.svg │ │ │ │ │ ├── application-x-skgc.svg │ │ │ │ │ ├── application-x-smb-server.svg │ │ │ │ │ ├── application-x-smb-workgroup.svg │ │ │ │ │ ├── application-x-source-rpm.svg │ │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ │ ├── application-x-srt.svg │ │ │ │ │ ├── application-x-srtrip.svg │ │ │ │ │ ├── application-x-subrip.svg │ │ │ │ │ ├── application-x-tar.svg │ │ │ │ │ ├── application-x-tarz.svg │ │ │ │ │ ├── application-x-tgif.svg │ │ │ │ │ ├── application-x-theme.svg │ │ │ │ │ ├── application-x-trash.svg │ │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ │ ├── application-x-tzo.svg │ │ │ │ │ ├── application-x-wmf.svg │ │ │ │ │ ├── application-x-x509-ca-cert.svg │ │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ │ ├── application-x-xliff.svg │ │ │ │ │ ├── application-x-xpinstall.svg │ │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ │ ├── application-x-xz-pkg.svg │ │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ │ ├── application-x-zip-compressed-fb2.svg │ │ │ │ │ ├── application-x-zoo.svg │ │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ │ ├── application-xmind.svg │ │ │ │ │ ├── application-xml.svg │ │ │ │ │ ├── application-xsd.svg │ │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ │ ├── application-zip.svg │ │ │ │ │ ├── audio-ac3.svg │ │ │ │ │ ├── audio-flac.svg │ │ │ │ │ ├── audio-midi.svg │ │ │ │ │ ├── audio-mp2.svg │ │ │ │ │ ├── audio-mp3.svg │ │ │ │ │ ├── audio-mp4.svg │ │ │ │ │ ├── audio-prs.sid.svg │ │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ │ ├── audio-x-flac.svg │ │ │ │ │ ├── audio-x-generic.svg │ │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ │ ├── audio-x-wav.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── encrypted.svg │ │ │ │ │ ├── font-otf.svg │ │ │ │ │ ├── font-ttf.svg │ │ │ │ │ ├── fonts-package.svg │ │ │ │ │ ├── image-bmp.svg │ │ │ │ │ ├── image-gif.svg │ │ │ │ │ ├── image-ico.svg │ │ │ │ │ ├── image-jpeg.svg │ │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ │ ├── image-png.svg │ │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ │ ├── image-svg+xml.svg │ │ │ │ │ ├── image-tiff.svg │ │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ │ ├── image-vnd.djvu.svg │ │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ │ ├── image-x-emf.svg │ │ │ │ │ ├── image-x-eps.svg │ │ │ │ │ ├── image-x-generic.svg │ │ │ │ │ ├── image-x-ico.svg │ │ │ │ │ ├── image-x-icon.svg │ │ │ │ │ ├── image-x-krita.svg │ │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ │ ├── image-x-psd.svg │ │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ │ ├── image-x-tga.svg │ │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ │ ├── image-x-wmf.svg │ │ │ │ │ ├── image-x-xcf.svg │ │ │ │ │ ├── image-x-xfig.svg │ │ │ │ │ ├── libreoffice-database.svg │ │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ │ ├── libreoffice-extension.svg │ │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ │ ├── libreoffice-oasis-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ │ ├── libreoffice-text.svg │ │ │ │ │ ├── message-news.svg │ │ │ │ │ ├── message-partial.svg │ │ │ │ │ ├── message-rfc822.svg │ │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── odf.svg │ │ │ │ │ ├── package-x-generic.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── text-calendar.svg │ │ │ │ │ ├── text-csharp.svg │ │ │ │ │ ├── text-css.svg │ │ │ │ │ ├── text-csv.svg │ │ │ │ │ ├── text-directory.svg │ │ │ │ │ ├── text-dockerfile.svg │ │ │ │ │ ├── text-enriched.svg │ │ │ │ │ ├── text-html.svg │ │ │ │ │ ├── text-markdown.svg │ │ │ │ │ ├── text-mathml.svg │ │ │ │ │ ├── text-plain.svg │ │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ │ ├── text-rdf.svg │ │ │ │ │ ├── text-rtf.svg │ │ │ │ │ ├── text-rust.svg │ │ │ │ │ ├── text-sgml.svg │ │ │ │ │ ├── text-troff.svg │ │ │ │ │ ├── text-vcalendar.svg │ │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ │ ├── text-vnd.kde.kcrash-report.svg │ │ │ │ │ ├── text-vnd.trolltech.linguist.svg │ │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ │ ├── text-wiki.svg │ │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ │ ├── text-x-apport.svg │ │ │ │ │ ├── text-x-authors.svg │ │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ │ ├── text-x-c++src.svg │ │ │ │ │ ├── text-x-changelog.svg │ │ │ │ │ ├── text-x-chdr.svg │ │ │ │ │ ├── text-x-cmake.svg │ │ │ │ │ ├── text-x-copying.svg │ │ │ │ │ ├── text-x-credits.svg │ │ │ │ │ ├── text-x-csharp.svg │ │ │ │ │ ├── text-x-csrc.svg │ │ │ │ │ ├── text-x-dtd.svg │ │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ │ ├── text-x-generic.svg │ │ │ │ │ ├── text-x-gettext-translation.svg │ │ │ │ │ ├── text-x-go.svg │ │ │ │ │ ├── text-x-haskell.svg │ │ │ │ │ ├── text-x-hex.svg │ │ │ │ │ ├── text-x-install.svg │ │ │ │ │ ├── text-x-java-source.svg │ │ │ │ │ ├── text-x-java.svg │ │ │ │ │ ├── text-x-javascript.svg │ │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ │ ├── text-x-kotlin.svg │ │ │ │ │ ├── text-x-ldif.svg │ │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ │ ├── text-x-log.svg │ │ │ │ │ ├── text-x-lua.svg │ │ │ │ │ ├── text-x-makefile.svg │ │ │ │ │ ├── text-x-markdown.svg │ │ │ │ │ ├── text-x-nfo.svg │ │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ │ ├── text-x-opml.svg │ │ │ │ │ ├── text-x-pascal.svg │ │ │ │ │ ├── text-x-patch.svg │ │ │ │ │ ├── text-x-plain.svg │ │ │ │ │ ├── text-x-po.svg │ │ │ │ │ ├── text-x-python.svg │ │ │ │ │ ├── text-x-python3.svg │ │ │ │ │ ├── text-x-qml.svg │ │ │ │ │ ├── text-x-r.svg │ │ │ │ │ ├── text-x-readme.svg │ │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ │ ├── text-x-rust.svg │ │ │ │ │ ├── text-x-scala.svg │ │ │ │ │ ├── text-x-script.svg │ │ │ │ │ ├── text-x-sql.svg │ │ │ │ │ ├── text-x-tcl.svg │ │ │ │ │ ├── text-x-tex.svg │ │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ │ ├── text-x-vcard.svg │ │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ │ ├── text-xmcd.svg │ │ │ │ │ ├── text-xml.svg │ │ │ │ │ ├── unknown.svg │ │ │ │ │ ├── uri-mms.svg │ │ │ │ │ ├── uri-mmst.svg │ │ │ │ │ ├── uri-pnm.svg │ │ │ │ │ ├── uri-rtspt.svg │ │ │ │ │ ├── uri-rtspu.svg │ │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ │ ├── video-mp2t.svg │ │ │ │ │ ├── video-mp4.svg │ │ │ │ │ ├── video-vivo.svg │ │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ │ ├── video-wavelet.svg │ │ │ │ │ ├── video-webm.svg │ │ │ │ │ ├── video-x-anim.svg │ │ │ │ │ ├── video-x-flic.svg │ │ │ │ │ ├── video-x-flv.svg │ │ │ │ │ ├── video-x-generic.svg │ │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ │ ├── video-x-javafx.svg │ │ │ │ │ ├── video-x-matroska.svg │ │ │ │ │ ├── video-x-mng.svg │ │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ │ ├── video-x-wmv.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtualbox-hdd.svg │ │ │ │ │ ├── virtualbox-ova.svg │ │ │ │ │ ├── virtualbox-ovf.svg │ │ │ │ │ ├── virtualbox-vbox-extpack.svg │ │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ │ ├── virtualbox-vdi.svg │ │ │ │ │ ├── virtualbox-vhd.svg │ │ │ │ │ ├── virtualbox-vmdk.svg │ │ │ │ │ ├── vnd.ms-publisher.svg │ │ │ │ │ ├── x-kde-nsplugin-generated.svg │ │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ │ ├── x-media-podcast.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-contact.svg │ │ │ │ │ ├── x-office-document.svg │ │ │ │ │ ├── x-office-drawing.svg │ │ │ │ │ ├── x-office-presentation.svg │ │ │ │ │ └── x-office-spreadsheet.svg │ │ │ │ ├── panel │ │ │ │ │ ├── ac-adapter.svg │ │ │ │ │ ├── account-logged-in.svg │ │ │ │ │ ├── airplane-mode-symbolic.svg │ │ │ │ │ ├── applications-chat-panel.svg │ │ │ │ │ ├── applications-email-panel.svg │ │ │ │ │ ├── appointment-symbolic.svg │ │ │ │ │ ├── audio-input-microphone-high-panel.svg │ │ │ │ │ ├── audio-input-microphone-high.svg │ │ │ │ │ ├── audio-input-microphone-low-zero-panel.svg │ │ │ │ │ ├── audio-input-microphone-low.svg │ │ │ │ │ ├── audio-input-microphone-medium.svg │ │ │ │ │ ├── audio-input-microphone-muted.svg │ │ │ │ │ ├── audio-input-microphone-none-panel.svg │ │ │ │ │ ├── audio-output-none-panel.svg │ │ │ │ │ ├── audio-output-none.svg │ │ │ │ │ ├── audio-recorder-off.svg │ │ │ │ │ ├── audio-recorder-on.svg │ │ │ │ │ ├── audio-recorder-paused.svg │ │ │ │ │ ├── audio-volume-high-panel.svg │ │ │ │ │ ├── audio-volume-high-symbolic.svg │ │ │ │ │ ├── audio-volume-high.svg │ │ │ │ │ ├── audio-volume-low-panel.svg │ │ │ │ │ ├── audio-volume-low-symbolic.svg │ │ │ │ │ ├── audio-volume-low-zero-panel.svg │ │ │ │ │ ├── audio-volume-low.svg │ │ │ │ │ ├── audio-volume-medium-panel.svg │ │ │ │ │ ├── audio-volume-medium-symbolic.svg │ │ │ │ │ ├── audio-volume-medium.svg │ │ │ │ │ ├── audio-volume-muted-blocked-panel.svg │ │ │ │ │ ├── audio-volume-muted-blocking-panel.svg │ │ │ │ │ ├── audio-volume-muted-blocking-symbolic.svg │ │ │ │ │ ├── audio-volume-muted-blocking.svg │ │ │ │ │ ├── audio-volume-muted-panel.svg │ │ │ │ │ ├── audio-volume-muted-symbolic.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── audio-volume-off.svg │ │ │ │ │ ├── bad-signal-lock.svg │ │ │ │ │ ├── bad-signal.svg │ │ │ │ │ ├── battery-000-charging.svg │ │ │ │ │ ├── battery-000.svg │ │ │ │ │ ├── battery-020-charging.svg │ │ │ │ │ ├── battery-020.svg │ │ │ │ │ ├── battery-040-charging.svg │ │ │ │ │ ├── battery-040.svg │ │ │ │ │ ├── battery-060-charging.svg │ │ │ │ │ ├── battery-060.svg │ │ │ │ │ ├── battery-080-charging.svg │ │ │ │ │ ├── battery-080.svg │ │ │ │ │ ├── battery-100-charging.svg │ │ │ │ │ ├── battery-100.svg │ │ │ │ │ ├── battery-ac-adapter-symbolic.svg │ │ │ │ │ ├── battery-caution-charging-symbolic.svg │ │ │ │ │ ├── battery-caution-charging.svg │ │ │ │ │ ├── battery-caution-symbolic.svg │ │ │ │ │ ├── battery-caution.svg │ │ │ │ │ ├── battery-charged.svg │ │ │ │ │ ├── battery-empty-charging-symbolic.svg │ │ │ │ │ ├── battery-empty-charging.svg │ │ │ │ │ ├── battery-empty-symbolic.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── battery-full-charged-symbolic.svg │ │ │ │ │ ├── battery-full-charged.svg │ │ │ │ │ ├── battery-full-charging-symbolic.svg │ │ │ │ │ ├── battery-full-charging.svg │ │ │ │ │ ├── battery-full-symbolic.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-good-charging-symbolic.svg │ │ │ │ │ ├── battery-good-charging.svg │ │ │ │ │ ├── battery-good-symbolic.svg │ │ │ │ │ ├── battery-good.svg │ │ │ │ │ ├── battery-low-charging-symbolic.svg │ │ │ │ │ ├── battery-low-charging.svg │ │ │ │ │ ├── battery-low-symbolic.svg │ │ │ │ │ ├── battery-low.svg │ │ │ │ │ ├── battery-medium-charging.svg │ │ │ │ │ ├── battery-medium.svg │ │ │ │ │ ├── battery-missing-symbolic.svg │ │ │ │ │ ├── battery-missing.svg │ │ │ │ │ ├── battery_charged.svg │ │ │ │ │ ├── battery_full.svg │ │ │ │ │ ├── battery_plugged.svg │ │ │ │ │ ├── blueberry-tray-active.svg │ │ │ │ │ ├── blueberry-tray-disabled.svg │ │ │ │ │ ├── blueberry-tray.svg │ │ │ │ │ ├── blueman-active.svg │ │ │ │ │ ├── blueman-disabled.svg │ │ │ │ │ ├── blueman-tray-active.svg │ │ │ │ │ ├── blueman-tray-disabled.svg │ │ │ │ │ ├── blueman-tray.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth-active-symbolic.svg │ │ │ │ │ ├── bluetooth-active.svg │ │ │ │ │ ├── bluetooth-disabled.svg │ │ │ │ │ ├── bluetooth-paired-symbolic.svg │ │ │ │ │ ├── bluetooth-paired.svg │ │ │ │ │ ├── both-bad-signal-lock.svg │ │ │ │ │ ├── both-bad-signal.svg │ │ │ │ │ ├── both-good-signal-lock.svg │ │ │ │ │ ├── both-good-signal.svg │ │ │ │ │ ├── both-high-signal-lock.svg │ │ │ │ │ ├── both-high-signal.svg │ │ │ │ │ ├── both-low-signal-lock.svg │ │ │ │ │ ├── both-low-signal.svg │ │ │ │ │ ├── caffeine-cup-empty.svg │ │ │ │ │ ├── caffeine-cup-full.svg │ │ │ │ │ ├── camera-off.svg │ │ │ │ │ ├── camera-on.svg │ │ │ │ │ ├── camera-ready.svg │ │ │ │ │ ├── clipit-trayicon.svg │ │ │ │ │ ├── clipman-symbolic.svg │ │ │ │ │ ├── connect_creating.svg │ │ │ │ │ ├── connect_established.svg │ │ │ │ │ ├── discord-tray-connected.svg │ │ │ │ │ ├── discord-tray-deafened.svg │ │ │ │ │ ├── discord-tray-muted.svg │ │ │ │ │ ├── discord-tray-speaking.svg │ │ │ │ │ ├── display-brightness-symbolic.svg │ │ │ │ │ ├── fcitx-sogoupinyin.svg │ │ │ │ │ ├── flameshot-tray.svg │ │ │ │ │ ├── flameshot.svg │ │ │ │ │ ├── gnome-netstatus-disconn.svg │ │ │ │ │ ├── gnome-netstatus-error.svg │ │ │ │ │ ├── gnome-netstatus-idle.svg │ │ │ │ │ ├── gnome-netstatus-rx.svg │ │ │ │ │ ├── gnome-netstatus-tx.svg │ │ │ │ │ ├── gnome-netstatus-txrx.svg │ │ │ │ │ ├── good-signal-lock.svg │ │ │ │ │ ├── good-signal.svg │ │ │ │ │ ├── gpm-ac-adapter.svg │ │ │ │ │ ├── gpm-battery-000-charging.svg │ │ │ │ │ ├── gpm-battery-000.svg │ │ │ │ │ ├── gpm-battery-020-charging.svg │ │ │ │ │ ├── gpm-battery-020.svg │ │ │ │ │ ├── gpm-battery-040-charging.svg │ │ │ │ │ ├── gpm-battery-040.svg │ │ │ │ │ ├── gpm-battery-060-charging.svg │ │ │ │ │ ├── gpm-battery-060.svg │ │ │ │ │ ├── gpm-battery-080-charging.svg │ │ │ │ │ ├── gpm-battery-080.svg │ │ │ │ │ ├── gpm-battery-100-charging.svg │ │ │ │ │ ├── gpm-battery-100.svg │ │ │ │ │ ├── gpm-battery-charged.svg │ │ │ │ │ ├── gpm-battery-empty.svg │ │ │ │ │ ├── gpm-battery-missing.svg │ │ │ │ │ ├── gpm-primary-000-charging.svg │ │ │ │ │ ├── gpm-primary-000.svg │ │ │ │ │ ├── gpm-primary-020-charging.svg │ │ │ │ │ ├── gpm-primary-020.svg │ │ │ │ │ ├── gpm-primary-040-charging.svg │ │ │ │ │ ├── gpm-primary-040.svg │ │ │ │ │ ├── gpm-primary-060-charging.svg │ │ │ │ │ ├── gpm-primary-060.svg │ │ │ │ │ ├── gpm-primary-080-charging.svg │ │ │ │ │ ├── gpm-primary-080.svg │ │ │ │ │ ├── gpm-primary-100-charging.svg │ │ │ │ │ ├── gpm-primary-100.svg │ │ │ │ │ ├── gpm-primary-charged.svg │ │ │ │ │ ├── gpm-primary-missing.svg │ │ │ │ │ ├── gpm-ups-000-charging.svg │ │ │ │ │ ├── gpm-ups-000.svg │ │ │ │ │ ├── gpm-ups-020-charging.svg │ │ │ │ │ ├── gpm-ups-020.svg │ │ │ │ │ ├── gpm-ups-040-charging.svg │ │ │ │ │ ├── gpm-ups-040.svg │ │ │ │ │ ├── gpm-ups-060-charging.svg │ │ │ │ │ ├── gpm-ups-060.svg │ │ │ │ │ ├── gpm-ups-080-charging.svg │ │ │ │ │ ├── gpm-ups-080.svg │ │ │ │ │ ├── gpm-ups-100-charging.svg │ │ │ │ │ ├── gpm-ups-100.svg │ │ │ │ │ ├── gpm-ups-charged.svg │ │ │ │ │ ├── gpm-ups-missing.svg │ │ │ │ │ ├── gtk-dialog-authentication-panel.svg │ │ │ │ │ ├── high-signal-lock.svg │ │ │ │ │ ├── high-signal.svg │ │ │ │ │ ├── ibus-keyboard.svg │ │ │ │ │ ├── idle-bad-signal-lock.svg │ │ │ │ │ ├── idle-bad-signal.svg │ │ │ │ │ ├── idle-good-signal-lock.svg │ │ │ │ │ ├── idle-good-signal.svg │ │ │ │ │ ├── idle-high-signal-lock.svg │ │ │ │ │ ├── idle-high-signal.svg │ │ │ │ │ ├── idle-low-signal-lock.svg │ │ │ │ │ ├── idle-low-signal.svg │ │ │ │ │ ├── indicator-keyboard.svg │ │ │ │ │ ├── indicator-messages-new.svg │ │ │ │ │ ├── indicator-messages-red.svg │ │ │ │ │ ├── indicator-messages.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── knemo-modem-error.svg │ │ │ │ │ ├── knemo-modem-idle.svg │ │ │ │ │ ├── knemo-modem-offline.svg │ │ │ │ │ ├── knemo-modem-receive.svg │ │ │ │ │ ├── knemo-modem-transmit-receive.svg │ │ │ │ │ ├── knemo-modem-transmit.svg │ │ │ │ │ ├── knemo-monitor-error.svg │ │ │ │ │ ├── knemo-monitor-idle.svg │ │ │ │ │ ├── knemo-monitor-offline.svg │ │ │ │ │ ├── knemo-monitor-receive.svg │ │ │ │ │ ├── knemo-monitor-transmit-receive.svg │ │ │ │ │ ├── knemo-monitor-transmit.svg │ │ │ │ │ ├── knemo-network-error.svg │ │ │ │ │ ├── knemo-network-idle.svg │ │ │ │ │ ├── knemo-network-offline.svg │ │ │ │ │ ├── knemo-network-receive.svg │ │ │ │ │ ├── knemo-network-transmit-receive.svg │ │ │ │ │ ├── knemo-network-transmit.svg │ │ │ │ │ ├── knemo-wireless-error.svg │ │ │ │ │ ├── knemo-wireless-idle.svg │ │ │ │ │ ├── knemo-wireless-offline.svg │ │ │ │ │ ├── knemo-wireless-receive.svg │ │ │ │ │ ├── knemo-wireless-transmit-receive.svg │ │ │ │ │ ├── knemo-wireless-transmit.svg │ │ │ │ │ ├── krb-valid-ticket.svg │ │ │ │ │ ├── laptop-connected.svg │ │ │ │ │ ├── laptop-disconnected.svg │ │ │ │ │ ├── laptop-trusted.svg │ │ │ │ │ ├── low-signal-lock.svg │ │ │ │ │ ├── low-signal.svg │ │ │ │ │ ├── manjaro-settings-manager-panel.svg │ │ │ │ │ ├── manjaro-settings-manager.svg │ │ │ │ │ ├── manjaro-welcome.svg │ │ │ │ │ ├── manjaro.svg │ │ │ │ │ ├── mic-off.svg │ │ │ │ │ ├── mic-on.svg │ │ │ │ │ ├── mic-ready.svg │ │ │ │ │ ├── mic-volume-high.svg │ │ │ │ │ ├── mic-volume-low.svg │ │ │ │ │ ├── mic-volume-medium.svg │ │ │ │ │ ├── mic-volume-muted.svg │ │ │ │ │ ├── microphone-sensitivity-high.svg │ │ │ │ │ ├── microphone-sensitivity-low.svg │ │ │ │ │ ├── microphone-sensitivity-medium.svg │ │ │ │ │ ├── microphone-sensitivity-muted.svg │ │ │ │ │ ├── mintupdate-checking.svg │ │ │ │ │ ├── mintupdate-error.svg │ │ │ │ │ ├── mintupdate-installing.svg │ │ │ │ │ ├── mintupdate-up-to-date.svg │ │ │ │ │ ├── mintupdate-updates-available.svg │ │ │ │ │ ├── network-disconnected.svg │ │ │ │ │ ├── network-error.svg │ │ │ │ │ ├── network-idle.svg │ │ │ │ │ ├── network-offline-symbolic.svg │ │ │ │ │ ├── network-offline.svg │ │ │ │ │ ├── network-receive.svg │ │ │ │ │ ├── network-transmit-receive.svg │ │ │ │ │ ├── network-transmit.svg │ │ │ │ │ ├── network-vpn-acquiring.svg │ │ │ │ │ ├── network-vpn-lock-symbolic.svg │ │ │ │ │ ├── network-vpn-symbolic.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-acquiring-symbolic.svg │ │ │ │ │ ├── network-wired-acquiring.svg │ │ │ │ │ ├── network-wired-disconnected-symbolic.svg │ │ │ │ │ ├── network-wired-no-route.svg │ │ │ │ │ ├── network-wired-offline-symbolic.svg │ │ │ │ │ ├── network-wired-offline.svg │ │ │ │ │ ├── network-wired-secure-symbolic.svg │ │ │ │ │ ├── network-wired-secure.svg │ │ │ │ │ ├── network-wired-symbolic.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-acquiring.svg │ │ │ │ │ ├── network-wireless-connected.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless-no-route-symbolic.svg │ │ │ │ │ ├── network-wireless-no-route.svg │ │ │ │ │ ├── network-wireless-offline-symbolic.svg │ │ │ │ │ ├── network-wireless-offline.svg │ │ │ │ │ ├── network-wireless-secure-signal-excellent.svg │ │ │ │ │ ├── network-wireless-secure-signal-good.svg │ │ │ │ │ ├── network-wireless-secure-signal-low.svg │ │ │ │ │ ├── network-wireless-secure-signal-none.svg │ │ │ │ │ ├── network-wireless-secure-signal-ok.svg │ │ │ │ │ ├── network-wireless-signal-excellent-secure-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-excellent-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-excellent.svg │ │ │ │ │ ├── network-wireless-signal-good-secure-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-good-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-good.svg │ │ │ │ │ ├── network-wireless-signal-low.svg │ │ │ │ │ ├── network-wireless-signal-none-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-none.svg │ │ │ │ │ ├── network-wireless-signal-ok-secure-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-ok-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-ok.svg │ │ │ │ │ ├── network-wireless-signal-weak-secure-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-weak-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-weak.svg │ │ │ │ │ ├── nm-device-wired-autoip.svg │ │ │ │ │ ├── nm-device-wired-secure.svg │ │ │ │ │ ├── nm-device-wired-secureoffline.svg │ │ │ │ │ ├── nm-device-wired.svg │ │ │ │ │ ├── nm-no-connection.svg │ │ │ │ │ ├── nm-signal-0-secure.svg │ │ │ │ │ ├── nm-signal-0.svg │ │ │ │ │ ├── nm-signal-00-secure.svg │ │ │ │ │ ├── nm-signal-00.svg │ │ │ │ │ ├── nm-signal-100-secure.svg │ │ │ │ │ ├── nm-signal-100.svg │ │ │ │ │ ├── nm-signal-25-secure.svg │ │ │ │ │ ├── nm-signal-25.svg │ │ │ │ │ ├── nm-signal-50-secure.svg │ │ │ │ │ ├── nm-signal-50.svg │ │ │ │ │ ├── nm-signal-75-secure.svg │ │ │ │ │ ├── nm-signal-75.svg │ │ │ │ │ ├── nm-vpn-active-lock.svg │ │ │ │ │ ├── nm-vpn-lock.svg │ │ │ │ │ ├── no-signal.svg │ │ │ │ │ ├── notes-panel.svg │ │ │ │ │ ├── notification-display-brightness.svg │ │ │ │ │ ├── notification-new-symbolic.svg │ │ │ │ │ ├── notification-symbolic.svg │ │ │ │ │ ├── onboard-panel.svg │ │ │ │ │ ├── optimus-indicator-intel.svg │ │ │ │ │ ├── optimus-indicator-nvidia.svg │ │ │ │ │ ├── org.xfce.screenshooter.svg │ │ │ │ │ ├── pamac-tray-no-update.svg │ │ │ │ │ ├── pamac-tray-update.svg │ │ │ │ │ ├── printer-printing-symbolic.svg │ │ │ │ │ ├── process-working-symbolic.svg │ │ │ │ │ ├── qbittorrent-panel.svg │ │ │ │ │ ├── qbittorrent-tray.svg │ │ │ │ │ ├── receiving-bad-signal-lock.svg │ │ │ │ │ ├── receiving-bad-signal.svg │ │ │ │ │ ├── receiving-good-signal-lock.svg │ │ │ │ │ ├── receiving-good-signal.svg │ │ │ │ │ ├── receiving-high-signal-lock.svg │ │ │ │ │ ├── receiving-high-signal.svg │ │ │ │ │ ├── receiving-low-signal-lock.svg │ │ │ │ │ ├── receiving-low-signal.svg │ │ │ │ │ ├── redshift-status-off.svg │ │ │ │ │ ├── redshift-status-on.svg │ │ │ │ │ ├── riot-tray.svg │ │ │ │ │ ├── slack-indicator-highlight.svg │ │ │ │ │ ├── slack-indicator-unread.svg │ │ │ │ │ ├── slack-indicator.svg │ │ │ │ │ ├── smartphone-connected.svg │ │ │ │ │ ├── smartphone-disconnected.svg │ │ │ │ │ ├── smartphone-trusted.svg │ │ │ │ │ ├── start-here-manjaro.svg │ │ │ │ │ ├── start-here-symbolic.svg │ │ │ │ │ ├── system-devices-panel.svg │ │ │ │ │ ├── system-search-symbolic.svg │ │ │ │ │ ├── system-shutdown-symbolic.svg │ │ │ │ │ ├── tablet-connected.svg │ │ │ │ │ ├── tablet-disconnected.svg │ │ │ │ │ ├── tablet-trusted.svg │ │ │ │ │ ├── telegram-attention-panel.svg │ │ │ │ │ ├── telegram-mute-panel.svg │ │ │ │ │ ├── telegram-panel.svg │ │ │ │ │ ├── tomboy-panel.svg │ │ │ │ │ ├── transmitting-bad-signal-lock.svg │ │ │ │ │ ├── transmitting-bad-signal.svg │ │ │ │ │ ├── transmitting-good-signal-lock.svg │ │ │ │ │ ├── transmitting-good-signal.svg │ │ │ │ │ ├── transmitting-high-signal-lock.svg │ │ │ │ │ ├── transmitting-high-signal.svg │ │ │ │ │ ├── transmitting-low-signal-lock.svg │ │ │ │ │ ├── transmitting-low-signal.svg │ │ │ │ │ ├── uget-tray-default.svg │ │ │ │ │ ├── uget-tray-downloading.svg │ │ │ │ │ ├── uget-tray-error.svg │ │ │ │ │ ├── ulauncher-indicator.svg │ │ │ │ │ ├── update-high.svg │ │ │ │ │ ├── update-low.svg │ │ │ │ │ ├── update-medium.svg │ │ │ │ │ ├── update-none.svg │ │ │ │ │ ├── volume-level-high-panel.svg │ │ │ │ │ ├── volume-level-high.svg │ │ │ │ │ ├── volume-level-low-panel.svg │ │ │ │ │ ├── volume-level-low.svg │ │ │ │ │ ├── volume-level-medium-panel.svg │ │ │ │ │ ├── volume-level-medium.svg │ │ │ │ │ ├── volume-level-muted-panel.svg │ │ │ │ │ ├── volume-level-muted.svg │ │ │ │ │ ├── volume-level-none-panel.svg │ │ │ │ │ ├── volume-level-none.svg │ │ │ │ │ ├── whiskermenu-manjaro.svg │ │ │ │ │ ├── wired.svg │ │ │ │ │ ├── xfce-newmail.svg │ │ │ │ │ ├── xfce-nomail.svg │ │ │ │ │ ├── xfce4-battery-caution-charging.svg │ │ │ │ │ ├── xfce4-battery-caution.svg │ │ │ │ │ ├── xfce4-battery-critical-charging.svg │ │ │ │ │ ├── xfce4-battery-critical.svg │ │ │ │ │ ├── xfce4-battery-full-charging.svg │ │ │ │ │ ├── xfce4-battery-full.svg │ │ │ │ │ ├── xfce4-battery-good-charging.svg │ │ │ │ │ ├── xfce4-battery-good.svg │ │ │ │ │ ├── xfce4-battery-low-charging.svg │ │ │ │ │ ├── xfce4-battery-low.svg │ │ │ │ │ ├── xfce4-battery-missing.svg │ │ │ │ │ ├── xfce4-battery-ok-charging.svg │ │ │ │ │ ├── xfce4-battery-ok.svg │ │ │ │ │ ├── xfce4-battery-plugin.svg │ │ │ │ │ ├── xfce4-mixer-muted.svg │ │ │ │ │ ├── xfce4-mixer-no-muted.svg │ │ │ │ │ ├── xfce4-mixer-no-record.svg │ │ │ │ │ ├── xfce4-mixer-record.svg │ │ │ │ │ ├── xfce4-mixer-volume-high.svg │ │ │ │ │ ├── xfce4-mixer-volume-low-medium.svg │ │ │ │ │ ├── xfce4-mixer-volume-low.svg │ │ │ │ │ ├── xfce4-mixer-volume-medium.svg │ │ │ │ │ ├── xfce4-mixer-volume-muted.svg │ │ │ │ │ ├── xfce4-mixer-volume-ultra-low.svg │ │ │ │ │ ├── xfce4-mixer-volume-very-high.svg │ │ │ │ │ ├── xfce4-notes-plugin.svg │ │ │ │ │ ├── xfpm-ac-adapter.svg │ │ │ │ │ ├── xfpm-battery-000-charging.svg │ │ │ │ │ ├── xfpm-battery-000.svg │ │ │ │ │ ├── xfpm-battery-020-charging.svg │ │ │ │ │ ├── xfpm-battery-020.svg │ │ │ │ │ ├── xfpm-battery-040-charging.svg │ │ │ │ │ ├── xfpm-battery-040.svg │ │ │ │ │ ├── xfpm-battery-060-charging.svg │ │ │ │ │ ├── xfpm-battery-060.svg │ │ │ │ │ ├── xfpm-battery-080-charging.svg │ │ │ │ │ ├── xfpm-battery-080.svg │ │ │ │ │ ├── xfpm-battery-100-charging.svg │ │ │ │ │ ├── xfpm-battery-100.svg │ │ │ │ │ ├── xfpm-battery-caution-charging.svg │ │ │ │ │ ├── xfpm-battery-caution.svg │ │ │ │ │ ├── xfpm-battery-critical-charging.svg │ │ │ │ │ ├── xfpm-battery-critical.svg │ │ │ │ │ ├── xfpm-battery-empty.svg │ │ │ │ │ ├── xfpm-battery-full-charging.svg │ │ │ │ │ ├── xfpm-battery-full.svg │ │ │ │ │ ├── xfpm-battery-good-charging.svg │ │ │ │ │ ├── xfpm-battery-good.svg │ │ │ │ │ ├── xfpm-battery-low-charging.svg │ │ │ │ │ ├── xfpm-battery-low.svg │ │ │ │ │ ├── xfpm-battery-missing.svg │ │ │ │ │ ├── xfpm-battery-ok-charging.svg │ │ │ │ │ ├── xfpm-battery-ok.svg │ │ │ │ │ ├── xfpm-primary-000-charging.svg │ │ │ │ │ ├── xfpm-primary-000.svg │ │ │ │ │ ├── xfpm-primary-020-charging.svg │ │ │ │ │ ├── xfpm-primary-020.svg │ │ │ │ │ ├── xfpm-primary-040-charging.svg │ │ │ │ │ ├── xfpm-primary-040.svg │ │ │ │ │ ├── xfpm-primary-060-charging.svg │ │ │ │ │ ├── xfpm-primary-060.svg │ │ │ │ │ ├── xfpm-primary-080-charging.svg │ │ │ │ │ ├── xfpm-primary-080.svg │ │ │ │ │ ├── xfpm-primary-100-charging.svg │ │ │ │ │ ├── xfpm-primary-100.svg │ │ │ │ │ ├── xfpm-primary-charged.svg │ │ │ │ │ ├── xfpm-primary-missing.svg │ │ │ │ │ ├── xfpm-ups-000-charging.svg │ │ │ │ │ ├── xfpm-ups-000.svg │ │ │ │ │ ├── xfpm-ups-020-charging.svg │ │ │ │ │ ├── xfpm-ups-020.svg │ │ │ │ │ ├── xfpm-ups-040-charging.svg │ │ │ │ │ ├── xfpm-ups-040.svg │ │ │ │ │ ├── xfpm-ups-060-charging.svg │ │ │ │ │ ├── xfpm-ups-060.svg │ │ │ │ │ ├── xfpm-ups-080-charging.svg │ │ │ │ │ ├── xfpm-ups-080.svg │ │ │ │ │ ├── xfpm-ups-100-charging.svg │ │ │ │ │ ├── xfpm-ups-100.svg │ │ │ │ │ ├── xfpm-ups-charged.svg │ │ │ │ │ ├── xfpm-ups-missing.svg │ │ │ │ │ ├── yakuake.svg │ │ │ │ │ ├── yum-indicator-error.svg │ │ │ │ │ ├── yum-indicator-info.svg │ │ │ │ │ ├── yum-indicator-no-updates.svg │ │ │ │ │ ├── yum-indicator-updates.svg │ │ │ │ │ └── yum-indicator-working.svg │ │ │ │ └── places │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── application-x-gnome-saved-search.svg │ │ │ │ │ ├── bookmark-missing.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── edittrash.svg │ │ │ │ │ ├── emptytrash.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-add.svg │ │ │ │ │ ├── folder-black.svg │ │ │ │ │ ├── folder-blue.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-bookmarks.svg │ │ │ │ │ ├── folder-brown.svg │ │ │ │ │ ├── folder-camera.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-cyan.svg │ │ │ │ │ ├── folder-desktop.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents-open.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download-open.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-drag-accept.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-git.svg │ │ │ │ │ ├── folder-github.svg │ │ │ │ │ ├── folder-gitlab.svg │ │ │ │ │ ├── folder-google-drive.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-home.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-important.svg │ │ │ │ │ ├── folder-java.svg │ │ │ │ │ ├── folder-locked.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mail.svg │ │ │ │ │ ├── folder-mega.svg │ │ │ │ │ ├── folder-meocloud.svg │ │ │ │ │ ├── folder-music-open.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-photo.svg │ │ │ │ │ ├── folder-photos.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures-open.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare-open.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote-ftp.svg │ │ │ │ │ ├── folder-remote-nfs.svg │ │ │ │ │ ├── folder-remote-open.svg │ │ │ │ │ ├── folder-remote-smb.svg │ │ │ │ │ ├── folder-remote-ssh.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-saved-search-alt.svg │ │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-tar.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates-open.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-unlocked.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videocamera.svg │ │ │ │ │ ├── folder-videos-open.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-visiting.svg │ │ │ │ │ ├── folder-wifi.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_download.svg │ │ │ │ │ ├── folder_downloads.svg │ │ │ │ │ ├── folder_home.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── folder_images.svg │ │ │ │ │ ├── folder_open.svg │ │ │ │ │ ├── folder_pictures.svg │ │ │ │ │ ├── folders-documents.svg │ │ │ │ │ ├── folders-downloads.svg │ │ │ │ │ ├── folders-music.svg │ │ │ │ │ ├── folders-publicshare.svg │ │ │ │ │ ├── folders-videos.svg │ │ │ │ │ ├── gnome-ccdesktop.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-dev-network.svg │ │ │ │ │ ├── gnome-dev-trash-empty.svg │ │ │ │ │ ├── gnome-dev-trash-full.svg │ │ │ │ │ ├── gnome-folder.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-fs-bookmark-missing.svg │ │ │ │ │ ├── gnome-fs-bookmark.svg │ │ │ │ │ ├── gnome-fs-dav.svg │ │ │ │ │ ├── gnome-fs-desktop.svg │ │ │ │ │ ├── gnome-fs-dev.svg │ │ │ │ │ ├── gnome-fs-directory-accept.svg │ │ │ │ │ ├── gnome-fs-directory-visiting.svg │ │ │ │ │ ├── gnome-fs-directory.svg │ │ │ │ │ ├── gnome-fs-ftp.svg │ │ │ │ │ ├── gnome-fs-home.svg │ │ │ │ │ ├── gnome-fs-network.svg │ │ │ │ │ ├── gnome-fs-nfs.svg │ │ │ │ │ ├── gnome-fs-server.svg │ │ │ │ │ ├── gnome-fs-share.svg │ │ │ │ │ ├── gnome-fs-smb.svg │ │ │ │ │ ├── gnome-fs-ssh.svg │ │ │ │ │ ├── gnome-fs-trash-empty-accept.svg │ │ │ │ │ ├── gnome-fs-trash-empty.svg │ │ │ │ │ ├── gnome-fs-trash-full.svg │ │ │ │ │ ├── gnome-fs-web.svg │ │ │ │ │ ├── gnome-home.svg │ │ │ │ │ ├── gnome-mime-x-directory-nfs-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-share.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-workgroup.svg │ │ │ │ │ ├── gnome-stock-trash-empty.svg │ │ │ │ │ ├── gnome-stock-trash-full.svg │ │ │ │ │ ├── gnome-stock-trash.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── neat.svg │ │ │ │ │ ├── nemo-bookmark-not-found.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── network.svg │ │ │ │ │ ├── network_fs.svg │ │ │ │ │ ├── network_local.svg │ │ │ │ │ ├── nfs.svg │ │ │ │ │ ├── other-desktop.svg │ │ │ │ │ ├── redhat-home.svg │ │ │ │ │ ├── redhat-network-server.svg │ │ │ │ │ ├── redhat-system-group.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── samba.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── start-here.svg │ │ │ │ │ ├── stock_bookmark.svg │ │ │ │ │ ├── stock_delete-bookmark.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── stock_home.svg │ │ │ │ │ ├── stock_music-library.svg │ │ │ │ │ ├── stock_open.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_trash_empty.svg │ │ │ │ │ ├── stock_trash_full.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trash-full.svg │ │ │ │ │ ├── trashcan_empty.svg │ │ │ │ │ ├── trashcan_full.svg │ │ │ │ │ ├── user-bookmarks.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home-open.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-images.svg │ │ │ │ │ ├── user-pictures.svg │ │ │ │ │ ├── user-share.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ ├── user-trash.svg │ │ │ │ │ ├── xfce-trash_empty.svg │ │ │ │ │ └── xfce-trash_full.svg │ │ │ ├── 24 │ │ │ │ ├── actions │ │ │ │ │ ├── CVnamespace.svg │ │ │ │ │ ├── Finished.svg │ │ │ │ │ ├── Info-amarok.svg │ │ │ │ │ ├── PrePostCondition.svg │ │ │ │ │ ├── SuggestionTM.svg │ │ │ │ │ ├── accept_signal.svg │ │ │ │ │ ├── accept_time_event.svg │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ │ ├── action-rss_tag.svg │ │ │ │ │ ├── activities.svg │ │ │ │ │ ├── activity-fork.svg │ │ │ │ │ ├── actor.svg │ │ │ │ │ ├── add-files-to-archive.svg │ │ │ │ │ ├── add-folder-to-archive.svg │ │ │ │ │ ├── add-placemark.svg │ │ │ │ │ ├── add.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── addressbook-details.svg │ │ │ │ │ ├── adjustcurves.svg │ │ │ │ │ ├── adjusthsl.svg │ │ │ │ │ ├── adjustlevels.svg │ │ │ │ │ ├── adjustrgb.svg │ │ │ │ │ ├── adress-book-new.svg │ │ │ │ │ ├── aggregation.svg │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── akonadiconsole.svg │ │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ │ ├── albumfolder-new.svg │ │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-node.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-node.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── amarok_artist.svg │ │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amarok_clock.svg │ │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ │ ├── amarok_playcount.svg │ │ │ │ │ ├── amarok_playlist.svg │ │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ │ ├── amarok_scripts.svg │ │ │ │ │ ├── anchor.svg │ │ │ │ │ ├── animal.svg │ │ │ │ │ ├── animation-stage.svg │ │ │ │ │ ├── answer-correct.svg │ │ │ │ │ ├── answer.svg │ │ │ │ │ ├── antivignetting.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── appointment.svg │ │ │ │ │ ├── approved.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── artifact.svg │ │ │ │ │ ├── artistictext-tool.svg │ │ │ │ │ ├── association.svg │ │ │ │ │ ├── atmosphere.svg │ │ │ │ │ ├── audio-volume-high.svg │ │ │ │ │ ├── audio-volume-low.svg │ │ │ │ │ ├── audio-volume-medium.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── auto-scale-all.svg │ │ │ │ │ ├── auto-scale-x.svg │ │ │ │ │ ├── auto-scale-y.svg │ │ │ │ │ ├── auto-transition.svg │ │ │ │ │ ├── auto-type.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── back.svg │ │ │ │ │ ├── backgroundtool.svg │ │ │ │ │ ├── bboxnext.svg │ │ │ │ │ ├── bboxprev.svg │ │ │ │ │ ├── beamerblock.svg │ │ │ │ │ ├── beamerframe.svg │ │ │ │ │ ├── bibtex.svg │ │ │ │ │ ├── bigskip.svg │ │ │ │ │ ├── black_sum.svg │ │ │ │ │ ├── blueman-plugin.svg │ │ │ │ │ ├── blueman-send-file.svg │ │ │ │ │ ├── blueman-trust.svg │ │ │ │ │ ├── blueman-untrust.svg │ │ │ │ │ ├── blurfx.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bonobo-component-browser.svg │ │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ │ ├── bookmark-edit.svg │ │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ │ ├── bookmark_add.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bookmarks_list_add.svg │ │ │ │ │ ├── borderpainter.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── bottom.svg │ │ │ │ │ ├── box.svg │ │ │ │ │ ├── bqm-add.svg │ │ │ │ │ ├── bqm-addqueue.svg │ │ │ │ │ ├── bqm-commit.svg │ │ │ │ │ ├── bqm-diff.svg │ │ │ │ │ ├── bqm-remove.svg │ │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ │ ├── bqm-update.svg │ │ │ │ │ ├── branch.svg │ │ │ │ │ ├── browser-download.svg │ │ │ │ │ ├── burst.svg │ │ │ │ │ ├── button_cancel.svg │ │ │ │ │ ├── bwtonal.svg │ │ │ │ │ ├── cab_extract.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── call-voicemail.svg │ │ │ │ │ ├── calligraphy.svg │ │ │ │ │ ├── callout-shape.svg │ │ │ │ │ ├── cancel.svg │ │ │ │ │ ├── cards-block.svg │ │ │ │ │ ├── category.svg │ │ │ │ │ ├── category2parent.svg │ │ │ │ │ ├── cell_edit.svg │ │ │ │ │ ├── cell_layout.svg │ │ │ │ │ ├── channelmixer.svg │ │ │ │ │ ├── character-set.svg │ │ │ │ │ ├── charcoaltool.svg │ │ │ │ │ ├── check-filled.svg │ │ │ │ │ ├── check_constraint.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkmark.svg │ │ │ │ │ ├── child2category.svg │ │ │ │ │ ├── choice-rhomb.svg │ │ │ │ │ ├── choice-round.svg │ │ │ │ │ ├── chronometer-lap.svg │ │ │ │ │ ├── chronometer-pause.svg │ │ │ │ │ ├── chronometer-reset.svg │ │ │ │ │ ├── chronometer-start.svg │ │ │ │ │ ├── chronometer.svg │ │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ │ ├── class-or-package.svg │ │ │ │ │ ├── class.svg │ │ │ │ │ ├── clock-large.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── cloud-download.svg │ │ │ │ │ ├── cloud-upload.svg │ │ │ │ │ ├── cm_columnsview.svg │ │ │ │ │ ├── cm_extractfiles.svg │ │ │ │ │ ├── cm_options.svg │ │ │ │ │ ├── cm_refresh.svg │ │ │ │ │ ├── cm_search.svg │ │ │ │ │ ├── cm_syncdirs.svg │ │ │ │ │ ├── cm_thumbnailsview.svg │ │ │ │ │ ├── cm_viewhistorynext.svg │ │ │ │ │ ├── code-block.svg │ │ │ │ │ ├── code-class.svg │ │ │ │ │ ├── code-context.svg │ │ │ │ │ ├── code-function.svg │ │ │ │ │ ├── code-typedef.svg │ │ │ │ │ ├── code-variable.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ │ ├── color-fill.svg │ │ │ │ │ ├── color-gradient.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colorfx.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colorneg.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── combined_fragment.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── component.svg │ │ │ │ │ ├── composite-track-off.svg │ │ │ │ │ ├── composite-track-on.svg │ │ │ │ │ ├── composite-track-preview.svg │ │ │ │ │ ├── composition.svg │ │ │ │ │ ├── configuration.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure-toolbars.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── configure_kile.svg │ │ │ │ │ ├── configure_project.svg │ │ │ │ │ ├── contact-new.svg │ │ │ │ │ ├── containment.svg │ │ │ │ │ ├── contents.svg │ │ │ │ │ ├── contrast.svg │ │ │ │ │ ├── convert.svg │ │ │ │ │ ├── cookies.svg │ │ │ │ │ ├── coordinate.svg │ │ │ │ │ ├── copy-coordinates.svg │ │ │ │ │ ├── createpath.svg │ │ │ │ │ ├── cross-shape.svg │ │ │ │ │ ├── crosshairs.svg │ │ │ │ │ ├── currenttrack_pause.svg │ │ │ │ │ ├── currenttrack_play.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── curve-connector.svg │ │ │ │ │ ├── dashboard-show.svg │ │ │ │ │ ├── database-change-key.svg │ │ │ │ │ ├── database-index.svg │ │ │ │ │ ├── datatype.svg │ │ │ │ │ ├── dblatex.svg │ │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ │ ├── debug-run.svg │ │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ │ ├── debug-step-into.svg │ │ │ │ │ ├── debug-step-out.svg │ │ │ │ │ ├── debug-step-over.svg │ │ │ │ │ ├── deep-history.svg │ │ │ │ │ ├── delete-comment.svg │ │ │ │ │ ├── delete-table-row.svg │ │ │ │ │ ├── delete.svg │ │ │ │ │ ├── dependency.svg │ │ │ │ │ ├── depth16to8.svg │ │ │ │ │ ├── depth8to16.svg │ │ │ │ │ ├── description.svg │ │ │ │ │ ├── dfrac.svg │ │ │ │ │ ├── diag_activity.svg │ │ │ │ │ ├── diag_class.svg │ │ │ │ │ ├── diag_component.svg │ │ │ │ │ ├── dialog-align-and-distribute.svg │ │ │ │ │ ├── dialog-apply.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-close.svg │ │ │ │ │ ├── dialog-filters.svg │ │ │ │ │ ├── dialog-icon-preview.svg │ │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ │ ├── dialog-memory.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-no.svg │ │ │ │ │ ├── dialog-object-properties.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── dialog-scripts.svg │ │ │ │ │ ├── dialog-selectors.svg │ │ │ │ │ ├── dialog-transform.svg │ │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ │ ├── dialog-yes.svg │ │ │ │ │ ├── dirsync.svg │ │ │ │ │ ├── discrete.svg │ │ │ │ │ ├── displaymathmode.svg │ │ │ │ │ ├── distortionfx.svg │ │ │ │ │ ├── distribute-graph-directed.svg │ │ │ │ │ ├── distribute-graph.svg │ │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ │ ├── distribute-horizontal-node.svg │ │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ │ ├── distribute-randomize.svg │ │ │ │ │ ├── distribute-remove-overlaps.svg │ │ │ │ │ ├── distribute-unclump.svg │ │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ │ ├── distribute-vertical-node.svg │ │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ │ ├── distribute-vertical.svg │ │ │ │ │ ├── document-cleanup.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit-verify.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypt.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export-ocal.svg │ │ │ │ │ ├── document-export-table.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import-ocal.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-multiple.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-data.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print-frame.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as-template.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-send.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── document-sign.svg │ │ │ │ │ ├── document-swap.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── documentinfo.svg │ │ │ │ │ ├── dontknow.svg │ │ │ │ │ ├── down.svg │ │ │ │ │ ├── download-amarok.svg │ │ │ │ │ ├── download-later.svg │ │ │ │ │ ├── download.svg │ │ │ │ │ ├── drag-surface.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── draw-arrow.svg │ │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ │ ├── draw-brush.svg │ │ │ │ │ ├── draw-calligraphic.svg │ │ │ │ │ ├── draw-circle.svg │ │ │ │ │ ├── draw-connector.svg │ │ │ │ │ ├── draw-cross.svg │ │ │ │ │ ├── draw-cuboid.svg │ │ │ │ │ ├── draw-donut.svg │ │ │ │ │ ├── draw-ellipse.svg │ │ │ │ │ ├── draw-eraser.svg │ │ │ │ │ ├── draw-freehand.svg │ │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ │ ├── draw-highlight.svg │ │ │ │ │ ├── draw-line.svg │ │ │ │ │ ├── draw-path.svg │ │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ │ ├── draw-polygon.svg │ │ │ │ │ ├── draw-polyline.svg │ │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ │ ├── draw-rectangle.svg │ │ │ │ │ ├── draw-spiral.svg │ │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ │ ├── draw-star.svg │ │ │ │ │ ├── draw-text.svg │ │ │ │ │ ├── draw-triangle.svg │ │ │ │ │ ├── draw-triangle1.svg │ │ │ │ │ ├── draw-triangle2.svg │ │ │ │ │ ├── draw-triangle3.svg │ │ │ │ │ ├── draw-triangle4.svg │ │ │ │ │ ├── draw-watercolor.svg │ │ │ │ │ ├── dvipdf.svg │ │ │ │ │ ├── dvipng.svg │ │ │ │ │ ├── dvips.svg │ │ │ │ │ ├── dvisearch.svg │ │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ │ ├── earthquake.svg │ │ │ │ │ ├── edit-add.svg │ │ │ │ │ ├── edit-bomb.svg │ │ │ │ │ ├── edit-clear-all.svg │ │ │ │ │ ├── edit-clear-history.svg │ │ │ │ │ ├── edit-clear-list.svg │ │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ │ ├── edit-clone.svg │ │ │ │ │ ├── edit-comment.svg │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-download.svg │ │ │ │ │ ├── edit-entry.svg │ │ │ │ │ ├── edit-find-mail.svg │ │ │ │ │ ├── edit-find-project.svg │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ ├── edit-find-user.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-flag.svg │ │ │ │ │ ├── edit-group.svg │ │ │ │ │ ├── edit-guides.svg │ │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ │ ├── edit-line-width.svg │ │ │ │ │ ├── edit-link.svg │ │ │ │ │ ├── edit-map.svg │ │ │ │ │ ├── edit-mark.svg │ │ │ │ │ ├── edit-node.svg │ │ │ │ │ ├── edit-none.svg │ │ │ │ │ ├── edit-opacity.svg │ │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-rename.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select-all.svg │ │ │ │ │ ├── edit-select-invert.svg │ │ │ │ │ ├── edit-select-lasso.svg │ │ │ │ │ ├── edit-select-none.svg │ │ │ │ │ ├── edit-select-text.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ │ ├── edit-undo-history.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── edit_animation.svg │ │ │ │ │ ├── editclear.svg │ │ │ │ │ ├── editcopy.svg │ │ │ │ │ ├── editcut.svg │ │ │ │ │ ├── editdelete.svg │ │ │ │ │ ├── editimage.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── editpaste.svg │ │ │ │ │ ├── editpath.svg │ │ │ │ │ ├── edittext.svg │ │ │ │ │ ├── ellipse-shape.svg │ │ │ │ │ ├── embosstool.svg │ │ │ │ │ ├── emph.svg │ │ │ │ │ ├── end_of_life.svg │ │ │ │ │ ├── end_state.svg │ │ │ │ │ ├── enterprise.svg │ │ │ │ │ ├── entity.svg │ │ │ │ │ ├── entrance_animations.svg │ │ │ │ │ ├── entry-clone.svg │ │ │ │ │ ├── entry-delete.svg │ │ │ │ │ ├── entry-edit.svg │ │ │ │ │ ├── entry-new.svg │ │ │ │ │ ├── enum.svg │ │ │ │ │ ├── enumerate.svg │ │ │ │ │ ├── epiphany-download.svg │ │ │ │ │ ├── error.svg │ │ │ │ │ ├── errornext.svg │ │ │ │ │ ├── errorprev.svg │ │ │ │ │ ├── escape-direction-all.svg │ │ │ │ │ ├── escape-direction-down.svg │ │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ │ ├── escape-direction-left.svg │ │ │ │ │ ├── escape-direction-right.svg │ │ │ │ │ ├── escape-direction-up.svg │ │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ │ ├── exception.svg │ │ │ │ │ ├── exchange-positions-clockwise.svg │ │ │ │ │ ├── exchange-positions-zorder.svg │ │ │ │ │ ├── exchange-positions.svg │ │ │ │ │ ├── exifinfo.svg │ │ │ │ │ ├── exit.svg │ │ │ │ │ ├── exit_animations.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── extract-archive.svg │ │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ │ ├── favorite.svg │ │ │ │ │ ├── feed-subscribe.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── filefind.svg │ │ │ │ │ ├── filegrep.svg │ │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ │ ├── filename-divider.svg │ │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ │ ├── filename-group-length.svg │ │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ │ ├── filename-last-played.svg │ │ │ │ │ ├── filename-moodbar.svg │ │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ │ ├── filenew.svg │ │ │ │ │ ├── fileopen.svg │ │ │ │ │ ├── fileprint.svg │ │ │ │ │ ├── filequickprint.svg │ │ │ │ │ ├── filesave.svg │ │ │ │ │ ├── fileview-preview.svg │ │ │ │ │ ├── fill-color.svg │ │ │ │ │ ├── filmgrain.svg │ │ │ │ │ ├── final_activity.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── find.svg │ │ │ │ │ ├── flag-black.svg │ │ │ │ │ ├── flag-blue.svg │ │ │ │ │ ├── flag-green.svg │ │ │ │ │ ├── flag-red.svg │ │ │ │ │ ├── flag-yellow.svg │ │ │ │ │ ├── flag.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── flower-shape.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-stash.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── folder-tag.svg │ │ │ │ │ ├── folder_color_picker.svg │ │ │ │ │ ├── folder_new.svg │ │ │ │ │ ├── followmouse.svg │ │ │ │ │ ├── font-disable.svg │ │ │ │ │ ├── font-enable.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── food.svg │ │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ │ ├── fork.svg │ │ │ │ │ ├── format-add-node.svg │ │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ │ ├── format-border-set-all.svg │ │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ │ ├── format-border-set-external.svg │ │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ │ ├── format-border-set-left.svg │ │ │ │ │ ├── format-border-set-none.svg │ │ │ │ │ ├── format-border-set-right.svg │ │ │ │ │ ├── format-border-set-top.svg │ │ │ │ │ ├── format-border-style.svg │ │ │ │ │ ├── format-break-node.svg │ │ │ │ │ ├── format-connect-node.svg │ │ │ │ │ ├── format-convert-to-path.svg │ │ │ │ │ ├── format-currency.svg │ │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ │ ├── format-fill-color.svg │ │ │ │ │ ├── format-font-size-less.svg │ │ │ │ │ ├── format-font-size-more.svg │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ ├── format-insert-node.svg │ │ │ │ │ ├── format-join-node.svg │ │ │ │ │ ├── format-justify-center.svg │ │ │ │ │ ├── format-justify-fill.svg │ │ │ │ │ ├── format-justify-left.svg │ │ │ │ │ ├── format-justify-right.svg │ │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ │ ├── format-list-ordered.svg │ │ │ │ │ ├── format-list-unordered.svg │ │ │ │ │ ├── format-node-corner.svg │ │ │ │ │ ├── format-node-curve.svg │ │ │ │ │ ├── format-node-line.svg │ │ │ │ │ ├── format-node-smooth.svg │ │ │ │ │ ├── format-node-symmetric.svg │ │ │ │ │ ├── format-number-percent.svg │ │ │ │ │ ├── format-precision-less.svg │ │ │ │ │ ├── format-precision-more.svg │ │ │ │ │ ├── format-remove-node.svg │ │ │ │ │ ├── format-segment-curve.svg │ │ │ │ │ ├── format-segment-line.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ │ ├── format-text-bold.svg │ │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ │ ├── format-text-code.svg │ │ │ │ │ ├── format-text-color.svg │ │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ │ ├── format-text-italic.svg │ │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ │ ├── format-text-subscript.svg │ │ │ │ │ ├── format-text-superscript.svg │ │ │ │ │ ├── format-text-symbol.svg │ │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ │ ├── format-text-underline.svg │ │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ │ ├── formula.svg │ │ │ │ │ ├── freerotation.svg │ │ │ │ │ ├── frmt-text-direction-horizontal.svg │ │ │ │ │ ├── frmt-text-direction-r2l.svg │ │ │ │ │ ├── frmt-text-direction-vertical-lr.svg │ │ │ │ │ ├── frmt-text-direction-vertical.svg │ │ │ │ │ ├── games-achievements.svg │ │ │ │ │ ├── games-config-background.svg │ │ │ │ │ ├── games-config-board.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── games-config-theme.svg │ │ │ │ │ ├── games-config-tiles.svg │ │ │ │ │ ├── games-difficult.svg │ │ │ │ │ ├── games-endturn.svg │ │ │ │ │ ├── games-highscores.svg │ │ │ │ │ ├── games-hint.svg │ │ │ │ │ ├── games-solve.svg │ │ │ │ │ ├── geany-build.svg │ │ │ │ │ ├── geany-close-all.svg │ │ │ │ │ ├── geany-save-all.svg │ │ │ │ │ ├── gearhead-shape.svg │ │ │ │ │ ├── generalisation.svg │ │ │ │ │ ├── generalise.svg │ │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ │ ├── giggle-history-view.svg │ │ │ │ │ ├── giggle-tag.svg │ │ │ │ │ ├── globe.svg │ │ │ │ │ ├── gnome-app-install-star.svg │ │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ │ ├── gnome-stock-mail-fwd.svg │ │ │ │ │ ├── gnome-stock-mail-new.svg │ │ │ │ │ ├── gnome-stock-mail-rpl.svg │ │ │ │ │ ├── gnome-stock-mail-snd.svg │ │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ │ ├── gnumeric-autosum.svg │ │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ │ ├── gnumeric-bucket.svg │ │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ │ ├── gnumeric-font.svg │ │ │ │ │ ├── gnumeric-format-accounting.svg │ │ │ │ │ ├── gnumeric-format-border-all.svg │ │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ │ ├── gnumeric-format-border-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-inside-horiz.svg │ │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ │ ├── gnumeric-format-border-none.svg │ │ │ │ │ ├── gnumeric-format-border-outside.svg │ │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ │ ├── gnumeric-format-border-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-thick-outside.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-double-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top-n-thick-bottom.svg │ │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ │ ├── gnumeric-format-percentage.svg │ │ │ │ │ ├── gnumeric-format-precision-decrease.svg │ │ │ │ │ ├── gnumeric-format-precision-increase.svg │ │ │ │ │ ├── gnumeric-format-thousand-separator.svg │ │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ │ ├── gnumeric-group.svg │ │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ │ ├── gnumeric-object-arrow.svg │ │ │ │ │ ├── gnumeric-object-button.svg │ │ │ │ │ ├── gnumeric-object-checkbox.svg │ │ │ │ │ ├── gnumeric-object-combo.svg │ │ │ │ │ ├── gnumeric-object-ellipse.svg │ │ │ │ │ ├── gnumeric-object-label.svg │ │ │ │ │ ├── gnumeric-object-line.svg │ │ │ │ │ ├── gnumeric-object-list.svg │ │ │ │ │ ├── gnumeric-object-rectangle.svg │ │ │ │ │ ├── gnumeric-object-scrollbar.svg │ │ │ │ │ ├── gnumeric-object-spinbutton.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-cell.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ │ ├── gnumeric-pagesetup-hf-time.svg │ │ │ │ │ ├── gnumeric-protection-no.svg │ │ │ │ │ ├── gnumeric-protection-yes.svg │ │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-search.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first-view-page.svg │ │ │ │ │ ├── go-first-view.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ │ ├── go-jump-definition.svg │ │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ │ ├── go-jump-today.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last-view-page.svg │ │ │ │ │ ├── go-last-view.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-left-symbolic.svg │ │ │ │ │ ├── go-left.svg │ │ │ │ │ ├── go-next-context.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ │ ├── go-next-use.svg │ │ │ │ │ ├── go-next-view-page.svg │ │ │ │ │ ├── go-next-view.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-context.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ │ ├── go-previous-use.svg │ │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ │ ├── go-previous-view.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-right-symbolic.svg │ │ │ │ │ ├── go-right.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-search.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gpg.svg │ │ │ │ │ ├── gpgsm.svg │ │ │ │ │ ├── gps.svg │ │ │ │ │ ├── gradient.svg │ │ │ │ │ ├── graphics.svg │ │ │ │ │ ├── grid-rectangular.svg │ │ │ │ │ ├── group-delete.svg │ │ │ │ │ ├── group-edit.svg │ │ │ │ │ ├── group-new.svg │ │ │ │ │ ├── group.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtg-plugin.svg │ │ │ │ │ ├── gtg-tag.svg │ │ │ │ │ ├── gtg-tags-none.svg │ │ │ │ │ ├── gtg-task-done.svg │ │ │ │ │ ├── gtg-task-new.svg │ │ │ │ │ ├── gtg-task-undismiss.svg │ │ │ │ │ ├── gtg-task-undone.svg │ │ │ │ │ ├── gtk-about.svg │ │ │ │ │ ├── gtk-add.svg │ │ │ │ │ ├── gtk-apply.svg │ │ │ │ │ ├── gtk-authentication.svg │ │ │ │ │ ├── gtk-bold.svg │ │ │ │ │ ├── gtk-cancel.svg │ │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ │ ├── gtk-clear.svg │ │ │ │ │ ├── gtk-close.svg │ │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ │ ├── gtk-connect.svg │ │ │ │ │ ├── gtk-convert.svg │ │ │ │ │ ├── gtk-copy.svg │ │ │ │ │ ├── gtk-cut.svg │ │ │ │ │ ├── gtk-delete.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ │ ├── gtk-dnd-multiple.svg │ │ │ │ │ ├── gtk-edit.svg │ │ │ │ │ ├── gtk-execute.svg │ │ │ │ │ ├── gtk-file.svg │ │ │ │ │ ├── gtk-find-and-replace.svg │ │ │ │ │ ├── gtk-find.svg │ │ │ │ │ ├── gtk-floppy.svg │ │ │ │ │ ├── gtk-fullscreen.svg │ │ │ │ │ ├── gtk-go-back-ltr.svg │ │ │ │ │ ├── gtk-go-back-rtl.svg │ │ │ │ │ ├── gtk-go-down.svg │ │ │ │ │ ├── gtk-go-forward-ltr.svg │ │ │ │ │ ├── gtk-go-forward-rtl.svg │ │ │ │ │ ├── gtk-go-up.svg │ │ │ │ │ ├── gtk-goto-bottom.svg │ │ │ │ │ ├── gtk-goto-first-ltr.svg │ │ │ │ │ ├── gtk-goto-first-rtl.svg │ │ │ │ │ ├── gtk-goto-last-ltr.svg │ │ │ │ │ ├── gtk-goto-last-rtl.svg │ │ │ │ │ ├── gtk-goto-top.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-indent-ltr.svg │ │ │ │ │ ├── gtk-indent-rtl.svg │ │ │ │ │ ├── gtk-index.svg │ │ │ │ │ ├── gtk-italic.svg │ │ │ │ │ ├── gtk-jump-to-ltr.svg │ │ │ │ │ ├── gtk-justify-center.svg │ │ │ │ │ ├── gtk-justify-fill.svg │ │ │ │ │ ├── gtk-justify-left.svg │ │ │ │ │ ├── gtk-justify-right.svg │ │ │ │ │ ├── gtk-leave-fullscreen.svg │ │ │ │ │ ├── gtk-media-forward-ltr.svg │ │ │ │ │ ├── gtk-media-forward-rtl.svg │ │ │ │ │ ├── gtk-media-next-ltr.svg │ │ │ │ │ ├── gtk-media-next-rtl.svg │ │ │ │ │ ├── gtk-media-pause.svg │ │ │ │ │ ├── gtk-media-play-ltr.svg │ │ │ │ │ ├── gtk-media-previous-ltr.svg │ │ │ │ │ ├── gtk-media-previous-rtl.svg │ │ │ │ │ ├── gtk-media-record.svg │ │ │ │ │ ├── gtk-media-rewind-ltr.svg │ │ │ │ │ ├── gtk-media-rewind-rtl.svg │ │ │ │ │ ├── gtk-media-stop.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── gtk-new.svg │ │ │ │ │ ├── gtk-no.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-open.svg │ │ │ │ │ ├── gtk-paste.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-print-preview.svg │ │ │ │ │ ├── gtk-print.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-quit.svg │ │ │ │ │ ├── gtk-refresh.svg │ │ │ │ │ ├── gtk-remove.svg │ │ │ │ │ ├── gtk-revert-to-saved-ltr.svg │ │ │ │ │ ├── gtk-revert-to-saved-rtl.svg │ │ │ │ │ ├── gtk-save-as.svg │ │ │ │ │ ├── gtk-save.svg │ │ │ │ │ ├── gtk-select-all.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-select-font.svg │ │ │ │ │ ├── gtk-spell-check.svg │ │ │ │ │ ├── gtk-stop.svg │ │ │ │ │ ├── gtk-tab-duplicate.svg │ │ │ │ │ ├── gtk-tab-new.svg │ │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ │ ├── gtk-yes.svg │ │ │ │ │ ├── gtk-zoom-fit.svg │ │ │ │ │ ├── guides.svg │ │ │ │ │ ├── hand.svg │ │ │ │ │ ├── handle-left.svg │ │ │ │ │ ├── handle-move.svg │ │ │ │ │ ├── handle-right.svg │ │ │ │ │ ├── handle-sort.svg │ │ │ │ │ ├── hb-add-queue.svg │ │ │ │ │ ├── hb-complete.svg │ │ │ │ │ ├── hb-pause.svg │ │ │ │ │ ├── hb-presets.svg │ │ │ │ │ ├── hb-remove.svg │ │ │ │ │ ├── hb-showqueue.svg │ │ │ │ │ ├── hb-source.svg │ │ │ │ │ ├── hb-start.svg │ │ │ │ │ ├── hb-stop.svg │ │ │ │ │ ├── headphones.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-contextual.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-feedback.svg │ │ │ │ │ ├── help-hint.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-latex.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── hexagon-shape.svg │ │ │ │ │ ├── hide_table_column.svg │ │ │ │ │ ├── hide_table_row.svg │ │ │ │ │ ├── hidemouse.svg │ │ │ │ │ ├── hint.svg │ │ │ │ │ ├── history.svg │ │ │ │ │ ├── history_entry.svg │ │ │ │ │ ├── hook-notifier.svg │ │ │ │ │ ├── hotpixels.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── im-aim.svg │ │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ │ ├── im-ban-user.svg │ │ │ │ │ ├── im-facebook.svg │ │ │ │ │ ├── im-gadugadu.svg │ │ │ │ │ ├── im-google-talk.svg │ │ │ │ │ ├── im-google.svg │ │ │ │ │ ├── im-icq.svg │ │ │ │ │ ├── im-identi.ca.svg │ │ │ │ │ ├── im-invisible-user.svg │ │ │ │ │ ├── im-irc.svg │ │ │ │ │ ├── im-jabber.svg │ │ │ │ │ ├── im-kick-user.svg │ │ │ │ │ ├── im-local-xmpp.svg │ │ │ │ │ ├── im-message-new.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im-qq.svg │ │ │ │ │ ├── im-skype.svg │ │ │ │ │ ├── im-twitter.svg │ │ │ │ │ ├── im-user-away.svg │ │ │ │ │ ├── im-user-busy.svg │ │ │ │ │ ├── im-user-offline.svg │ │ │ │ │ ├── im-user-online.svg │ │ │ │ │ ├── im-user.svg │ │ │ │ │ ├── im-yahoo.svg │ │ │ │ │ ├── im-youtube.svg │ │ │ │ │ ├── image-auto-adjust.svg │ │ │ │ │ ├── imagecomment.svg │ │ │ │ │ ├── initial_state.svg │ │ │ │ │ ├── inpainting.svg │ │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ │ ├── insert-button.svg │ │ │ │ │ ├── insert-endnote.svg │ │ │ │ │ ├── insert-footnote.svg │ │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ │ ├── insert-image.svg │ │ │ │ │ ├── insert-link.svg │ │ │ │ │ ├── insert-math-expression.svg │ │ │ │ │ ├── insert-more-mark.svg │ │ │ │ │ ├── insert-page-break.svg │ │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ │ ├── insert-table-row.svg │ │ │ │ │ ├── insert-table.svg │ │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ │ ├── insert-text-frame.svg │ │ │ │ │ ├── insert-text.svg │ │ │ │ │ ├── insertcell.svg │ │ │ │ │ ├── interface.svg │ │ │ │ │ ├── internet-amarok.svg │ │ │ │ │ ├── internet-services.svg │ │ │ │ │ ├── invertimage.svg │ │ │ │ │ ├── irc-channel-active.svg │ │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ │ ├── irc-close-channel.svg │ │ │ │ │ ├── irc-join-channel.svg │ │ │ │ │ ├── irc-operator.svg │ │ │ │ │ ├── irc-remove-operator.svg │ │ │ │ │ ├── irc-unvoice.svg │ │ │ │ │ ├── irc-voice.svg │ │ │ │ │ ├── item.svg │ │ │ │ │ ├── itemize.svg │ │ │ │ │ ├── items-tags.svg │ │ │ │ │ ├── itmages-add.svg │ │ │ │ │ ├── itmages-cancel.svg │ │ │ │ │ ├── itmages-copy-link.svg │ │ │ │ │ ├── itmages-folder.svg │ │ │ │ │ ├── itmages-open-browser.svg │ │ │ │ │ ├── itmages-quit.svg │ │ │ │ │ ├── itmages-resize.svg │ │ │ │ │ ├── itmages-rotate.svg │ │ │ │ │ ├── itmages-select-all.svg │ │ │ │ │ ├── itmages-settings.svg │ │ │ │ │ ├── itmages-stop.svg │ │ │ │ │ ├── itmages-tools.svg │ │ │ │ │ ├── itmages-upload.svg │ │ │ │ │ ├── itmages-utils.svg │ │ │ │ │ ├── join.svg │ │ │ │ │ ├── journal-new.svg │ │ │ │ │ ├── junction.svg │ │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ │ ├── kdenlive-composite.svg │ │ │ │ │ ├── kdenlive-custom-effect.svg │ │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ │ ├── kdenlive-down.svg │ │ │ │ │ ├── kdenlive-hide-audio.svg │ │ │ │ │ ├── kdenlive-hide-video.svg │ │ │ │ │ ├── kdenlive-insert-edit.svg │ │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ │ ├── kdenlive-no-composite.svg │ │ │ │ │ ├── kdenlive-normal-edit.svg │ │ │ │ │ ├── kdenlive-object-height.svg │ │ │ │ │ ├── kdenlive-object-width.svg │ │ │ │ │ ├── kdenlive-overwrite-edit.svg │ │ │ │ │ ├── kdenlive-select-all.svg │ │ │ │ │ ├── kdenlive-select-images.svg │ │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ │ ├── kdenlive-select-texts.svg │ │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ │ ├── kdenlive-show-audio.svg │ │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ │ ├── kdenlive-show-markers.svg │ │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ │ ├── kdenlive-split-audio.svg │ │ │ │ │ ├── kdenlive-track_has_effect.svg │ │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ │ ├── kdenlive-up.svg │ │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ │ ├── kdenlive-zindex-down.svg │ │ │ │ │ ├── kdenlive-zindex-top.svg │ │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ │ ├── key-enter.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── kmousetool_off.svg │ │ │ │ │ ├── kmousetool_on.svg │ │ │ │ │ ├── kmouth-phrase-new.svg │ │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ │ ├── kmouth-phresebook-new.svg │ │ │ │ │ ├── knotes_alarm.svg │ │ │ │ │ ├── knotes_date.svg │ │ │ │ │ ├── knotes_delete.svg │ │ │ │ │ ├── know.svg │ │ │ │ │ ├── kontes_close.svg │ │ │ │ │ ├── kr_combine.svg │ │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ │ ├── kr_diskusage.svg │ │ │ │ │ ├── kr_jumpback.svg │ │ │ │ │ ├── kr_mountman.svg │ │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ │ ├── kr_unselect.svg │ │ │ │ │ ├── kstars_advanced.svg │ │ │ │ │ ├── kstars_catalog.svg │ │ │ │ │ ├── kstars_cbound.svg │ │ │ │ │ ├── kstars_clines.svg │ │ │ │ │ ├── kstars_cnames.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── kstars_constellationart.svg │ │ │ │ │ ├── kstars_deepsky.svg │ │ │ │ │ ├── kstars_ekos.svg │ │ │ │ │ ├── kstars_fitsviewer.svg │ │ │ │ │ ├── kstars_flag.svg │ │ │ │ │ ├── kstars_grid.svg │ │ │ │ │ ├── kstars_guides.svg │ │ │ │ │ ├── kstars_hgrid.svg │ │ │ │ │ ├── kstars_horizon.svg │ │ │ │ │ ├── kstars_indi.svg │ │ │ │ │ ├── kstars_mw.svg │ │ │ │ │ ├── kstars_planets.svg │ │ │ │ │ ├── kstars_satellites.svg │ │ │ │ │ ├── kstars_solarsystem.svg │ │ │ │ │ ├── kstars_stars.svg │ │ │ │ │ ├── kstars_supernovae.svg │ │ │ │ │ ├── kstars_xplanet.svg │ │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ │ ├── kt-add-filters.svg │ │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ │ ├── kt-check-data.svg │ │ │ │ │ ├── kt-chunks.svg │ │ │ │ │ ├── kt-encrypted.svg │ │ │ │ │ ├── kt-info-widget.svg │ │ │ │ │ ├── kt-magnet.svg │ │ │ │ │ ├── kt-pause.svg │ │ │ │ │ ├── kt-plugins.svg │ │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ │ ├── kt-remove-filters.svg │ │ │ │ │ ├── kt-remove.svg │ │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ │ ├── kt-start-all.svg │ │ │ │ │ ├── kt-start.svg │ │ │ │ │ ├── kt-stop-all.svg │ │ │ │ │ ├── kt-stop.svg │ │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ │ ├── l2h.svg │ │ │ │ │ ├── label-amarok.svg │ │ │ │ │ ├── label.svg │ │ │ │ │ ├── labplot-1x-zoom.svg │ │ │ │ │ ├── labplot-2x-zoom.svg │ │ │ │ │ ├── labplot-3x-zoom.svg │ │ │ │ │ ├── labplot-4x-zoom.svg │ │ │ │ │ ├── labplot-5x-zoom.svg │ │ │ │ │ ├── labplot-TeX-logo.svg │ │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ │ ├── labplot-axis-horizontal.svg │ │ │ │ │ ├── labplot-axis-vertical.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ │ ├── labplot-matrix-new.svg │ │ │ │ │ ├── labplot-matrix.svg │ │ │ │ │ ├── labplot-plot-axis-points.svg │ │ │ │ │ ├── labplot-shift-down-y.svg │ │ │ │ │ ├── labplot-shift-left-x.svg │ │ │ │ │ ├── labplot-shift-right-x.svg │ │ │ │ │ ├── labplot-shift-up-y.svg │ │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ │ ├── labplot-workbook-new.svg │ │ │ │ │ ├── labplot-workbook.svg │ │ │ │ │ ├── labplot-worksheet-new.svg │ │ │ │ │ ├── labplot-worksheet.svg │ │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ │ ├── labplot-xy-curve-segments.svg │ │ │ │ │ ├── labplot-xy-curve.svg │ │ │ │ │ ├── labplot-xy-equation-curve.svg │ │ │ │ │ ├── labplot-xy-fit-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-filter-curve.svg │ │ │ │ │ ├── labplot-xy-fourier-transform-curve.svg │ │ │ │ │ ├── labplot-xy-interpolation-curve.svg │ │ │ │ │ ├── labplot-xy-plot-four-axes.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered-origin.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes-centered.svg │ │ │ │ │ ├── labplot-xy-plot-two-axes.svg │ │ │ │ │ ├── labplot-xy-smoothing-curve.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── languages.svg │ │ │ │ │ ├── latex-config.svg │ │ │ │ │ ├── latex.svg │ │ │ │ │ ├── layer-rename.svg │ │ │ │ │ ├── layer-visible-off.svg │ │ │ │ │ ├── layer-visible-on.svg │ │ │ │ │ ├── lens.svg │ │ │ │ │ ├── lensautofix.svg │ │ │ │ │ ├── lensdistortion.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── license.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lighttableadd.svg │ │ │ │ │ ├── lilypond.svg │ │ │ │ │ ├── linear.svg │ │ │ │ │ ├── lines-connector.svg │ │ │ │ │ ├── link.svg │ │ │ │ │ ├── list-add-font.svg │ │ │ │ │ ├── list-add-user.svg │ │ │ │ │ ├── list-add.svg │ │ │ │ │ ├── list-remove-user.svg │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ ├── list-resource-add.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── love-amarok.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── lpi-bug.svg │ │ │ │ │ ├── lpi-translate.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-flagged.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-task.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-receive.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-task.svg │ │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── mail_forward.svg │ │ │ │ │ ├── mail_new.svg │ │ │ │ │ ├── mail_reply.svg │ │ │ │ │ ├── mail_replyall.svg │ │ │ │ │ ├── makeidx.svg │ │ │ │ │ ├── map-flat.svg │ │ │ │ │ ├── map-globe.svg │ │ │ │ │ ├── map-gnomonic.svg │ │ │ │ │ ├── map-mercator.svg │ │ │ │ │ ├── mark-location.svg │ │ │ │ │ ├── markasblank.svg │ │ │ │ │ ├── math0.svg │ │ │ │ │ ├── mathmode.svg │ │ │ │ │ ├── measure.svg │ │ │ │ │ ├── media-album-cover │ │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ │ ├── media-album-cover.svg │ │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ │ ├── media-album-track.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-import-audio-cd.svg │ │ │ │ │ ├── media-mount.svg │ │ │ │ │ ├── media-mout.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-append.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-play.svg │ │ │ │ │ ├── media-playlist-repeat-amarok.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ │ ├── media-track-show-active.svg │ │ │ │ │ ├── medskip.svg │ │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ │ ├── meeting-attending.svg │ │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ │ ├── meld-version-control.svg │ │ │ │ │ ├── menu_new.svg │ │ │ │ │ ├── menu_new_sep.svg │ │ │ │ │ ├── merge.svg │ │ │ │ │ ├── mesh-gradient.svg │ │ │ │ │ ├── messagebox_warning.svg │ │ │ │ │ ├── milestone.svg │ │ │ │ │ ├── minuet-chords.svg │ │ │ │ │ ├── minuet-intervals.svg │ │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ │ ├── minuet-scales.svg │ │ │ │ │ ├── mode1.svg │ │ │ │ │ ├── mode2.svg │ │ │ │ │ ├── mode3.svg │ │ │ │ │ ├── mode4.svg │ │ │ │ │ ├── mode5.svg │ │ │ │ │ ├── modified.svg │ │ │ │ │ ├── motion_path_animations.svg │ │ │ │ │ ├── mpost.svg │ │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ │ ├── multirow.svg │ │ │ │ │ ├── music-amarok.svg │ │ │ │ │ ├── music-note-16th.svg │ │ │ │ │ ├── nemo-eject.svg │ │ │ │ │ ├── network-connect.svg │ │ │ │ │ ├── network-disconnect.svg │ │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ │ ├── new-command-alarm.svg │ │ │ │ │ ├── newline.svg │ │ │ │ │ ├── news-subscribe.svg │ │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ │ ├── next.svg │ │ │ │ │ ├── nextfuzzy.svg │ │ │ │ │ ├── nextfuzzyuntrans.svg │ │ │ │ │ ├── nextuntranslated.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── node-add.svg │ │ │ │ │ ├── node-break.svg │ │ │ │ │ ├── node-delete-segment.svg │ │ │ │ │ ├── node-delete.svg │ │ │ │ │ ├── node-join-segment.svg │ │ │ │ │ ├── node-join.svg │ │ │ │ │ ├── node-segment-curve.svg │ │ │ │ │ ├── node-segment-line.svg │ │ │ │ │ ├── node-transform.svg │ │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ │ ├── node-type-cusp.svg │ │ │ │ │ ├── node-type-smooth.svg │ │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ │ ├── node.svg │ │ │ │ │ ├── noisereduction.svg │ │ │ │ │ ├── note.svg │ │ │ │ │ ├── notifications-disabled.svg │ │ │ │ │ ├── notifications.svg │ │ │ │ │ ├── nroot.svg │ │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ │ ├── object-columns.svg │ │ │ │ │ ├── object-crop.svg │ │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ │ ├── object-group-calligra.svg │ │ │ │ │ ├── object-group.svg │ │ │ │ │ ├── object-hidden.svg │ │ │ │ │ ├── object-inverse.svg │ │ │ │ │ ├── object-locked.svg │ │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── object-rotate-left.svg │ │ │ │ │ ├── object-rotate-right.svg │ │ │ │ │ ├── object-rows.svg │ │ │ │ │ ├── object-to-path.svg │ │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ │ ├── object-ungroup-pop-selection.svg │ │ │ │ │ ├── object-ungroup.svg │ │ │ │ │ ├── object-unlocked.svg │ │ │ │ │ ├── object-visible.svg │ │ │ │ │ ├── object.svg │ │ │ │ │ ├── object_node.svg │ │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ │ ├── office-chart-area.svg │ │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ │ ├── office-chart-bar.svg │ │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ │ ├── office-chart-line.svg │ │ │ │ │ ├── office-chart-pie.svg │ │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ │ ├── office-chart-polar.svg │ │ │ │ │ ├── office-chart-ring.svg │ │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ │ ├── offline-settings.svg │ │ │ │ │ ├── offline.svg │ │ │ │ │ ├── oilpaint.svg │ │ │ │ │ ├── online.svg │ │ │ │ │ ├── open-for-editing.svg │ │ │ │ │ ├── open-menu.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overexposure.svg │ │ │ │ │ ├── overflow-menu-left.svg │ │ │ │ │ ├── overflow-menu-right.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_settings.svg │ │ │ │ │ ├── page-2sides.svg │ │ │ │ │ ├── page-3sides.svg │ │ │ │ │ ├── page-4sides.svg │ │ │ │ │ ├── page-simple.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── paint-none.svg │ │ │ │ │ ├── paint-order-fms.svg │ │ │ │ │ ├── paint-order-fsm.svg │ │ │ │ │ ├── paint-order-mfs.svg │ │ │ │ │ ├── paint-order-msf.svg │ │ │ │ │ ├── paint-order-sfm.svg │ │ │ │ │ ├── paint-order-smf.svg │ │ │ │ │ ├── password-copy.svg │ │ │ │ │ ├── password-generate.svg │ │ │ │ │ ├── password-show-off.svg │ │ │ │ │ ├── password-show-on.svg │ │ │ │ │ ├── path-clip-edit.svg │ │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ │ ├── path-mask-edit.svg │ │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ │ ├── path-reverse.svg │ │ │ │ │ ├── path-simplify.svg │ │ │ │ │ ├── pathshape.svg │ │ │ │ │ ├── pdf-annotations.svg │ │ │ │ │ ├── pdflatex.svg │ │ │ │ │ ├── pdftex.svg │ │ │ │ │ ├── pentagon-shape.svg │ │ │ │ │ ├── perspective.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photos-amarok.svg │ │ │ │ │ ├── pin.svg │ │ │ │ │ ├── player-eject.svg │ │ │ │ │ ├── player-time.svg │ │ │ │ │ ├── player-volume-muted.svg │ │ │ │ │ ├── player-volume.svg │ │ │ │ │ ├── player_eject.svg │ │ │ │ │ ├── player_end.svg │ │ │ │ │ ├── player_fwd.svg │ │ │ │ │ ├── player_pause.svg │ │ │ │ │ ├── player_play.svg │ │ │ │ │ ├── player_record.svg │ │ │ │ │ ├── player_rew.svg │ │ │ │ │ ├── player_start.svg │ │ │ │ │ ├── player_stop.svg │ │ │ │ │ ├── playlist-generator.svg │ │ │ │ │ ├── playlist-sort.svg │ │ │ │ │ ├── plugins.svg │ │ │ │ │ ├── podcast-amarok.svg │ │ │ │ │ ├── podcast-new.svg │ │ │ │ │ ├── poedit-fuzzy.svg │ │ │ │ │ ├── poedit-status-bookmark.svg │ │ │ │ │ ├── poedit-status-cat-mid.svg │ │ │ │ │ ├── poedit-status-cat-no.svg │ │ │ │ │ ├── poedit-status-cat-ok.svg │ │ │ │ │ ├── poedit-status-comment.svg │ │ │ │ │ ├── poedit-sync.svg │ │ │ │ │ ├── poedit-update.svg │ │ │ │ │ ├── poedit-validate.svg │ │ │ │ │ ├── pointer.svg │ │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ │ ├── port.svg │ │ │ │ │ ├── postalcode.svg │ │ │ │ │ ├── practice-setup.svg │ │ │ │ │ ├── practice-start.svg │ │ │ │ │ ├── practice-stop.svg │ │ │ │ │ ├── precondition.svg │ │ │ │ │ ├── preferences-activities.svg │ │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preflight-verifier.svg │ │ │ │ │ ├── presence_away.svg │ │ │ │ │ ├── presence_offline.svg │ │ │ │ │ ├── presence_online.svg │ │ │ │ │ ├── presence_unknown.svg │ │ │ │ │ ├── prevfuzzy.svg │ │ │ │ │ ├── prevfuzzyuntrans.svg │ │ │ │ │ ├── preview-add-zone.svg │ │ │ │ │ ├── preview-remove-all.svg │ │ │ │ │ ├── preview-remove-zone.svg │ │ │ │ │ ├── preview-render-off.svg │ │ │ │ │ ├── preview-render-on.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── preview_math.svg │ │ │ │ │ ├── preview_sel.svg │ │ │ │ │ ├── previous.svg │ │ │ │ │ ├── prevuntranslated.svg │ │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ │ ├── privatebrowsing.svg │ │ │ │ │ ├── process-stop.svg │ │ │ │ │ ├── project-defaults.svg │ │ │ │ │ ├── project-development-close-all.svg │ │ │ │ │ ├── project-development-close.svg │ │ │ │ │ ├── project-development-new-template.svg │ │ │ │ │ ├── project-development.svg │ │ │ │ │ ├── project-open.svg │ │ │ │ │ ├── project_add.svg │ │ │ │ │ ├── project_archive.svg │ │ │ │ │ ├── project_rebuild.svg │ │ │ │ │ ├── project_remove.svg │ │ │ │ │ ├── project_show.svg │ │ │ │ │ ├── projectgrep.svg │ │ │ │ │ ├── ps2pdf.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── question.svg │ │ │ │ │ ├── quick.svg │ │ │ │ │ ├── quickopen-class.svg │ │ │ │ │ ├── quickopen-file.svg │ │ │ │ │ ├── quickopen-function.svg │ │ │ │ │ ├── quickopen.svg │ │ │ │ │ ├── quickview.svg │ │ │ │ │ ├── quickwizard.svg │ │ │ │ │ ├── rabbitvcs-about.svg │ │ │ │ │ ├── rabbitvcs-add.svg │ │ │ │ │ ├── rabbitvcs-applypatch.svg │ │ │ │ │ ├── rabbitvcs-bug.svg │ │ │ │ │ ├── rabbitvcs-changes.svg │ │ │ │ │ ├── rabbitvcs-checkmods.svg │ │ │ │ │ ├── rabbitvcs-checkout.svg │ │ │ │ │ ├── rabbitvcs-commit.svg │ │ │ │ │ ├── rabbitvcs-dbus.svg │ │ │ │ │ ├── rabbitvcs-delete.svg │ │ │ │ │ ├── rabbitvcs-editconflicts.svg │ │ │ │ │ ├── rabbitvcs-emblems.svg │ │ │ │ │ ├── rabbitvcs-export.svg │ │ │ │ │ ├── rabbitvcs-import.svg │ │ │ │ │ ├── rabbitvcs-lock.svg │ │ │ │ │ ├── rabbitvcs-properties.svg │ │ │ │ │ ├── rabbitvcs-push.svg │ │ │ │ │ ├── rabbitvcs-refresh.svg │ │ │ │ │ ├── rabbitvcs-relocate.svg │ │ │ │ │ ├── rabbitvcs-reset.svg │ │ │ │ │ ├── rabbitvcs-run.svg │ │ │ │ │ ├── rabbitvcs-settings.svg │ │ │ │ │ ├── rabbitvcs-show_log.svg │ │ │ │ │ ├── rabbitvcs-stop.svg │ │ │ │ │ ├── rabbitvcs-switch.svg │ │ │ │ │ ├── rabbitvcs-unlock.svg │ │ │ │ │ ├── rabbitvcs-unstage.svg │ │ │ │ │ ├── rabbitvcs-update.svg │ │ │ │ │ ├── raindrop.svg │ │ │ │ │ ├── randomize.svg │ │ │ │ │ ├── ratiocrop.svg │ │ │ │ │ ├── realization.svg │ │ │ │ │ ├── rectangle-shape.svg │ │ │ │ │ ├── redeyes.svg │ │ │ │ │ ├── refactor.svg │ │ │ │ │ ├── refreshstructure.svg │ │ │ │ │ ├── region.svg │ │ │ │ │ ├── relation.svg │ │ │ │ │ ├── relationship.svg │ │ │ │ │ ├── reload.svg │ │ │ │ │ ├── reload3.svg │ │ │ │ │ ├── reload_all_tabs.svg │ │ │ │ │ ├── reload_page.svg │ │ │ │ │ ├── remove-amarok.svg │ │ │ │ │ ├── remove-link.svg │ │ │ │ │ ├── remove.svg │ │ │ │ │ ├── removecell.svg │ │ │ │ │ ├── repeat.svg │ │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ │ ├── resource-group-new.svg │ │ │ │ │ ├── resource-group.svg │ │ │ │ │ ├── restoration.svg │ │ │ │ │ ├── reverse.svg │ │ │ │ │ ├── revert.svg │ │ │ │ │ ├── roll.svg │ │ │ │ │ ├── routeplanning.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── run-build-clean.svg │ │ │ │ │ ├── run-build-configure.svg │ │ │ │ │ ├── run-build-file.svg │ │ │ │ │ ├── run-build-install-root.svg │ │ │ │ │ ├── run-build-install.svg │ │ │ │ │ ├── run-build-prune.svg │ │ │ │ │ ├── run-build.svg │ │ │ │ │ ├── run-clean.svg │ │ │ │ │ ├── run-install.svg │ │ │ │ │ ├── scriptnew.svg │ │ │ │ │ ├── scriptopen.svg │ │ │ │ │ ├── search-icon.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── select-rectangular.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── selection-bottom.svg │ │ │ │ │ ├── selection-lower.svg │ │ │ │ │ ├── selection-make-bitmap-copy.svg │ │ │ │ │ ├── selection-raise.svg │ │ │ │ │ ├── selection-top.svg │ │ │ │ │ ├── selection.svg │ │ │ │ │ ├── send_signal.svg │ │ │ │ │ ├── services.svg │ │ │ │ │ ├── set-language.svg │ │ │ │ │ ├── setroubleshoot_icon.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── settings.svg │ │ │ │ │ ├── shallow-history.svg │ │ │ │ │ ├── shape-choose.svg │ │ │ │ │ ├── shapes.svg │ │ │ │ │ ├── sharpenimage.svg │ │ │ │ │ ├── shear.svg │ │ │ │ │ ├── show-all-effects.svg │ │ │ │ │ ├── show-dialogs.svg │ │ │ │ │ ├── show-gpu-effects.svg │ │ │ │ │ ├── show-grid.svg │ │ │ │ │ ├── show-menu.svg │ │ │ │ │ ├── show-node-handles.svg │ │ │ │ │ ├── show-offline.svg │ │ │ │ │ ├── show-path-outline.svg │ │ │ │ │ ├── show_table_column.svg │ │ │ │ │ ├── show_table_row.svg │ │ │ │ │ ├── shuffle.svg │ │ │ │ │ ├── sidebar-places.svg │ │ │ │ │ ├── sidebar.svg │ │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ │ ├── skg-chart-bubble.svg │ │ │ │ │ ├── skrooge_credit_card.svg │ │ │ │ │ ├── skrooge_less.svg │ │ │ │ │ ├── skrooge_more.svg │ │ │ │ │ ├── skrooge_much_less.svg │ │ │ │ │ ├── skrooge_much_more.svg │ │ │ │ │ ├── skrooge_type.svg │ │ │ │ │ ├── slanted.svg │ │ │ │ │ ├── slideshow-plugin.svg │ │ │ │ │ ├── smallclock.svg │ │ │ │ │ ├── smallfrac.svg │ │ │ │ │ ├── smallskip.svg │ │ │ │ │ ├── smartnewline.svg │ │ │ │ │ ├── smiley-add.svg │ │ │ │ │ ├── smiley-shape.svg │ │ │ │ │ ├── smiley.svg │ │ │ │ │ ├── smooth.svg │ │ │ │ │ ├── snap-angle.svg │ │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ │ ├── snap-extension.svg │ │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ │ ├── snap-guideline.svg │ │ │ │ │ ├── snap-intersection.svg │ │ │ │ │ ├── snap-node.svg │ │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ │ ├── snap-page.svg │ │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ │ ├── snap.svg │ │ │ │ │ ├── social.svg │ │ │ │ │ ├── sort-name.svg │ │ │ │ │ ├── sort-presence.svg │ │ │ │ │ ├── sort_incr.svg │ │ │ │ │ ├── soundkonverter-replaygain.svg │ │ │ │ │ ├── spacefm-find.svg │ │ │ │ │ ├── speaker.svg │ │ │ │ │ ├── special_paste.svg │ │ │ │ │ ├── specific-setup.svg │ │ │ │ │ ├── speedometer.svg │ │ │ │ │ ├── spiral-shape.svg │ │ │ │ │ ├── split.svg │ │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ │ ├── sqrt.svg │ │ │ │ │ ├── standard-connector.svg │ │ │ │ │ ├── star-shape.svg │ │ │ │ │ ├── start-over.svg │ │ │ │ │ ├── start.svg │ │ │ │ │ ├── state-fork.svg │ │ │ │ │ ├── stateshape.svg │ │ │ │ │ ├── statetool.svg │ │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ │ ├── step_object_Box.svg │ │ │ │ │ ├── step_object_ChargedParticle.svg │ │ │ │ │ ├── step_object_CircularMotor.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── step_object_CoulombForce.svg │ │ │ │ │ ├── step_object_Disk.svg │ │ │ │ │ ├── step_object_Gas.svg │ │ │ │ │ ├── step_object_GasParticle.svg │ │ │ │ │ ├── step_object_Graph.svg │ │ │ │ │ ├── step_object_GravitationForce.svg │ │ │ │ │ ├── step_object_LinearMotor.svg │ │ │ │ │ ├── step_object_Meter.svg │ │ │ │ │ ├── step_object_Note.svg │ │ │ │ │ ├── step_object_Particle.svg │ │ │ │ │ ├── step_object_Pin.svg │ │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ │ ├── step_object_Rope.svg │ │ │ │ │ ├── step_object_SoftBody.svg │ │ │ │ │ ├── step_object_Spring.svg │ │ │ │ │ ├── step_object_Stick.svg │ │ │ │ │ ├── step_object_Tracer.svg │ │ │ │ │ ├── step_object_WeightForce.svg │ │ │ │ │ ├── sticky_zoom.svg │ │ │ │ │ ├── stock_about.svg │ │ │ │ │ ├── stock_add-bookmark.svg │ │ │ │ │ ├── stock_bottom.svg │ │ │ │ │ ├── stock_calc-accept.svg │ │ │ │ │ ├── stock_check-filled.svg │ │ │ │ │ ├── stock_close.svg │ │ │ │ │ ├── stock_contact-list.svg │ │ │ │ │ ├── stock_copy.svg │ │ │ │ │ ├── stock_cut.svg │ │ │ │ │ ├── stock_delete.svg │ │ │ │ │ ├── stock_down.svg │ │ │ │ │ ├── stock_exit.svg │ │ │ │ │ ├── stock_file-properites.svg │ │ │ │ │ ├── stock_file-properties.svg │ │ │ │ │ ├── stock_first.svg │ │ │ │ │ ├── stock_folder_properties.svg │ │ │ │ │ ├── stock_fullscreen.svg │ │ │ │ │ ├── stock_gtk-dnd-multiple.svg │ │ │ │ │ ├── stock_help-add-bookmark.svg │ │ │ │ │ ├── stock_insert-rule.svg │ │ │ │ │ ├── stock_insert-table.svg │ │ │ │ │ ├── stock_last.svg │ │ │ │ │ ├── stock_leave-fullscreen.svg │ │ │ │ │ ├── stock_left.svg │ │ │ │ │ ├── stock_mail-compose.svg │ │ │ │ │ ├── stock_mail-flag-for-followup-done.svg │ │ │ │ │ ├── stock_mail-flag-for-followup.svg │ │ │ │ │ ├── stock_mail-forward.svg │ │ │ │ │ ├── stock_mail-reply-to-all.svg │ │ │ │ │ ├── stock_mail-reply.svg │ │ │ │ │ ├── stock_mail-send.svg │ │ │ │ │ ├── stock_mark.svg │ │ │ │ │ ├── stock_media-fwd.svg │ │ │ │ │ ├── stock_media-next.svg │ │ │ │ │ ├── stock_media-pause.svg │ │ │ │ │ ├── stock_media-play.svg │ │ │ │ │ ├── stock_media-prev.svg │ │ │ │ │ ├── stock_media-rec.svg │ │ │ │ │ ├── stock_media-rew.svg │ │ │ │ │ ├── stock_media-stop.svg │ │ │ │ │ ├── stock_navigator.svg │ │ │ │ │ ├── stock_new-address-book.svg │ │ │ │ │ ├── stock_new-appointment.svg │ │ │ │ │ ├── stock_new-bcard.svg │ │ │ │ │ ├── stock_new-dir.svg │ │ │ │ │ ├── stock_new-tab.svg │ │ │ │ │ ├── stock_new-text.svg │ │ │ │ │ ├── stock_no.svg │ │ │ │ │ ├── stock_not.svg │ │ │ │ │ ├── stock_paste.svg │ │ │ │ │ ├── stock_print-preview.svg │ │ │ │ │ ├── stock_print.svg │ │ │ │ │ ├── stock_properties.svg │ │ │ │ │ ├── stock_redo.svg │ │ │ │ │ ├── stock_refresh.svg │ │ │ │ │ ├── stock_right.svg │ │ │ │ │ ├── stock_save-as.svg │ │ │ │ │ ├── stock_save.svg │ │ │ │ │ ├── stock_score-high.svg │ │ │ │ │ ├── stock_score-higher.svg │ │ │ │ │ ├── stock_score-highest.svg │ │ │ │ │ ├── stock_score-low.svg │ │ │ │ │ ├── stock_score-lower.svg │ │ │ │ │ ├── stock_score-lowest.svg │ │ │ │ │ ├── stock_score-normal.svg │ │ │ │ │ ├── stock_search.svg │ │ │ │ │ ├── stock_select-all.svg │ │ │ │ │ ├── stock_select-column.svg │ │ │ │ │ ├── stock_select-row.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_show-all.svg │ │ │ │ │ ├── stock_stop.svg │ │ │ │ │ ├── stock_task-assigned-to.svg │ │ │ │ │ ├── stock_task-assigned.svg │ │ │ │ │ ├── stock_task-recurring.svg │ │ │ │ │ ├── stock_task.svg │ │ │ │ │ ├── stock_thunar-shortcuts.svg │ │ │ │ │ ├── stock_timezone.svg │ │ │ │ │ ├── stock_todo.svg │ │ │ │ │ ├── stock_top.svg │ │ │ │ │ ├── stock_undo.svg │ │ │ │ │ ├── stock_up.svg │ │ │ │ │ ├── stock_view-details.svg │ │ │ │ │ ├── stock_volume.svg │ │ │ │ │ ├── stock_xfburn-data-copy.svg │ │ │ │ │ ├── stock_xfburn-format-dvdrw.svg │ │ │ │ │ ├── stock_yes.svg │ │ │ │ │ ├── stock_zoom-page.svg │ │ │ │ │ ├── stop.svg │ │ │ │ │ ├── story-editor.svg │ │ │ │ │ ├── straight-connector.svg │ │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ │ ├── stroke-join-round.svg │ │ │ │ │ ├── stroke-to-path.svg │ │ │ │ │ ├── strong.svg │ │ │ │ │ ├── structure.svg │ │ │ │ │ ├── subsystem.svg │ │ │ │ │ ├── svn-commit.svg │ │ │ │ │ ├── svn-update.svg │ │ │ │ │ ├── swap-panels.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tab-close-other.svg │ │ │ │ │ ├── tab-close.svg │ │ │ │ │ ├── tab-detach.svg │ │ │ │ │ ├── tab-duplicate.svg │ │ │ │ │ ├── tab-new-background.svg │ │ │ │ │ ├── tab-new.svg │ │ │ │ │ ├── tab.svg │ │ │ │ │ ├── tab_duplicate.svg │ │ │ │ │ ├── tab_new.svg │ │ │ │ │ ├── table.svg │ │ │ │ │ ├── tag-addressbook.svg │ │ │ │ │ ├── tag-assigned.svg │ │ │ │ │ ├── tag-delete.svg │ │ │ │ │ ├── tag-events.svg │ │ │ │ │ ├── tag-folder.svg │ │ │ │ │ ├── tag-new.svg │ │ │ │ │ ├── tag-people.svg │ │ │ │ │ ├── tag-places.svg │ │ │ │ │ ├── tag-properties.svg │ │ │ │ │ ├── tag-recents.svg │ │ │ │ │ ├── tag-reset.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── tap-extract-to.svg │ │ │ │ │ ├── tap-extract.svg │ │ │ │ │ ├── task-new.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── template.svg │ │ │ │ │ ├── texcompiler.svg │ │ │ │ │ ├── texlion.svg │ │ │ │ │ ├── text-field.svg │ │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ │ ├── text-frame-link.svg │ │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ │ ├── text-orientation-auto.svg │ │ │ │ │ ├── text-orientation-sideways.svg │ │ │ │ │ ├── text-orientation-upright.svg │ │ │ │ │ ├── text-speak.svg │ │ │ │ │ ├── text-unflow.svg │ │ │ │ │ ├── text-wrap.svg │ │ │ │ │ ├── text_horz_kern.svg │ │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ │ ├── text_line_spacing.svg │ │ │ │ │ ├── text_remove_kerns.svg │ │ │ │ │ ├── text_rotation.svg │ │ │ │ │ ├── text_subscript.svg │ │ │ │ │ ├── text_superscript.svg │ │ │ │ │ ├── text_vert_kern.svg │ │ │ │ │ ├── text_word_spacing.svg │ │ │ │ │ ├── texture.svg │ │ │ │ │ ├── timeline-extract.svg │ │ │ │ │ ├── timeline-insert.svg │ │ │ │ │ ├── timeline-lift.svg │ │ │ │ │ ├── timeline-overwrite.svg │ │ │ │ │ ├── timeline-use-zone-off.svg │ │ │ │ │ ├── timeline-use-zone-on.svg │ │ │ │ │ ├── tiny-pause.svg │ │ │ │ │ ├── tiny-start.svg │ │ │ │ │ ├── tool-animator.svg │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ ├── tool-node-editor.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tool-spray.svg │ │ │ │ │ ├── tool-text.svg │ │ │ │ │ ├── tool-tweak.svg │ │ │ │ │ ├── tool_brush.svg │ │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ │ ├── tool_color_eraser.svg │ │ │ │ │ ├── tool_color_picker.svg │ │ │ │ │ ├── tool_curve.svg │ │ │ │ │ ├── tool_ellipse.svg │ │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ │ ├── tool_eraser.svg │ │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ │ ├── tool_free_form_selection.svg │ │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ │ ├── tool_line.svg │ │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ │ ├── tool_pen.svg │ │ │ │ │ ├── tool_polygon.svg │ │ │ │ │ ├── tool_polyline.svg │ │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ │ ├── tool_rectangle.svg │ │ │ │ │ ├── tool_references.svg │ │ │ │ │ ├── tool_review.svg │ │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ │ ├── tool_spraycan.svg │ │ │ │ │ ├── tool_text.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── top.svg │ │ │ │ │ ├── torrents.svg │ │ │ │ │ ├── transform-browse.svg │ │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ │ ├── transform-crop.svg │ │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ │ ├── transform-move.svg │ │ │ │ │ ├── transform-rotate.svg │ │ │ │ │ ├── transform-scale-horizontal.svg │ │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ │ ├── transform-scale-vertical.svg │ │ │ │ │ ├── transform-scale.svg │ │ │ │ │ ├── transform-shear-down.svg │ │ │ │ │ ├── transform-shear-left.svg │ │ │ │ │ ├── transform-shear-right.svg │ │ │ │ │ ├── transform-shear-up.svg │ │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ │ ├── transsearch.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── typewriter.svg │ │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ │ ├── umbr-message-found.svg │ │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ │ ├── underexposure.svg │ │ │ │ │ ├── undo.svg │ │ │ │ │ ├── uniassociation.svg │ │ │ │ │ ├── unique_constraint.svg │ │ │ │ │ ├── unlock.svg │ │ │ │ │ ├── unmarkasblank.svg │ │ │ │ │ ├── up.svg │ │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ │ ├── upindicator.svg │ │ │ │ │ ├── upload-media.svg │ │ │ │ │ ├── usecase.svg │ │ │ │ │ ├── user-group-delete.svg │ │ │ │ │ ├── user-group-new.svg │ │ │ │ │ ├── user-group-properties.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-others.svg │ │ │ │ │ ├── user-properties.svg │ │ │ │ │ ├── user.svg │ │ │ │ │ ├── username-copy.svg │ │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ │ ├── verb.svg │ │ │ │ │ ├── verbatim.svg │ │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ │ ├── view-bank-account-checking.svg │ │ │ │ │ ├── view-bank-account-savings.svg │ │ │ │ │ ├── view-bank-account.svg │ │ │ │ │ ├── view-bank.svg │ │ │ │ │ ├── view-barcode-add.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-barcode.svg │ │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ │ ├── view-calendar-day.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ │ ├── view-calendar-list.svg │ │ │ │ │ ├── view-calendar-month.svg │ │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ │ ├── view-calendar-week.svg │ │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ │ ├── view-calendar.svg │ │ │ │ │ ├── view-catalog.svg │ │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ │ ├── view-categories.svg │ │ │ │ │ ├── view-certificate-add.svg │ │ │ │ │ ├── view-certificate-export-secret.svg │ │ │ │ │ ├── view-certificate-export-server.svg │ │ │ │ │ ├── view-certificate-export.svg │ │ │ │ │ ├── view-certificate-import.svg │ │ │ │ │ ├── view-certificate-server-configure.svg │ │ │ │ │ ├── view-certificate-sign.svg │ │ │ │ │ ├── view-certificate.svg │ │ │ │ │ ├── view-close.svg │ │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ │ ├── view-file-columns.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-form-action.svg │ │ │ │ │ ├── view-form.svg │ │ │ │ │ ├── view-fullscreen.svg │ │ │ │ │ ├── view-grid.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-hidden.svg │ │ │ │ │ ├── view-history.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ │ ├── view-media-artist.svg │ │ │ │ │ ├── view-media-chart.svg │ │ │ │ │ ├── view-media-config.svg │ │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ │ ├── view-media-favorite.svg │ │ │ │ │ ├── view-media-genre.svg │ │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ │ ├── view-media-playcount.svg │ │ │ │ │ ├── view-media-playlist.svg │ │ │ │ │ ├── view-media-publisher.svg │ │ │ │ │ ├── view-media-recent.svg │ │ │ │ │ ├── view-media-similarartists.svg │ │ │ │ │ ├── view-media-title.svg │ │ │ │ │ ├── view-media-track.svg │ │ │ │ │ ├── view-media-visualization.svg │ │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ │ ├── view-pages-facing.svg │ │ │ │ │ ├── view-pages-overview.svg │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ │ ├── view-pim-journal.svg │ │ │ │ │ ├── view-pim-mail.svg │ │ │ │ │ ├── view-pim-news.svg │ │ │ │ │ ├── view-pim-notes.svg │ │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ │ ├── view-process-all.svg │ │ │ │ │ ├── view-process-own.svg │ │ │ │ │ ├── view-process-system.svg │ │ │ │ │ ├── view-process-tree.svg │ │ │ │ │ ├── view-process-users.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ │ ├── view-restore.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ │ ├── view-sidetree.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── view-split-effect.svg │ │ │ │ │ ├── view-split-left-right.svg │ │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ │ ├── view-statistics.svg │ │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ │ ├── view-task-add.svg │ │ │ │ │ ├── view-task-child-add.svg │ │ │ │ │ ├── view-task-child.svg │ │ │ │ │ ├── view-task.svg │ │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ │ ├── view-time-schedule.svg │ │ │ │ │ ├── view-unsplit-effect.svg │ │ │ │ │ ├── view-visible.svg │ │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewimage.svg │ │ │ │ │ ├── viewlog.svg │ │ │ │ │ ├── viewmagfit.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtual-desktops.svg │ │ │ │ │ ├── visibility.svg │ │ │ │ │ ├── wallet-closed.svg │ │ │ │ │ ├── wallet-open.svg │ │ │ │ │ ├── warnnext.svg │ │ │ │ │ ├── warnprev.svg │ │ │ │ │ ├── whitebalance.svg │ │ │ │ │ ├── widget-alternatives.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-keep-above.svg │ │ │ │ │ ├── window-keep-below.svg │ │ │ │ │ ├── window-maximize.svg │ │ │ │ │ ├── window-minimize.svg │ │ │ │ │ ├── window-new.svg │ │ │ │ │ ├── window-pin.svg │ │ │ │ │ ├── window-restore.svg │ │ │ │ │ ├── window-shade.svg │ │ │ │ │ ├── window-unpin.svg │ │ │ │ │ ├── window-unshade.svg │ │ │ │ │ ├── window.svg │ │ │ │ │ ├── window_fullscreen.svg │ │ │ │ │ ├── window_new.svg │ │ │ │ │ ├── window_nofullscreen.svg │ │ │ │ │ ├── wizard_math.svg │ │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ │ ├── wizard_pstools.svg │ │ │ │ │ ├── wizard_tabular.svg │ │ │ │ │ ├── x-clementine-album.svg │ │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ │ ├── x-shape-connection.svg │ │ │ │ │ ├── x-shape-formula.svg │ │ │ │ │ ├── x-shape-image.svg │ │ │ │ │ ├── x-shape-text.svg │ │ │ │ │ ├── x-zoom-in.svg │ │ │ │ │ ├── x-zoom-out.svg │ │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ │ ├── xml-element-new.svg │ │ │ │ │ ├── xml-node-delete.svg │ │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ │ ├── xml-text-new.svg │ │ │ │ │ ├── y-zoom-in.svg │ │ │ │ │ ├── y-zoom-out.svg │ │ │ │ │ ├── zone-in.svg │ │ │ │ │ ├── zone-out.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-best-fit.svg │ │ │ │ │ ├── zoom-center-page.svg │ │ │ │ │ ├── zoom-double-size.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-half-size.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in-x.svg │ │ │ │ │ ├── zoom-in-y.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out-x.svg │ │ │ │ │ ├── zoom-out-y.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-pixels.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── animations │ │ │ │ │ ├── nm-stage01-connecting01.svg │ │ │ │ │ ├── nm-stage01-connecting02.svg │ │ │ │ │ ├── nm-stage01-connecting03.svg │ │ │ │ │ ├── nm-stage01-connecting04.svg │ │ │ │ │ ├── nm-stage01-connecting05.svg │ │ │ │ │ ├── nm-stage01-connecting06.svg │ │ │ │ │ ├── nm-stage01-connecting07.svg │ │ │ │ │ ├── nm-stage01-connecting08.svg │ │ │ │ │ ├── nm-stage01-connecting09.svg │ │ │ │ │ ├── nm-stage01-connecting10.svg │ │ │ │ │ ├── nm-stage01-connecting11.svg │ │ │ │ │ ├── nm-stage01-connecting12.svg │ │ │ │ │ ├── nm-stage02-connecting01.svg │ │ │ │ │ ├── nm-stage02-connecting02.svg │ │ │ │ │ ├── nm-stage02-connecting03.svg │ │ │ │ │ ├── nm-stage02-connecting04.svg │ │ │ │ │ ├── nm-stage02-connecting05.svg │ │ │ │ │ ├── nm-stage02-connecting06.svg │ │ │ │ │ ├── nm-stage02-connecting07.svg │ │ │ │ │ ├── nm-stage02-connecting08.svg │ │ │ │ │ ├── nm-stage02-connecting09.svg │ │ │ │ │ ├── nm-stage02-connecting10.svg │ │ │ │ │ ├── nm-stage02-connecting11.svg │ │ │ │ │ ├── nm-stage02-connecting12.svg │ │ │ │ │ ├── nm-stage02-connecting13.svg │ │ │ │ │ ├── nm-stage02-connecting14.svg │ │ │ │ │ ├── nm-stage03-connecting01.svg │ │ │ │ │ ├── nm-stage03-connecting02.svg │ │ │ │ │ ├── nm-stage03-connecting03.svg │ │ │ │ │ ├── nm-stage03-connecting04.svg │ │ │ │ │ ├── nm-stage03-connecting05.svg │ │ │ │ │ ├── nm-stage03-connecting06.svg │ │ │ │ │ ├── nm-stage03-connecting07.svg │ │ │ │ │ ├── nm-stage03-connecting08.svg │ │ │ │ │ ├── nm-stage03-connecting09.svg │ │ │ │ │ ├── nm-stage03-connecting10.svg │ │ │ │ │ ├── nm-stage03-connecting11.svg │ │ │ │ │ ├── nm-stage03-connecting12.svg │ │ │ │ │ ├── nm-stage03-connecting13.svg │ │ │ │ │ ├── nm-stage03-connecting14.svg │ │ │ │ │ ├── nm-vpn-connecting01.svg │ │ │ │ │ ├── nm-vpn-connecting02.svg │ │ │ │ │ ├── nm-vpn-connecting03.svg │ │ │ │ │ ├── nm-vpn-connecting04.svg │ │ │ │ │ ├── nm-vpn-connecting05.svg │ │ │ │ │ ├── nm-vpn-connecting06.svg │ │ │ │ │ ├── nm-vpn-connecting07.svg │ │ │ │ │ ├── nm-vpn-connecting08.svg │ │ │ │ │ ├── nm-vpn-connecting09.svg │ │ │ │ │ ├── nm-vpn-connecting10.svg │ │ │ │ │ ├── nm-vpn-connecting11.svg │ │ │ │ │ ├── nm-vpn-connecting12.svg │ │ │ │ │ ├── nm-vpn-connecting13.svg │ │ │ │ │ └── nm-vpn-connecting14.svg │ │ │ │ ├── devices │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-headsets.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-radio.svg │ │ │ │ │ ├── auth-sim.svg │ │ │ │ │ ├── battery-ups.svg │ │ │ │ │ ├── blueman-camera.svg │ │ │ │ │ ├── blueman-cellular.svg │ │ │ │ │ ├── blueman-desktop.svg │ │ │ │ │ ├── blueman-device.svg │ │ │ │ │ ├── blueman-handheld.svg │ │ │ │ │ ├── blueman-handsfree.svg │ │ │ │ │ ├── blueman-headset.svg │ │ │ │ │ ├── blueman-laptop.svg │ │ │ │ │ ├── blueman-mouse.svg │ │ │ │ │ ├── blueman-pointing.svg │ │ │ │ │ ├── blueman-smart-phone.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── drive-cdrom.svg │ │ │ │ │ ├── drive-harddisk-encrypted.svg │ │ │ │ │ ├── drive-harddisk-ieee1394.svg │ │ │ │ │ ├── drive-harddisk-root.svg │ │ │ │ │ ├── drive-harddisk-solidstate.svg │ │ │ │ │ ├── drive-harddisk-system.svg │ │ │ │ │ ├── drive-harddisk-usb.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-multipartition.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── gnome-dev-cdrom-audio.svg │ │ │ │ │ ├── gnome-dev-cdrom.svg │ │ │ │ │ ├── gnome-dev-computer.svg │ │ │ │ │ ├── gnome-dev-disc-cdr.svg │ │ │ │ │ ├── gnome-dev-disc-cdrw.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr-plus.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr.svg │ │ │ │ │ ├── gnome-dev-disc-dvdram.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrom.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrw.svg │ │ │ │ │ ├── gnome-dev-dvd.svg │ │ │ │ │ ├── gnome-dev-harddisk-1394.svg │ │ │ │ │ ├── gnome-dev-harddisk-usb.svg │ │ │ │ │ ├── gnome-dev-harddisk.svg │ │ │ │ │ ├── gnome-dev-ipod.svg │ │ │ │ │ ├── gnome-dev-media-cf.svg │ │ │ │ │ ├── gnome-dev-media-ms.svg │ │ │ │ │ ├── gnome-dev-media-sdmmc.svg │ │ │ │ │ ├── gnome-dev-media-sm.svg │ │ │ │ │ ├── gnome-dev-mouse-ball.svg │ │ │ │ │ ├── gnome-dev-mouse-optical.svg │ │ │ │ │ ├── gnome-dev-removable-1394.svg │ │ │ │ │ ├── gnome-dev-removable-usb.svg │ │ │ │ │ ├── gnome-dev-removable.svg │ │ │ │ │ ├── gnome-dev-wavelan.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-phone-manager.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gamepad.svg │ │ │ │ │ ├── input-gaming.svg │ │ │ │ │ ├── input-keyboard-virtual.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad-off.svg │ │ │ │ │ ├── input-touchpad-on.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── joystick.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── media-cdr.svg │ │ │ │ │ ├── media-cdrom-audio.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-cdrw.svg │ │ │ │ │ ├── media-dvd.svg │ │ │ │ │ ├── media-dvdrw.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-flash-smart-media.svg │ │ │ │ │ ├── media-flash.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-memory-sd.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-blu-ray.svg │ │ │ │ │ ├── media-optical-cd-video.svg │ │ │ │ │ ├── media-optical-copy.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-dvd-video.svg │ │ │ │ │ ├── media-optical-dvd.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── media-removable.svg │ │ │ │ │ ├── modem.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── multimedia-player-ipod-mini-blue.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-rj11-female.svg │ │ │ │ │ ├── network-rj45-female.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-activated.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── removable-media.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── stock_cell-phone.svg │ │ │ │ │ ├── system.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── uav-quadcopter.svg │ │ │ │ │ ├── uav.svg │ │ │ │ │ ├── unity-fallback-mount-helper.svg │ │ │ │ │ ├── video-display.svg │ │ │ │ │ └── video-television.svg │ │ │ │ ├── panel │ │ │ │ │ ├── ac-adapter.svg │ │ │ │ │ ├── account-logged-in.svg │ │ │ │ │ ├── airplane-mode-symbolic.svg │ │ │ │ │ ├── applications-chat-panel.svg │ │ │ │ │ ├── applications-email-panel.svg │ │ │ │ │ ├── appointment-symbolic.svg │ │ │ │ │ ├── audio-input-microphone-high-panel.svg │ │ │ │ │ ├── audio-input-microphone-high.svg │ │ │ │ │ ├── audio-input-microphone-low-zero-panel.svg │ │ │ │ │ ├── audio-input-microphone-low.svg │ │ │ │ │ ├── audio-input-microphone-medium.svg │ │ │ │ │ ├── audio-input-microphone-muted.svg │ │ │ │ │ ├── audio-input-microphone-none-panel.svg │ │ │ │ │ ├── audio-output-none-panel.svg │ │ │ │ │ ├── audio-output-none.svg │ │ │ │ │ ├── audio-recorder-off.svg │ │ │ │ │ ├── audio-recorder-on.svg │ │ │ │ │ ├── audio-recorder-paused.svg │ │ │ │ │ ├── audio-volume-high-panel.svg │ │ │ │ │ ├── audio-volume-high-symbolic.svg │ │ │ │ │ ├── audio-volume-high.svg │ │ │ │ │ ├── audio-volume-low-panel.svg │ │ │ │ │ ├── audio-volume-low-symbolic.svg │ │ │ │ │ ├── audio-volume-low-zero-panel.svg │ │ │ │ │ ├── audio-volume-low.svg │ │ │ │ │ ├── audio-volume-medium-panel.svg │ │ │ │ │ ├── audio-volume-medium-symbolic.svg │ │ │ │ │ ├── audio-volume-medium.svg │ │ │ │ │ ├── audio-volume-muted-blocked-panel.svg │ │ │ │ │ ├── audio-volume-muted-blocking-panel.svg │ │ │ │ │ ├── audio-volume-muted-blocking-symbolic.svg │ │ │ │ │ ├── audio-volume-muted-blocking.svg │ │ │ │ │ ├── audio-volume-muted-panel.svg │ │ │ │ │ ├── audio-volume-muted-symbolic.svg │ │ │ │ │ ├── audio-volume-muted.svg │ │ │ │ │ ├── audio-volume-off.svg │ │ │ │ │ ├── bad-signal-lock.svg │ │ │ │ │ ├── bad-signal.svg │ │ │ │ │ ├── battery-000-charging.svg │ │ │ │ │ ├── battery-000.svg │ │ │ │ │ ├── battery-020-charging.svg │ │ │ │ │ ├── battery-020.svg │ │ │ │ │ ├── battery-040-charging.svg │ │ │ │ │ ├── battery-040.svg │ │ │ │ │ ├── battery-060-charging.svg │ │ │ │ │ ├── battery-060.svg │ │ │ │ │ ├── battery-080-charging.svg │ │ │ │ │ ├── battery-080.svg │ │ │ │ │ ├── battery-100-charging.svg │ │ │ │ │ ├── battery-100.svg │ │ │ │ │ ├── battery-ac-adapter-symbolic.svg │ │ │ │ │ ├── battery-caution-charging-symbolic.svg │ │ │ │ │ ├── battery-caution-charging.svg │ │ │ │ │ ├── battery-caution-symbolic.svg │ │ │ │ │ ├── battery-caution.svg │ │ │ │ │ ├── battery-charged.svg │ │ │ │ │ ├── battery-empty-charging-symbolic.svg │ │ │ │ │ ├── battery-empty-charging.svg │ │ │ │ │ ├── battery-empty-symbolic.svg │ │ │ │ │ ├── battery-empty.svg │ │ │ │ │ ├── battery-full-charged-symbolic.svg │ │ │ │ │ ├── battery-full-charged.svg │ │ │ │ │ ├── battery-full-charging-symbolic.svg │ │ │ │ │ ├── battery-full-charging.svg │ │ │ │ │ ├── battery-full-symbolic.svg │ │ │ │ │ ├── battery-full.svg │ │ │ │ │ ├── battery-good-charging-symbolic.svg │ │ │ │ │ ├── battery-good-charging.svg │ │ │ │ │ ├── battery-good-symbolic.svg │ │ │ │ │ ├── battery-good.svg │ │ │ │ │ ├── battery-low-charging-symbolic.svg │ │ │ │ │ ├── battery-low-charging.svg │ │ │ │ │ ├── battery-low-symbolic.svg │ │ │ │ │ ├── battery-low.svg │ │ │ │ │ ├── battery-medium-charging.svg │ │ │ │ │ ├── battery-medium.svg │ │ │ │ │ ├── battery-missing-symbolic.svg │ │ │ │ │ ├── battery-missing.svg │ │ │ │ │ ├── battery_charged.svg │ │ │ │ │ ├── battery_full.svg │ │ │ │ │ ├── battery_plugged.svg │ │ │ │ │ ├── blueberry-tray-active.svg │ │ │ │ │ ├── blueberry-tray-disabled.svg │ │ │ │ │ ├── blueberry-tray.svg │ │ │ │ │ ├── blueman-active.svg │ │ │ │ │ ├── blueman-disabled.svg │ │ │ │ │ ├── blueman-tray-active.svg │ │ │ │ │ ├── blueman-tray-disabled.svg │ │ │ │ │ ├── blueman-tray.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth-active-symbolic.svg │ │ │ │ │ ├── bluetooth-active.svg │ │ │ │ │ ├── bluetooth-disabled-10-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-20-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-30-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-40-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-50-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-60-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-70-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-80-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-90-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled-symbolic.svg │ │ │ │ │ ├── bluetooth-disabled.svg │ │ │ │ │ ├── bluetooth-paired-symbolic.svg │ │ │ │ │ ├── bluetooth-paired.svg │ │ │ │ │ ├── both-bad-signal-lock.svg │ │ │ │ │ ├── both-bad-signal.svg │ │ │ │ │ ├── both-good-signal-lock.svg │ │ │ │ │ ├── both-good-signal.svg │ │ │ │ │ ├── both-high-signal-lock.svg │ │ │ │ │ ├── both-high-signal.svg │ │ │ │ │ ├── both-low-signal-lock.svg │ │ │ │ │ ├── both-low-signal.svg │ │ │ │ │ ├── caffeine-cup-empty.svg │ │ │ │ │ ├── caffeine-cup-full.svg │ │ │ │ │ ├── camera-off.svg │ │ │ │ │ ├── camera-on.svg │ │ │ │ │ ├── camera-ready.svg │ │ │ │ │ ├── clipit-trayicon.svg │ │ │ │ │ ├── clipman-symbolic.svg │ │ │ │ │ ├── connect_creating.svg │ │ │ │ │ ├── connect_established.svg │ │ │ │ │ ├── dialog-information-symbolic.svg │ │ │ │ │ ├── discord-tray-connected.svg │ │ │ │ │ ├── discord-tray-deafened.svg │ │ │ │ │ ├── discord-tray-muted.svg │ │ │ │ │ ├── discord-tray-speaking.svg │ │ │ │ │ ├── display-brightness-symbolic.svg │ │ │ │ │ ├── flameshot-tray.svg │ │ │ │ │ ├── flameshot.svg │ │ │ │ │ ├── gnome-netstatus-disconn.svg │ │ │ │ │ ├── gnome-netstatus-error.svg │ │ │ │ │ ├── gnome-netstatus-idle.svg │ │ │ │ │ ├── gnome-netstatus-rx.svg │ │ │ │ │ ├── gnome-netstatus-tx.svg │ │ │ │ │ ├── gnome-netstatus-txrx.svg │ │ │ │ │ ├── good-signal-lock.svg │ │ │ │ │ ├── good-signal.svg │ │ │ │ │ ├── gpm-ac-adapter.svg │ │ │ │ │ ├── gpm-battery-000-charging.svg │ │ │ │ │ ├── gpm-battery-000.svg │ │ │ │ │ ├── gpm-battery-020-charging.svg │ │ │ │ │ ├── gpm-battery-020.svg │ │ │ │ │ ├── gpm-battery-040-charging.svg │ │ │ │ │ ├── gpm-battery-040.svg │ │ │ │ │ ├── gpm-battery-060-charging.svg │ │ │ │ │ ├── gpm-battery-060.svg │ │ │ │ │ ├── gpm-battery-080-charging.svg │ │ │ │ │ ├── gpm-battery-080.svg │ │ │ │ │ ├── gpm-battery-100-charging.svg │ │ │ │ │ ├── gpm-battery-100.svg │ │ │ │ │ ├── gpm-battery-charged.svg │ │ │ │ │ ├── gpm-battery-empty.svg │ │ │ │ │ ├── gpm-battery-missing.svg │ │ │ │ │ ├── gpm-brightness-lcd-disabled.svg │ │ │ │ │ ├── gpm-brightness-lcd-invalid.svg │ │ │ │ │ ├── gpm-keyboard-000.svg │ │ │ │ │ ├── gpm-keyboard-020.svg │ │ │ │ │ ├── gpm-keyboard-040.svg │ │ │ │ │ ├── gpm-keyboard-060.svg │ │ │ │ │ ├── gpm-keyboard-080.svg │ │ │ │ │ ├── gpm-keyboard-100.svg │ │ │ │ │ ├── gpm-primary-000-charging.svg │ │ │ │ │ ├── gpm-primary-000.svg │ │ │ │ │ ├── gpm-primary-020-charging.svg │ │ │ │ │ ├── gpm-primary-020.svg │ │ │ │ │ ├── gpm-primary-040-charging.svg │ │ │ │ │ ├── gpm-primary-040.svg │ │ │ │ │ ├── gpm-primary-060-charging.svg │ │ │ │ │ ├── gpm-primary-060.svg │ │ │ │ │ ├── gpm-primary-080-charging.svg │ │ │ │ │ ├── gpm-primary-080.svg │ │ │ │ │ ├── gpm-primary-100-charging.svg │ │ │ │ │ ├── gpm-primary-100.svg │ │ │ │ │ ├── gpm-primary-charged.svg │ │ │ │ │ ├── gpm-primary-missing.svg │ │ │ │ │ ├── gpm-ups-000-charging.svg │ │ │ │ │ ├── gpm-ups-000.svg │ │ │ │ │ ├── gpm-ups-020-charging.svg │ │ │ │ │ ├── gpm-ups-020.svg │ │ │ │ │ ├── gpm-ups-040-charging.svg │ │ │ │ │ ├── gpm-ups-040.svg │ │ │ │ │ ├── gpm-ups-060-charging.svg │ │ │ │ │ ├── gpm-ups-060.svg │ │ │ │ │ ├── gpm-ups-080-charging.svg │ │ │ │ │ ├── gpm-ups-080.svg │ │ │ │ │ ├── gpm-ups-100-charging.svg │ │ │ │ │ ├── gpm-ups-100.svg │ │ │ │ │ ├── gpm-ups-charged.svg │ │ │ │ │ ├── gpm-ups-missing.svg │ │ │ │ │ ├── gsm-3g-full-secure.svg │ │ │ │ │ ├── gsm-3g-full.svg │ │ │ │ │ ├── gsm-3g-high-secure.svg │ │ │ │ │ ├── gsm-3g-high.svg │ │ │ │ │ ├── gsm-3g-low-secure.svg │ │ │ │ │ ├── gsm-3g-low.svg │ │ │ │ │ ├── gsm-3g-medium-secure.svg │ │ │ │ │ ├── gsm-3g-medium.svg │ │ │ │ │ ├── gsm-3g-none-secure.svg │ │ │ │ │ ├── gsm-3g-none.svg │ │ │ │ │ ├── gtk-dialog-authentication-panel.svg │ │ │ │ │ ├── high-signal-lock.svg │ │ │ │ │ ├── high-signal.svg │ │ │ │ │ ├── ibus-keyboard.svg │ │ │ │ │ ├── idle-bad-signal-lock.svg │ │ │ │ │ ├── idle-bad-signal.svg │ │ │ │ │ ├── idle-good-signal-lock.svg │ │ │ │ │ ├── idle-good-signal.svg │ │ │ │ │ ├── idle-high-signal-lock.svg │ │ │ │ │ ├── idle-high-signal.svg │ │ │ │ │ ├── idle-low-signal-lock.svg │ │ │ │ │ ├── idle-low-signal.svg │ │ │ │ │ ├── indicator-keyboard.svg │ │ │ │ │ ├── indicator-messages-new.svg │ │ │ │ │ ├── indicator-messages-red.svg │ │ │ │ │ ├── indicator-messages.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── knemo-modem-error.svg │ │ │ │ │ ├── knemo-modem-idle.svg │ │ │ │ │ ├── knemo-modem-offline.svg │ │ │ │ │ ├── knemo-modem-receive.svg │ │ │ │ │ ├── knemo-modem-transmit-receive.svg │ │ │ │ │ ├── knemo-modem-transmit.svg │ │ │ │ │ ├── knemo-monitor-error.svg │ │ │ │ │ ├── knemo-monitor-idle.svg │ │ │ │ │ ├── knemo-monitor-offline.svg │ │ │ │ │ ├── knemo-monitor-receive.svg │ │ │ │ │ ├── knemo-monitor-transmit-receive.svg │ │ │ │ │ ├── knemo-monitor-transmit.svg │ │ │ │ │ ├── knemo-network-error.svg │ │ │ │ │ ├── knemo-network-idle.svg │ │ │ │ │ ├── knemo-network-offline.svg │ │ │ │ │ ├── knemo-network-receive.svg │ │ │ │ │ ├── knemo-network-transmit-receive.svg │ │ │ │ │ ├── knemo-network-transmit.svg │ │ │ │ │ ├── knemo-wireless-error.svg │ │ │ │ │ ├── knemo-wireless-idle.svg │ │ │ │ │ ├── knemo-wireless-offline.svg │ │ │ │ │ ├── knemo-wireless-receive.svg │ │ │ │ │ ├── knemo-wireless-transmit-receive.svg │ │ │ │ │ ├── knemo-wireless-transmit.svg │ │ │ │ │ ├── krb-expiring-ticket.svg │ │ │ │ │ ├── krb-no-valid-ticket.svg │ │ │ │ │ ├── krb-valid-ticket.svg │ │ │ │ │ ├── low-signal-lock.svg │ │ │ │ │ ├── low-signal.svg │ │ │ │ │ ├── manjaro-settings-manager-panel.svg │ │ │ │ │ ├── manjaro-settings-manager.svg │ │ │ │ │ ├── manjaro-welcome.svg │ │ │ │ │ ├── manjaro.svg │ │ │ │ │ ├── mic-off.svg │ │ │ │ │ ├── mic-on.svg │ │ │ │ │ ├── mic-ready.svg │ │ │ │ │ ├── mic-volume-high.svg │ │ │ │ │ ├── mic-volume-low.svg │ │ │ │ │ ├── mic-volume-medium.svg │ │ │ │ │ ├── mic-volume-muted.svg │ │ │ │ │ ├── microphone-sensitivity-high.svg │ │ │ │ │ ├── microphone-sensitivity-low.svg │ │ │ │ │ ├── microphone-sensitivity-medium.svg │ │ │ │ │ ├── microphone-sensitivity-muted-10-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-20-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-30-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-40-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-50-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-60-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-70-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-80-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-90-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted-symbolic.svg │ │ │ │ │ ├── microphone-sensitivity-muted.svg │ │ │ │ │ ├── mintupdate-checking.svg │ │ │ │ │ ├── mintupdate-error.svg │ │ │ │ │ ├── mintupdate-installing.svg │ │ │ │ │ ├── mintupdate-up-to-date.svg │ │ │ │ │ ├── mintupdate-updates-available.svg │ │ │ │ │ ├── network-cellular-acquiring-symbolic.svg │ │ │ │ │ ├── network-cellular-acquiring.svg │ │ │ │ │ ├── network-cellular-connected-symbolic.svg │ │ │ │ │ ├── network-cellular-no-route-symbolic.svg │ │ │ │ │ ├── network-cellular-no-route.svg │ │ │ │ │ ├── network-cellular-offline-symbolic.svg │ │ │ │ │ ├── network-cellular-offline.svg │ │ │ │ │ ├── network-cellular-secure-signal-excellent.svg │ │ │ │ │ ├── network-cellular-secure-signal-good.svg │ │ │ │ │ ├── network-cellular-secure-signal-low.svg │ │ │ │ │ ├── network-cellular-secure-signal-none.svg │ │ │ │ │ ├── network-cellular-secure-signal-ok.svg │ │ │ │ │ ├── network-cellular-secure-signal-weak.svg │ │ │ │ │ ├── network-cellular-signal-acquiring.svg │ │ │ │ │ ├── network-cellular-signal-excellent-secure-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-excellent-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-excellent.svg │ │ │ │ │ ├── network-cellular-signal-good-secure-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-good-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-good.svg │ │ │ │ │ ├── network-cellular-signal-low.svg │ │ │ │ │ ├── network-cellular-signal-none-secure-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-none-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-none.svg │ │ │ │ │ ├── network-cellular-signal-ok-secure-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-ok-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-ok.svg │ │ │ │ │ ├── network-cellular-signal-weak-secure-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-weak-symbolic.svg │ │ │ │ │ ├── network-cellular-signal-weak.svg │ │ │ │ │ ├── network-disconnected.svg │ │ │ │ │ ├── network-error.svg │ │ │ │ │ ├── network-idle.svg │ │ │ │ │ ├── network-offline-symbolic.svg │ │ │ │ │ ├── network-offline.svg │ │ │ │ │ ├── network-receive.svg │ │ │ │ │ ├── network-transmit-receive.svg │ │ │ │ │ ├── network-transmit.svg │ │ │ │ │ ├── network-vpn-acquiring.svg │ │ │ │ │ ├── network-vpn-lock-symbolic.svg │ │ │ │ │ ├── network-vpn-symbolic.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired-acquiring-symbolic.svg │ │ │ │ │ ├── network-wired-acquiring.svg │ │ │ │ │ ├── network-wired-disconnected-symbolic.svg │ │ │ │ │ ├── network-wired-no-route.svg │ │ │ │ │ ├── network-wired-offline-symbolic.svg │ │ │ │ │ ├── network-wired-offline.svg │ │ │ │ │ ├── network-wired-secure-symbolic.svg │ │ │ │ │ ├── network-wired-secure.svg │ │ │ │ │ ├── network-wired-symbolic.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-acquiring.svg │ │ │ │ │ ├── network-wireless-connected.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless-no-route-symbolic.svg │ │ │ │ │ ├── network-wireless-no-route.svg │ │ │ │ │ ├── network-wireless-offline-symbolic.svg │ │ │ │ │ ├── network-wireless-offline.svg │ │ │ │ │ ├── network-wireless-secure-signal-excellent.svg │ │ │ │ │ ├── network-wireless-secure-signal-good.svg │ │ │ │ │ ├── network-wireless-secure-signal-low.svg │ │ │ │ │ ├── network-wireless-secure-signal-none.svg │ │ │ │ │ ├── network-wireless-secure-signal-ok.svg │ │ │ │ │ ├── network-wireless-signal-excellent-secure-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-excellent-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-excellent.svg │ │ │ │ │ ├── network-wireless-signal-good-secure-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-good-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-good.svg │ │ │ │ │ ├── network-wireless-signal-low.svg │ │ │ │ │ ├── network-wireless-signal-none-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-none.svg │ │ │ │ │ ├── network-wireless-signal-ok-secure-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-ok-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-ok.svg │ │ │ │ │ ├── network-wireless-signal-weak-secure-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-weak-symbolic.svg │ │ │ │ │ ├── network-wireless-signal-weak.svg │ │ │ │ │ ├── night-light-disabled-10-symbolic.svg │ │ │ │ │ ├── night-light-disabled-20-symbolic.svg │ │ │ │ │ ├── night-light-disabled-30-symbolic.svg │ │ │ │ │ ├── night-light-disabled-40-symbolic.svg │ │ │ │ │ ├── night-light-disabled-50-symbolic.svg │ │ │ │ │ ├── night-light-disabled-60-symbolic.svg │ │ │ │ │ ├── night-light-disabled-70-symbolic.svg │ │ │ │ │ ├── night-light-disabled-80-symbolic.svg │ │ │ │ │ ├── night-light-disabled-90-symbolic.svg │ │ │ │ │ ├── night-light-disabled-symbolic.svg │ │ │ │ │ ├── night-light-symbolic.svg │ │ │ │ │ ├── nm-device-wired-autoip.svg │ │ │ │ │ ├── nm-device-wired-secure.svg │ │ │ │ │ ├── nm-device-wired-secureoffline.svg │ │ │ │ │ ├── nm-device-wired.svg │ │ │ │ │ ├── nm-device-wwan.svg │ │ │ │ │ ├── nm-no-connection.svg │ │ │ │ │ ├── nm-signal-0-secure.svg │ │ │ │ │ ├── nm-signal-0.svg │ │ │ │ │ ├── nm-signal-00-secure.svg │ │ │ │ │ ├── nm-signal-00.svg │ │ │ │ │ ├── nm-signal-100-secure.svg │ │ │ │ │ ├── nm-signal-100.svg │ │ │ │ │ ├── nm-signal-25-secure.svg │ │ │ │ │ ├── nm-signal-25.svg │ │ │ │ │ ├── nm-signal-50-secure.svg │ │ │ │ │ ├── nm-signal-50.svg │ │ │ │ │ ├── nm-signal-75-secure.svg │ │ │ │ │ ├── nm-signal-75.svg │ │ │ │ │ ├── nm-vpn-active-lock.svg │ │ │ │ │ ├── nm-vpn-lock.svg │ │ │ │ │ ├── nm-wwan-tower.svg │ │ │ │ │ ├── no-signal.svg │ │ │ │ │ ├── notes-panel.svg │ │ │ │ │ ├── notification-disabled-10-symbolic.svg │ │ │ │ │ ├── notification-disabled-20-symbolic.svg │ │ │ │ │ ├── notification-disabled-30-symbolic.svg │ │ │ │ │ ├── notification-disabled-40-symbolic.svg │ │ │ │ │ ├── notification-disabled-50-symbolic.svg │ │ │ │ │ ├── notification-disabled-60-symbolic.svg │ │ │ │ │ ├── notification-disabled-70-symbolic.svg │ │ │ │ │ ├── notification-disabled-80-symbolic.svg │ │ │ │ │ ├── notification-disabled-90-symbolic.svg │ │ │ │ │ ├── notification-disabled-symbolic.svg │ │ │ │ │ ├── notification-display-brightness.svg │ │ │ │ │ ├── notification-new-10-symbolic.svg │ │ │ │ │ ├── notification-new-20-symbolic.svg │ │ │ │ │ ├── notification-new-30-symbolic.svg │ │ │ │ │ ├── notification-new-40-symbolic.svg │ │ │ │ │ ├── notification-new-50-symbolic.svg │ │ │ │ │ ├── notification-new-60-symbolic.svg │ │ │ │ │ ├── notification-new-70-symbolic.svg │ │ │ │ │ ├── notification-new-80-symbolic.svg │ │ │ │ │ ├── notification-new-90-symbolic.svg │ │ │ │ │ ├── notification-new-symbolic.svg │ │ │ │ │ ├── notification-symbolic.svg │ │ │ │ │ ├── onboard-panel.svg │ │ │ │ │ ├── optimus-indicator-intel.svg │ │ │ │ │ ├── optimus-indicator-nvidia.svg │ │ │ │ │ ├── org.xfce.screenshooter.svg │ │ │ │ │ ├── pamac-tray-no-update.svg │ │ │ │ │ ├── pamac-tray-update.svg │ │ │ │ │ ├── printer-printing-symbolic.svg │ │ │ │ │ ├── process-working-symbolic.svg │ │ │ │ │ ├── qbittorrent-panel.svg │ │ │ │ │ ├── qbittorrent-tray.svg │ │ │ │ │ ├── receiving-bad-signal-lock.svg │ │ │ │ │ ├── receiving-bad-signal.svg │ │ │ │ │ ├── receiving-good-signal-lock.svg │ │ │ │ │ ├── receiving-good-signal.svg │ │ │ │ │ ├── receiving-high-signal-lock.svg │ │ │ │ │ ├── receiving-high-signal.svg │ │ │ │ │ ├── receiving-low-signal-lock.svg │ │ │ │ │ ├── receiving-low-signal.svg │ │ │ │ │ ├── riot-tray.svg │ │ │ │ │ ├── slack-indicator-highlight.svg │ │ │ │ │ ├── slack-indicator-unread.svg │ │ │ │ │ ├── slack-indicator.svg │ │ │ │ │ ├── start-here-manjaro.svg │ │ │ │ │ ├── start-here-symbolic.svg │ │ │ │ │ ├── state-download.svg │ │ │ │ │ ├── state-error.svg │ │ │ │ │ ├── state-information.svg │ │ │ │ │ ├── state-offline.svg │ │ │ │ │ ├── state-ok.svg │ │ │ │ │ ├── state-pause.svg │ │ │ │ │ ├── state-sync.svg │ │ │ │ │ ├── state-warning.svg │ │ │ │ │ ├── system-devices-panel.svg │ │ │ │ │ ├── system-search-symbolic.svg │ │ │ │ │ ├── system-shutdown-symbolic.svg │ │ │ │ │ ├── telegram-attention-panel.svg │ │ │ │ │ ├── telegram-mute-panel.svg │ │ │ │ │ ├── telegram-panel.svg │ │ │ │ │ ├── tomboy-panel.svg │ │ │ │ │ ├── transmitting-bad-signal-lock.svg │ │ │ │ │ ├── transmitting-bad-signal.svg │ │ │ │ │ ├── transmitting-good-signal-lock.svg │ │ │ │ │ ├── transmitting-good-signal.svg │ │ │ │ │ ├── transmitting-high-signal-lock.svg │ │ │ │ │ ├── transmitting-high-signal.svg │ │ │ │ │ ├── transmitting-low-signal-lock.svg │ │ │ │ │ ├── transmitting-low-signal.svg │ │ │ │ │ ├── uget-tray-default.svg │ │ │ │ │ ├── uget-tray-downloading.svg │ │ │ │ │ ├── uget-tray-error.svg │ │ │ │ │ ├── ulauncher-indicator.svg │ │ │ │ │ ├── volume-level-high-panel.svg │ │ │ │ │ ├── volume-level-high.svg │ │ │ │ │ ├── volume-level-low-panel.svg │ │ │ │ │ ├── volume-level-low.svg │ │ │ │ │ ├── volume-level-medium-panel.svg │ │ │ │ │ ├── volume-level-medium.svg │ │ │ │ │ ├── volume-level-muted-panel.svg │ │ │ │ │ ├── volume-level-muted.svg │ │ │ │ │ ├── volume-level-none-panel.svg │ │ │ │ │ ├── volume-level-none.svg │ │ │ │ │ ├── whiskermenu-manjaro.svg │ │ │ │ │ ├── wired.svg │ │ │ │ │ ├── xfce-newmail.svg │ │ │ │ │ ├── xfce-nomail.svg │ │ │ │ │ ├── xfce4-battery-caution-charging.svg │ │ │ │ │ ├── xfce4-battery-caution.svg │ │ │ │ │ ├── xfce4-battery-critical-charging.svg │ │ │ │ │ ├── xfce4-battery-critical.svg │ │ │ │ │ ├── xfce4-battery-full-charging.svg │ │ │ │ │ ├── xfce4-battery-full.svg │ │ │ │ │ ├── xfce4-battery-good-charging.svg │ │ │ │ │ ├── xfce4-battery-good.svg │ │ │ │ │ ├── xfce4-battery-low-charging.svg │ │ │ │ │ ├── xfce4-battery-low.svg │ │ │ │ │ ├── xfce4-battery-missing.svg │ │ │ │ │ ├── xfce4-battery-ok-charging.svg │ │ │ │ │ ├── xfce4-battery-ok.svg │ │ │ │ │ ├── xfce4-battery-plugin.svg │ │ │ │ │ ├── xfce4-mixer-muted.svg │ │ │ │ │ ├── xfce4-mixer-no-muted.svg │ │ │ │ │ ├── xfce4-mixer-no-record.svg │ │ │ │ │ ├── xfce4-mixer-record.svg │ │ │ │ │ ├── xfce4-mixer-volume-high.svg │ │ │ │ │ ├── xfce4-mixer-volume-low-medium.svg │ │ │ │ │ ├── xfce4-mixer-volume-low.svg │ │ │ │ │ ├── xfce4-mixer-volume-medium.svg │ │ │ │ │ ├── xfce4-mixer-volume-muted.svg │ │ │ │ │ ├── xfce4-mixer-volume-ultra-low.svg │ │ │ │ │ ├── xfce4-mixer-volume-very-high.svg │ │ │ │ │ ├── xfce4-notes-plugin.svg │ │ │ │ │ ├── xfpm-ac-adapter.svg │ │ │ │ │ ├── xfpm-battery-000-charging.svg │ │ │ │ │ ├── xfpm-battery-000.svg │ │ │ │ │ ├── xfpm-battery-020-charging.svg │ │ │ │ │ ├── xfpm-battery-020.svg │ │ │ │ │ ├── xfpm-battery-040-charging.svg │ │ │ │ │ ├── xfpm-battery-040.svg │ │ │ │ │ ├── xfpm-battery-060-charging.svg │ │ │ │ │ ├── xfpm-battery-060.svg │ │ │ │ │ ├── xfpm-battery-080-charging.svg │ │ │ │ │ ├── xfpm-battery-080.svg │ │ │ │ │ ├── xfpm-battery-100-charging.svg │ │ │ │ │ ├── xfpm-battery-100.svg │ │ │ │ │ ├── xfpm-battery-caution-charging.svg │ │ │ │ │ ├── xfpm-battery-caution.svg │ │ │ │ │ ├── xfpm-battery-critical-charging.svg │ │ │ │ │ ├── xfpm-battery-critical.svg │ │ │ │ │ ├── xfpm-battery-empty.svg │ │ │ │ │ ├── xfpm-battery-full-charging.svg │ │ │ │ │ ├── xfpm-battery-full.svg │ │ │ │ │ ├── xfpm-battery-good-charging.svg │ │ │ │ │ ├── xfpm-battery-good.svg │ │ │ │ │ ├── xfpm-battery-low-charging.svg │ │ │ │ │ ├── xfpm-battery-low.svg │ │ │ │ │ ├── xfpm-battery-missing.svg │ │ │ │ │ ├── xfpm-battery-ok-charging.svg │ │ │ │ │ ├── xfpm-battery-ok.svg │ │ │ │ │ ├── xfpm-primary-000-charging.svg │ │ │ │ │ ├── xfpm-primary-000.svg │ │ │ │ │ ├── xfpm-primary-020-charging.svg │ │ │ │ │ ├── xfpm-primary-020.svg │ │ │ │ │ ├── xfpm-primary-040-charging.svg │ │ │ │ │ ├── xfpm-primary-040.svg │ │ │ │ │ ├── xfpm-primary-060-charging.svg │ │ │ │ │ ├── xfpm-primary-060.svg │ │ │ │ │ ├── xfpm-primary-080-charging.svg │ │ │ │ │ ├── xfpm-primary-080.svg │ │ │ │ │ ├── xfpm-primary-100-charging.svg │ │ │ │ │ ├── xfpm-primary-100.svg │ │ │ │ │ ├── xfpm-primary-charged.svg │ │ │ │ │ ├── xfpm-primary-missing.svg │ │ │ │ │ ├── xfpm-ups-000-charging.svg │ │ │ │ │ ├── xfpm-ups-000.svg │ │ │ │ │ ├── xfpm-ups-020-charging.svg │ │ │ │ │ ├── xfpm-ups-020.svg │ │ │ │ │ ├── xfpm-ups-040-charging.svg │ │ │ │ │ ├── xfpm-ups-040.svg │ │ │ │ │ ├── xfpm-ups-060-charging.svg │ │ │ │ │ ├── xfpm-ups-060.svg │ │ │ │ │ ├── xfpm-ups-080-charging.svg │ │ │ │ │ ├── xfpm-ups-080.svg │ │ │ │ │ ├── xfpm-ups-100-charging.svg │ │ │ │ │ ├── xfpm-ups-100.svg │ │ │ │ │ ├── xfpm-ups-charged.svg │ │ │ │ │ ├── xfpm-ups-missing.svg │ │ │ │ │ ├── yum-indicator-error.svg │ │ │ │ │ ├── yum-indicator-info.svg │ │ │ │ │ ├── yum-indicator-no-updates.svg │ │ │ │ │ ├── yum-indicator-updates.svg │ │ │ │ │ └── yum-indicator-working.svg │ │ │ │ └── places │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── application-x-gnome-saved-search.svg │ │ │ │ │ ├── bookmark-missing.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── edittrash.svg │ │ │ │ │ ├── emptytrash.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-activities.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-bookmarks.svg │ │ │ │ │ ├── folder-camera.svg │ │ │ │ │ ├── folder-desktop.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents-open.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download-open.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-drag-accept.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-git.svg │ │ │ │ │ ├── folder-github.svg │ │ │ │ │ ├── folder-gitlab.svg │ │ │ │ │ ├── folder-google-drive.svg │ │ │ │ │ ├── folder-home.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-java.svg │ │ │ │ │ ├── folder-mega.svg │ │ │ │ │ ├── folder-meocloud.svg │ │ │ │ │ ├── folder-music-open.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open-recent.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-photo.svg │ │ │ │ │ ├── folder-photos.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures-open.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-print.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare-open.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-remote-ftp.svg │ │ │ │ │ ├── folder-remote-nfs.svg │ │ │ │ │ ├── folder-remote-open.svg │ │ │ │ │ ├── folder-remote-smb.svg │ │ │ │ │ ├── folder-remote-ssh.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-saved-search-alt.svg │ │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ │ ├── folder-saved-search.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates-open.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videocamera.svg │ │ │ │ │ ├── folder-videos-open.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-visiting.svg │ │ │ │ │ ├── folder-wifi.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_download.svg │ │ │ │ │ ├── folder_downloads.svg │ │ │ │ │ ├── folder_home.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── folder_images.svg │ │ │ │ │ ├── folder_open.svg │ │ │ │ │ ├── folder_pictures.svg │ │ │ │ │ ├── folders-documents.svg │ │ │ │ │ ├── folders-downloads.svg │ │ │ │ │ ├── folders-music.svg │ │ │ │ │ ├── folders-publicshare.svg │ │ │ │ │ ├── folders-videos.svg │ │ │ │ │ ├── gnome-ccdesktop.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-dev-network.svg │ │ │ │ │ ├── gnome-dev-trash-empty.svg │ │ │ │ │ ├── gnome-dev-trash-full.svg │ │ │ │ │ ├── gnome-folder.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-fs-bookmark-missing.svg │ │ │ │ │ ├── gnome-fs-bookmark.svg │ │ │ │ │ ├── gnome-fs-dav.svg │ │ │ │ │ ├── gnome-fs-desktop.svg │ │ │ │ │ ├── gnome-fs-dev.svg │ │ │ │ │ ├── gnome-fs-directory-accept.svg │ │ │ │ │ ├── gnome-fs-directory-visiting.svg │ │ │ │ │ ├── gnome-fs-directory.svg │ │ │ │ │ ├── gnome-fs-ftp.svg │ │ │ │ │ ├── gnome-fs-home.svg │ │ │ │ │ ├── gnome-fs-network.svg │ │ │ │ │ ├── gnome-fs-nfs.svg │ │ │ │ │ ├── gnome-fs-server.svg │ │ │ │ │ ├── gnome-fs-share.svg │ │ │ │ │ ├── gnome-fs-smb.svg │ │ │ │ │ ├── gnome-fs-ssh.svg │ │ │ │ │ ├── gnome-fs-trash-empty-accept.svg │ │ │ │ │ ├── gnome-fs-trash-empty.svg │ │ │ │ │ ├── gnome-fs-trash-full.svg │ │ │ │ │ ├── gnome-fs-web.svg │ │ │ │ │ ├── gnome-home.svg │ │ │ │ │ ├── gnome-mime-x-directory-nfs-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-share.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-workgroup.svg │ │ │ │ │ ├── gnome-stock-trash-empty.svg │ │ │ │ │ ├── gnome-stock-trash-full.svg │ │ │ │ │ ├── gnome-stock-trash.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── neat.svg │ │ │ │ │ ├── nemo-bookmark-not-found.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── network.svg │ │ │ │ │ ├── network_fs.svg │ │ │ │ │ ├── network_local.svg │ │ │ │ │ ├── nfs.svg │ │ │ │ │ ├── other-desktop.svg │ │ │ │ │ ├── redhat-home.svg │ │ │ │ │ ├── redhat-network-server.svg │ │ │ │ │ ├── redhat-system-group.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── samba.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── start-here.svg │ │ │ │ │ ├── stock_bookmark.svg │ │ │ │ │ ├── stock_delete-bookmark.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── stock_home.svg │ │ │ │ │ ├── stock_music-library.svg │ │ │ │ │ ├── stock_open.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_trash_empty.svg │ │ │ │ │ ├── stock_trash_full.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trash-full.svg │ │ │ │ │ ├── trashcan_empty.svg │ │ │ │ │ ├── trashcan_full.svg │ │ │ │ │ ├── user-bookmarks.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home-open.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-images.svg │ │ │ │ │ ├── user-pictures.svg │ │ │ │ │ ├── user-share.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ ├── user-trash.svg │ │ │ │ │ ├── xfce-trash_empty.svg │ │ │ │ │ └── xfce-trash_full.svg │ │ │ ├── 32 │ │ │ │ ├── actions │ │ │ │ │ ├── acrobat.svg │ │ │ │ │ ├── address-book-new.svg │ │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ │ ├── align-vertical-center.svg │ │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ │ ├── align-vertical-top.svg │ │ │ │ │ ├── application-exit.svg │ │ │ │ │ ├── application-menu.svg │ │ │ │ │ ├── appointment-new.svg │ │ │ │ │ ├── archive-extract.svg │ │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ │ ├── archive-insert.svg │ │ │ │ │ ├── archive-remove.svg │ │ │ │ │ ├── arrow-down-double.svg │ │ │ │ │ ├── arrow-down.svg │ │ │ │ │ ├── arrow-left-double.svg │ │ │ │ │ ├── arrow-left.svg │ │ │ │ │ ├── arrow-right-double.svg │ │ │ │ │ ├── arrow-right.svg │ │ │ │ │ ├── arrow-up-double.svg │ │ │ │ │ ├── arrow-up.svg │ │ │ │ │ ├── arrow.svg │ │ │ │ │ ├── autocorrection.svg │ │ │ │ │ ├── blurimage.svg │ │ │ │ │ ├── bookmark-new.svg │ │ │ │ │ ├── bookmark-remove.svg │ │ │ │ │ ├── bookmarks.svg │ │ │ │ │ ├── bordertool.svg │ │ │ │ │ ├── call-start.svg │ │ │ │ │ ├── call-stop.svg │ │ │ │ │ ├── collapse-all.svg │ │ │ │ │ ├── collapse.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-picker-black.svg │ │ │ │ │ ├── color-picker-grey.svg │ │ │ │ │ ├── color-picker-white.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colormanagement.svg │ │ │ │ │ ├── colors-chromablue.svg │ │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ │ ├── colors-chromared.svg │ │ │ │ │ ├── colors-luma.svg │ │ │ │ │ ├── compass.svg │ │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ │ ├── configure.svg │ │ │ │ │ ├── cursor-arrow.svg │ │ │ │ │ ├── cursor-cross.svg │ │ │ │ │ ├── dialog-cancel.svg │ │ │ │ │ ├── dialog-messages.svg │ │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ │ ├── dialog-ok.svg │ │ │ │ │ ├── document-close.svg │ │ │ │ │ ├── document-decrypt.svg │ │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ │ ├── document-edit-sign.svg │ │ │ │ │ ├── document-edit.svg │ │ │ │ │ ├── document-encrypted.svg │ │ │ │ │ ├── document-export.svg │ │ │ │ │ ├── document-import.svg │ │ │ │ │ ├── document-new-from-template.svg │ │ │ │ │ ├── document-new.svg │ │ │ │ │ ├── document-open-folder.svg │ │ │ │ │ ├── document-open-remote.svg │ │ │ │ │ ├── document-open.svg │ │ │ │ │ ├── document-preview-archive.svg │ │ │ │ │ ├── document-preview.svg │ │ │ │ │ ├── document-print-direct.svg │ │ │ │ │ ├── document-print.svg │ │ │ │ │ ├── document-properties.svg │ │ │ │ │ ├── document-replace.svg │ │ │ │ │ ├── document-revert.svg │ │ │ │ │ ├── document-save-all.svg │ │ │ │ │ ├── document-save-as.svg │ │ │ │ │ ├── document-save.svg │ │ │ │ │ ├── document-share.svg │ │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ │ ├── edit-delete.svg │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ ├── edit-reset.svg │ │ │ │ │ ├── edit-select.svg │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ ├── editor.svg │ │ │ │ │ ├── expand-all.svg │ │ │ │ │ ├── expand.svg │ │ │ │ │ ├── file-zoom-in.svg │ │ │ │ │ ├── file-zoom-out.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashlight-off.svg │ │ │ │ │ ├── flashlight-on.svg │ │ │ │ │ ├── folder-new.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-sync.svg │ │ │ │ │ ├── format-stroke-color.svg │ │ │ │ │ ├── games-config-custom.svg │ │ │ │ │ ├── games-config-options.svg │ │ │ │ │ ├── gnumeric-format-halign-distributed.svg │ │ │ │ │ ├── gnumeric-format-valign-bottom.svg │ │ │ │ │ ├── gnumeric-format-valign-center.svg │ │ │ │ │ ├── gnumeric-format-valign-distributed.svg │ │ │ │ │ ├── gnumeric-format-valign-justify.svg │ │ │ │ │ ├── gnumeric-format-valign-top.svg │ │ │ │ │ ├── go-bottom.svg │ │ │ │ │ ├── go-down-skip.svg │ │ │ │ │ ├── go-down.svg │ │ │ │ │ ├── go-first.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ ├── go-last.svg │ │ │ │ │ ├── go-next-skip.svg │ │ │ │ │ ├── go-next.svg │ │ │ │ │ ├── go-parent-folder.svg │ │ │ │ │ ├── go-previous-skip.svg │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ ├── go-top.svg │ │ │ │ │ ├── go-up-skip.svg │ │ │ │ │ ├── go-up.svg │ │ │ │ │ ├── gtk-ok.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-donate.svg │ │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ │ ├── help-whatsthis.svg │ │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ │ ├── mail-attachment.svg │ │ │ │ │ ├── mail-deleted.svg │ │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ │ ├── mail-encrypted.svg │ │ │ │ │ ├── mail-flag.svg │ │ │ │ │ ├── mail-forward.svg │ │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ │ ├── mail-forwarded.svg │ │ │ │ │ ├── mail-invitation.svg │ │ │ │ │ ├── mail-mark-important.svg │ │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ │ ├── mail-mark-read.svg │ │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ │ ├── mail-message-new.svg │ │ │ │ │ ├── mail-message.svg │ │ │ │ │ ├── mail-queue.svg │ │ │ │ │ ├── mail-queued.svg │ │ │ │ │ ├── mail-read.svg │ │ │ │ │ ├── mail-replied.svg │ │ │ │ │ ├── mail-reply-all.svg │ │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ │ ├── mail-reply-list.svg │ │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ │ ├── mail-send.svg │ │ │ │ │ ├── mail-sent.svg │ │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ │ ├── mail-signed-full.svg │ │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ │ ├── mail-signed-part.svg │ │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ │ ├── mail-signed.svg │ │ │ │ │ ├── mail-tagged.svg │ │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ │ ├── mail-unread-new.svg │ │ │ │ │ ├── mail-unread.svg │ │ │ │ │ ├── media-eject.svg │ │ │ │ │ ├── media-playback-pause.svg │ │ │ │ │ ├── media-playback-start.svg │ │ │ │ │ ├── media-playback-stop.svg │ │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ │ ├── media-record.svg │ │ │ │ │ ├── media-repeat-all.svg │ │ │ │ │ ├── media-repeat-none.svg │ │ │ │ │ ├── media-repeat-single.svg │ │ │ │ │ ├── media-seek-backward.svg │ │ │ │ │ ├── media-seek-forward.svg │ │ │ │ │ ├── media-skip-backward.svg │ │ │ │ │ ├── media-skip-forward.svg │ │ │ │ │ ├── multiple.svg │ │ │ │ │ ├── object-order-back.svg │ │ │ │ │ ├── object-order-front.svg │ │ │ │ │ ├── object-order-lower.svg │ │ │ │ │ ├── object-order-raise.svg │ │ │ │ │ ├── org.xfce.panel.actions.svg │ │ │ │ │ ├── output_win.svg │ │ │ │ │ ├── overflow-menu.svg │ │ │ │ │ ├── page-zoom.svg │ │ │ │ │ ├── percent.svg │ │ │ │ │ ├── preview.svg │ │ │ │ │ ├── qa.svg │ │ │ │ │ ├── select.svg │ │ │ │ │ ├── settings-configure.svg │ │ │ │ │ ├── step_object_Controller.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-restart.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── tag.svg │ │ │ │ │ ├── taxes-finances.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── tools.svg │ │ │ │ │ ├── trim-margins.svg │ │ │ │ │ ├── trim-to-selection.svg │ │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ │ ├── view-filter.svg │ │ │ │ │ ├── view-group.svg │ │ │ │ │ ├── view-institution.svg │ │ │ │ │ ├── view-left-close.svg │ │ │ │ │ ├── view-list-details.svg │ │ │ │ │ ├── view-list-icons.svg │ │ │ │ │ ├── view-list-text.svg │ │ │ │ │ ├── view-list-tree.svg │ │ │ │ │ ├── view-preview.svg │ │ │ │ │ ├── view-refresh.svg │ │ │ │ │ ├── view-right-close.svg │ │ │ │ │ ├── view-right-new.svg │ │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ │ ├── view-sort-descending.svg │ │ │ │ │ ├── view-sort.svg │ │ │ │ │ ├── window-close.svg │ │ │ │ │ ├── xfsm-hibernate.svg │ │ │ │ │ ├── xfsm-logout.svg │ │ │ │ │ ├── xfsm-reboot.svg │ │ │ │ │ ├── xfsm-shutdown.svg │ │ │ │ │ ├── xfsm-suspend.svg │ │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ │ ├── zoom-draw.svg │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ ├── zoom-in-large.svg │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ ├── zoom-next.svg │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ ├── zoom-out-large.svg │ │ │ │ │ ├── zoom-out.svg │ │ │ │ │ ├── zoom-previous.svg │ │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ │ ├── zoom-select-x.svg │ │ │ │ │ ├── zoom-select-y.svg │ │ │ │ │ ├── zoom-select.svg │ │ │ │ │ └── zoom.svg │ │ │ │ ├── categories │ │ │ │ │ ├── applications-all.svg │ │ │ │ │ ├── applications-development.svg │ │ │ │ │ ├── applications-education-language.svg │ │ │ │ │ ├── applications-education-mathematics.svg │ │ │ │ │ ├── applications-education-science.svg │ │ │ │ │ ├── applications-education.svg │ │ │ │ │ ├── applications-engineering.svg │ │ │ │ │ ├── applications-games.svg │ │ │ │ │ ├── applications-graphics.svg │ │ │ │ │ ├── applications-internet.svg │ │ │ │ │ ├── applications-multimedia.svg │ │ │ │ │ ├── applications-office.svg │ │ │ │ │ ├── applications-other.svg │ │ │ │ │ ├── applications-science.svg │ │ │ │ │ ├── applications-system.svg │ │ │ │ │ ├── applications-utilities.svg │ │ │ │ │ └── wps-office-kingsoft.svg │ │ │ │ └── status │ │ │ │ │ ├── dialog-error.svg │ │ │ │ │ ├── dialog-information.svg │ │ │ │ │ ├── dialog-password.svg │ │ │ │ │ ├── dialog-question.svg │ │ │ │ │ ├── dialog-warning.svg │ │ │ │ │ ├── gtk-dialog-authentication.svg │ │ │ │ │ ├── image-loading.svg │ │ │ │ │ ├── image-missing.svg │ │ │ │ │ ├── redshift-status-off.svg │ │ │ │ │ ├── redshift-status-on.svg │ │ │ │ │ ├── security-high.svg │ │ │ │ │ ├── security-low.svg │ │ │ │ │ ├── security-medium.svg │ │ │ │ │ ├── weather-clear-night.svg │ │ │ │ │ ├── weather-clear.svg │ │ │ │ │ ├── weather-clouds-night.svg │ │ │ │ │ ├── weather-clouds.svg │ │ │ │ │ ├── weather-few-clouds-night.svg │ │ │ │ │ ├── weather-few-clouds.svg │ │ │ │ │ ├── weather-freezing-rain.svg │ │ │ │ │ ├── weather-hail.svg │ │ │ │ │ ├── weather-many-clouds.svg │ │ │ │ │ ├── weather-overcast.svg │ │ │ │ │ ├── weather-showers-day.svg │ │ │ │ │ ├── weather-showers-night.svg │ │ │ │ │ ├── weather-showers-scattered-day.svg │ │ │ │ │ ├── weather-showers-scattered-night.svg │ │ │ │ │ ├── weather-showers-scattered.svg │ │ │ │ │ ├── weather-showers.svg │ │ │ │ │ ├── weather-snow-rain.svg │ │ │ │ │ ├── weather-snow-scattered-day.svg │ │ │ │ │ ├── weather-snow-scattered-night.svg │ │ │ │ │ ├── weather-snow-scattered.svg │ │ │ │ │ ├── weather-snow.svg │ │ │ │ │ ├── weather-storm-night.svg │ │ │ │ │ └── weather-storm.svg │ │ │ ├── 64 │ │ │ │ └── applets │ │ │ │ │ ├── osd-duplicate.svg │ │ │ │ │ ├── osd-rotate-ccw.svg │ │ │ │ │ ├── osd-rotate-cw.svg │ │ │ │ │ ├── osd-rotate-flip.svg │ │ │ │ │ ├── osd-rotate-normal.svg │ │ │ │ │ ├── osd-sbs-left.svg │ │ │ │ │ ├── osd-sbs-sright.svg │ │ │ │ │ ├── osd-shutd-laptop.svg │ │ │ │ │ ├── osd-shutd-screen.svg │ │ │ │ │ └── preferences-system-tabbox.svg │ │ │ ├── 256 │ │ │ │ └── applets │ │ │ │ │ ├── applets-template.svg │ │ │ │ │ ├── empty.svg │ │ │ │ │ ├── org.kde.ktpcontactlist.svg │ │ │ │ │ ├── org.kde.latte.plasmoid.svg │ │ │ │ │ ├── org.kde.muonnotifier.svg │ │ │ │ │ ├── org.kde.plasma.activitybar.svg │ │ │ │ │ ├── org.kde.plasma.analogclock.svg │ │ │ │ │ ├── org.kde.plasma.battery.svg │ │ │ │ │ ├── org.kde.plasma.binaryclock.svg │ │ │ │ │ ├── org.kde.plasma.calculator.svg │ │ │ │ │ ├── org.kde.plasma.calendar.svg │ │ │ │ │ ├── org.kde.plasma.clipboard.svg │ │ │ │ │ ├── org.kde.plasma.colorpicker.svg │ │ │ │ │ ├── org.kde.plasma.comic.svg │ │ │ │ │ ├── org.kde.plasma.date.svg │ │ │ │ │ ├── org.kde.plasma.devicenotifier.svg │ │ │ │ │ ├── org.kde.plasma.digitalclock.svg │ │ │ │ │ ├── org.kde.plasma.diskquota.svg │ │ │ │ │ ├── org.kde.plasma.fifteenpuzzle.svg │ │ │ │ │ ├── org.kde.plasma.folder.svg │ │ │ │ │ ├── org.kde.plasma.frame.svg │ │ │ │ │ ├── org.kde.plasma.fuzzyclock.svg │ │ │ │ │ ├── org.kde.plasma.icontasks.svg │ │ │ │ │ ├── org.kde.plasma.kicker.svg │ │ │ │ │ ├── org.kde.plasma.kickerdash.svg │ │ │ │ │ ├── org.kde.plasma.kickoff.svg │ │ │ │ │ ├── org.kde.plasma.kickofflegacy.svg │ │ │ │ │ ├── org.kde.plasma.mediacontroller.svg │ │ │ │ │ ├── org.kde.plasma.networkmanagement.svg │ │ │ │ │ ├── org.kde.plasma.notes.svg │ │ │ │ │ ├── org.kde.plasma.pager.svg │ │ │ │ │ ├── org.kde.plasma.quicklaunch.svg │ │ │ │ │ ├── org.kde.plasma.showActivityManager.svg │ │ │ │ │ ├── org.kde.plasma.systemloadviewer.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.cpu.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.diskactivity.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.diskusage.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.memory.svg │ │ │ │ │ ├── org.kde.plasma.systemmonitor.net.svg │ │ │ │ │ ├── org.kde.plasma.systemtray.svg │ │ │ │ │ ├── org.kde.plasma.taskmanager.svg │ │ │ │ │ ├── org.kde.plasma.timer.svg │ │ │ │ │ ├── org.kde.plasma.userswitcher.svg │ │ │ │ │ ├── org.kde.plasma.vault.svg │ │ │ │ │ ├── org.kde.plasma.volume.svg │ │ │ │ │ └── org.kde.plasma.windowlist.svg │ │ │ ├── 16@2x │ │ │ ├── 16@3x │ │ │ ├── 22@2x │ │ │ ├── 22@3x │ │ │ ├── 24@2x │ │ │ ├── 24@3x │ │ │ ├── 256@2x │ │ │ ├── 256@3x │ │ │ ├── 32@2x │ │ │ ├── 32@3x │ │ │ ├── 64@2x │ │ │ ├── 64@3x │ │ │ ├── icon-theme.cache │ │ │ ├── index.theme │ │ │ ├── scalable │ │ │ │ ├── apps │ │ │ │ │ ├── 0ad.svg │ │ │ │ │ ├── 10B4_steam.0.svg │ │ │ │ │ ├── 1CD8_rundll32.0.svg │ │ │ │ │ ├── 1E64_notepad.0.svg │ │ │ │ │ ├── 1password.svg │ │ │ │ │ ├── 2048-qt.svg │ │ │ │ │ ├── 2048.svg │ │ │ │ │ ├── 2402_msiexec.0.svg │ │ │ │ │ ├── 2EF4_wordpad.0.svg │ │ │ │ │ ├── 3dchess.svg │ │ │ │ │ ├── 4137_winhlp32.0.svg │ │ │ │ │ ├── 4kvideodownloader.svg │ │ │ │ │ ├── 5961_Defunct_x86.0.svg │ │ │ │ │ ├── 63EE_sublime_text.0.svg │ │ │ │ │ ├── 67EF_addoninstaller.0.svg │ │ │ │ │ ├── 7596_iexplore.0.svg │ │ │ │ │ ├── 7765_winebrowser.0.svg │ │ │ │ │ ├── 7z.svg │ │ │ │ │ ├── 7zip.svg │ │ │ │ │ ├── 97C1_wordpad.0.svg │ │ │ │ │ ├── A35F_hh.0.svg │ │ │ │ │ ├── AdobeFlash.svg │ │ │ │ │ ├── AdobeReader.svg │ │ │ │ │ ├── AdobeReader10.svg │ │ │ │ │ ├── AdobeReader11.svg │ │ │ │ │ ├── AdobeReader12.svg │ │ │ │ │ ├── AdobeReader8.svg │ │ │ │ │ ├── AdobeReader9.svg │ │ │ │ │ ├── AdvancedPhoto.svg │ │ │ │ │ ├── Alacritty-simple.svg │ │ │ │ │ ├── Alacritty.svg │ │ │ │ │ ├── Amazon-www.amazon.ca.svg │ │ │ │ │ ├── Amazon-www.amazon.cn.svg │ │ │ │ │ ├── Amazon-www.amazon.co.uk.svg │ │ │ │ │ ├── Amazon-www.amazon.com.svg │ │ │ │ │ ├── Amazon-www.amazon.de.svg │ │ │ │ │ ├── Amazon-www.amazon.es.svg │ │ │ │ │ ├── Amazon-www.amazon.fr.svg │ │ │ │ │ ├── Amazon-www.amazon.it.svg │ │ │ │ │ ├── Anydesk.svg │ │ │ │ │ ├── AppImage.svg │ │ │ │ │ ├── AppImageLauncher.svg │ │ │ │ │ ├── Appstore.svg │ │ │ │ │ ├── Ardour-Ardour_4.0.0.svg │ │ │ │ │ ├── Ardour-Ardour_5.12.0.svg │ │ │ │ │ ├── Ardour-Ardour_6.0.0.svg │ │ │ │ │ ├── Ardour-Ardour_6.5.0.svg │ │ │ │ │ ├── Ardour-icon_256px.svg │ │ │ │ │ ├── BTM.svg │ │ │ │ │ ├── Babe.svg │ │ │ │ │ ├── Basecamp.svg │ │ │ │ │ ├── Blender.svg │ │ │ │ │ ├── BurpSuiteCommunity.svg │ │ │ │ │ ├── CMakeSetup.svg │ │ │ │ │ ├── CMakeSetup32.svg │ │ │ │ │ ├── CPU-X.svg │ │ │ │ │ ├── Caprine.svg │ │ │ │ │ ├── DBeaver.svg │ │ │ │ │ ├── Dictionary.app.svg │ │ │ │ │ ├── Dictionary.svg │ │ │ │ │ ├── DictionaryReader.svg │ │ │ │ │ ├── Dropbox.svg │ │ │ │ │ ├── EasyTAG_icon.svg │ │ │ │ │ ├── Etermutilities-terminal.svg │ │ │ │ │ ├── FB4C_iexplore.0.svg │ │ │ │ │ ├── FBReader.svg │ │ │ │ │ ├── FacebookMessenger-facebook.com.svg │ │ │ │ │ ├── FoxitReader.svg │ │ │ │ │ ├── FreeFileSync.svg │ │ │ │ │ ├── FreeMindWindowIcon.svg │ │ │ │ │ ├── FreeTube.svg │ │ │ │ │ ├── GDevelop.svg │ │ │ │ │ ├── GMail-mail.google.com.svg │ │ │ │ │ ├── Geogebra.svg │ │ │ │ │ ├── GitKraken.svg │ │ │ │ │ ├── Gmail-mail.google.com.svg │ │ │ │ │ ├── Gnome-Camara.svg │ │ │ │ │ ├── Gnome-Notes.svg │ │ │ │ │ ├── Gnome-Photos.svg │ │ │ │ │ ├── Gnome-notes.svg │ │ │ │ │ ├── GnomeBaker.svg │ │ │ │ │ ├── Grsync.SVG │ │ │ │ │ ├── Grsync.svg │ │ │ │ │ ├── ImageJ.svg │ │ │ │ │ ├── Insight-FileManager.svg │ │ │ │ │ ├── J7Z.svg │ │ │ │ │ ├── Jetbrains-goland.svg │ │ │ │ │ ├── Joplin.svg │ │ │ │ │ ├── JupyterConsole.svg │ │ │ │ │ ├── LabPlot2.svg │ │ │ │ │ ├── Last.fm-icon.svg │ │ │ │ │ ├── Lightcord.svg │ │ │ │ │ ├── LinSSID.svg │ │ │ │ │ ├── MultiBrowser.svg │ │ │ │ │ ├── Musescore.svg │ │ │ │ │ ├── MvGather.svg │ │ │ │ │ ├── Notion.svg │ │ │ │ │ ├── OpenTodoList.svg │ │ │ │ │ ├── PCSX2.svg │ │ │ │ │ ├── Panini.svg │ │ │ │ │ ├── PhotoFiltre-LX.svg │ │ │ │ │ ├── Pithos.svg │ │ │ │ │ ├── PlayOnLinux.svg │ │ │ │ │ ├── Pomodoro.svg │ │ │ │ │ ├── QMapShack.svg │ │ │ │ │ ├── QtAV.svg │ │ │ │ │ ├── QtIcon.svg │ │ │ │ │ ├── QtProject-assistant.svg │ │ │ │ │ ├── QtProject-designer.svg │ │ │ │ │ ├── QtProject-linguist.svg │ │ │ │ │ ├── QtProject-qdbusviewer.svg │ │ │ │ │ ├── QtProject-qtcreator-qt5.svg │ │ │ │ │ ├── QtProject-qtcreator.svg │ │ │ │ │ ├── RSS_feeds.svg │ │ │ │ │ ├── Ripcord_Icon.svg │ │ │ │ │ ├── SUSEgreeter.svg │ │ │ │ │ ├── Sci48M.svg │ │ │ │ │ ├── ScudCloud.svg │ │ │ │ │ ├── Spotify.svg │ │ │ │ │ ├── Stacer.svg │ │ │ │ │ ├── Sylpheed.svg │ │ │ │ │ ├── TeXworks.svg │ │ │ │ │ ├── TeamViewer.svg │ │ │ │ │ ├── Terminal-tango.svg │ │ │ │ │ ├── Terminal.svg │ │ │ │ │ ├── Thunar.svg │ │ │ │ │ ├── Todoist.svg │ │ │ │ │ ├── Twitter-twitter.com.svg │ │ │ │ │ ├── Uberwriter.svg │ │ │ │ │ ├── VBox.svg │ │ │ │ │ ├── Vbox.svg │ │ │ │ │ ├── WMail.svg │ │ │ │ │ ├── WorkerIcon48.svg │ │ │ │ │ ├── XMind.svg │ │ │ │ │ ├── XrendrMixer.svg │ │ │ │ │ ├── YouTube-youtube.com.svg │ │ │ │ │ ├── YouTubeDownloader.svg │ │ │ │ │ ├── Youtube-youtube.com.svg │ │ │ │ │ ├── Zoom.svg │ │ │ │ │ ├── aarddict.svg │ │ │ │ │ ├── abiword.svg │ │ │ │ │ ├── abiword_48.svg │ │ │ │ │ ├── about_kde.svg │ │ │ │ │ ├── abrt-gui.svg │ │ │ │ │ ├── abrt.svg │ │ │ │ │ ├── access.svg │ │ │ │ │ ├── accessibility-directory.svg │ │ │ │ │ ├── accessibility.svg │ │ │ │ │ ├── accessibility_section.svg │ │ │ │ │ ├── accessories-archiver.svg │ │ │ │ │ ├── accessories-calculator.svg │ │ │ │ │ ├── accessories-camera.svg │ │ │ │ │ ├── accessories-character-map.svg │ │ │ │ │ ├── accessories-clock.svg │ │ │ │ │ ├── accessories-dictionary.svg │ │ │ │ │ ├── accessories-document-viewer.svg │ │ │ │ │ ├── accessories-ebook-reader.svg │ │ │ │ │ ├── accessories-image-viewer.svg │ │ │ │ │ ├── accessories-media-converter.svg │ │ │ │ │ ├── accessories-notes.svg │ │ │ │ │ ├── accessories-painting.svg │ │ │ │ │ ├── accessories-podcast.svg │ │ │ │ │ ├── accessories-screenshot.svg │ │ │ │ │ ├── accessories-system-cleaner.svg │ │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ │ ├── accessories-thesaurus.svg │ │ │ │ │ ├── accessories_text_editor.svg │ │ │ │ │ ├── ace.svg │ │ │ │ │ ├── acidrip.svg │ │ │ │ │ ├── acroread.svg │ │ │ │ │ ├── activity-log-manager.svg │ │ │ │ │ ├── addressbook.svg │ │ │ │ │ ├── adjust-colors.svg │ │ │ │ │ ├── administration.svg │ │ │ │ │ ├── adobe-flashplayer.svg │ │ │ │ │ ├── adobe-reader.svg │ │ │ │ │ ├── adobeflashplugin.svg │ │ │ │ │ ├── advancedmetronome.svg │ │ │ │ │ ├── aegisub.svg │ │ │ │ │ ├── agenda.svg │ │ │ │ │ ├── agent.svg │ │ │ │ │ ├── aisleriot.svg │ │ │ │ │ ├── akonadi.svg │ │ │ │ │ ├── akonadiconsole.svg │ │ │ │ │ ├── akonaditray.svg │ │ │ │ │ ├── akregator.svg │ │ │ │ │ ├── akregator_empty.svg │ │ │ │ │ ├── alacarte.svg │ │ │ │ │ ├── alacritty-simple.svg │ │ │ │ │ ├── alacritty.svg │ │ │ │ │ ├── alarm-clock.svg │ │ │ │ │ ├── alarm-timer.svg │ │ │ │ │ ├── albert.svg │ │ │ │ │ ├── alc.svg │ │ │ │ │ ├── alien-arena.svg │ │ │ │ │ ├── alienarena.svg │ │ │ │ │ ├── alleyoop.svg │ │ │ │ │ ├── alligator.svg │ │ │ │ │ ├── alltray.svg │ │ │ │ │ ├── almanah.svg │ │ │ │ │ ├── almond.svg │ │ │ │ │ ├── alsamixergui.svg │ │ │ │ │ ├── altyo.svg │ │ │ │ │ ├── amarok-icon.svg │ │ │ │ │ ├── amarok.svg │ │ │ │ │ ├── amarok2.svg │ │ │ │ │ ├── amarok_change_language.svg │ │ │ │ │ ├── amazon-mp3-store-source.svg │ │ │ │ │ ├── amazon-store.svg │ │ │ │ │ ├── amazon.svg │ │ │ │ │ ├── amazonclouddrive.svg │ │ │ │ │ ├── amazonmp3.svg │ │ │ │ │ ├── amor.svg │ │ │ │ │ ├── amule.svg │ │ │ │ │ ├── amulegui.svg │ │ │ │ │ ├── anaconda.svg │ │ │ │ │ ├── anbox.svg │ │ │ │ │ ├── android-file-transfer.svg │ │ │ │ │ ├── android-studio-beta.svg │ │ │ │ │ ├── android-studio.svg │ │ │ │ │ ├── androidstudio.svg │ │ │ │ │ ├── angelfish.svg │ │ │ │ │ ├── angular-console.svg │ │ │ │ │ ├── anjuta.svg │ │ │ │ │ ├── anjuta6.svg │ │ │ │ │ ├── anjuta_icon.svg │ │ │ │ │ ├── ankama-launcher.svg │ │ │ │ │ ├── anki.svg │ │ │ │ │ ├── antimicro.svg │ │ │ │ │ ├── antimicrox.svg │ │ │ │ │ ├── anydesk.svg │ │ │ │ │ ├── apache-netbeans.svg │ │ │ │ │ ├── app.svg │ │ │ │ │ ├── app.ytmdesktop.ytmdesktop.svg │ │ │ │ │ ├── apparmor_view_profile.svg │ │ │ │ │ ├── apper.svg │ │ │ │ │ ├── appgrid.svg │ │ │ │ │ ├── appimagekit-1password.svg │ │ │ │ │ ├── appimagekit-AppImage.svg │ │ │ │ │ ├── appimagekit-Lightcord.svg │ │ │ │ │ ├── appimagekit-Ripcord_Icon.svg │ │ │ │ │ ├── appimagekit-android-file-transfer.svg │ │ │ │ │ ├── appimagekit-auryo.svg │ │ │ │ │ ├── appimagekit-azpainter.svg │ │ │ │ │ ├── appimagekit-balena-etcher-electron.svg │ │ │ │ │ ├── appimagekit-beekeeper-studio.svg │ │ │ │ │ ├── appimagekit-bitwarden.svg │ │ │ │ │ ├── appimagekit-brackets-electron.svg │ │ │ │ │ ├── appimagekit-caprine.svg │ │ │ │ │ ├── appimagekit-colorpicker.svg │ │ │ │ │ ├── appimagekit-draw.io.svg │ │ │ │ │ ├── appimagekit-emacs.svg │ │ │ │ │ ├── appimagekit-ferdi.svg │ │ │ │ │ ├── appimagekit-franz.svg │ │ │ │ │ ├── appimagekit-github-desktop.svg │ │ │ │ │ ├── appimagekit-gmail-desktop.svg │ │ │ │ │ ├── appimagekit-gravit-designer.svg │ │ │ │ │ ├── appimagekit-hotspot.svg │ │ │ │ │ ├── appimagekit-joplin.svg │ │ │ │ │ ├── appimagekit-kitty.svg │ │ │ │ │ ├── appimagekit-ksnip.svg │ │ │ │ │ ├── appimagekit-leocad.svg │ │ │ │ │ ├── appimagekit-motrix.svg │ │ │ │ │ ├── appimagekit-mscore-portable.svg │ │ │ │ │ ├── appimagekit-notable.svg │ │ │ │ │ ├── appimagekit-org.keepassxc.KeePassXC.svg │ │ │ │ │ ├── appimagekit-org.olivevideoeditor.Olive.svg │ │ │ │ │ ├── appimagekit-pcloud.svg │ │ │ │ │ ├── appimagekit-rambox.svg │ │ │ │ │ ├── appimagekit-sc-controller.svg │ │ │ │ │ ├── appimagekit-smplayer.svg │ │ │ │ │ ├── appimagekit-stacer.svg │ │ │ │ │ ├── appimagekit-supertux2.svg │ │ │ │ │ ├── appimagekit-synfigstudio.svg │ │ │ │ │ ├── appimagekit-teams-for-linux.svg │ │ │ │ │ ├── appimagekit-tutanota-desktop.svg │ │ │ │ │ ├── appimagekit-unityhub.svg │ │ │ │ │ ├── appimagekit-wewechat.svg │ │ │ │ │ ├── appimagekit-youtube-dl-gui.svg │ │ │ │ │ ├── appimagekit-youtube-music-desktop-app.svg │ │ │ │ │ ├── appimagekit-youtube-music.svg │ │ │ │ │ ├── appimagekit_irix.svg │ │ │ │ │ ├── applet_lockkeys.svg │ │ │ │ │ ├── applets-screenshooter.svg │ │ │ │ │ ├── application-default-icon.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-vidiot.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-x-chemtool.svg │ │ │ │ │ ├── application-x-clementine.svg │ │ │ │ │ ├── application-x-firmware.svg │ │ │ │ │ ├── application-x-pml18.svg │ │ │ │ │ ├── application-x-pml18free.svg │ │ │ │ │ ├── application-x-prl18.svg │ │ │ │ │ ├── application-x-prl18free.svg │ │ │ │ │ ├── application-x-tml18.svg │ │ │ │ │ ├── application-x-tml18free.svg │ │ │ │ │ ├── applications-accessories.svg │ │ │ │ │ ├── applications-all.svg │ │ │ │ │ ├── applications-development-translation.svg │ │ │ │ │ ├── applications-development-web.svg │ │ │ │ │ ├── applications-development.svg │ │ │ │ │ ├── applications-education-language.svg │ │ │ │ │ ├── applications-education.svg │ │ │ │ │ ├── applications-engineering.svg │ │ │ │ │ ├── applications-featured.svg │ │ │ │ │ ├── applications-fonts.svg │ │ │ │ │ ├── applications-games.svg │ │ │ │ │ ├── applications-graphics.svg │ │ │ │ │ ├── applications-interfacedesign.svg │ │ │ │ │ ├── applications-internet.svg │ │ │ │ │ ├── applications-java.svg │ │ │ │ │ ├── applications-languages.svg │ │ │ │ │ ├── applications-multimedia.svg │ │ │ │ │ ├── applications-office.svg │ │ │ │ │ ├── applications-other.svg │ │ │ │ │ ├── applications-php.svg │ │ │ │ │ ├── applications-python.svg │ │ │ │ │ ├── applications-science.svg │ │ │ │ │ ├── applications-system-orange.svg │ │ │ │ │ ├── applications-system.svg │ │ │ │ │ ├── applications-utilities.svg │ │ │ │ │ ├── applications-webapps.svg │ │ │ │ │ ├── applications-webbrowsers.svg │ │ │ │ │ ├── appointment-soon.svg │ │ │ │ │ ├── appointment.svg │ │ │ │ │ ├── apport-gtk.svg │ │ │ │ │ ├── apport-gtk2.svg │ │ │ │ │ ├── apport.svg │ │ │ │ │ ├── apps.com.dingtalk.im.svg │ │ │ │ │ ├── apps.com.qq.im.svg │ │ │ │ │ ├── apps.com.wechat.web.svg │ │ │ │ │ ├── appset.svg │ │ │ │ │ ├── aptana-studio.svg │ │ │ │ │ ├── aptana.svg │ │ │ │ │ ├── aptdaemon-download.svg │ │ │ │ │ ├── aptdaemon-update-cache.svg │ │ │ │ │ ├── aptdaemon-upgrade.svg │ │ │ │ │ ├── aptdaemon-working.svg │ │ │ │ │ ├── aptik-battery-monitor.svg │ │ │ │ │ ├── archive-manager.svg │ │ │ │ │ ├── archivemanager.svg │ │ │ │ │ ├── archlinux.svg │ │ │ │ │ ├── ardour.svg │ │ │ │ │ ├── ardour2.svg │ │ │ │ │ ├── ardour3.svg │ │ │ │ │ ├── ardour4.svg │ │ │ │ │ ├── ardour5.svg │ │ │ │ │ ├── ardour6.svg │ │ │ │ │ ├── arduino-arduinoide.svg │ │ │ │ │ ├── arduino-icon-small.svg │ │ │ │ │ ├── arduino-ide.svg │ │ │ │ │ ├── arduino.svg │ │ │ │ │ ├── ark.svg │ │ │ │ │ ├── arora.svg │ │ │ │ │ ├── artemanufrij.imageburner.svg │ │ │ │ │ ├── artemanufrij.metronome.svg │ │ │ │ │ ├── artemanufrij.playmymusic.svg │ │ │ │ │ ├── artha.svg │ │ │ │ │ ├── artikulate.svg │ │ │ │ │ ├── arts.svg │ │ │ │ │ ├── artsbuilder.svg │ │ │ │ │ ├── artscontrol.svg │ │ │ │ │ ├── as-icon.svg │ │ │ │ │ ├── as-powered.svg │ │ │ │ │ ├── asc-de.svg │ │ │ │ │ ├── asounder.svg │ │ │ │ │ ├── assistant-qt4.svg │ │ │ │ │ ├── assistant-qt5.svg │ │ │ │ │ ├── assistant-qt6.svg │ │ │ │ │ ├── assistant.svg │ │ │ │ │ ├── assistant5.svg │ │ │ │ │ ├── asunder.svg │ │ │ │ │ ├── aterm.svg │ │ │ │ │ ├── athena.svg │ │ │ │ │ ├── atlas.svg │ │ │ │ │ ├── atom-beta.svg │ │ │ │ │ ├── atom-nightly.svg │ │ │ │ │ ├── atom.svg │ │ │ │ │ ├── atomix-icon.svg │ │ │ │ │ ├── atomix.svg │ │ │ │ │ ├── atril.svg │ │ │ │ │ ├── audacious-16.svg │ │ │ │ │ ├── audacious-32.svg │ │ │ │ │ ├── audacious.svg │ │ │ │ │ ├── audacity.svg │ │ │ │ │ ├── audacity16.svg │ │ │ │ │ ├── audacity32.svg │ │ │ │ │ ├── audex.svg │ │ │ │ │ ├── audience.svg │ │ │ │ │ ├── audio-player.svg │ │ │ │ │ ├── audio-recorder.svg │ │ │ │ │ ├── audoban.applet.playbar.svg │ │ │ │ │ ├── auryo.svg │ │ │ │ │ ├── autokey.svg │ │ │ │ │ ├── autopackage-installer.svg │ │ │ │ │ ├── avidemux.svg │ │ │ │ │ ├── avidemux_icon.svg │ │ │ │ │ ├── awf.svg │ │ │ │ │ ├── awn-applet.svg │ │ │ │ │ ├── awn-manager.svg │ │ │ │ │ ├── awn-plugins.svg │ │ │ │ │ ├── awn-settings.svg │ │ │ │ │ ├── ax-applet.svg │ │ │ │ │ ├── azpainter.svg │ │ │ │ │ ├── babe.svg │ │ │ │ │ ├── background.svg │ │ │ │ │ ├── backlite.svg │ │ │ │ │ ├── badge-small.svg │ │ │ │ │ ├── baidunetdisk.svg │ │ │ │ │ ├── balena-etcher-electron.svg │ │ │ │ │ ├── balena-etcher.svg │ │ │ │ │ ├── baloo.svg │ │ │ │ │ ├── banji.svg │ │ │ │ │ ├── banshee-1.svg │ │ │ │ │ ├── banshee.svg │ │ │ │ │ ├── baobab.svg │ │ │ │ │ ├── barrier.svg │ │ │ │ │ ├── bash.svg │ │ │ │ │ ├── basket.svg │ │ │ │ │ ├── battery.svg │ │ │ │ │ ├── bauh.svg │ │ │ │ │ ├── bcloud.svg │ │ │ │ │ ├── bcompare.svg │ │ │ │ │ ├── beagled.svg │ │ │ │ │ ├── beatbox.svg │ │ │ │ │ ├── beekeeper-studio.svg │ │ │ │ │ ├── bell.svg │ │ │ │ │ ├── beryl-settings.svg │ │ │ │ │ ├── bijiben.svg │ │ │ │ │ ├── bitcoin128.svg │ │ │ │ │ ├── bittorrent-sync.svg │ │ │ │ │ ├── bitwarden.svg │ │ │ │ │ ├── bitwig-studio.svg │ │ │ │ │ ├── blanket.svg │ │ │ │ │ ├── bleachbit.svg │ │ │ │ │ ├── blender.svg │ │ │ │ │ ├── bless.svg │ │ │ │ │ ├── blinken.svg │ │ │ │ │ ├── blivet-gui.svg │ │ │ │ │ ├── blocks.svg │ │ │ │ │ ├── blogilo.svg │ │ │ │ │ ├── blueclock.svg │ │ │ │ │ ├── blueclock32.svg │ │ │ │ │ ├── bluedun.svg │ │ │ │ │ ├── bluefish-icon.svg │ │ │ │ │ ├── bluefish.svg │ │ │ │ │ ├── bluegriffon.svg │ │ │ │ │ ├── blueman-active.svg │ │ │ │ │ ├── blueman-disabled.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── blueradio-48.svg │ │ │ │ │ ├── blueradio.svg │ │ │ │ │ ├── bluetooth-48.svg │ │ │ │ │ ├── bluetooth-active.svg │ │ │ │ │ ├── bluetooth-inactive.svg │ │ │ │ │ ├── bluetooth-radio.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── bluetoothradio.svg │ │ │ │ │ ├── bomber.svg │ │ │ │ │ ├── bombono-dvd.svg │ │ │ │ │ ├── bomi.svg │ │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ │ ├── bookreader.svg │ │ │ │ │ ├── boomaga.svg │ │ │ │ │ ├── boostnote.svg │ │ │ │ │ ├── boot.svg │ │ │ │ │ ├── bootloader.svg │ │ │ │ │ ├── bottles_notepad.svg │ │ │ │ │ ├── bottles_wine-uninstaller.svg │ │ │ │ │ ├── bottles_wine-winecfg.svg │ │ │ │ │ ├── bottles_wine-winefile.svg │ │ │ │ │ ├── bottles_wine-winetricks.svg │ │ │ │ │ ├── bottles_wine.svg │ │ │ │ │ ├── bottles_winetricks.svg │ │ │ │ │ ├── boxes.svg │ │ │ │ │ ├── brackets-electron.svg │ │ │ │ │ ├── brackets.svg │ │ │ │ │ ├── brasero.svg │ │ │ │ │ ├── brave-apdfllckaahabafndbhieahigkjlhalf-Default.svg │ │ │ │ │ ├── brave-beta.svg │ │ │ │ │ ├── brave-bgjohebimpjdhhocbknplfelpmdhifhd-Default.svg │ │ │ │ │ ├── brave-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg │ │ │ │ │ ├── brave-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg │ │ │ │ │ ├── brave-bin.svg │ │ │ │ │ ├── brave-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg │ │ │ │ │ ├── brave-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg │ │ │ │ │ ├── brave-bnbaboaihhkjoaolfnfoablhllahjnee-Default.svg │ │ │ │ │ ├── brave-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg │ │ │ │ │ ├── brave-browser-beta.svg │ │ │ │ │ ├── brave-browser-dev.svg │ │ │ │ │ ├── brave-browser-nightly.svg │ │ │ │ │ ├── brave-browser.svg │ │ │ │ │ ├── brave-cjanmonomjogheabiocdamfpknlpdehm-Default.svg │ │ │ │ │ ├── brave-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg │ │ │ │ │ ├── brave-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg │ │ │ │ │ ├── brave-defekohaofmambflfpfoojkmfdpcbgko-Default.svg │ │ │ │ │ ├── brave-desktop-dev.svg │ │ │ │ │ ├── brave-desktop.svg │ │ │ │ │ ├── brave-dev.svg │ │ │ │ │ ├── brave-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg │ │ │ │ │ ├── brave-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg │ │ │ │ │ ├── brave-faolnafnngnfdaknnbpnkhgohbobgegn-Default.svg │ │ │ │ │ ├── brave-felcaaldnbdncclmgdcncolpebgiejap-Default.svg │ │ │ │ │ ├── brave-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg │ │ │ │ │ ├── brave-hadgilakbfohcfcgfbioeeehgpkopaga-Default.svg │ │ │ │ │ ├── brave-hnpfjngllnobngcgfapefoaidbinmjnm-Default.svg │ │ │ │ │ ├── brave-icppfcnhkcmnfdhfhphakoifcfokfdhg-Default.svg │ │ │ │ │ ├── brave-ighkikkfkalojiibipjigpccggljgdff-Default.svg │ │ │ │ │ ├── brave-jknmpnbgkaekopldbncmggaejjamkemn-Default.svg │ │ │ │ │ ├── brave-lainlkmlgipednloilifbppmhdocjbda-Default.svg │ │ │ │ │ ├── brave-mmfbcljfglbokpmkimbfghdkjmjhdgbg-Default.svg │ │ │ │ │ ├── brave-nightly.svg │ │ │ │ │ ├── brave-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg │ │ │ │ │ ├── brave-pdagghjnpkeagmlbilmjmclfhjeaapaa-Default.svg │ │ │ │ │ ├── brave-pjkljhegncpnkpknbcohdijeoejaedia-Default.svg │ │ │ │ │ ├── brave.svg │ │ │ │ │ ├── breeze-settings.svg │ │ │ │ │ ├── brightside.svg │ │ │ │ │ ├── browser-help.svg │ │ │ │ │ ├── browser-tor.svg │ │ │ │ │ ├── browser.svg │ │ │ │ │ ├── bt-logo.svg │ │ │ │ │ ├── btsync-gui-gtk.svg │ │ │ │ │ ├── btsync-gui.svg │ │ │ │ │ ├── btsync-user.svg │ │ │ │ │ ├── budgiewprviews.svg │ │ │ │ │ ├── bug-buddy.svg │ │ │ │ │ ├── bug.svg │ │ │ │ │ ├── builder.svg │ │ │ │ │ ├── bum.svg │ │ │ │ │ ├── bumblebee-config-gui.svg │ │ │ │ │ ├── bumblebee.svg │ │ │ │ │ ├── burner.svg │ │ │ │ │ ├── burp.svg │ │ │ │ │ ├── burpsuite.svg │ │ │ │ │ ├── butter.svg │ │ │ │ │ ├── byzanz.svg │ │ │ │ │ ├── ca.desrt.dconf-editor.svg │ │ │ │ │ ├── ca.littlesvr.asunder.svg │ │ │ │ │ ├── cacao-oj6.svg │ │ │ │ │ ├── cacao-oj7.svg │ │ │ │ │ ├── cacao-oj8.svg │ │ │ │ │ ├── cacao-oj9.svg │ │ │ │ │ ├── cadence.svg │ │ │ │ │ ├── caffeine.svg │ │ │ │ │ ├── cairo-clock.svg │ │ │ │ │ ├── cairo-dock-c.svg │ │ │ │ │ ├── cairo-dock-o.svg │ │ │ │ │ ├── cairo-dock.svg │ │ │ │ │ ├── caja-actions.svg │ │ │ │ │ ├── caja-dropbox.svg │ │ │ │ │ ├── calamares.svg │ │ │ │ │ ├── calc.svg │ │ │ │ │ ├── calculator.svg │ │ │ │ │ ├── calendar-blue-31.svg │ │ │ │ │ ├── calendar-purple-31.svg │ │ │ │ │ ├── calendar-red-31.svg │ │ │ │ │ ├── calendar.svg │ │ │ │ │ ├── calibre-ebook-edit.svg │ │ │ │ │ ├── calibre-gui.svg │ │ │ │ │ ├── calibre-viewer.svg │ │ │ │ │ ├── calibre.svg │ │ │ │ │ ├── california.svg │ │ │ │ │ ├── calindori.svg │ │ │ │ │ ├── calligraauthor.svg │ │ │ │ │ ├── calligradevtools.svg │ │ │ │ │ ├── calligragemini.svg │ │ │ │ │ ├── calligrakarbon.svg │ │ │ │ │ ├── calligrakrita.svg │ │ │ │ │ ├── calligrakrita2.svg │ │ │ │ │ ├── calligrakrita3.svg │ │ │ │ │ ├── calligraplan.svg │ │ │ │ │ ├── calligraplanner.svg │ │ │ │ │ ├── calligraplanwork.svg │ │ │ │ │ ├── calligrasheets.svg │ │ │ │ │ ├── calligrastage.svg │ │ │ │ │ ├── calligrawords.svg │ │ │ │ │ ├── camera-app.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── camorama.svg │ │ │ │ │ ├── cantata.svg │ │ │ │ │ ├── caprine.svg │ │ │ │ │ ├── carla-control.svg │ │ │ │ │ ├── carla.svg │ │ │ │ │ ├── catarina.svg │ │ │ │ │ ├── catfish.svg │ │ │ │ │ ├── catia.svg │ │ │ │ │ ├── cawbird.svg │ │ │ │ │ ├── cc.arduino.arduinoide.svg │ │ │ │ │ ├── ccsm.svg │ │ │ │ │ ├── celestia.svg │ │ │ │ │ ├── celluloid.svg │ │ │ │ │ ├── cellwriter.svg │ │ │ │ │ ├── cgoban.svg │ │ │ │ │ ├── cgoban_32x32.svg │ │ │ │ │ ├── chakra-backup.svg │ │ │ │ │ ├── checkers.svg │ │ │ │ │ ├── checkgmail.svg │ │ │ │ │ ├── cheese.svg │ │ │ │ │ ├── chemtool.svg │ │ │ │ │ ├── cherrytree.svg │ │ │ │ │ ├── chess.svg │ │ │ │ │ ├── chessx.svg │ │ │ │ │ ├── chinese.svg │ │ │ │ │ ├── chmsee-16x16.svg │ │ │ │ │ ├── chmsee-32x32.svg │ │ │ │ │ ├── chmsee-icon.svg │ │ │ │ │ ├── chrome-apdfllckaahabafndbhieahigkjlhalf-Default.svg │ │ │ │ │ ├── chrome-bgjohebimpjdhhocbknplfelpmdhifhd-Default.svg │ │ │ │ │ ├── chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg │ │ │ │ │ ├── chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg │ │ │ │ │ ├── chrome-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg │ │ │ │ │ ├── chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg │ │ │ │ │ ├── chrome-bnbaboaihhkjoaolfnfoablhllahjnee-Default.svg │ │ │ │ │ ├── chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg │ │ │ │ │ ├── chrome-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg │ │ │ │ │ ├── chrome-calculator.svg │ │ │ │ │ ├── chrome-cinhimbnkkaeohfgghhklpknlkffjgod-Default.svg │ │ │ │ │ ├── chrome-ciniambnphakdoflgeamacamhfllbkmo-Default.svg │ │ │ │ │ ├── chrome-cjanmonomjogheabiocdamfpknlpdehm-Default.svg │ │ │ │ │ ├── chrome-clgddkicplcbgjfobecebadodeggpghp-Default.svg │ │ │ │ │ ├── chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg │ │ │ │ │ ├── chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg │ │ │ │ │ ├── chrome-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg │ │ │ │ │ ├── chrome-defekohaofmambflfpfoojkmfdpcbgko-Default.svg │ │ │ │ │ ├── chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg │ │ │ │ │ ├── chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg │ │ │ │ │ ├── chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg │ │ │ │ │ ├── chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg │ │ │ │ │ ├── chrome-faolnafnngnfdaknnbpnkhgohbobgegn-Default.svg │ │ │ │ │ ├── chrome-fdmmgilgnpjigdojojpjoooidkmcomcm-Default.svg │ │ │ │ │ ├── chrome-felcaaldnbdncclmgdcncolpebgiejap-Default.svg │ │ │ │ │ ├── chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default.svg │ │ │ │ │ ├── chrome-gcjbnclfkeffmdfdhflnadahgmajfgcm-Default.svg │ │ │ │ │ ├── chrome-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg │ │ │ │ │ ├── chrome-hadgilakbfohcfcgfbioeeehgpkopaga-Default.svg │ │ │ │ │ ├── chrome-hdokiejnpimakedhajhdlcegeplioahd-Default.svg │ │ │ │ │ ├── chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg │ │ │ │ │ ├── chrome-hnpfjngllnobngcgfapefoaidbinmjnm-Default.svg │ │ │ │ │ ├── chrome-https___telegram.org_.svg │ │ │ │ │ ├── chrome-iabmpiboiopbgfabjmgeedhcmjenhbla-Default.svg │ │ │ │ │ ├── chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg │ │ │ │ │ ├── chrome-icppfcnhkcmnfdhfhphakoifcfokfdhg-Default.svg │ │ │ │ │ ├── chrome-ighkikkfkalojiibipjigpccggljgdff-Default.svg │ │ │ │ │ ├── chrome-ioekoebejdcmnlefjiknokhhafglcjdl-Default.svg │ │ │ │ │ ├── chrome-jcjbnkncddbeomhaacaeokhfnefibpde-Default.svg │ │ │ │ │ ├── chrome-jeogkiiogjbmhklcnbgkdcjoioegiknm-Default.svg │ │ │ │ │ ├── chrome-jknmpnbgkaekopldbncmggaejjamkemn-Default.svg │ │ │ │ │ ├── chrome-joodangkbfjnajiiifokapkpmhfnpleo-Default.svg │ │ │ │ │ ├── chrome-joodangkbfjnajiiifokapkpmhfnpleo.svg │ │ │ │ │ ├── chrome-kogcfmeennoidocadkgjhnbancebmlbf-Default.svg │ │ │ │ │ ├── chrome-lainlkmlgipednloilifbppmhdocjbda-Default.svg │ │ │ │ │ ├── chrome-lneaknkopdijkpnocmklfnjbeapigfbh-Default.svg │ │ │ │ │ ├── chrome-mijlebbfndhelmdpmllgcfadlkankhok-Default.svg │ │ │ │ │ ├── chrome-mmfbcljfglbokpmkimbfghdkjmjhdgbg-Default.svg │ │ │ │ │ ├── chrome-ncliohomlfopnmlfkepkcbnhmeijkhhf-Default.svg │ │ │ │ │ ├── chrome-npfkoakaabdallkcdbpkkhfilkkngakh-Default.svg │ │ │ │ │ ├── chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg │ │ │ │ │ ├── chrome-pdagghjnpkeagmlbilmjmclfhjeaapaa-Default.svg │ │ │ │ │ ├── chrome-pfoeakahkgllhkommkfeehmkfcloagkl-Default.svg │ │ │ │ │ ├── chrome-pfpeapihoiogbcmdmnibeplnikfnhoge-Default.svg │ │ │ │ │ ├── chrome-pghodfjepegmciihfhdipmimghiakcjf.svg │ │ │ │ │ ├── chrome-pjkljhegncpnkpknbcohdijeoejaedia-Default.svg │ │ │ │ │ ├── chrome.svg │ │ │ │ │ ├── chromium-browser-privacy.svg │ │ │ │ │ ├── chromium-browser.svg │ │ │ │ │ ├── chromium-browser2.svg │ │ │ │ │ ├── chromium-freeworld.svg │ │ │ │ │ ├── chromium.svg │ │ │ │ │ ├── cin-multimedia-volume-control.svg │ │ │ │ │ ├── cinnamon-panel-launcher.svg │ │ │ │ │ ├── cinnamon-power-manager.svg │ │ │ │ │ ├── cinnamon-preferences-color.svg │ │ │ │ │ ├── cinnamon-preferences-desktop-display.svg │ │ │ │ │ ├── cinnamon-preferences-system-time.svg │ │ │ │ │ ├── cinnamon-session-properties.svg │ │ │ │ │ ├── cinnamon-virtual-keyboard │ │ │ │ │ ├── cinnamon-virtual-keyboard.svg │ │ │ │ │ ├── clamav-gui.svg │ │ │ │ │ ├── clamav.svg │ │ │ │ │ ├── clamtk.svg │ │ │ │ │ ├── clapper.svg │ │ │ │ │ ├── classicmenu-indicator-light.svg │ │ │ │ │ ├── classicmenu-indicator.svg │ │ │ │ │ ├── claudia.svg │ │ │ │ │ ├── claws-mail-128x128.svg │ │ │ │ │ ├── claws-mail-32x32.svg │ │ │ │ │ ├── claws-mail-64x64.svg │ │ │ │ │ ├── claws-mail.svg │ │ │ │ │ ├── clawsker.svg │ │ │ │ │ ├── clementine-player.svg │ │ │ │ │ ├── clementine.svg │ │ │ │ │ ├── clickup.svg │ │ │ │ │ ├── clion.svg │ │ │ │ │ ├── clipit-trayicon.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── clocks.svg │ │ │ │ │ ├── cmake-gui.svg │ │ │ │ │ ├── cmake.svg │ │ │ │ │ ├── cockos-reaper.svg │ │ │ │ │ ├── code-insiders.svg │ │ │ │ │ ├── code-oss.svg │ │ │ │ │ ├── code.svg │ │ │ │ │ ├── codeblocks.svg │ │ │ │ │ ├── color-calibate.svg │ │ │ │ │ ├── color-management.svg │ │ │ │ │ ├── color-pick.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── color.svg │ │ │ │ │ ├── colorgrab.svg │ │ │ │ │ ├── colorimeter-colorhug.svg │ │ │ │ │ ├── colorize.svg │ │ │ │ │ ├── colorman.svg │ │ │ │ │ ├── colorpicker.svg │ │ │ │ │ ├── colors.svg │ │ │ │ │ ├── colorset.svg │ │ │ │ │ ├── colour.svg │ │ │ │ │ ├── com.Adobe.Flash-Player-Projector.svg │ │ │ │ │ ├── com.Jetbrains.GoLand.svg │ │ │ │ │ ├── com.abisource.AbiWord.svg │ │ │ │ │ ├── com.adobe.Flash-Player-Projector.svg │ │ │ │ │ ├── com.adobe.Reader.svg │ │ │ │ │ ├── com.adrienplazas.Metronome.svg │ │ │ │ │ ├── com.alacritty.Alacritty.svg │ │ │ │ │ ├── com.amazon.Workspaces.svg │ │ │ │ │ ├── com.anydesk.Anydesk.svg │ │ │ │ │ ├── com.axosoft.GitKraken.svg │ │ │ │ │ ├── com.bitwarden.Bitwarden.svg │ │ │ │ │ ├── com.bitwarden.BitwardenDesktop.svg │ │ │ │ │ ├── com.bitwarden.desktop.svg │ │ │ │ │ ├── com.bitwig.BitwigStudio.svg │ │ │ │ │ ├── com.brave.Browser.svg │ │ │ │ │ ├── com.bxabi.bumblebee-indicator.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.ebook-edit.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.ebook-viewer.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.ebook_edit.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.ebook_viewer.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.lrfviewer.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.svg │ │ │ │ │ ├── com.calibre_ebook.calibre_gui.svg │ │ │ │ │ ├── com.corifeus.onenote.svg │ │ │ │ │ ├── com.deepin.Calculator.svg │ │ │ │ │ ├── com.deepin.Calendar.svg │ │ │ │ │ ├── com.deepin.ImageViewer.svg │ │ │ │ │ ├── com.deepin.Movies.svg │ │ │ │ │ ├── com.deepin.Music.svg │ │ │ │ │ ├── com.deepin.Picker.svg │ │ │ │ │ ├── com.deepin.ScreenRecorder.svg │ │ │ │ │ ├── com.deepin.ScreenShot.svg │ │ │ │ │ ├── com.deepin.Screenshot.svg │ │ │ │ │ ├── com.deepin.VoiceRecorder.svg │ │ │ │ │ ├── com.dhsdevelopments.Climaxima.svg │ │ │ │ │ ├── com.discordapp.Discord.svg │ │ │ │ │ ├── com.discordapp.DiscordCanary.svg │ │ │ │ │ ├── com.dosbox.DOSBox.svg │ │ │ │ │ ├── com.dosbox_x.DOSBox-X.svg │ │ │ │ │ ├── com.dropbox.Client.svg │ │ │ │ │ ├── com.elsevier.MendeleyDesktop.svg │ │ │ │ │ ├── com.endlessnetwork.missilemath.svg │ │ │ │ │ ├── com.getferdi.Ferdi.svg │ │ │ │ │ ├── com.getmailspring.Mailspring.svg │ │ │ │ │ ├── com.getpostman.Postman.svg │ │ │ │ │ ├── com.gexperts.Terminix.svg │ │ │ │ │ ├── com.gexperts.Tilix.svg │ │ │ │ │ ├── com.gigitux.gtkwhats.svg │ │ │ │ │ ├── com.gigitux.youp.svg │ │ │ │ │ ├── com.github.Eloston.UngoogledChromium.svg │ │ │ │ │ ├── com.github.Eloston.ungoogled-chromium.svg │ │ │ │ │ ├── com.github.IsmaelMartinez.teams_for_linux.svg │ │ │ │ │ ├── com.github.JannikHv.Gydl.svg │ │ │ │ │ ├── com.github.PintaProject.Pinta.svg │ │ │ │ │ ├── com.github.afrantzis.Bless.svg │ │ │ │ │ ├── com.github.aimproxy.dotfonts.svg │ │ │ │ │ ├── com.github.akiraux.akira.svg │ │ │ │ │ ├── com.github.alainm23.planner.svg │ │ │ │ │ ├── com.github.alecaddd.sequeler.svg │ │ │ │ │ ├── com.github.alecaddd.taxi.svg │ │ │ │ │ ├── com.github.alexkdeveloper.radio.svg │ │ │ │ │ ├── com.github.alexkdeveloper.somafm.svg │ │ │ │ │ ├── com.github.arshubham.cipher.svg │ │ │ │ │ ├── com.github.artemanufrij.hashit.svg │ │ │ │ │ ├── com.github.artemanufrij.imageburner.svg │ │ │ │ │ ├── com.github.artemanufrij.metronome.svg │ │ │ │ │ ├── com.github.artemanufrij.playmymusic.svg │ │ │ │ │ ├── com.github.artemanufrij.playmyvideos.svg │ │ │ │ │ ├── com.github.artemanufrij.regextester.svg │ │ │ │ │ ├── com.github.artemanufrij.screencast.svg │ │ │ │ │ ├── com.github.artemanufrij.showmypictures.svg │ │ │ │ │ ├── com.github.bajoja.indicator-kdeconnect.svg │ │ │ │ │ ├── com.github.bartzaalberg.php-tester.svg │ │ │ │ │ ├── com.github.bitseater.weather.svg │ │ │ │ │ ├── com.github.bleakgrey.tootle.svg │ │ │ │ │ ├── com.github.calo001.fondo.svg │ │ │ │ │ ├── com.github.christophernugent.locksmith.svg │ │ │ │ │ ├── com.github.cryptowyrm.copypastegrab.svg │ │ │ │ │ ├── com.github.dahenson.agenda.svg │ │ │ │ │ ├── com.github.danrabbit.lookbook.svg │ │ │ │ │ ├── com.github.danrabbit.nimbus.svg │ │ │ │ │ ├── com.github.davidmhewitt.clipped.svg │ │ │ │ │ ├── com.github.debauchee.barrier.svg │ │ │ │ │ ├── com.github.djaler.formatter.svg │ │ │ │ │ ├── com.github.donadigo.appeditor.svg │ │ │ │ │ ├── com.github.donadigo.eddy.svg │ │ │ │ │ ├── com.github.fabiocolacio.marker.svg │ │ │ │ │ ├── com.github.fwbuilder.svg │ │ │ │ │ ├── com.github.geigi.cozy.svg │ │ │ │ │ ├── com.github.georgekap1an.chores.svg │ │ │ │ │ ├── com.github.gi_lom.dialect.svg │ │ │ │ │ ├── com.github.gmg137.netease-cloud-music-gtk.svg │ │ │ │ │ ├── com.github.hannesschulze.optimizer.svg │ │ │ │ │ ├── com.github.jeromerobert.pdfarranger.svg │ │ │ │ │ ├── com.github.jkotra.eovpn.svg │ │ │ │ │ ├── com.github.jmoerman.go-for-it.svg │ │ │ │ │ ├── com.github.johnfactotum.Foliate.svg │ │ │ │ │ ├── com.github.juliagoda.antimicro.svg │ │ │ │ │ ├── com.github.juliagoda.antimicroX.svg │ │ │ │ │ ├── com.github.junrrein.PDFSlicer.svg │ │ │ │ │ ├── com.github.labyrinth_team.labyrinth.svg │ │ │ │ │ ├── com.github.lainsce.notejot.svg │ │ │ │ │ ├── com.github.lainsce.palaura.svg │ │ │ │ │ ├── com.github.liferooter.textpieces.svg │ │ │ │ │ ├── com.github.louis77.tuner.svg │ │ │ │ │ ├── com.github.lpereira.HardInfo.svg │ │ │ │ │ ├── com.github.lpereira.hardinfo.svg │ │ │ │ │ ├── com.github.maoschanz.DynamicWallpaperEditor.svg │ │ │ │ │ ├── com.github.maoschanz.drawing.svg │ │ │ │ │ ├── com.github.mdh34.quickdocs.svg │ │ │ │ │ ├── com.github.melix99.telegrand.svg │ │ │ │ │ ├── com.github.micahflee.torbrowser-launcher.svg │ │ │ │ │ ├── com.github.mohelm97.screenrecorder.svg │ │ │ │ │ ├── com.github.needle-and-thread.vocal.svg │ │ │ │ │ ├── com.github.needleandthread.vocal.svg │ │ │ │ │ ├── com.github.paolostivanin.OTPClient.svg │ │ │ │ │ ├── com.github.parnold-x.sudoku.svg │ │ │ │ │ ├── com.github.persepolisdm.persepolis.svg │ │ │ │ │ ├── com.github.phase1geo.annotator.svg │ │ │ │ │ ├── com.github.phase1geo.minder.svg │ │ │ │ │ ├── com.github.qarmin.szyszka.svg │ │ │ │ │ ├── com.github.rafostar.Clapper.svg │ │ │ │ │ ├── com.github.rapidfingers.translator.svg │ │ │ │ │ ├── com.github.realmazharhussain.GdmSettings.svg │ │ │ │ │ ├── com.github.robertsanseries.karim.svg │ │ │ │ │ ├── com.github.ronnydo.colorpicker.svg │ │ │ │ │ ├── com.github.rssguard.svg │ │ │ │ │ ├── com.github.ryonakano.reco.svg │ │ │ │ │ ├── com.github.santileortiz.iconoscope.svg │ │ │ │ │ ├── com.github.sgpthomas.hourglass.svg │ │ │ │ │ ├── com.github.sqlitebrowser.sqlitebrowser.svg │ │ │ │ │ ├── com.github.stsdc.monitor.svg │ │ │ │ │ ├── com.github.taiko2k.tauonmb.svg │ │ │ │ │ ├── com.github.tchx84.Flatseal.svg │ │ │ │ │ ├── com.github.thezbyg.Gpick.svg │ │ │ │ │ ├── com.github.thezbyg.gpick.svg │ │ │ │ │ ├── com.github.timecraft.js-test.svg │ │ │ │ │ ├── com.github.timecraft.notifier.svg │ │ │ │ │ ├── com.github.tsujan.Kvantum.svg │ │ │ │ │ ├── com.github.unrud.VideoDownloader.svg │ │ │ │ │ ├── com.github.unrud.djpdf.svg │ │ │ │ │ ├── com.github.wjaguar.mtPaint.svg │ │ │ │ │ ├── com.github.wjaguar.mtpaint.svg │ │ │ │ │ ├── com.github.wwmm.easyeffects.svg │ │ │ │ │ ├── com.github.wwmm.pulseeffects.svg │ │ │ │ │ ├── com.github.xournalpp.xournalpp.svg │ │ │ │ │ ├── com.github.zren.tiledmenu.svg │ │ │ │ │ ├── com.github.zren.todolist.svg │ │ │ │ │ ├── com.github.ztefn.haguichi.svg │ │ │ │ │ ├── com.gitlab.bitseater.meteo.svg │ │ │ │ │ ├── com.gitlab.chinstrap.gammastep.svg │ │ │ │ │ ├── com.gitlab.cunidev.Gestures.svg │ │ │ │ │ ├── com.gitlab.davem.ClamTk.svg │ │ │ │ │ ├── com.gitlab.newsflash.svg │ │ │ │ │ ├── com.giuspen.cherrytree.svg │ │ │ │ │ ├── com.gnome.Software.svg │ │ │ │ │ ├── com.gnome.software.svg │ │ │ │ │ ├── com.google.AndroidStudio.desktop.svg │ │ │ │ │ ├── com.google.AndroidStudio.svg │ │ │ │ │ ├── com.google.Chrome.svg │ │ │ │ │ ├── com.google.Earth.svg │ │ │ │ │ ├── com.googleplaymusicdesktopplayer.GPMDP.svg │ │ │ │ │ ├── com.hamrick.VueScan.svg │ │ │ │ │ ├── com.jetbrains.CLion.svg │ │ │ │ │ ├── com.jetbrains.DataGrip.svg │ │ │ │ │ ├── com.jetbrains.GoLand.svg │ │ │ │ │ ├── com.jetbrains.IntelliJ-IDEA-Community.svg │ │ │ │ │ ├── com.jetbrains.IntelliJ-IDEA-Ultimate.svg │ │ │ │ │ ├── com.jetbrains.Intellij-Community.svg │ │ │ │ │ ├── com.jetbrains.PhpStorm.svg │ │ │ │ │ ├── com.jetbrains.PyCharm-Community.svg │ │ │ │ │ ├── com.jetbrains.PyCharm-Professional.svg │ │ │ │ │ ├── com.jetbrains.PyCharm.svg │ │ │ │ │ ├── com.jetbrains.Rider.svg │ │ │ │ │ ├── com.jetbrains.RubyMine.svg │ │ │ │ │ ├── com.jetbrains.WebStorm.svg │ │ │ │ │ ├── com.jgraph.drawio.desktop.svg │ │ │ │ │ ├── com.jgraph.drawio.svg │ │ │ │ │ ├── com.jvieira.tpt.Metronome.svg │ │ │ │ │ ├── com.leinardi.gwe.svg │ │ │ │ │ ├── com.librehat.yahooweather.svg │ │ │ │ │ ├── com.meetfranz.Franz.svg │ │ │ │ │ ├── com.microsoft.Teams.svg │ │ │ │ │ ├── com.mojang.Minecraft.svg │ │ │ │ │ ├── com.netease.CloudMusic.svg │ │ │ │ │ ├── com.obsproject.Studio.svg │ │ │ │ │ ├── com.onlyoffice.DesktopEditors.svg │ │ │ │ │ ├── com.ozmartians.VidCutter.svg │ │ │ │ │ ├── com.play0ad.zeroad.svg │ │ │ │ │ ├── com.qq.weixin.deepin.svg │ │ │ │ │ ├── com.rafaelmardojai.Blanket.svg │ │ │ │ │ ├── com.rstudio.RStudio.svg │ │ │ │ │ ├── com.sigil_ebook.Sigil.svg │ │ │ │ │ ├── com.simplenote.Simplenote.svg │ │ │ │ │ ├── com.simplenote.simplenote.svg │ │ │ │ │ ├── com.sindresorhus.Caprine.svg │ │ │ │ │ ├── com.skype.Client.svg │ │ │ │ │ ├── com.slack.Slack.svg │ │ │ │ │ ├── com.spotify.Client.svg │ │ │ │ │ ├── com.stremio.Stremio.svg │ │ │ │ │ ├── com.sublimemerge.App.svg │ │ │ │ │ ├── com.sublimetext.SublimeText3.svg │ │ │ │ │ ├── com.sublimetext.three.svg │ │ │ │ │ ├── com.syntevo.SmartGit.svg │ │ │ │ │ ├── com.system76.Popsicle.svg │ │ │ │ │ ├── com.todoist.Todoist.svg │ │ │ │ │ ├── com.transmissionbt.Transmission.svg │ │ │ │ │ ├── com.tutanota.Tutanota.svg │ │ │ │ │ ├── com.ugetdm.uGet.svg │ │ │ │ │ ├── com.ulduzsoft.KchmViewer.svg │ │ │ │ │ ├── com.unity.UnityEditor.svg │ │ │ │ │ ├── com.unity.UnityHub.svg │ │ │ │ │ ├── com.uploadedlobster.peek.svg │ │ │ │ │ ├── com.valvesoftware.Steam.svg │ │ │ │ │ ├── com.viber.Viber.svg │ │ │ │ │ ├── com.vinszent.GnomeTwitch.svg │ │ │ │ │ ├── com.visualstudio.code-oss.svg │ │ │ │ │ ├── com.visualstudio.code.insiders.svg │ │ │ │ │ ├── com.visualstudio.code.oss.svg │ │ │ │ │ ├── com.visualstudio.code.svg │ │ │ │ │ ├── com.vscodium.codium.svg │ │ │ │ │ ├── com.whitemagicsoftware.kmcaster.svg │ │ │ │ │ ├── com.wiz.Note.svg │ │ │ │ │ ├── com.wps.Office.etmain.svg │ │ │ │ │ ├── com.wps.Office.wppmain.svg │ │ │ │ │ ├── com.wps.Office.wpsmain.svg │ │ │ │ │ ├── com.wps.Office2019.etmain.svg │ │ │ │ │ ├── com.wps.Office2019.wppmain.svg │ │ │ │ │ ├── com.wps.Office2019.wpsmain.svg │ │ │ │ │ ├── com.yubico.yubioath.svg │ │ │ │ │ ├── computer-log-out.svg │ │ │ │ │ ├── computerjanitor.svg │ │ │ │ │ ├── config-date.svg │ │ │ │ │ ├── config-language.svg │ │ │ │ │ ├── config-users.svg │ │ │ │ │ ├── configuration_section.svg │ │ │ │ │ ├── configurator.svg │ │ │ │ │ ├── configure-debian.svg │ │ │ │ │ ├── contact-editor.svg │ │ │ │ │ ├── contact.svg │ │ │ │ │ ├── contacts.svg │ │ │ │ │ ├── control-center2.svg │ │ │ │ │ ├── converseen.svg │ │ │ │ │ ├── convertall-icon.svg │ │ │ │ │ ├── convertall.svg │ │ │ │ │ ├── cookie.svg │ │ │ │ │ ├── corebird.svg │ │ │ │ │ ├── coypu.svg │ │ │ │ │ ├── cozy.svg │ │ │ │ │ ├── cpu-x.svg │ │ │ │ │ ├── cpuinfo.svg │ │ │ │ │ ├── cqcb.plasma.webslice.svg │ │ │ │ │ ├── credentials-preferences.svg │ │ │ │ │ ├── crossover.svg │ │ │ │ │ ├── crow-translate.svg │ │ │ │ │ ├── cryfs-gui.svg │ │ │ │ │ ├── cryptfolder-indicator.svg │ │ │ │ │ ├── cryptkeeper.svg │ │ │ │ │ ├── crystal-picnic.svg │ │ │ │ │ ├── crystal.svg │ │ │ │ │ ├── cs-applets.svg │ │ │ │ │ ├── cs-backgrounds.svg │ │ │ │ │ ├── cs-bluetooth.svg │ │ │ │ │ ├── cs-cat-admin.svg │ │ │ │ │ ├── cs-cat-appearance.svg │ │ │ │ │ ├── cs-cat-hardware.svg │ │ │ │ │ ├── cs-cat-prefs.svg │ │ │ │ │ ├── cs-cat-themes.svg │ │ │ │ │ ├── cs-color.svg │ │ │ │ │ ├── cs-date-time.svg │ │ │ │ │ ├── cs-default-applications.svg │ │ │ │ │ ├── cs-desklets.svg │ │ │ │ │ ├── cs-desktop-effects.svg │ │ │ │ │ ├── cs-desktop.svg │ │ │ │ │ ├── cs-details.svg │ │ │ │ │ ├── cs-display.svg │ │ │ │ │ ├── cs-drivers.svg │ │ │ │ │ ├── cs-extensions.svg │ │ │ │ │ ├── cs-firewall.svg │ │ │ │ │ ├── cs-fonts.svg │ │ │ │ │ ├── cs-general.svg │ │ │ │ │ ├── cs-input-method.svg │ │ │ │ │ ├── cs-keyboard.svg │ │ │ │ │ ├── cs-language.svg │ │ │ │ │ ├── cs-login.svg │ │ │ │ │ ├── cs-mouse.svg │ │ │ │ │ ├── cs-network.svg │ │ │ │ │ ├── cs-notifications.svg │ │ │ │ │ ├── cs-online-accounts.svg │ │ │ │ │ ├── cs-overview.svg │ │ │ │ │ ├── cs-panel.svg │ │ │ │ │ ├── cs-power.svg │ │ │ │ │ ├── cs-printer.svg │ │ │ │ │ ├── cs-privacy.svg │ │ │ │ │ ├── cs-region.svg │ │ │ │ │ ├── cs-screen.svg │ │ │ │ │ ├── cs-screensaver.svg │ │ │ │ │ ├── cs-session-properties.svg │ │ │ │ │ ├── cs-software-properties.svg │ │ │ │ │ ├── cs-sound.svg │ │ │ │ │ ├── cs-sources.svg │ │ │ │ │ ├── cs-startup-programs.svg │ │ │ │ │ ├── cs-tablet.svg │ │ │ │ │ ├── cs-themes.svg │ │ │ │ │ ├── cs-tiling.svg │ │ │ │ │ ├── cs-universal-access.svg │ │ │ │ │ ├── cs-user-accounts.svg │ │ │ │ │ ├── cs-user.svg │ │ │ │ │ ├── cs-windows.svg │ │ │ │ │ ├── cs-workspaces.svg │ │ │ │ │ ├── csd-a11y-keyboard.svg │ │ │ │ │ ├── csd-a11y-settings.svg │ │ │ │ │ ├── csd-automount.svg │ │ │ │ │ ├── csd-background.svg │ │ │ │ │ ├── csd-clipboard.svg │ │ │ │ │ ├── csd-color.svg │ │ │ │ │ ├── csd-cursor.svg │ │ │ │ │ ├── csd-datetime.svg │ │ │ │ │ ├── csd-housekeeping.svg │ │ │ │ │ ├── csd-keyboard.svg │ │ │ │ │ ├── csd-media-keys.svg │ │ │ │ │ ├── csd-mouse.svg │ │ │ │ │ ├── csd-orientation.svg │ │ │ │ │ ├── csd-power.svg │ │ │ │ │ ├── csd-print-notifications.svg │ │ │ │ │ ├── csd-printer.svg │ │ │ │ │ ├── csd-screensaver-proxy.svg │ │ │ │ │ ├── csd-sound.svg │ │ │ │ │ ├── csd-wacom.svg │ │ │ │ │ ├── csd-xrandr.svg │ │ │ │ │ ├── csd-xsettings.svg │ │ │ │ │ ├── cuckoo.svg │ │ │ │ │ ├── cumulus.svg │ │ │ │ │ ├── cups-launcher.svg │ │ │ │ │ ├── cups.svg │ │ │ │ │ ├── cupsprinter.svg │ │ │ │ │ ├── customdesktopmenu.svg │ │ │ │ │ ├── cutefish-screenshot.svg │ │ │ │ │ ├── cutemarked.svg │ │ │ │ │ ├── cuttlefish.svg │ │ │ │ │ ├── cx.ring.Ring.svg │ │ │ │ │ ├── cx.ring.ring-kde.svg │ │ │ │ │ ├── cxmenu-cxoffice-0-crossover.svg │ │ │ │ │ ├── d3lphin.svg │ │ │ │ │ ├── daily-wallpaper.svg │ │ │ │ │ ├── darktable.svg │ │ │ │ │ ├── datagrip.svg │ │ │ │ │ ├── date.svg │ │ │ │ │ ├── dates.svg │ │ │ │ │ ├── davinci-panels.svg │ │ │ │ │ ├── davinci-resolve.svg │ │ │ │ │ ├── dayfolder.svg │ │ │ │ │ ├── dbeaver-ce.svg │ │ │ │ │ ├── dbeaver-ee.svg │ │ │ │ │ ├── dbeaver.svg │ │ │ │ │ ├── dconf-editor.svg │ │ │ │ │ ├── ddcopy.svg │ │ │ │ │ ├── dde-calendar.svg │ │ │ │ │ ├── dde-file-manager.svg │ │ │ │ │ ├── dde-introduction.svg │ │ │ │ │ ├── dde-printer.svg │ │ │ │ │ ├── ddm.svg │ │ │ │ │ ├── ddrescue-gui.svg │ │ │ │ │ ├── de.haeckerfelix.Fragments.svg │ │ │ │ │ ├── de.haeckerfelix.Shortwave.svg │ │ │ │ │ ├── de.haeckerfelix.gradio.svg │ │ │ │ │ ├── de.lucaswerkmeister.corebird.svg │ │ │ │ │ ├── de.manuel_kehl.go-for-it.svg │ │ │ │ │ ├── de.openstreetmap.josm.svg │ │ │ │ │ ├── de.wolfvollprecht.UberWriter.svg │ │ │ │ │ ├── debian-installer-launcher.svg │ │ │ │ │ ├── debian-logo.svg │ │ │ │ │ ├── debian-plymouth-manager.svg │ │ │ │ │ ├── debian-reference.svg │ │ │ │ │ ├── debian-swirl.svg │ │ │ │ │ ├── debian.svg │ │ │ │ │ ├── deepin-album.svg │ │ │ │ │ ├── deepin-app-store.svg │ │ │ │ │ ├── deepin-appstore.svg │ │ │ │ │ ├── deepin-boot-maker.svg │ │ │ │ │ ├── deepin-browser.svg │ │ │ │ │ ├── deepin-calculator.svg │ │ │ │ │ ├── deepin-calendar.svg │ │ │ │ │ ├── deepin-camera.svg │ │ │ │ │ ├── deepin-clone.svg │ │ │ │ │ ├── deepin-cloud-configuration.svg │ │ │ │ │ ├── deepin-cloud-print-configurator.svg │ │ │ │ │ ├── deepin-cloud-scan-config-helper.svg │ │ │ │ │ ├── deepin-cloudprint-config-helper.svg │ │ │ │ │ ├── deepin-compressor.svg │ │ │ │ │ ├── deepin-contacts.svg │ │ │ │ │ ├── deepin-crossover.svg │ │ │ │ │ ├── deepin-deb-installer.svg │ │ │ │ │ ├── deepin-defender.svg │ │ │ │ │ ├── deepin-devicemanager.svg │ │ │ │ │ ├── deepin-draw.svg │ │ │ │ │ ├── deepin-editor.svg │ │ │ │ │ ├── deepin-emacs.svg │ │ │ │ │ ├── deepin-feedback.svg │ │ │ │ │ ├── deepin-font-installer.svg │ │ │ │ │ ├── deepin-font-manager.svg │ │ │ │ │ ├── deepin-game-center.svg │ │ │ │ │ ├── deepin-graphics-driver-manager.svg │ │ │ │ │ ├── deepin-image-viewer.svg │ │ │ │ │ ├── deepin-installer-oem.svg │ │ │ │ │ ├── deepin-installer.svg │ │ │ │ │ ├── deepin-log-viewer.svg │ │ │ │ │ ├── deepin-mail.svg │ │ │ │ │ ├── deepin-manual.svg │ │ │ │ │ ├── deepin-media-player.svg │ │ │ │ │ ├── deepin-movie.svg │ │ │ │ │ ├── deepin-multitasking-view.svg │ │ │ │ │ ├── deepin-music-player.svg │ │ │ │ │ ├── deepin-music.svg │ │ │ │ │ ├── deepin-note.svg │ │ │ │ │ ├── deepin-picker.svg │ │ │ │ │ ├── deepin-remote-assistance.svg │ │ │ │ │ ├── deepin-repair-tools.svg │ │ │ │ │ ├── deepin-repair.svg │ │ │ │ │ ├── deepin-scanner.svg │ │ │ │ │ ├── deepin-screen-recorder.svg │ │ │ │ │ ├── deepin-screenrecorder.svg │ │ │ │ │ ├── deepin-screenshot.svg │ │ │ │ │ ├── deepin-show-desktop.svg │ │ │ │ │ ├── deepin-software-center.svg │ │ │ │ │ ├── deepin-system-monitor.svg │ │ │ │ │ ├── deepin-terminal.svg │ │ │ │ │ ├── deepin-toggle-desktop.svg │ │ │ │ │ ├── deepin-translator.svg │ │ │ │ │ ├── deepin-voice-note.svg │ │ │ │ │ ├── deepin-voice-recorder.svg │ │ │ │ │ ├── deepin-wine-assist.svg │ │ │ │ │ ├── deepin.com.qq.im.light.svg │ │ │ │ │ ├── deepin.com.qq.im.svg │ │ │ │ │ ├── deepin.com.qq.office.svg │ │ │ │ │ ├── deepin.com.wechat.svg │ │ │ │ │ ├── deepinwine-7zip.svg │ │ │ │ │ ├── deepinwine-qq.svg │ │ │ │ │ ├── deezer.svg │ │ │ │ │ ├── default-application.svg │ │ │ │ │ ├── deja-dup.svg │ │ │ │ │ ├── deluge-torrent.svg │ │ │ │ │ ├── deluge.svg │ │ │ │ │ ├── dementia.svg │ │ │ │ │ ├── designer-qt4.svg │ │ │ │ │ ├── designer-qt5.svg │ │ │ │ │ ├── designer-qt6.svg │ │ │ │ │ ├── designer.svg │ │ │ │ │ ├── designer5.svg │ │ │ │ │ ├── deskbar-applet.svg │ │ │ │ │ ├── deskbar.svg │ │ │ │ │ ├── desktop-effect.svg │ │ │ │ │ ├── desktop-effects.svg │ │ │ │ │ ├── desktop-environment-gnome.svg │ │ │ │ │ ├── desktop-environment-kde.svg │ │ │ │ │ ├── desktop-environment-lxde.svg │ │ │ │ │ ├── desktop-environment-mate.svg │ │ │ │ │ ├── desktop-environment-xfce.svg │ │ │ │ │ ├── desktop-profiler.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── dev.Cogitri.Health.svg │ │ │ │ │ ├── dev.alextren.Spot.svg │ │ │ │ │ ├── dev.tchx84.Portfolio.svg │ │ │ │ │ ├── devede.svg │ │ │ │ │ ├── devedeng.svg │ │ │ │ │ ├── devhelp.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── dhcpcd.svg │ │ │ │ │ ├── dia.svg │ │ │ │ │ ├── dialog-info.svg │ │ │ │ │ ├── dialog-information.svg │ │ │ │ │ ├── dialog-password.svg │ │ │ │ │ ├── dict.svg │ │ │ │ │ ├── dictionary.svg │ │ │ │ │ ├── digikam.svg │ │ │ │ │ ├── dillo.svg │ │ │ │ │ ├── dingtalk.svg │ │ │ │ │ ├── diodon.svg │ │ │ │ │ ├── discord-bin.svg │ │ │ │ │ ├── discord-canary.svg │ │ │ │ │ ├── discord-development.svg │ │ │ │ │ ├── discord-ptb.svg │ │ │ │ │ ├── discord.svg │ │ │ │ │ ├── disk-burner.svg │ │ │ │ │ ├── disk-check.svg │ │ │ │ │ ├── disk-usage-analyzer.svg │ │ │ │ │ ├── diskmonitor.svg │ │ │ │ │ ├── disks.svg │ │ │ │ │ ├── disper.svg │ │ │ │ │ ├── display-capplet.svg │ │ │ │ │ ├── display-im6.Q16.svg │ │ │ │ │ ├── display-im6.q16.svg │ │ │ │ │ ├── display.im6.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── distributor-logo-antergos.svg │ │ │ │ │ ├── distributor-logo-archlinux.svg │ │ │ │ │ ├── distributor-logo-blackarch.svg │ │ │ │ │ ├── distributor-logo-budgie-remix.svg │ │ │ │ │ ├── distributor-logo-budgie.svg │ │ │ │ │ ├── distributor-logo-centos.svg │ │ │ │ │ ├── distributor-logo-chakra.svg │ │ │ │ │ ├── distributor-logo-debian.svg │ │ │ │ │ ├── distributor-logo-deepin.svg │ │ │ │ │ ├── distributor-logo-devuan.svg │ │ │ │ │ ├── distributor-logo-elementary.svg │ │ │ │ │ ├── distributor-logo-fedora.svg │ │ │ │ │ ├── distributor-logo-gentoo.svg │ │ │ │ │ ├── distributor-logo-kali.svg │ │ │ │ │ ├── distributor-logo-korora.svg │ │ │ │ │ ├── distributor-logo-kubuntu.svg │ │ │ │ │ ├── distributor-logo-lfs.svg │ │ │ │ │ ├── distributor-logo-linux-mint.svg │ │ │ │ │ ├── distributor-logo-lubuntu.svg │ │ │ │ │ ├── distributor-logo-mageia.svg │ │ │ │ │ ├── distributor-logo-manjaro.svg │ │ │ │ │ ├── distributor-logo-mint.svg │ │ │ │ │ ├── distributor-logo-mx.svg │ │ │ │ │ ├── distributor-logo-opensuse.svg │ │ │ │ │ ├── distributor-logo-parrot.svg │ │ │ │ │ ├── distributor-logo-pop-os.svg │ │ │ │ │ ├── distributor-logo-popos.svg │ │ │ │ │ ├── distributor-logo-raspbian.svg │ │ │ │ │ ├── distributor-logo-rhel.svg │ │ │ │ │ ├── distributor-logo-siduction.svg │ │ │ │ │ ├── distributor-logo-slackware.svg │ │ │ │ │ ├── distributor-logo-solus.svg │ │ │ │ │ ├── distributor-logo-ubuntu-budgie.svg │ │ │ │ │ ├── distributor-logo-ubuntu-gnome.svg │ │ │ │ │ ├── distributor-logo-ubuntu-mate.svg │ │ │ │ │ ├── distributor-logo-ubuntu-studio.svg │ │ │ │ │ ├── distributor-logo-ubuntu.svg │ │ │ │ │ ├── distributor-logo-void.svg │ │ │ │ │ ├── distributor-logo-xubuntu.svg │ │ │ │ │ ├── distributor-logo-zorin.svg │ │ │ │ │ ├── distributor-logo.svg │ │ │ │ │ ├── dnfdragora.svg │ │ │ │ │ ├── docear.svg │ │ │ │ │ ├── dock.svg │ │ │ │ │ ├── dockbarx.svg │ │ │ │ │ ├── docky.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── document-print-preview.svg │ │ │ │ │ ├── documentation.svg │ │ │ │ │ ├── dolphin-emu.svg │ │ │ │ │ ├── dont-starve-together.svg │ │ │ │ │ ├── dont-starve.svg │ │ │ │ │ ├── dosbox-ece.svg │ │ │ │ │ ├── dosbox-staging.svg │ │ │ │ │ ├── dosbox-x.svg │ │ │ │ │ ├── dosbox.svg │ │ │ │ │ ├── dragonplayer.svg │ │ │ │ │ ├── drakconf.svg │ │ │ │ │ ├── drakmenustyle.svg │ │ │ │ │ ├── draksec-mdk.svg │ │ │ │ │ ├── drakstats.svg │ │ │ │ │ ├── draw-io.svg │ │ │ │ │ ├── draw.io.svg │ │ │ │ │ ├── drawio.svg │ │ │ │ │ ├── dreamchess.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── driver-manager.svg │ │ │ │ │ ├── drkonqi.svg │ │ │ │ │ ├── dropbox.svg │ │ │ │ │ ├── dvd95.svg │ │ │ │ │ ├── dvd9548.svg │ │ │ │ │ ├── dwww-gnome-touristinfo.svg │ │ │ │ │ ├── e-mail.svg │ │ │ │ │ ├── eTube.svg │ │ │ │ │ ├── earth.svg │ │ │ │ │ ├── easy-tag.svg │ │ │ │ │ ├── easyeffects.svg │ │ │ │ │ ├── easystroke.svg │ │ │ │ │ ├── easytag.svg │ │ │ │ │ ├── easytags.svg │ │ │ │ │ ├── ebook-edit.svg │ │ │ │ │ ├── echomixer.svg │ │ │ │ │ ├── eclipse-cdt.svg │ │ │ │ │ ├── eclipse.svg │ │ │ │ │ ├── eddy.svg │ │ │ │ │ ├── edile.svg │ │ │ │ │ ├── edit-clear.svg │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ ├── edit-urpm-sources.svg │ │ │ │ │ ├── edu.stanford.Almond.svg │ │ │ │ │ ├── eekboard.svg │ │ │ │ │ ├── electron-outlook.svg │ │ │ │ │ ├── electron.svg │ │ │ │ │ ├── electron12.svg │ │ │ │ │ ├── electron13.svg │ │ │ │ │ ├── electron2.svg │ │ │ │ │ ├── electron3.svg │ │ │ │ │ ├── electron4.svg │ │ │ │ │ ├── electron5.svg │ │ │ │ │ ├── electron6.svg │ │ │ │ │ ├── electron7.svg │ │ │ │ │ ├── electron8.svg │ │ │ │ │ ├── electron9.svg │ │ │ │ │ ├── electronic-wechat.svg │ │ │ │ │ ├── element-desktop-bin.svg │ │ │ │ │ ├── element-desktop.svg │ │ │ │ │ ├── element-nightly.svg │ │ │ │ │ ├── element.svg │ │ │ │ │ ├── elementary-photo.svg │ │ │ │ │ ├── elisa.svg │ │ │ │ │ ├── emacs-24.svg │ │ │ │ │ ├── emacs-25.svg │ │ │ │ │ ├── emacs-nox.svg │ │ │ │ │ ├── emacs-snapshot.svg │ │ │ │ │ ├── emacs.svg │ │ │ │ │ ├── emacs22.svg │ │ │ │ │ ├── emacs23.svg │ │ │ │ │ ├── emacs24.svg │ │ │ │ │ ├── emacs25.svg │ │ │ │ │ ├── email-client.svg │ │ │ │ │ ├── email.svg │ │ │ │ │ ├── emblem-mail.svg │ │ │ │ │ ├── emblem-people.svg │ │ │ │ │ ├── emerillon.svg │ │ │ │ │ ├── empathy.svg │ │ │ │ │ ├── emule.svg │ │ │ │ │ ├── engrampa.svg │ │ │ │ │ ├── eog.svg │ │ │ │ │ ├── eom.svg │ │ │ │ │ ├── epdfview.svg │ │ │ │ │ ├── ephoto.svg │ │ │ │ │ ├── epiphany-bookmarks.svg │ │ │ │ │ ├── epiphany-browser.svg │ │ │ │ │ ├── epiphany-gecko.svg │ │ │ │ │ ├── epiphany-icon.svg │ │ │ │ │ ├── epiphany-webkit.svg │ │ │ │ │ ├── epiphany.svg │ │ │ │ │ ├── epulse.svg │ │ │ │ │ ├── equaliser.svg │ │ │ │ │ ├── esd.svg │ │ │ │ │ ├── etcher-electron.svg │ │ │ │ │ ├── etcher.svg │ │ │ │ │ ├── etube.svg │ │ │ │ │ ├── eu.blumenstingl.martin.keystateplasmoid.svg │ │ │ │ │ ├── eu.scarpetta.QtWAW.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppAmazonCloudPlayer.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppDeezer.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppGooglePlayMusic.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppSpotify.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppYoutube.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppYoutubeMusic.svg │ │ │ │ │ ├── evince.svg │ │ │ │ │ ├── evolution-calendar.svg │ │ │ │ │ ├── evolution-mail.svg │ │ │ │ │ ├── evolution-memos.svg │ │ │ │ │ ├── evolution-tasks.svg │ │ │ │ │ ├── evolution.svg │ │ │ │ │ ├── exfalso.svg │ │ │ │ │ ├── exifcleaner.svg │ │ │ │ │ ├── exmplayer.svg │ │ │ │ │ ├── exodus.svg │ │ │ │ │ ├── extensions.svg │ │ │ │ │ ├── ezame.svg │ │ │ │ │ ├── f-spot.svg │ │ │ │ │ ├── face-smile.svg │ │ │ │ │ ├── facebook-facebook.com.svg │ │ │ │ │ ├── facebookresource.svg │ │ │ │ │ ├── fastmail.svg │ │ │ │ │ ├── fbmessenger.svg │ │ │ │ │ ├── fcitx-setting.svg │ │ │ │ │ ├── fcitx-sogoupinyin.svg │ │ │ │ │ ├── fcitx.svg │ │ │ │ │ ├── fcitx_ubuntukylin.svg │ │ │ │ │ ├── featherpad.svg │ │ │ │ │ ├── fedora-documentation.svg │ │ │ │ │ ├── fedora-logo-icon.svg │ │ │ │ │ ├── fedora-release-notes.svg │ │ │ │ │ ├── fedorausb.svg │ │ │ │ │ ├── feedreader.svg │ │ │ │ │ ├── ferdi.svg │ │ │ │ │ ├── ffado.svg │ │ │ │ │ ├── fifteenpuzzle.svg │ │ │ │ │ ├── figma-linux.svg │ │ │ │ │ ├── figma.svg │ │ │ │ │ ├── file-manager.svg │ │ │ │ │ ├── file-roller.svg │ │ │ │ │ ├── file-system-manager.svg │ │ │ │ │ ├── filelight.svg │ │ │ │ │ ├── filemanager-actions.svg │ │ │ │ │ ├── filerunner.svg │ │ │ │ │ ├── filetypes.svg │ │ │ │ │ ├── filezilla.svg │ │ │ │ │ ├── filled-xterm_32x32.svg │ │ │ │ │ ├── filled-xterm_48x48.svg │ │ │ │ │ ├── find-location.svg │ │ │ │ │ ├── fingerprint-gui.svg │ │ │ │ │ ├── firefox-3.0.svg │ │ │ │ │ ├── firefox-3.5.svg │ │ │ │ │ ├── firefox-4.0.svg │ │ │ │ │ ├── firefox-aurora-icon.svg │ │ │ │ │ ├── firefox-aurora.svg │ │ │ │ │ ├── firefox-beta-bin.svg │ │ │ │ │ ├── firefox-beta.svg │ │ │ │ │ ├── firefox-bin.svg │ │ │ │ │ ├── firefox-default.svg │ │ │ │ │ ├── firefox-dev.svg │ │ │ │ │ ├── firefox-developer-edition.svg │ │ │ │ │ ├── firefox-developer-icon.svg │ │ │ │ │ ├── firefox-developer.svg │ │ │ │ │ ├── firefox-esr.svg │ │ │ │ │ ├── firefox-gtk3.svg │ │ │ │ │ ├── firefox-icon-unbranded.svg │ │ │ │ │ ├── firefox-icon.svg │ │ │ │ │ ├── firefox-mozilla-build.svg │ │ │ │ │ ├── firefox-nightly-icon.svg │ │ │ │ │ ├── firefox-nightly.svg │ │ │ │ │ ├── firefox-original.svg │ │ │ │ │ ├── firefox-trunk.svg │ │ │ │ │ ├── firefox.svg │ │ │ │ │ ├── firefox3.svg │ │ │ │ │ ├── firestarter.svg │ │ │ │ │ ├── firewall-applet.svg │ │ │ │ │ ├── firewall-config.svg │ │ │ │ │ ├── firewall.svg │ │ │ │ │ ├── firewalld.svg │ │ │ │ │ ├── firmware-manager.svg │ │ │ │ │ ├── five-or-more.svg │ │ │ │ │ ├── fjt.svg │ │ │ │ │ ├── flameshot.svg │ │ │ │ │ ├── flash-player-properties.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashplayer.svg │ │ │ │ │ ├── flashplayerproperties.svg │ │ │ │ │ ├── flatpak-software.svg │ │ │ │ │ ├── flatseal.svg │ │ │ │ │ ├── flegita.svg │ │ │ │ │ ├── flickr.svg │ │ │ │ │ ├── flock-browser.svg │ │ │ │ │ ├── flpsed.svg │ │ │ │ │ ├── fluid.svg │ │ │ │ │ ├── fma-config-tool.svg │ │ │ │ │ ├── focuswriter.svg │ │ │ │ │ ├── folder-remote-properties.svg │ │ │ │ │ ├── folder-wine.svg │ │ │ │ │ ├── folder_doc_q4os_startmenu.svg │ │ │ │ │ ├── foliate.svg │ │ │ │ │ ├── fondo.svg │ │ │ │ │ ├── font-manager.svg │ │ │ │ │ ├── font-viewer.svg │ │ │ │ │ ├── fonts.svg │ │ │ │ │ ├── footnote.svg │ │ │ │ │ ├── four-in-a-row.svg │ │ │ │ │ ├── foursquare.svg │ │ │ │ │ ├── foxit-reader.svg │ │ │ │ │ ├── foxitpdf.svg │ │ │ │ │ ├── foxitreader.svg │ │ │ │ │ ├── fr.free.Homebank.svg │ │ │ │ │ ├── fr.handbrake.ghb.svg │ │ │ │ │ ├── fr.romainvigier.MetadataCleaner.svg │ │ │ │ │ ├── fractal.svg │ │ │ │ │ ├── fragments.svg │ │ │ │ │ ├── franz.svg │ │ │ │ │ ├── freealchemist.svg │ │ │ │ │ ├── freecad-daily.svg │ │ │ │ │ ├── freecad.svg │ │ │ │ │ ├── freefilesync.svg │ │ │ │ │ ├── freemind.svg │ │ │ │ │ ├── freeminer.svg │ │ │ │ │ ├── freeoffice-planmaker.svg │ │ │ │ │ ├── freeoffice-presentations.svg │ │ │ │ │ ├── freeoffice-textmaker.svg │ │ │ │ │ ├── freetube-bin.svg │ │ │ │ │ ├── freetube.svg │ │ │ │ │ ├── freetuxtv.svg │ │ │ │ │ ├── fritzing.svg │ │ │ │ │ ├── fritzing_icon.svg │ │ │ │ │ ├── frostwire.svg │ │ │ │ │ ├── fusion-icon.svg │ │ │ │ │ ├── fwbuilder.svg │ │ │ │ │ ├── gEcrit.svg │ │ │ │ │ ├── gaiksaurus.svg │ │ │ │ │ ├── gajim.svg │ │ │ │ │ ├── galculator.svg │ │ │ │ │ ├── galeon.svg │ │ │ │ │ ├── gallery-app.svg │ │ │ │ │ ├── gallery.svg │ │ │ │ │ ├── galternatives.svg │ │ │ │ │ ├── gambitchess.svg │ │ │ │ │ ├── gammastep.svg │ │ │ │ │ ├── gbrainy.svg │ │ │ │ │ ├── gcalculator.svg │ │ │ │ │ ├── gcbalculator.svg │ │ │ │ │ ├── gcleaner.svg │ │ │ │ │ ├── gcolor.svg │ │ │ │ │ ├── gcolor2.svg │ │ │ │ │ ├── gcolor3.svg │ │ │ │ │ ├── gcompris-edit.svg │ │ │ │ │ ├── gcompris-qt.svg │ │ │ │ │ ├── gcompris.svg │ │ │ │ │ ├── gconf-cleaner.svg │ │ │ │ │ ├── gconf-editor.svg │ │ │ │ │ ├── gconfeditor.svg │ │ │ │ │ ├── gcr-gnupg.svg │ │ │ │ │ ├── gcr-key-pair.svg │ │ │ │ │ ├── gcr-key.svg │ │ │ │ │ ├── gcr-password.svg │ │ │ │ │ ├── gcrystal.svg │ │ │ │ │ ├── gda-browser-5.0.svg │ │ │ │ │ ├── gda-control-center.svg │ │ │ │ │ ├── gddccontrol.svg │ │ │ │ │ ├── gdeb.svg │ │ │ │ │ ├── gdebi.svg │ │ │ │ │ ├── gdevilspie.svg │ │ │ │ │ ├── gdiskdump.svg │ │ │ │ │ ├── gdm-login-photo.svg │ │ │ │ │ ├── gdm-setup.svg │ │ │ │ │ ├── gdm-xnest.svg │ │ │ │ │ ├── gdm.svg │ │ │ │ │ ├── gdm2setup.svg │ │ │ │ │ ├── gdmap.svg │ │ │ │ │ ├── gdmap_icon.svg │ │ │ │ │ ├── gdmflexiserver.svg │ │ │ │ │ ├── gdmsetup.svg │ │ │ │ │ ├── gdu-check-disk.svg │ │ │ │ │ ├── gdu-encrypted-lock.svg │ │ │ │ │ ├── geany.svg │ │ │ │ │ ├── geary.svg │ │ │ │ │ ├── gecrit.svg │ │ │ │ │ ├── gedbi.svg │ │ │ │ │ ├── gedit-icon.svg │ │ │ │ │ ├── gedit-logo.svg │ │ │ │ │ ├── gedit.svg │ │ │ │ │ ├── gedit1.svg │ │ │ │ │ ├── gedit2.svg │ │ │ │ │ ├── geeqie.svg │ │ │ │ │ ├── gemini.svg │ │ │ │ │ ├── genymotion-bin.svg │ │ │ │ │ ├── genymotion-player.svg │ │ │ │ │ ├── genymotion.svg │ │ │ │ │ ├── geogebra-classic.svg │ │ │ │ │ ├── geogebra.svg │ │ │ │ │ ├── gfeedline.svg │ │ │ │ │ ├── ghetto-skype.svg │ │ │ │ │ ├── ghostwriter.svg │ │ │ │ │ ├── gimp.svg │ │ │ │ │ ├── gis-weather.svg │ │ │ │ │ ├── git-cola.svg │ │ │ │ │ ├── git-dag.svg │ │ │ │ │ ├── git-gui.svg │ │ │ │ │ ├── git.svg │ │ │ │ │ ├── gitg.svg │ │ │ │ │ ├── github-desktop.svg │ │ │ │ │ ├── github.svg │ │ │ │ │ ├── gitk.svg │ │ │ │ │ ├── gitkraken.svg │ │ │ │ │ ├── gjots2.svg │ │ │ │ │ ├── gkdebconf-icon.svg │ │ │ │ │ ├── gkdebconf.svg │ │ │ │ │ ├── gkrellm.svg │ │ │ │ │ ├── gksu-debian.svg │ │ │ │ │ ├── gksu-root-terminal.svg │ │ │ │ │ ├── gksu.svg │ │ │ │ │ ├── glViewImage.svg │ │ │ │ │ ├── glade-3.svg │ │ │ │ │ ├── glade.svg │ │ │ │ │ ├── glchess.svg │ │ │ │ │ ├── glines.svg │ │ │ │ │ ├── glipper.svg │ │ │ │ │ ├── glippy.svg │ │ │ │ │ ├── glogg.svg │ │ │ │ │ ├── glxinfo.svg │ │ │ │ │ ├── gmail-desktop.svg │ │ │ │ │ ├── gmail-notify-icon.svg │ │ │ │ │ ├── gmail-offline.svg │ │ │ │ │ ├── gmail-plasmoid.svg │ │ │ │ │ ├── gmail.svg │ │ │ │ │ ├── gmailwatcher.svg │ │ │ │ │ ├── gmplayer-dvb.svg │ │ │ │ │ ├── gmusicbrowser.svg │ │ │ │ │ ├── gnect.svg │ │ │ │ │ ├── gnethogs.svg │ │ │ │ │ ├── gnibbles.svg │ │ │ │ │ ├── gnobots.svg │ │ │ │ │ ├── gnobots2.svg │ │ │ │ │ ├── gnochm.svg │ │ │ │ │ ├── gnoduino.svg │ │ │ │ │ ├── gnome-2048.svg │ │ │ │ │ ├── gnome-about-logo.svg │ │ │ │ │ ├── gnome-abrt.svg │ │ │ │ │ ├── gnome-activity-journal.svg │ │ │ │ │ ├── gnome-aisleriot.svg │ │ │ │ │ ├── gnome-alsamixer-icon.svg │ │ │ │ │ ├── gnome-alsamixer.svg │ │ │ │ │ ├── gnome-app-install.svg │ │ │ │ │ ├── gnome-applications.svg │ │ │ │ │ ├── gnome-apt.svg │ │ │ │ │ ├── gnome-audio.svg │ │ │ │ │ ├── gnome-baker.svg │ │ │ │ │ ├── gnome-balsa.svg │ │ │ │ │ ├── gnome-balsa2.svg │ │ │ │ │ ├── gnome-bluetooth.svg │ │ │ │ │ ├── gnome-books.svg │ │ │ │ │ ├── gnome-boxes.svg │ │ │ │ │ ├── gnome-builder.svg │ │ │ │ │ ├── gnome-calc.svg │ │ │ │ │ ├── gnome-calculator.svg │ │ │ │ │ ├── gnome-calendar.svg │ │ │ │ │ ├── gnome-character-map.svg │ │ │ │ │ ├── gnome-characters.svg │ │ │ │ │ ├── gnome-chess.svg │ │ │ │ │ ├── gnome-clocks.svg │ │ │ │ │ ├── gnome-color-chooser.svg │ │ │ │ │ ├── gnome-color-manager.svg │ │ │ │ │ ├── gnome-contacts.svg │ │ │ │ │ ├── gnome-control-center.svg │ │ │ │ │ ├── gnome-cups-manager.svg │ │ │ │ │ ├── gnome-debian.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-desktop-item-edit.svg │ │ │ │ │ ├── gnome-dev-printer.svg │ │ │ │ │ ├── gnome-devel.svg │ │ │ │ │ ├── gnome-device-manager.svg │ │ │ │ │ ├── gnome-dictionary.svg │ │ │ │ │ ├── gnome-disk-utility.svg │ │ │ │ │ ├── gnome-disks.svg │ │ │ │ │ ├── gnome-display-panel.svg │ │ │ │ │ ├── gnome-display-properties.svg │ │ │ │ │ ├── gnome-documents.svg │ │ │ │ │ ├── gnome-dsiplay-properties.svg │ │ │ │ │ ├── gnome-emacs.svg │ │ │ │ │ ├── gnome-encfs-manager.svg │ │ │ │ │ ├── gnome-eterm.svg │ │ │ │ │ ├── gnome-freecell.svg │ │ │ │ │ ├── gnome-games.svg │ │ │ │ │ ├── gnome-glchess.svg │ │ │ │ │ ├── gnome-glines.svg │ │ │ │ │ ├── gnome-gmail.svg │ │ │ │ │ ├── gnome-gmenu.svg │ │ │ │ │ ├── gnome-gnect.svg │ │ │ │ │ ├── gnome-gnibbles.svg │ │ │ │ │ ├── gnome-gnibbless.svg │ │ │ │ │ ├── gnome-health.svg │ │ │ │ │ ├── gnome-hearts.svg │ │ │ │ │ ├── gnome-help.svg │ │ │ │ │ ├── gnome-hideseek.svg │ │ │ │ │ ├── gnome-iagno.svg │ │ │ │ │ ├── gnome-icon-preview.svg │ │ │ │ │ ├── gnome-info.svg │ │ │ │ │ ├── gnome-internet.svg │ │ │ │ │ ├── gnome-klotski.svg │ │ │ │ │ ├── gnome-latex.svg │ │ │ │ │ ├── gnome-layout-switcher.svg │ │ │ │ │ ├── gnome-lightsoff.svg │ │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ │ ├── gnome-logo-icon-transparent.svg │ │ │ │ │ ├── gnome-logo-icon.svg │ │ │ │ │ ├── gnome-logout.svg │ │ │ │ │ ├── gnome-logs.svg │ │ │ │ │ ├── gnome-mahjongg.svg │ │ │ │ │ ├── gnome-maps.svg │ │ │ │ │ ├── gnome-menu.svg │ │ │ │ │ ├── gnome-mime-application-x-deb.svg │ │ │ │ │ ├── gnome-mime-text-x-vcalendar.svg │ │ │ │ │ ├── gnome-mines.svg │ │ │ │ │ ├── gnome-mixer.svg │ │ │ │ │ ├── gnome-monitor.svg │ │ │ │ │ ├── gnome-mouse-properties.svg │ │ │ │ │ ├── gnome-mouse.svg │ │ │ │ │ ├── gnome-mplayer-dbg.svg │ │ │ │ │ ├── gnome-mplayer.svg │ │ │ │ │ ├── gnome-mpv.svg │ │ │ │ │ ├── gnome-multi-writer.svg │ │ │ │ │ ├── gnome-music.svg │ │ │ │ │ ├── gnome-nettool.svg │ │ │ │ │ ├── gnome-nettools.svg │ │ │ │ │ ├── gnome-network-displays.svg │ │ │ │ │ ├── gnome-network-properties.svg │ │ │ │ │ ├── gnome-networktool.svg │ │ │ │ │ ├── gnome-nibbles.svg │ │ │ │ │ ├── gnome-note.svg │ │ │ │ │ ├── gnome-package.svg │ │ │ │ │ ├── gnome-paint.svg │ │ │ │ │ ├── gnome-panel-clock.svg │ │ │ │ │ ├── gnome-panel-drawer.svg │ │ │ │ │ ├── gnome-panel-fish.svg │ │ │ │ │ ├── gnome-panel-force-quit.svg │ │ │ │ │ ├── gnome-panel-hibernate.svg │ │ │ │ │ ├── gnome-panel-launcher.svg │ │ │ │ │ ├── gnome-panel-notification-area.svg │ │ │ │ │ ├── gnome-panel-screenshoot.svg │ │ │ │ │ ├── gnome-panel-screenshot.svg │ │ │ │ │ ├── gnome-panel-separator.svg │ │ │ │ │ ├── gnome-panel-window-list.svg │ │ │ │ │ ├── gnome-panel-window-menu.svg │ │ │ │ │ ├── gnome-panel-workspace-switcher.svg │ │ │ │ │ ├── gnome-panel.svg │ │ │ │ │ ├── gnome-pdf.svg │ │ │ │ │ ├── gnome-photos.svg │ │ │ │ │ ├── gnome-planner.svg │ │ │ │ │ ├── gnome-player.svg │ │ │ │ │ ├── gnome-pomodoro.svg │ │ │ │ │ ├── gnome-power-manager.svg │ │ │ │ │ ├── gnome-power-statistics.svg │ │ │ │ │ ├── gnome-quadrapassel.svg │ │ │ │ │ ├── gnome-radio.svg │ │ │ │ │ ├── gnome-rdp.svg │ │ │ │ │ ├── gnome-remote-desktop.svg │ │ │ │ │ ├── gnome-robots.svg │ │ │ │ │ ├── gnome-run.svg │ │ │ │ │ ├── gnome-samegnome.svg │ │ │ │ │ ├── gnome-screenruler.svg │ │ │ │ │ ├── gnome-screenshot.svg │ │ │ │ │ ├── gnome-search-tool.svg │ │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ │ ├── gnome-session-halt.svg │ │ │ │ │ ├── gnome-session-hebirnate.svg │ │ │ │ │ ├── gnome-session-hibernate.svg │ │ │ │ │ ├── gnome-session-properties.svg │ │ │ │ │ ├── gnome-session-suspend.svg │ │ │ │ │ ├── gnome-session.svg │ │ │ │ │ ├── gnome-set-time.svg │ │ │ │ │ ├── gnome-settings-accessibility-keyboard.svg │ │ │ │ │ ├── gnome-settings-accessibility-technologies.svg │ │ │ │ │ ├── gnome-settings-background.svg │ │ │ │ │ ├── gnome-settings-default-applications.svg │ │ │ │ │ ├── gnome-settings-font.svg │ │ │ │ │ ├── gnome-settings-keybinding.svg │ │ │ │ │ ├── gnome-settings-keybindings.svg │ │ │ │ │ ├── gnome-settings-mouse.svg │ │ │ │ │ ├── gnome-settings-sound.svg │ │ │ │ │ ├── gnome-settings-theme.svg │ │ │ │ │ ├── gnome-settings-ui-behavior.svg │ │ │ │ │ ├── gnome-settings.svg │ │ │ │ │ ├── gnome-shell-extension-prefs.svg │ │ │ │ │ ├── gnome-shutdown.svg │ │ │ │ │ ├── gnome-software.svg │ │ │ │ │ ├── gnome-sound-properties.svg │ │ │ │ │ ├── gnome-sound-recorder.svg │ │ │ │ │ ├── gnome-status.svg │ │ │ │ │ ├── gnome-sticky-notes-applet.svg │ │ │ │ │ ├── gnome-subtitles.svg │ │ │ │ │ ├── gnome-sudoku.svg │ │ │ │ │ ├── gnome-swell-foop.svg │ │ │ │ │ ├── gnome-system-config.svg │ │ │ │ │ ├── gnome-system-log.svg │ │ │ │ │ ├── gnome-system-monitor.svg │ │ │ │ │ ├── gnome-system.svg │ │ │ │ │ ├── gnome-tali.svg │ │ │ │ │ ├── gnome-taquin.svg │ │ │ │ │ ├── gnome-term.svg │ │ │ │ │ ├── gnome-terminal.svg │ │ │ │ │ ├── gnome-tetraves.svg │ │ │ │ │ ├── gnome-tetravex.svg │ │ │ │ │ ├── gnome-todo.svg │ │ │ │ │ ├── gnome-tracker.svg │ │ │ │ │ ├── gnome-translate.svg │ │ │ │ │ ├── gnome-tweak-tool.svg │ │ │ │ │ ├── gnome-tweaks.svg │ │ │ │ │ ├── gnome-twitch.svg │ │ │ │ │ ├── gnome-unknown.svg │ │ │ │ │ ├── gnome-usage.svg │ │ │ │ │ ├── gnome-user-share.svg │ │ │ │ │ ├── gnome-volume-control.svg │ │ │ │ │ ├── gnome-warning.svg │ │ │ │ │ ├── gnome-weather.svg │ │ │ │ │ ├── gnome-web-browser.svg │ │ │ │ │ ├── gnome-web.svg │ │ │ │ │ ├── gnome-window-manager.svg │ │ │ │ │ ├── gnome-windows.svg │ │ │ │ │ ├── gnome-wm.svg │ │ │ │ │ ├── gnome-word.svg │ │ │ │ │ ├── gnome-xterm.svg │ │ │ │ │ ├── gnome_apps.svg │ │ │ │ │ ├── gnomebaker.svg │ │ │ │ │ ├── gnomine.svg │ │ │ │ │ ├── gnote.svg │ │ │ │ │ ├── gnotes.svg │ │ │ │ │ ├── gnotravex.svg │ │ │ │ │ ├── gnucash-icon.svg │ │ │ │ │ ├── gnucash.svg │ │ │ │ │ ├── gnugo.svg │ │ │ │ │ ├── gnugo48.svg │ │ │ │ │ ├── gnupg.svg │ │ │ │ │ ├── go-for-it.svg │ │ │ │ │ ├── goa-account-exchange.svg │ │ │ │ │ ├── goa-account-facebook.svg │ │ │ │ │ ├── goa-account-fedora.svg │ │ │ │ │ ├── goa-account-flickr.svg │ │ │ │ │ ├── goa-account-foursquare.svg │ │ │ │ │ ├── goa-account-google.svg │ │ │ │ │ ├── goa-account-lastfm.svg │ │ │ │ │ ├── goa-account-live.svg │ │ │ │ │ ├── goa-account-microsoft.svg │ │ │ │ │ ├── goa-account-msn.svg │ │ │ │ │ ├── goa-account-owncloud.svg │ │ │ │ │ ├── goa-account-pocket.svg │ │ │ │ │ ├── goa-account-telegram.svg │ │ │ │ │ ├── goa-account-todoist.svg │ │ │ │ │ ├── goa-account-twitter.svg │ │ │ │ │ ├── goa-account-ubuntusso.svg │ │ │ │ │ ├── goa-account-yahoo.svg │ │ │ │ │ ├── goa-account.svg │ │ │ │ │ ├── goa-panel.svg │ │ │ │ │ ├── godot.svg │ │ │ │ │ ├── goland.svg │ │ │ │ │ ├── golang.svg │ │ │ │ │ ├── goldendict.svg │ │ │ │ │ ├── google-calculator.svg │ │ │ │ │ ├── google-calendar.svg │ │ │ │ │ ├── google-chrome-beta.svg │ │ │ │ │ ├── google-chrome-dev.svg │ │ │ │ │ ├── google-chrome-developer-tool.svg │ │ │ │ │ ├── google-chrome-unstable.svg │ │ │ │ │ ├── google-chrome.svg │ │ │ │ │ ├── google-chrome2.svg │ │ │ │ │ ├── google-chromium.svg │ │ │ │ │ ├── google-drive.svg │ │ │ │ │ ├── google-earth-pro.svg │ │ │ │ │ ├── google-earth.svg │ │ │ │ │ ├── google-music.svg │ │ │ │ │ ├── google-play-music-desktop-player.svg │ │ │ │ │ ├── google-reader.svg │ │ │ │ │ ├── google-translate.svg │ │ │ │ │ ├── google.svg │ │ │ │ │ ├── googlechrome.svg │ │ │ │ │ ├── googledrive.svg │ │ │ │ │ ├── googleearth-icon.svg │ │ │ │ │ ├── googleearth.svg │ │ │ │ │ ├── googlemusicframe.svg │ │ │ │ │ ├── gourmet.svg │ │ │ │ │ ├── gp.svg │ │ │ │ │ ├── gpa.svg │ │ │ │ │ ├── gpaint.svg │ │ │ │ │ ├── gparted.svg │ │ │ │ │ ├── gpaste.svg │ │ │ │ │ ├── gpick.svg │ │ │ │ │ ├── gpicview.svg │ │ │ │ │ ├── gpk-log.svg │ │ │ │ │ ├── gpk-prefs.svg │ │ │ │ │ ├── gpk-repo.svg │ │ │ │ │ ├── gpk-service-pack.svg │ │ │ │ │ ├── gpmdp.svg │ │ │ │ │ ├── gprename.svg │ │ │ │ │ ├── gpxsee.svg │ │ │ │ │ ├── gradio.svg │ │ │ │ │ ├── grandr.svg │ │ │ │ │ ├── graphics-image-editor.svg │ │ │ │ │ ├── graphics-image-viewer.svg │ │ │ │ │ ├── graphics-viewer-document.svg │ │ │ │ │ ├── gravit-designer.svg │ │ │ │ │ ├── greader.svg │ │ │ │ │ ├── green-recorder.svg │ │ │ │ │ ├── grip.svg │ │ │ │ │ ├── grive.svg │ │ │ │ │ ├── grsync-restore.svg │ │ │ │ │ ├── grsync.svg │ │ │ │ │ ├── grub-customizer.svg │ │ │ │ │ ├── gscan2pdf.svg │ │ │ │ │ ├── gscreenshot.svg │ │ │ │ │ ├── gsd-xrandr.svg │ │ │ │ │ ├── gsearchtool.svg │ │ │ │ │ ├── gsmartcontrol.svg │ │ │ │ │ ├── gstreamer-properties.svg │ │ │ │ │ ├── gtali.svg │ │ │ │ │ ├── gtg.svg │ │ │ │ │ ├── gthumb.svg │ │ │ │ │ ├── gtick.svg │ │ │ │ │ ├── gtk-about.svg │ │ │ │ │ ├── gtk-dialog-info.svg │ │ │ │ │ ├── gtk-help.svg │ │ │ │ │ ├── gtk-info.svg │ │ │ │ │ ├── gtk-lshw.svg │ │ │ │ │ ├── gtk-missing-image.svg │ │ │ │ │ ├── gtk-preferences.svg │ │ │ │ │ ├── gtk-properties.svg │ │ │ │ │ ├── gtk-recordmydesktop.svg │ │ │ │ │ ├── gtk-redshift.svg │ │ │ │ │ ├── gtk-select-color.svg │ │ │ │ │ ├── gtk-theme-config.svg │ │ │ │ │ ├── gtk-youtube-viewer.svg │ │ │ │ │ ├── gtk3-demo.svg │ │ │ │ │ ├── gtk3-icon-browser.svg │ │ │ │ │ ├── gtk3-widget-factory.svg │ │ │ │ │ ├── gtk4-demo.svg │ │ │ │ │ ├── gtk4-icon-browser.svg │ │ │ │ │ ├── gtk4-widget-factory.svg │ │ │ │ │ ├── gtk_info.svg │ │ │ │ │ ├── gtkam-camera.svg │ │ │ │ │ ├── gtkam.svg │ │ │ │ │ ├── gtkconfig.svg │ │ │ │ │ ├── gtkcord.svg │ │ │ │ │ ├── gtkhash.svg │ │ │ │ │ ├── gtklick.svg │ │ │ │ │ ├── gtklp.svg │ │ │ │ │ ├── gtklpq.svg │ │ │ │ │ ├── gtkpycad.svg │ │ │ │ │ ├── gtkterm.svg │ │ │ │ │ ├── gtkwave.svg │ │ │ │ │ ├── gtranslator.svg │ │ │ │ │ ├── gtubeclock.svg │ │ │ │ │ ├── gtwitter.svg │ │ │ │ │ ├── guayadeque.svg │ │ │ │ │ ├── gufw.svg │ │ │ │ │ ├── gufw_menu.svg │ │ │ │ │ ├── guitar-pro.svg │ │ │ │ │ ├── guitarix.svg │ │ │ │ │ ├── guitarix2.svg │ │ │ │ │ ├── guvcview.svg │ │ │ │ │ ├── gvfsd-archive-file.svg │ │ │ │ │ ├── gvim.svg │ │ │ │ │ ├── gwenview.svg │ │ │ │ │ ├── gworldclock.svg │ │ │ │ │ ├── gx_head.svg │ │ │ │ │ ├── gxine.svg │ │ │ │ │ ├── gydl.svg │ │ │ │ │ ├── h2-icon.svg │ │ │ │ │ ├── haguichi.svg │ │ │ │ │ ├── hamsket.svg │ │ │ │ │ ├── handbrake.svg │ │ │ │ │ ├── harddrake.svg │ │ │ │ │ ├── harddrake2.svg │ │ │ │ │ ├── hardinfo.svg │ │ │ │ │ ├── hb-icon.svg │ │ │ │ │ ├── hedgewars.svg │ │ │ │ │ ├── help-about.svg │ │ │ │ │ ├── help-browser.svg │ │ │ │ │ ├── help-contents.svg │ │ │ │ │ ├── help-faq.svg │ │ │ │ │ ├── help-info.svg │ │ │ │ │ ├── help.svg │ │ │ │ │ ├── help_index.svg │ │ │ │ │ ├── hexchat.svg │ │ │ │ │ ├── hi48-app-wireshark.svg │ │ │ │ │ ├── hi64-apps-ffado.svg │ │ │ │ │ ├── hitori.svg │ │ │ │ │ ├── homebank.svg │ │ │ │ │ ├── hotspot.svg │ │ │ │ │ ├── hotwire.svg │ │ │ │ │ ├── hourglass.svg │ │ │ │ │ ├── hp-logo.svg │ │ │ │ │ ├── hp-toolbox.svg │ │ │ │ │ ├── hp_logo.svg │ │ │ │ │ ├── hplip.svg │ │ │ │ │ ├── hplj1020_icon.svg │ │ │ │ │ ├── hterm.svg │ │ │ │ │ ├── htop.svg │ │ │ │ │ ├── hugin.svg │ │ │ │ │ ├── hwbrowser.svg │ │ │ │ │ ├── hwinfo.svg │ │ │ │ │ ├── hydrogen.svg │ │ │ │ │ ├── i-network-printer.svg │ │ │ │ │ ├── iagno.svg │ │ │ │ │ ├── ibus-anthy.svg │ │ │ │ │ ├── ibus-bopomofo.svg │ │ │ │ │ ├── ibus-engine.svg │ │ │ │ │ ├── ibus-keyboard.svg │ │ │ │ │ ├── ibus-pinyin.svg │ │ │ │ │ ├── ibus-setup-chewing.svg │ │ │ │ │ ├── ibus-setup-hangul.svg │ │ │ │ │ ├── ibus-setup.svg │ │ │ │ │ ├── ibus-typing-booster.svg │ │ │ │ │ ├── ibus.svg │ │ │ │ │ ├── icaconfigmgr.svg │ │ │ │ │ ├── icaconncenter.svg │ │ │ │ │ ├── icamanager.svg │ │ │ │ │ ├── icaselfservice.svg │ │ │ │ │ ├── icon-preview-app.svg │ │ │ │ │ ├── icons.svg │ │ │ │ │ ├── iconthemes.svg │ │ │ │ │ ├── idea-community.svg │ │ │ │ │ ├── idea-ultimate.svg │ │ │ │ │ ├── idea.svg │ │ │ │ │ ├── idle.svg │ │ │ │ │ ├── idle3.svg │ │ │ │ │ ├── iease-music.svg │ │ │ │ │ ├── ikona.svg │ │ │ │ │ ├── im-chooser.svg │ │ │ │ │ ├── im-msn.svg │ │ │ │ │ ├── im.pidgin.Pidgin.svg │ │ │ │ │ ├── im.pidgin.Pidgin3.svg │ │ │ │ │ ├── im.riot.Riot.svg │ │ │ │ │ ├── im.vector.svg │ │ │ │ │ ├── image-missing.svg │ │ │ │ │ ├── image-viewer.svg │ │ │ │ │ ├── imageburner.svg │ │ │ │ │ ├── imagej.svg │ │ │ │ │ ├── imagej1.svg │ │ │ │ │ ├── imagemagick.svg │ │ │ │ │ ├── imagewriter.svg │ │ │ │ │ ├── imaginario.svg │ │ │ │ │ ├── imagination.svg │ │ │ │ │ ├── imap.svg │ │ │ │ │ ├── incubator-netbeans.svg │ │ │ │ │ ├── indicator-applet.svg │ │ │ │ │ ├── indicator-china-weather.svg │ │ │ │ │ ├── indicator-cpufreq.svg │ │ │ │ │ ├── indicator-keylock.svg │ │ │ │ │ ├── indicator-privacy.svg │ │ │ │ │ ├── indicator-sensors.svg │ │ │ │ │ ├── indicator-sound-switcher.svg │ │ │ │ │ ├── indicator-stickynotes.svg │ │ │ │ │ ├── indicator-virtual-box.svg │ │ │ │ │ ├── indicator-weather.svg │ │ │ │ │ ├── info.olasagasti.revelation.svg │ │ │ │ │ ├── info.smplayer.SMPlayer.svg │ │ │ │ │ ├── info.svg │ │ │ │ │ ├── inkscape-logo.svg │ │ │ │ │ ├── inkscape.svg │ │ │ │ │ ├── inkscape.viewer.svg │ │ │ │ │ ├── input-joystick.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input_device_settings.svg │ │ │ │ │ ├── insomnia-designer.svg │ │ │ │ │ ├── insomnia.svg │ │ │ │ │ ├── instantbird.svg │ │ │ │ │ ├── insync.svg │ │ │ │ │ ├── intellij-idea-ce.svg │ │ │ │ │ ├── intellij-idea-community.svg │ │ │ │ │ ├── intellij-idea-ue-bundled-jre.svg │ │ │ │ │ ├── intellij-idea-ultimate-edition.svg │ │ │ │ │ ├── intellij-idea-ultimate.svg │ │ │ │ │ ├── intellij-idea.svg │ │ │ │ │ ├── intellij.svg │ │ │ │ │ ├── intellij_idea.svg │ │ │ │ │ ├── internet-archive.svg │ │ │ │ │ ├── internet-chat.svg │ │ │ │ │ ├── internet-feed-reader.svg │ │ │ │ │ ├── internet-mail.svg │ │ │ │ │ ├── internet-news-reader.svg │ │ │ │ │ ├── internet-telephony.svg │ │ │ │ │ ├── internet-web-browser.svg │ │ │ │ │ ├── internet.svg │ │ │ │ │ ├── internet_mail.svg │ │ │ │ │ ├── io.atom.Atom.svg │ │ │ │ │ ├── io.atom.electron.BaseApp.svg │ │ │ │ │ ├── io.balena.etcher.svg │ │ │ │ │ ├── io.bit3.WhatsAppQT.svg │ │ │ │ │ ├── io.brackets.Brackets.svg │ │ │ │ │ ├── io.dbeaver.DBeaverCommunity.svg │ │ │ │ │ ├── io.designer.GravitDesigner.svg │ │ │ │ │ ├── io.element.Element.svg │ │ │ │ │ ├── io.elementary.appcenter.svg │ │ │ │ │ ├── io.elementary.calculator.svg │ │ │ │ │ ├── io.elementary.calendar.svg │ │ │ │ │ ├── io.elementary.camera.svg │ │ │ │ │ ├── io.elementary.code.svg │ │ │ │ │ ├── io.elementary.feedback.svg │ │ │ │ │ ├── io.elementary.files.svg │ │ │ │ │ ├── io.elementary.mail.svg │ │ │ │ │ ├── io.elementary.meteo.svg │ │ │ │ │ ├── io.elementary.monitor.svg │ │ │ │ │ ├── io.elementary.music.svg │ │ │ │ │ ├── io.elementary.photos-viewer.svg │ │ │ │ │ ├── io.elementary.photos.svg │ │ │ │ │ ├── io.elementary.screenshot-tool.svg │ │ │ │ │ ├── io.elementary.screenshot.svg │ │ │ │ │ ├── io.elementary.sideload.svg │ │ │ │ │ ├── io.elementary.switchboard.svg │ │ │ │ │ ├── io.elementary.tasks.svg │ │ │ │ │ ├── io.elementary.terminal.svg │ │ │ │ │ ├── io.elementary.videos.svg │ │ │ │ │ ├── io.elementary.wingpanel.svg │ │ │ │ │ ├── io.exodus.Exodus.svg │ │ │ │ │ ├── io.freetubeapp.FreeTube.svg │ │ │ │ │ ├── io.github.Celluloid.svg │ │ │ │ │ ├── io.github.Figma_Linux.figma_linux.svg │ │ │ │ │ ├── io.github.GnomeMpv.svg │ │ │ │ │ ├── io.github.Hexchat.svg │ │ │ │ │ ├── io.github.JaGoLi.ytdl_gui.svg │ │ │ │ │ ├── io.github.Pithos.svg │ │ │ │ │ ├── io.github.Qalculate.svg │ │ │ │ │ ├── io.github.TransmissionRemoteGtk.svg │ │ │ │ │ ├── io.github.antimicrox.antimicrox.svg │ │ │ │ │ ├── io.github.celluloid-player.Celluloid.svg │ │ │ │ │ ├── io.github.celluloid_player.Celluloid.svg │ │ │ │ │ ├── io.github.cloose.CuteMarkEd.svg │ │ │ │ │ ├── io.github.dosbox-staging.svg │ │ │ │ │ ├── io.github.gustavoperedo.VideoDownloader.svg │ │ │ │ │ ├── io.github.hmlendea.geforcenow-electron.svg │ │ │ │ │ ├── io.github.jkozera.ZevDocs.svg │ │ │ │ │ ├── io.github.lainsce.Notejot.svg │ │ │ │ │ ├── io.github.lainsce.Palaura.svg │ │ │ │ │ ├── io.github.openWMail.openWMail.svg │ │ │ │ │ ├── io.github.peazip.PeaZip.svg │ │ │ │ │ ├── io.github.qalculate.Qalculate.svg │ │ │ │ │ ├── io.github.quodlibet.ExFalso.svg │ │ │ │ │ ├── io.github.quodlibet.QuodLibet.svg │ │ │ │ │ ├── io.github.seadve.Kooha.svg │ │ │ │ │ ├── io.github.shiftey.Desktop.svg │ │ │ │ │ ├── io.github.wereturtle.ghostwriter.svg │ │ │ │ │ ├── io.github.wxmaxima_developers.wxMaxima.svg │ │ │ │ │ ├── io.gitlab.jstest_gtk.jstest_gtk.svg │ │ │ │ │ ├── io.gitlab.o20.onenote.svg │ │ │ │ │ ├── io.gitlab.o20.word.svg │ │ │ │ │ ├── io.gitlab.sdl_jstest.sdl2_jstest.svg │ │ │ │ │ ├── io.gitlab.sdl_jstest.sdl_jstest.svg │ │ │ │ │ ├── io.kavan.GUADEC.svg │ │ │ │ │ ├── io.lbry.lbry-app.svg │ │ │ │ │ ├── io.liri.Calculator.svg │ │ │ │ │ ├── io.liri.Text.svg │ │ │ │ │ ├── io.lmms.LMMS.svg │ │ │ │ │ ├── io.lmms.Lmms.svg │ │ │ │ │ ├── io.mpv.Mpv.svg │ │ │ │ │ ├── io.mrarm.mcpelauncher-ui.svg │ │ │ │ │ ├── io.mrarm.mcpelauncher.svg │ │ │ │ │ ├── io.neovim.nvim.svg │ │ │ │ │ ├── io.photoflare.photoflare.svg │ │ │ │ │ ├── io.qt.QtCreator.svg │ │ │ │ │ ├── io.typora.Typora.svg │ │ │ │ │ ├── iok.svg │ │ │ │ │ ├── ipython-notebook.svg │ │ │ │ │ ├── ipython.svg │ │ │ │ │ ├── ipython3.svg │ │ │ │ │ ├── irix.svg │ │ │ │ │ ├── iso-image-burn.svg │ │ │ │ │ ├── isoimagewriter.svg │ │ │ │ │ ├── istanbul.svg │ │ │ │ │ ├── jack_mixer.svg │ │ │ │ │ ├── jami.svg │ │ │ │ │ ├── java-1.6.0.svg │ │ │ │ │ ├── java-1.7.0.svg │ │ │ │ │ ├── java-1.8.0-openjdk.svg │ │ │ │ │ ├── java-1.8.0.svg │ │ │ │ │ ├── java-1.9.0.svg │ │ │ │ │ ├── java-10-openjdk.svg │ │ │ │ │ ├── java-11-openjdk.svg │ │ │ │ │ ├── java-12-openjdk.svg │ │ │ │ │ ├── java-13-openjdk.svg │ │ │ │ │ ├── java-14-openjdk.svg │ │ │ │ │ ├── java-15-openjdk.svg │ │ │ │ │ ├── java-16-openjdk.svg │ │ │ │ │ ├── java-17-openjdk.svg │ │ │ │ │ ├── java.svg │ │ │ │ │ ├── java10-openjdk.svg │ │ │ │ │ ├── java11-openjdk.svg │ │ │ │ │ ├── java12-openjdk.svg │ │ │ │ │ ├── java13-openjdk.svg │ │ │ │ │ ├── java14-openjdk.svg │ │ │ │ │ ├── java15-openjdk.svg │ │ │ │ │ ├── java16-openjdk.svg │ │ │ │ │ ├── java17-openjdk.svg │ │ │ │ │ ├── java8-openjdk.svg │ │ │ │ │ ├── java9-openjdk.svg │ │ │ │ │ ├── javaws.svg │ │ │ │ │ ├── jdownloader-beta.svg │ │ │ │ │ ├── jdownloader.svg │ │ │ │ │ ├── jeex.svg │ │ │ │ │ ├── jetbrains-clion.svg │ │ │ │ │ ├── jetbrains-datagrip.svg │ │ │ │ │ ├── jetbrains-intellij-idea.svg │ │ │ │ │ ├── jetbrains-intellij.svg │ │ │ │ │ ├── jetbrains-phpstorm.svg │ │ │ │ │ ├── jetbrains-pycharm-edu.svg │ │ │ │ │ ├── jetbrains-pycharm.svg │ │ │ │ │ ├── jetbrains-rider.svg │ │ │ │ │ ├── jetbrains-rubymine.svg │ │ │ │ │ ├── jetbrains-webstorm.svg │ │ │ │ │ ├── jockey-gtk.svg │ │ │ │ │ ├── jockey-kde.svg │ │ │ │ │ ├── jockey.svg │ │ │ │ │ ├── joplin-desktop.svg │ │ │ │ │ ├── joplin.svg │ │ │ │ │ ├── josm-latest.svg │ │ │ │ │ ├── josm.svg │ │ │ │ │ ├── jotasync.svg │ │ │ │ │ ├── journal.svg │ │ │ │ │ ├── jstest-gtk.svg │ │ │ │ │ ├── juffed.svg │ │ │ │ │ ├── juk.svg │ │ │ │ │ ├── julia.svg │ │ │ │ │ ├── jupyter-console.svg │ │ │ │ │ ├── jupyter-lab.svg │ │ │ │ │ ├── jupyter-notebook.svg │ │ │ │ │ ├── jupyter.svg │ │ │ │ │ ├── k3b.svg │ │ │ │ │ ├── k9-copy.svg │ │ │ │ │ ├── k9copy.svg │ │ │ │ │ ├── kaccess.svg │ │ │ │ │ ├── kaddressbook.svg │ │ │ │ │ ├── kaffeine.svg │ │ │ │ │ ├── kalarm.svg │ │ │ │ │ ├── kalgebra.svg │ │ │ │ │ ├── kali-bugs.svg │ │ │ │ │ ├── kali-burpsuite.svg │ │ │ │ │ ├── kali-database-assessment-trans.svg │ │ │ │ │ ├── kali-docs.svg │ │ │ │ │ ├── kali-info-gathering-trans.svg │ │ │ │ │ ├── kali-macchanger.svg │ │ │ │ │ ├── kali-p0f.svg │ │ │ │ │ ├── kali-password-attacks-trans.svg │ │ │ │ │ ├── kali-recordmydesktop.svg │ │ │ │ │ ├── kali-reporting-tools-trans.svg │ │ │ │ │ ├── kali-reverse-engineering-trans.svg │ │ │ │ │ ├── kali-social-engineering-trans.svg │ │ │ │ │ ├── kali-system-services-trans.svg │ │ │ │ │ ├── kali-truecrypt.svg │ │ │ │ │ ├── kali-vuln-assessment-trans.svg │ │ │ │ │ ├── kali-web-application-trans.svg │ │ │ │ │ ├── kali-wireless-attacks-trans.svg │ │ │ │ │ ├── kali-wireshark.svg │ │ │ │ │ ├── kalk.svg │ │ │ │ │ ├── kalu.svg │ │ │ │ │ ├── kamerka.svg │ │ │ │ │ ├── kamoso.svg │ │ │ │ │ ├── kamule.svg │ │ │ │ │ ├── kanagram.svg │ │ │ │ │ ├── kappfinder.svg │ │ │ │ │ ├── karbon.svg │ │ │ │ │ ├── kasts.svg │ │ │ │ │ ├── kate.svg │ │ │ │ │ ├── kate2.svg │ │ │ │ │ ├── katomic.svg │ │ │ │ │ ├── kazam.svg │ │ │ │ │ ├── kbabeldict.svg │ │ │ │ │ ├── kbackup.svg │ │ │ │ │ ├── kblocks.svg │ │ │ │ │ ├── kblogger.svg │ │ │ │ │ ├── kbugbuster.svg │ │ │ │ │ ├── kbugster.svg │ │ │ │ │ ├── kcalc.svg │ │ │ │ │ ├── kcharselect.svg │ │ │ │ │ ├── kchart.svg │ │ │ │ │ ├── kchmviewer.svg │ │ │ │ │ ├── kcmkicker.svg │ │ │ │ │ ├── kcmkwm.svg │ │ │ │ │ ├── kcmpci.svg │ │ │ │ │ ├── kcmprocessor.svg │ │ │ │ │ ├── kcmsound.svg │ │ │ │ │ ├── kcmx.svg │ │ │ │ │ ├── kcnmsound.svg │ │ │ │ │ ├── kcolorchooser.svg │ │ │ │ │ ├── kconsole.svg │ │ │ │ │ ├── kcontrol.svg │ │ │ │ │ ├── kde-frameworks.svg │ │ │ │ │ ├── kde-gtk-config.svg │ │ │ │ │ ├── kde-im-log-viewer.svg │ │ │ │ │ ├── kde-logo.svg │ │ │ │ │ ├── kde-telepathy.svg │ │ │ │ │ ├── kde-windows.svg │ │ │ │ │ ├── kde.svg │ │ │ │ │ ├── kdeapp.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── kded5.svg │ │ │ │ │ ├── kdenlive.svg │ │ │ │ │ ├── kdepim-dropbox.svg │ │ │ │ │ ├── kdepim-googledrive.svg │ │ │ │ │ ├── kdevelop.svg │ │ │ │ │ ├── kdf.svg │ │ │ │ │ ├── kdiskfree.svg │ │ │ │ │ ├── kdmconfig.svg │ │ │ │ │ ├── kedit-icon.svg │ │ │ │ │ ├── kedit.svg │ │ │ │ │ ├── keditbookmarks.svg │ │ │ │ │ ├── keepass.svg │ │ │ │ │ ├── keepass2.svg │ │ │ │ │ ├── keepassx.svg │ │ │ │ │ ├── keepassx2.svg │ │ │ │ │ ├── keepassxc.svg │ │ │ │ │ ├── kentoo.svg │ │ │ │ │ ├── key_bindings.svg │ │ │ │ │ ├── keyboard.svg │ │ │ │ │ ├── keyring-manager.svg │ │ │ │ │ ├── kfilebox.svg │ │ │ │ │ ├── kfind.svg │ │ │ │ │ ├── kflickr.svg │ │ │ │ │ ├── kfm.svg │ │ │ │ │ ├── kfontview.svg │ │ │ │ │ ├── kfourinline.svg │ │ │ │ │ ├── kget.svg │ │ │ │ │ ├── kgpg.svg │ │ │ │ │ ├── khelpcenter.svg │ │ │ │ │ ├── kid3-qt.svg │ │ │ │ │ ├── kid3.svg │ │ │ │ │ ├── kimtoy.svg │ │ │ │ │ ├── kindd.svg │ │ │ │ │ ├── kinfocenter.svg │ │ │ │ │ ├── kino.svg │ │ │ │ │ ├── kipi-dngconverter.svg │ │ │ │ │ ├── kipi-expoblending.svg │ │ │ │ │ ├── kipi-panorama.svg │ │ │ │ │ ├── kiriki.svg │ │ │ │ │ ├── kitty.svg │ │ │ │ │ ├── kjobviewer.svg │ │ │ │ │ ├── kjots.svg │ │ │ │ │ ├── kjournal.svg │ │ │ │ │ ├── kjumpingcube.svg │ │ │ │ │ ├── klavaro.svg │ │ │ │ │ ├── kleopatra.svg │ │ │ │ │ ├── klettres.svg │ │ │ │ │ ├── klipper.svg │ │ │ │ │ ├── klock.svg │ │ │ │ │ ├── klogg.svg │ │ │ │ │ ├── kmag.svg │ │ │ │ │ ├── kmahjongg.svg │ │ │ │ │ ├── kmail.svg │ │ │ │ │ ├── kmail2.svg │ │ │ │ │ ├── kmailcvt.svg │ │ │ │ │ ├── kmenu.svg │ │ │ │ │ ├── kmenuedit.svg │ │ │ │ │ ├── kmetronome.svg │ │ │ │ │ ├── kmines.svg │ │ │ │ │ ├── kmix.svg │ │ │ │ │ ├── kmousetool.svg │ │ │ │ │ ├── kmplayer.svg │ │ │ │ │ ├── kmymoney.svg │ │ │ │ │ ├── knemo.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── knetwalk.svg │ │ │ │ │ ├── knewsticker.svg │ │ │ │ │ ├── knights.svg │ │ │ │ │ ├── knotes.svg │ │ │ │ │ ├── knotify.svg │ │ │ │ │ ├── kodi.svg │ │ │ │ │ ├── kolourpaint.svg │ │ │ │ │ ├── kompare.svg │ │ │ │ │ ├── konqueror.svg │ │ │ │ │ ├── konsole-linux32.svg │ │ │ │ │ ├── konsole.svg │ │ │ │ │ ├── konsole_tux.svg │ │ │ │ │ ├── konsolekalendar.svg │ │ │ │ │ ├── kontact.svg │ │ │ │ │ ├── konversation.svg │ │ │ │ │ ├── kopete.svg │ │ │ │ │ ├── kopete2.svg │ │ │ │ │ ├── korg-journal.svg │ │ │ │ │ ├── korg-todo.svg │ │ │ │ │ ├── korgac.svg │ │ │ │ │ ├── korganizer.svg │ │ │ │ │ ├── korora-welcome.svg │ │ │ │ │ ├── kpackage.svg │ │ │ │ │ ├── kpackage48.svg │ │ │ │ │ ├── kpager.svg │ │ │ │ │ ├── kpat.svg │ │ │ │ │ ├── kpatience.svg │ │ │ │ │ ├── kpersonalizer.svg │ │ │ │ │ ├── kphoto.svg │ │ │ │ │ ├── kphotoalbum.svg │ │ │ │ │ ├── kpk-desktop-gnome.svg │ │ │ │ │ ├── kpk-desktop-xfce.svg │ │ │ │ │ ├── kplato.svg │ │ │ │ │ ├── kplayer.svg │ │ │ │ │ ├── kpresenter.svg │ │ │ │ │ ├── krdc.svg │ │ │ │ │ ├── krecorder.svg │ │ │ │ │ ├── kregexpeditor.svg │ │ │ │ │ ├── krename.svg │ │ │ │ │ ├── krfb.svg │ │ │ │ │ ├── krita.svg │ │ │ │ │ ├── kritagemini.svg │ │ │ │ │ ├── kritasketch.svg │ │ │ │ │ ├── kronometer.svg │ │ │ │ │ ├── kruler.svg │ │ │ │ │ ├── krunner.svg │ │ │ │ │ ├── krusader.svg │ │ │ │ │ ├── krusader_blue.svg │ │ │ │ │ ├── krusader_red.svg │ │ │ │ │ ├── krusader_root.svg │ │ │ │ │ ├── krusader_user.svg │ │ │ │ │ ├── kscreengenie.svg │ │ │ │ │ ├── kscreensaver.svg │ │ │ │ │ ├── kscreenshot.svg │ │ │ │ │ ├── ksensors.svg │ │ │ │ │ ├── kshutdown.svg │ │ │ │ │ ├── ksmiletris.svg │ │ │ │ │ ├── ksmserver.svg │ │ │ │ │ ├── ksnapshot.svg │ │ │ │ │ ├── ksnip.svg │ │ │ │ │ ├── ksplash.svg │ │ │ │ │ ├── kspread.svg │ │ │ │ │ ├── kstars.svg │ │ │ │ │ ├── kstars_colors.svg │ │ │ │ │ ├── ksudoku.svg │ │ │ │ │ ├── ksysguard.svg │ │ │ │ │ ├── ksysguardd.svg │ │ │ │ │ ├── kterm.svg │ │ │ │ │ ├── ktexteditorautobrace.svg │ │ │ │ │ ├── kthesaurus.svg │ │ │ │ │ ├── ktimer.svg │ │ │ │ │ ├── ktip.svg │ │ │ │ │ ├── ktnef.svg │ │ │ │ │ ├── ktneft.svg │ │ │ │ │ ├── ktorrent.svg │ │ │ │ │ ├── ktouch.svg │ │ │ │ │ ├── ktp-contacts.svg │ │ │ │ │ ├── ktuberling.svg │ │ │ │ │ ├── kube-mail.svg │ │ │ │ │ ├── kubuntu.svg │ │ │ │ │ ├── kuickshow.svg │ │ │ │ │ ├── kuiviewer.svg │ │ │ │ │ ├── kuser.svg │ │ │ │ │ ├── kvantum.svg │ │ │ │ │ ├── kvirc.svg │ │ │ │ │ ├── kwalletmanager.svg │ │ │ │ │ ├── kwalletmanager2.svg │ │ │ │ │ ├── kwave.svg │ │ │ │ │ ├── kweather.svg │ │ │ │ │ ├── kwikdisk.svg │ │ │ │ │ ├── kwin.svg │ │ │ │ │ ├── kword.svg │ │ │ │ │ ├── kwords.svg │ │ │ │ │ ├── kwrite.svg │ │ │ │ │ ├── kylin-user-guide.svg │ │ │ │ │ ├── kylin-video.svg │ │ │ │ │ ├── kynaptic.svg │ │ │ │ │ ├── kynpatic.svg │ │ │ │ │ ├── l3afpad.svg │ │ │ │ │ ├── labplot.svg │ │ │ │ │ ├── labplot2.svg │ │ │ │ │ ├── labyrinth.svg │ │ │ │ │ ├── lash.svg │ │ │ │ │ ├── last-fm.svg │ │ │ │ │ ├── lastfm-audioscrobbler.svg │ │ │ │ │ ├── lastfm-valut.svg │ │ │ │ │ ├── lastfm-www.last.fm.svg │ │ │ │ │ ├── lastfm.svg │ │ │ │ │ ├── lastpass.svg │ │ │ │ │ ├── latexila.svg │ │ │ │ │ ├── latte-dock.svg │ │ │ │ │ ├── launch.svg │ │ │ │ │ ├── lazarus.svg │ │ │ │ │ ├── lazpaint.svg │ │ │ │ │ ├── lbry.svg │ │ │ │ │ ├── leafpad.svg │ │ │ │ │ ├── leftpad.svg │ │ │ │ │ ├── leocad.svg │ │ │ │ │ ├── libinput-gestures-qt.svg │ │ │ │ │ ├── libinput-gestures.svg │ │ │ │ │ ├── library-podcast.svg │ │ │ │ │ ├── libreoffice-base.svg │ │ │ │ │ ├── libreoffice-calc.svg │ │ │ │ │ ├── libreoffice-draw.svg │ │ │ │ │ ├── libreoffice-impress.svg │ │ │ │ │ ├── libreoffice-main.svg │ │ │ │ │ ├── libreoffice-math.svg │ │ │ │ │ ├── libreoffice-oasis-web.svg │ │ │ │ │ ├── libreoffice-printeradmin.svg │ │ │ │ │ ├── libreoffice-start-centre.svg │ │ │ │ │ ├── libreoffice-startcenter.svg │ │ │ │ │ ├── libreoffice-template.svg │ │ │ │ │ ├── libreoffice-writer.svg │ │ │ │ │ ├── libreoffice.svg │ │ │ │ │ ├── libreoffice3-base.svg │ │ │ │ │ ├── libreoffice3-calc.svg │ │ │ │ │ ├── libreoffice3-draw.svg │ │ │ │ │ ├── libreoffice3-impress.svg │ │ │ │ │ ├── libreoffice3-main.svg │ │ │ │ │ ├── libreoffice3-math.svg │ │ │ │ │ ├── libreoffice3-printeradmin.svg │ │ │ │ │ ├── libreoffice3-startcenter.svg │ │ │ │ │ ├── libreoffice3-template.svg │ │ │ │ │ ├── libreoffice3-writer.svg │ │ │ │ │ ├── libreoffice3.svg │ │ │ │ │ ├── libreoffice34-base.svg │ │ │ │ │ ├── libreoffice34-calc.svg │ │ │ │ │ ├── libreoffice34-draw.svg │ │ │ │ │ ├── libreoffice34-impress.svg │ │ │ │ │ ├── libreoffice34-main.svg │ │ │ │ │ ├── libreoffice34-math.svg │ │ │ │ │ ├── libreoffice34-printeradmin.svg │ │ │ │ │ ├── libreoffice34-startcenter.svg │ │ │ │ │ ├── libreoffice34-template.svg │ │ │ │ │ ├── libreoffice34-writer.svg │ │ │ │ │ ├── libreoffice34.svg │ │ │ │ │ ├── libreoffice4.2-base.svg │ │ │ │ │ ├── libreoffice4.2-calc.svg │ │ │ │ │ ├── libreoffice4.2-draw.svg │ │ │ │ │ ├── libreoffice4.2-impress.svg │ │ │ │ │ ├── libreoffice4.2-math.svg │ │ │ │ │ ├── libreoffice4.2-printeradmin.svg │ │ │ │ │ ├── libreoffice4.2-startcenter.svg │ │ │ │ │ ├── libreoffice4.2-template.svg │ │ │ │ │ ├── libreoffice4.2-writer.svg │ │ │ │ │ ├── libreoffice4.svg │ │ │ │ │ ├── libreoffice5.0-base.svg │ │ │ │ │ ├── libreoffice5.0-calc.svg │ │ │ │ │ ├── libreoffice5.0-draw.svg │ │ │ │ │ ├── libreoffice5.0-impress.svg │ │ │ │ │ ├── libreoffice5.0-main.svg │ │ │ │ │ ├── libreoffice5.0-math.svg │ │ │ │ │ ├── libreoffice5.0-startcenter.svg │ │ │ │ │ ├── libreoffice5.0-writer.svg │ │ │ │ │ ├── libreoffice5.0.svg │ │ │ │ │ ├── libreoffice5.1-base.svg │ │ │ │ │ ├── libreoffice5.1-calc.svg │ │ │ │ │ ├── libreoffice5.1-draw.svg │ │ │ │ │ ├── libreoffice5.1-impress.svg │ │ │ │ │ ├── libreoffice5.1-main.svg │ │ │ │ │ ├── libreoffice5.1-math.svg │ │ │ │ │ ├── libreoffice5.1-startcenter.svg │ │ │ │ │ ├── libreoffice5.1-writer.svg │ │ │ │ │ ├── libreoffice5.1.svg │ │ │ │ │ ├── libreoffice5.2-base.svg │ │ │ │ │ ├── libreoffice5.2-calc.svg │ │ │ │ │ ├── libreoffice5.2-draw.svg │ │ │ │ │ ├── libreoffice5.2-impress.svg │ │ │ │ │ ├── libreoffice5.2-main.svg │ │ │ │ │ ├── libreoffice5.2-math.svg │ │ │ │ │ ├── libreoffice5.2-startcenter.svg │ │ │ │ │ ├── libreoffice5.2-writer.svg │ │ │ │ │ ├── libreoffice5.2.svg │ │ │ │ │ ├── libreoffice5.3-base.svg │ │ │ │ │ ├── libreoffice5.3-calc.svg │ │ │ │ │ ├── libreoffice5.3-draw.svg │ │ │ │ │ ├── libreoffice5.3-impress.svg │ │ │ │ │ ├── libreoffice5.3-main.svg │ │ │ │ │ ├── libreoffice5.3-math.svg │ │ │ │ │ ├── libreoffice5.3-startcenter.svg │ │ │ │ │ ├── libreoffice5.3-writer.svg │ │ │ │ │ ├── libreoffice5.3.svg │ │ │ │ │ ├── libreoffice5.4-base.svg │ │ │ │ │ ├── libreoffice5.4-calc.svg │ │ │ │ │ ├── libreoffice5.4-draw.svg │ │ │ │ │ ├── libreoffice5.4-impress.svg │ │ │ │ │ ├── libreoffice5.4-main.svg │ │ │ │ │ ├── libreoffice5.4-math.svg │ │ │ │ │ ├── libreoffice5.4-startcenter.svg │ │ │ │ │ ├── libreoffice5.4-writer.svg │ │ │ │ │ ├── libreoffice5.4.svg │ │ │ │ │ ├── libreoffice6.0-base.svg │ │ │ │ │ ├── libreoffice6.0-calc.svg │ │ │ │ │ ├── libreoffice6.0-draw.svg │ │ │ │ │ ├── libreoffice6.0-impress.svg │ │ │ │ │ ├── libreoffice6.0-main.svg │ │ │ │ │ ├── libreoffice6.0-math.svg │ │ │ │ │ ├── libreoffice6.0-startcenter.svg │ │ │ │ │ ├── libreoffice6.0-writer.svg │ │ │ │ │ ├── libreoffice6.0.svg │ │ │ │ │ ├── libreoffice6.2-base.svg │ │ │ │ │ ├── libreoffice6.2-calc.svg │ │ │ │ │ ├── libreoffice6.2-draw.svg │ │ │ │ │ ├── libreoffice6.2-impress.svg │ │ │ │ │ ├── libreoffice6.2-main.svg │ │ │ │ │ ├── libreoffice6.2-math.svg │ │ │ │ │ ├── libreoffice6.2-startcenter.svg │ │ │ │ │ ├── libreoffice6.2-writer.svg │ │ │ │ │ ├── libreoffice6.3-base.svg │ │ │ │ │ ├── libreoffice6.3-calc.svg │ │ │ │ │ ├── libreoffice6.3-draw.svg │ │ │ │ │ ├── libreoffice6.3-impress.svg │ │ │ │ │ ├── libreoffice6.3-main.svg │ │ │ │ │ ├── libreoffice6.3-math.svg │ │ │ │ │ ├── libreoffice6.3-startcenter.svg │ │ │ │ │ ├── libreoffice6.3-writer.svg │ │ │ │ │ ├── libreoffice6.4-base.svg │ │ │ │ │ ├── libreoffice6.4-calc.svg │ │ │ │ │ ├── libreoffice6.4-draw.svg │ │ │ │ │ ├── libreoffice6.4-impress.svg │ │ │ │ │ ├── libreoffice6.4-math.svg │ │ │ │ │ ├── libreoffice6.4-startcenter.svg │ │ │ │ │ ├── libreoffice6.4-writer.svg │ │ │ │ │ ├── libreoffice7.0-base.svg │ │ │ │ │ ├── libreoffice7.0-calc.svg │ │ │ │ │ ├── libreoffice7.0-draw.svg │ │ │ │ │ ├── libreoffice7.0-impress.svg │ │ │ │ │ ├── libreoffice7.0-main.svg │ │ │ │ │ ├── libreoffice7.0-math.svg │ │ │ │ │ ├── libreoffice7.0-startcenter.svg │ │ │ │ │ ├── libreoffice7.0-writer.svg │ │ │ │ │ ├── libreoffice7.1-base.svg │ │ │ │ │ ├── libreoffice7.1-calc.svg │ │ │ │ │ ├── libreoffice7.1-draw.svg │ │ │ │ │ ├── libreoffice7.1-impress.svg │ │ │ │ │ ├── libreoffice7.1-main.svg │ │ │ │ │ ├── libreoffice7.1-math.svg │ │ │ │ │ ├── libreoffice7.1-startcenter.svg │ │ │ │ │ ├── libreoffice7.1-writer.svg │ │ │ │ │ ├── libreoffice7.2-base.svg │ │ │ │ │ ├── libreoffice7.2-calc.svg │ │ │ │ │ ├── libreoffice7.2-draw.svg │ │ │ │ │ ├── libreoffice7.2-impress.svg │ │ │ │ │ ├── libreoffice7.2-main.svg │ │ │ │ │ ├── libreoffice7.2-math.svg │ │ │ │ │ ├── libreoffice7.2-startcenter.svg │ │ │ │ │ ├── libreoffice7.2-template.svg │ │ │ │ │ ├── libreoffice7.2-writer.svg │ │ │ │ │ ├── libreofficedev6.0-base.svg │ │ │ │ │ ├── libreofficedev6.0-calc.svg │ │ │ │ │ ├── libreofficedev6.0-draw.svg │ │ │ │ │ ├── libreofficedev6.0-impress.svg │ │ │ │ │ ├── libreofficedev6.0-main.svg │ │ │ │ │ ├── libreofficedev6.0-math.svg │ │ │ │ │ ├── libreofficedev6.0-startcenter.svg │ │ │ │ │ ├── libreofficedev6.0-writer.svg │ │ │ │ │ ├── libreofficedev6.1-base.svg │ │ │ │ │ ├── libreofficedev6.1-calc.svg │ │ │ │ │ ├── libreofficedev6.1-draw.svg │ │ │ │ │ ├── libreofficedev6.1-impress.svg │ │ │ │ │ ├── libreofficedev6.1-main.svg │ │ │ │ │ ├── libreofficedev6.1-math.svg │ │ │ │ │ ├── libreofficedev6.1-startcenter.svg │ │ │ │ │ ├── libreofficedev6.1-writer.svg │ │ │ │ │ ├── liferea.svg │ │ │ │ │ ├── light-software-center.svg │ │ │ │ │ ├── light_neovim_gtk.svg │ │ │ │ │ ├── lightcord.svg │ │ │ │ │ ├── lightdm-gtk-greeter-settings.svg │ │ │ │ │ ├── lightdm-settings.svg │ │ │ │ │ ├── lightread.svg │ │ │ │ │ ├── lightsoff.svg │ │ │ │ │ ├── linconnect-server.svg │ │ │ │ │ ├── linconnect.svg │ │ │ │ │ ├── lingot-icon.svg │ │ │ │ │ ├── linguist-qt4.svg │ │ │ │ │ ├── linguist-qt5.svg │ │ │ │ │ ├── linguist-qt6.svg │ │ │ │ │ ├── linguist.svg │ │ │ │ │ ├── linguist5.svg │ │ │ │ │ ├── linguistic.svg │ │ │ │ │ ├── linssid.svg │ │ │ │ │ ├── liteautologin.svg │ │ │ │ │ ├── litedesktop.svg │ │ │ │ │ ├── liteinfo.svg │ │ │ │ │ ├── litemanual.svg │ │ │ │ │ ├── litenetworkshares.svg │ │ │ │ │ ├── litesoftware.svg │ │ │ │ │ ├── litesoundsglob.svg │ │ │ │ │ ├── litesources.svg │ │ │ │ │ ├── litesystemreport.svg │ │ │ │ │ ├── liteupdates.svg │ │ │ │ │ ├── liteupdatesnotify.svg │ │ │ │ │ ├── liteusermanager.svg │ │ │ │ │ ├── live-installer.svg │ │ │ │ │ ├── live.svg │ │ │ │ │ ├── livepatch.svg │ │ │ │ │ ├── liveusb-creator.svg │ │ │ │ │ ├── livewallpaper-config.svg │ │ │ │ │ ├── livewallpaper.svg │ │ │ │ │ ├── lmms.svg │ │ │ │ │ ├── locale.svg │ │ │ │ │ ├── location-services-active.svg │ │ │ │ │ ├── lock-ok.svg │ │ │ │ │ ├── lock-screen.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── login-photo.svg │ │ │ │ │ ├── login.svg │ │ │ │ │ ├── logjam.svg │ │ │ │ │ ├── logview.svg │ │ │ │ │ ├── logviewer.svg │ │ │ │ │ ├── lokalize.svg │ │ │ │ │ ├── lollypop.svg │ │ │ │ │ ├── lookswitcher.svg │ │ │ │ │ ├── lpi-bug.svg │ │ │ │ │ ├── lrfviewer.svg │ │ │ │ │ ├── lshw.svg │ │ │ │ │ ├── lskat.svg │ │ │ │ │ ├── lubuntu-software-center.svg │ │ │ │ │ ├── luckyBackup.svg │ │ │ │ │ ├── luckybackup.svg │ │ │ │ │ ├── luminance-hdr.svg │ │ │ │ │ ├── lutris.svg │ │ │ │ │ ├── lutris_0-ad.svg │ │ │ │ │ ├── lutris_blender.svg │ │ │ │ │ ├── lutris_dont-starve-together.svg │ │ │ │ │ ├── lutris_dont-starve.svg │ │ │ │ │ ├── lutris_godot-engine.svg │ │ │ │ │ ├── lutris_kpatience.svg │ │ │ │ │ ├── lutris_krita-gemini.svg │ │ │ │ │ ├── lutris_minecraft.svg │ │ │ │ │ ├── lutris_minetest.svg │ │ │ │ │ ├── lutris_rimworld.svg │ │ │ │ │ ├── lutris_terraria.svg │ │ │ │ │ ├── lutris_xonotic.svg │ │ │ │ │ ├── lx-music-desktop.svg │ │ │ │ │ ├── lximage-qt.svg │ │ │ │ │ ├── lximage.svg │ │ │ │ │ ├── lxmusic.svg │ │ │ │ │ ├── lxqt-archiver.svg │ │ │ │ │ ├── lxtask.svg │ │ │ │ │ ├── lxterminal.svg │ │ │ │ │ ├── macchanger.svg │ │ │ │ │ ├── mahjongg.svg │ │ │ │ │ ├── mail-client.svg │ │ │ │ │ ├── mail-generic.svg │ │ │ │ │ ├── mail-notification.svg │ │ │ │ │ ├── mail_generic.svg │ │ │ │ │ ├── mailer.svg │ │ │ │ │ ├── mailnag.svg │ │ │ │ │ ├── mailspring.svg │ │ │ │ │ ├── mandrivaupdate.svg │ │ │ │ │ ├── manjaro-settings-manager.svg │ │ │ │ │ ├── manjaro-welcome.svg │ │ │ │ │ ├── manjaro.svg │ │ │ │ │ ├── map-globe.svg │ │ │ │ │ ├── maps.svg │ │ │ │ │ ├── marble.svg │ │ │ │ │ ├── mark-location-symbolic.svg │ │ │ │ │ ├── marker.svg │ │ │ │ │ ├── marlin.svg │ │ │ │ │ ├── master-pdf-editor.svg │ │ │ │ │ ├── masterpdfeditor.svg │ │ │ │ │ ├── masterpdfeditor3.svg │ │ │ │ │ ├── masterpdfeditor4.svg │ │ │ │ │ ├── masterpdfeditor5.svg │ │ │ │ │ ├── mate-ax-applet.svg │ │ │ │ │ ├── mate-color-manager.svg │ │ │ │ │ ├── mate-cpu-frequency-applet.svg │ │ │ │ │ ├── mate-desktop-item-edit.svg │ │ │ │ │ ├── mate-desktop.svg │ │ │ │ │ ├── mate-disk-usage-analyzer.svg │ │ │ │ │ ├── mate-eiciel.svg │ │ │ │ │ ├── mate-eyes-applet.svg │ │ │ │ │ ├── mate-indicator-applet.svg │ │ │ │ │ ├── mate-logo.svg │ │ │ │ │ ├── mate-netspeed-applet.svg │ │ │ │ │ ├── mate-nettool.svg │ │ │ │ │ ├── mate-network-properties.svg │ │ │ │ │ ├── mate-notification-properties.svg │ │ │ │ │ ├── mate-panel-clock.svg │ │ │ │ │ ├── mate-panel-fish.svg │ │ │ │ │ ├── mate-panel-force-quit.svg │ │ │ │ │ ├── mate-panel-launcher.svg │ │ │ │ │ ├── mate-panel-notification-area.svg │ │ │ │ │ ├── mate-panel-separator.svg │ │ │ │ │ ├── mate-panel-window-list.svg │ │ │ │ │ ├── mate-panel-window-menu.svg │ │ │ │ │ ├── mate-panel-workspace-switcher.svg │ │ │ │ │ ├── mate-panel.svg │ │ │ │ │ ├── mate-power-manager.svg │ │ │ │ │ ├── mate-power-statistics.svg │ │ │ │ │ ├── mate-preferences-desktop-display.svg │ │ │ │ │ ├── mate-sensors-applet.svg │ │ │ │ │ ├── mate-sensors.svg │ │ │ │ │ ├── mate-session-properties.svg │ │ │ │ │ ├── mate-sticky-notes-applet.svg │ │ │ │ │ ├── mate-system-log.svg │ │ │ │ │ ├── mate.svg │ │ │ │ │ ├── mateconf-editor.svg │ │ │ │ │ ├── matepalimpsest.svg │ │ │ │ │ ├── matlab-desktop.svg │ │ │ │ │ ├── matlab.svg │ │ │ │ │ ├── matray.svg │ │ │ │ │ ├── maui-shelf.svg │ │ │ │ │ ├── maxima-icon.svg │ │ │ │ │ ├── maxima-new.svg │ │ │ │ │ ├── maxima.svg │ │ │ │ │ ├── mcpelauncher-ui-qt.svg │ │ │ │ │ ├── mcpelauncher-ui.svg │ │ │ │ │ ├── mdmflexiserver.svg │ │ │ │ │ ├── mdmsetup.svg │ │ │ │ │ ├── me-tv.svg │ │ │ │ │ ├── me.kozec.syncthingtk.svg │ │ │ │ │ ├── me.mitya57.ReText.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-optical-copy.svg │ │ │ │ │ ├── media-player-48.svg │ │ │ │ │ ├── media-player-banshee.svg │ │ │ │ │ ├── media-removable.svg │ │ │ │ │ ├── mediacontrol.svg │ │ │ │ │ ├── mediawriter.svg │ │ │ │ │ ├── medit.svg │ │ │ │ │ ├── mega.svg │ │ │ │ │ ├── meld.svg │ │ │ │ │ ├── mendeley.svg │ │ │ │ │ ├── mendeleydesktop.svg │ │ │ │ │ ├── menu-editor.svg │ │ │ │ │ ├── menulibre.svg │ │ │ │ │ ├── messagebox_info.svg │ │ │ │ │ ├── messengerfordesktop.svg │ │ │ │ │ ├── metacity.svg │ │ │ │ │ ├── meteo-qt.svg │ │ │ │ │ ├── meterbridge.svg │ │ │ │ │ ├── meterbridge32x32.svg │ │ │ │ │ ├── metronome.svg │ │ │ │ │ ├── microscope.svg │ │ │ │ │ ├── microsoft-edge-beta.svg │ │ │ │ │ ├── microsoft-edge-dev.svg │ │ │ │ │ ├── microsoft-edge.svg │ │ │ │ │ ├── microsoft-office-online.svg │ │ │ │ │ ├── minder.svg │ │ │ │ │ ├── mindmaster.svg │ │ │ │ │ ├── minecraft-launcher.svg │ │ │ │ │ ├── minecraft-pi.svg │ │ │ │ │ ├── minecraft.svg │ │ │ │ │ ├── minetest-icon.svg │ │ │ │ │ ├── minetest.svg │ │ │ │ │ ├── mini.xterm.svg │ │ │ │ │ ├── mini.xterm_32x32.svg │ │ │ │ │ ├── mini.xterm_48x48.svg │ │ │ │ │ ├── minimizeall.svg │ │ │ │ │ ├── minitube-ubuntu.svg │ │ │ │ │ ├── minitube.svg │ │ │ │ │ ├── mintBackup.svg │ │ │ │ │ ├── mintNanny.svg │ │ │ │ │ ├── mintUpdate.svg │ │ │ │ │ ├── mintWelcome.svg │ │ │ │ │ ├── mintbackup-icon.svg │ │ │ │ │ ├── mintbackup.svg │ │ │ │ │ ├── mintdrivers.svg │ │ │ │ │ ├── mintinstall.svg │ │ │ │ │ ├── mintlocale-im.svg │ │ │ │ │ ├── mintnanny.svg │ │ │ │ │ ├── mintreport.svg │ │ │ │ │ ├── mintsources-keys.svg │ │ │ │ │ ├── mintsources-mint.svg │ │ │ │ │ ├── mintsources.svg │ │ │ │ │ ├── mintstick.svg │ │ │ │ │ ├── mintupdate-release-upgrade.svg │ │ │ │ │ ├── mintupdate.svg │ │ │ │ │ ├── mintwelcome.svg │ │ │ │ │ ├── mirovideoconverter.svg │ │ │ │ │ ├── mitter.svg │ │ │ │ │ ├── mixxx-icon.svg │ │ │ │ │ ├── mixxx.svg │ │ │ │ │ ├── mixxx_icon.svg │ │ │ │ │ ├── mkv-gui.svg │ │ │ │ │ ├── mkvmerge.svg │ │ │ │ │ ├── mkvmergeGUI.svg │ │ │ │ │ ├── mkvtoolnix-gui.svg │ │ │ │ │ ├── mlcad.svg │ │ │ │ │ ├── modem-manager-gui.svg │ │ │ │ │ ├── mongodb-compass-community.svg │ │ │ │ │ ├── mongodb-compass.svg │ │ │ │ │ ├── monitor.svg │ │ │ │ │ ├── motrix.svg │ │ │ │ │ ├── mouse.svg │ │ │ │ │ ├── mousepad.svg │ │ │ │ │ ├── mozilla-firefox.svg │ │ │ │ │ ├── mozilla-thunderbird.svg │ │ │ │ │ ├── mozo.svg │ │ │ │ │ ├── mpd.svg │ │ │ │ │ ├── mplayer.svg │ │ │ │ │ ├── mpv-icon-8bit-64x64.svg │ │ │ │ │ ├── mpv.svg │ │ │ │ │ ├── mpvz.svg │ │ │ │ │ ├── ms-calendar.svg │ │ │ │ │ ├── ms-excel.svg │ │ │ │ │ ├── ms-office.svg │ │ │ │ │ ├── ms-onenote.svg │ │ │ │ │ ├── ms-outlook.svg │ │ │ │ │ ├── ms-powerpoint.svg │ │ │ │ │ ├── ms-skype.svg │ │ │ │ │ ├── ms-word.svg │ │ │ │ │ ├── mscore-portable.svg │ │ │ │ │ ├── mscore.svg │ │ │ │ │ ├── mscore3.svg │ │ │ │ │ ├── msedge-agimnkijcaahngcdmfeangaknmldooml-Default.svg │ │ │ │ │ ├── msedge-ejhkdoiecgkmdpomoahkdihbcldkgjci-Default.svg │ │ │ │ │ ├── msiexec.svg │ │ │ │ │ ├── mtpaint.svg │ │ │ │ │ ├── mudita24.svg │ │ │ │ │ ├── mugshot.svg │ │ │ │ │ ├── mula-desktop.svg │ │ │ │ │ ├── multibootusb.svg │ │ │ │ │ ├── multilingual-terminal.svg │ │ │ │ │ ├── multimc.svg │ │ │ │ │ ├── multimedia-audio-player.svg │ │ │ │ │ ├── multimedia-photo-manager.svg │ │ │ │ │ ├── multimedia-photo-viewer.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── multimedia-video-player.svg │ │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ │ ├── multimedia.svg │ │ │ │ │ ├── multisystem-liveusb.svg │ │ │ │ │ ├── multisystem-test-iso.svg │ │ │ │ │ ├── multisystem-vbox.svg │ │ │ │ │ ├── multisystem.svg │ │ │ │ │ ├── multitasking-view.svg │ │ │ │ │ ├── muon-discover.svg │ │ │ │ │ ├── muon.svg │ │ │ │ │ ├── muondis-cover.svg │ │ │ │ │ ├── muondiscover.svg │ │ │ │ │ ├── mupdf.svg │ │ │ │ │ ├── musescore.svg │ │ │ │ │ ├── music_icon-24.svg │ │ │ │ │ ├── mx-broadcom-manager.svg │ │ │ │ │ ├── mx-clocky.svg │ │ │ │ │ ├── mx-findshares.svg │ │ │ │ │ ├── mx-menu-editor.svg │ │ │ │ │ ├── mx-system-sounds.svg │ │ │ │ │ ├── mx-timeset-gui-icon.svg │ │ │ │ │ ├── mx-update.svg │ │ │ │ │ ├── mx-usb-unmounter.svg │ │ │ │ │ ├── mypaint.svg │ │ │ │ │ ├── mysql-workbench.svg │ │ │ │ │ ├── nautilus-actions-config-tool.svg │ │ │ │ │ ├── nautilus-actions.svg │ │ │ │ │ ├── nautilus-cd-burner.svg │ │ │ │ │ ├── nautilus.svg │ │ │ │ │ ├── nemo.svg │ │ │ │ │ ├── neovim.svg │ │ │ │ │ ├── nepomuk.svg │ │ │ │ │ ├── net.agalwood.Motrix.svg │ │ │ │ │ ├── net.ankiweb.Anki.svg │ │ │ │ │ ├── net.bartkessels.advancedmetronome.svg │ │ │ │ │ ├── net.codeindustry.MasterPDFEditor.svg │ │ │ │ │ ├── net.cozic.joplin_desktop.svg │ │ │ │ │ ├── net.jami.Jami.svg │ │ │ │ │ ├── net.lutris.Lutris.svg │ │ │ │ │ ├── net.minetest.Minetest.svg │ │ │ │ │ ├── net.pcsx2.PCSX2.svg │ │ │ │ │ ├── net.rpdev.OpenTodoList.svg │ │ │ │ │ ├── net.scribus.Scribus.svg │ │ │ │ │ ├── net.sourceforge.Chessx.svg │ │ │ │ │ ├── net.sourceforge.Hugin.svg │ │ │ │ │ ├── net.sourceforge.Klavaro.svg │ │ │ │ │ ├── net.sourceforge.liferea.svg │ │ │ │ │ ├── net.sourceforge.maxima.svg │ │ │ │ │ ├── net.sourceforge.qtpfsgui.LuminanceHDR.svg │ │ │ │ │ ├── net.sourceforge.xournal.svg │ │ │ │ │ ├── net.supertuxkart.SuperTuxKart.svg │ │ │ │ │ ├── net.xm1math.Texmaker.svg │ │ │ │ │ ├── net.xmind.XMind8.svg │ │ │ │ │ ├── net.xmind.ZEN.svg │ │ │ │ │ ├── netbeans-beta.svg │ │ │ │ │ ├── netbeans-ide.svg │ │ │ │ │ ├── netbeans.svg │ │ │ │ │ ├── netease-cloud-music-gtk.svg │ │ │ │ │ ├── netease-cloud-music.svg │ │ │ │ │ ├── network-defaultroute.svg │ │ │ │ │ ├── network-firewall.svg │ │ │ │ │ ├── network-manager.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── networkmanager.svg │ │ │ │ │ ├── news-feed.svg │ │ │ │ │ ├── newsflash.svg │ │ │ │ │ ├── nimbus.svg │ │ │ │ │ ├── nl.brixit.powersupply.svg │ │ │ │ │ ├── nl.hjdskes.Gcolor3.svg │ │ │ │ │ ├── nl.hjdskes.gcolor3.svg │ │ │ │ │ ├── nl.openoffice.bluefish.svg │ │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ │ ├── nmap_icon.svg │ │ │ │ │ ├── nmm_qt_client.svg │ │ │ │ │ ├── noblenote.svg │ │ │ │ │ ├── nocover.svg │ │ │ │ │ ├── noise.svg │ │ │ │ │ ├── nomacs.svg │ │ │ │ │ ├── notable.svg │ │ │ │ │ ├── notecase.svg │ │ │ │ │ ├── notepad-48.svg │ │ │ │ │ ├── notepad.svg │ │ │ │ │ ├── notes.svg │ │ │ │ │ ├── notifyconf.svg │ │ │ │ │ ├── notion.svg │ │ │ │ │ ├── ntfs-config.svg │ │ │ │ │ ├── nutstore.svg │ │ │ │ │ ├── nuvolaplayer3_deezer.svg │ │ │ │ │ ├── nuvolaplayer3_google_play_music.svg │ │ │ │ │ ├── nuvolaplayer3_spotify.svg │ │ │ │ │ ├── nuvolaplayer3_youtube.svg │ │ │ │ │ ├── nvclock.svg │ │ │ │ │ ├── nvdock.svg │ │ │ │ │ ├── nvidia-310-settings.svg │ │ │ │ │ ├── nvidia-current-settings.svg │ │ │ │ │ ├── nvidia-current-updates-settings.svg │ │ │ │ │ ├── nvidia-ddm-mx.svg │ │ │ │ │ ├── nvidia-drivers-settings.svg │ │ │ │ │ ├── nvidia-settings.svg │ │ │ │ │ ├── nvidia-x-server-setting.svg │ │ │ │ │ ├── nvidia-x-server-settings.svg │ │ │ │ │ ├── nvidia.svg │ │ │ │ │ ├── nvim-gtk.svg │ │ │ │ │ ├── nvim-qt.svg │ │ │ │ │ ├── nvim.svg │ │ │ │ │ ├── nx-software-center.svg │ │ │ │ │ ├── nx-software-updater.svg │ │ │ │ │ ├── nxclient-wizard.svg │ │ │ │ │ ├── nxterm.svg │ │ │ │ │ ├── nylas-mail.svg │ │ │ │ │ ├── nylas.svg │ │ │ │ │ ├── nz.mega.MEGAsync.svg │ │ │ │ │ ├── obconf-qt.svg │ │ │ │ │ ├── obconf.svg │ │ │ │ │ ├── obs.svg │ │ │ │ │ ├── octave-icon.svg │ │ │ │ │ ├── octave-logo.svg │ │ │ │ │ ├── octave.svg │ │ │ │ │ ├── octavebackend.svg │ │ │ │ │ ├── octopi-repoeditor.svg │ │ │ │ │ ├── octopi.svg │ │ │ │ │ ├── office-address-book.svg │ │ │ │ │ ├── office-addressbook.svg │ │ │ │ │ ├── office-calendar.svg │ │ │ │ │ ├── office-date.svg │ │ │ │ │ ├── office-printer.svg │ │ │ │ │ ├── oggconvert.svg │ │ │ │ │ ├── ogmrip.svg │ │ │ │ │ ├── okteta.svg │ │ │ │ │ ├── okular.svg │ │ │ │ │ ├── olive-editor.svg │ │ │ │ │ ├── onboard-mono.svg │ │ │ │ │ ├── onboard-settings.svg │ │ │ │ │ ├── onboard.svg │ │ │ │ │ ├── onenote.svg │ │ │ │ │ ├── online-account-facebook.svg │ │ │ │ │ ├── online-account-fastmail.svg │ │ │ │ │ ├── online-account-google.svg │ │ │ │ │ ├── online-account-lastfm.svg │ │ │ │ │ ├── online-account-microsoft.svg │ │ │ │ │ ├── online-account.svg │ │ │ │ │ ├── online-accounts.svg │ │ │ │ │ ├── onlyoffice-desktopeditors.svg │ │ │ │ │ ├── onlyoffice.svg │ │ │ │ │ ├── ooo-printeradmin.svg │ │ │ │ │ ├── openbox.svg │ │ │ │ │ ├── openbravo-erp.svg │ │ │ │ │ ├── opencubicplayer.svg │ │ │ │ │ ├── openerp-client.svg │ │ │ │ │ ├── openjdk-10.svg │ │ │ │ │ ├── openjdk-11.svg │ │ │ │ │ ├── openjdk-12.svg │ │ │ │ │ ├── openjdk-13.svg │ │ │ │ │ ├── openjdk-14.svg │ │ │ │ │ ├── openjdk-15.svg │ │ │ │ │ ├── openjdk-16.svg │ │ │ │ │ ├── openjdk-17.svg │ │ │ │ │ ├── openjdk-6.svg │ │ │ │ │ ├── openjdk-7.svg │ │ │ │ │ ├── openjdk-8.svg │ │ │ │ │ ├── openjdk-9.svg │ │ │ │ │ ├── openoffice4-printeradmin.svg │ │ │ │ │ ├── openofficeorg-printeradmin.svg │ │ │ │ │ ├── openofficeorg3-printeradmin.svg │ │ │ │ │ ├── openofficeorg3.0-printeradmin.svg │ │ │ │ │ ├── openshot-qt.svg │ │ │ │ │ ├── openshot.svg │ │ │ │ │ ├── openterm.svg │ │ │ │ │ ├── opentodolist.svg │ │ │ │ │ ├── openwmail.svg │ │ │ │ │ ├── opera-beta.svg │ │ │ │ │ ├── opera-browser-icon.svg │ │ │ │ │ ├── opera-browser-icons.svg │ │ │ │ │ ├── opera-browser.svg │ │ │ │ │ ├── opera-icon.svg │ │ │ │ │ ├── opera.svg │ │ │ │ │ ├── oracle-javaws.svg │ │ │ │ │ ├── oracle_java10.svg │ │ │ │ │ ├── oracle_java11.svg │ │ │ │ │ ├── oracle_java12.svg │ │ │ │ │ ├── oracle_java13.svg │ │ │ │ │ ├── oracle_java14.svg │ │ │ │ │ ├── oracle_java15.svg │ │ │ │ │ ├── oracle_java16.svg │ │ │ │ │ ├── oracle_java17.svg │ │ │ │ │ ├── oracle_java6.svg │ │ │ │ │ ├── oracle_java7.svg │ │ │ │ │ ├── oracle_java8.svg │ │ │ │ │ ├── oracle_java9.svg │ │ │ │ │ ├── orage.svg │ │ │ │ │ ├── orage_globaltime.svg │ │ │ │ │ ├── orca.svg │ │ │ │ │ ├── org.20.notes.svg │ │ │ │ │ ├── org.DolphinEmu.dolphin-emu.svg │ │ │ │ │ ├── org.aegisub.Aegisub.svg │ │ │ │ │ ├── org.apache.netbeans-beta.svg │ │ │ │ │ ├── org.apache.netbeans.svg │ │ │ │ │ ├── org.ardour.Ardour.svg │ │ │ │ │ ├── org.ardour.Ardour5.svg │ │ │ │ │ ├── org.ardour.Ardour6.svg │ │ │ │ │ ├── org.atheme.audacious.svg │ │ │ │ │ ├── org.audacious_media_player.Audacious.svg │ │ │ │ │ ├── org.audacityteam.Audacity.svg │ │ │ │ │ ├── org.avidemux.Avidemux.svg │ │ │ │ │ ├── org.baedert.corebird.svg │ │ │ │ │ ├── org.blender.Blender.svg │ │ │ │ │ ├── org.bluesabre.MenuLibre.svg │ │ │ │ │ ├── org.bunkus.mkvtoolnix-gui.svg │ │ │ │ │ ├── org.chromium.Chromium.svg │ │ │ │ │ ├── org.claws_mail.Claws-Mail.svg │ │ │ │ │ ├── org.clawsmail.Claws.svg │ │ │ │ │ ├── org.clementine_player.Clementine.svg │ │ │ │ │ ├── org.codeblocks.codeblocks.svg │ │ │ │ │ ├── org.cryptomator.Cryptomator.svg │ │ │ │ │ ├── org.cunidev.gestures.svg │ │ │ │ │ ├── org.daa.NeovimGtk.svg │ │ │ │ │ ├── org.darktable.Darktable.svg │ │ │ │ │ ├── org.debian.galternatives.svg │ │ │ │ │ ├── org.deepin.browser.svg │ │ │ │ │ ├── org.deepin.contacts.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-calculator.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-calendar.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-image-viewer.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-music.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-screen-recorder.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-screenshot.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-voice-recorder.svg │ │ │ │ │ ├── org.deluge_torrent.deluge.svg │ │ │ │ │ ├── org.delugetorrent.Deluge.svg │ │ │ │ │ ├── org.dharkael.Flameshot.svg │ │ │ │ │ ├── org.eclipse.Committers.svg │ │ │ │ │ ├── org.eclipse.Eclipse.svg │ │ │ │ │ ├── org.eclipse.Java.svg │ │ │ │ │ ├── org.eclipse.Javascript.svg │ │ │ │ │ ├── org.electronjs.Electron.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron2.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron3.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron4.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron5.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron6.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron7.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron8.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron9.BaseApp.svg │ │ │ │ │ ├── org.equeim.Tremotesf.svg │ │ │ │ │ ├── org.fcitx.Fcitx5.svg │ │ │ │ │ ├── org.fedoraproject.AnacondaInstaller.svg │ │ │ │ │ ├── org.fedoraproject.MediaWriter.svg │ │ │ │ │ ├── org.filezillaproject.Filezilla.svg │ │ │ │ │ ├── org.flameshot.Flameshot.svg │ │ │ │ │ ├── org.flatpak.qtdemo.svg │ │ │ │ │ ├── org.freecadweb.FreeCAD.svg │ │ │ │ │ ├── org.freedesktop.GlxInfo.svg │ │ │ │ │ ├── org.freedesktop.GnomeAbrt.svg │ │ │ │ │ ├── org.freedesktop.LinuxAudio.Plugins.Guitarix.svg │ │ │ │ │ ├── org.freedesktop.MalcontentControl.svg │ │ │ │ │ ├── org.freedesktop.Piper.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk10.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk11.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk12.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk13.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk14.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk15.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk16.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk17.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk8.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk9.svg │ │ │ │ │ ├── org.freedesktop.problems.applet.svg │ │ │ │ │ ├── org.freefilesync.FreeFileSync.svg │ │ │ │ │ ├── org.fritzing.Fritzing.svg │ │ │ │ │ ├── org.gabmus.gfeeds.svg │ │ │ │ │ ├── org.gabmus.giara.svg │ │ │ │ │ ├── org.gabmus.gnome-feeds.svg │ │ │ │ │ ├── org.gabmus.hydrapaper.svg │ │ │ │ │ ├── org.gajim.Gajim.svg │ │ │ │ │ ├── org.geany.Geany.svg │ │ │ │ │ ├── org.geeqie.Geeqie.svg │ │ │ │ │ ├── org.geogebra.GeoGebra.svg │ │ │ │ │ ├── org.gimp.GIMP.svg │ │ │ │ │ ├── org.glimpse_editor.Glimpse.svg │ │ │ │ │ ├── org.gmusicbrowser.gmusicbrowser.svg │ │ │ │ │ ├── org.gnome.2048.svg │ │ │ │ │ ├── org.gnome.Adwaita1.Demo.svg │ │ │ │ │ ├── org.gnome.Aisleriot.svg │ │ │ │ │ ├── org.gnome.ArchiveManager.svg │ │ │ │ │ ├── org.gnome.Atomix.svg │ │ │ │ │ ├── org.gnome.Baobab.svg │ │ │ │ │ ├── org.gnome.BatteryBench.svg │ │ │ │ │ ├── org.gnome.Bijiben.svg │ │ │ │ │ ├── org.gnome.Books.svg │ │ │ │ │ ├── org.gnome.Boxes.svg │ │ │ │ │ ├── org.gnome.Builder.svg │ │ │ │ │ ├── org.gnome.Calculator.svg │ │ │ │ │ ├── org.gnome.Calendar.svg │ │ │ │ │ ├── org.gnome.Camara.svg │ │ │ │ │ ├── org.gnome.CharacterMap.svg │ │ │ │ │ ├── org.gnome.Characters.svg │ │ │ │ │ ├── org.gnome.Chatty.svg │ │ │ │ │ ├── org.gnome.Cheese.svg │ │ │ │ │ ├── org.gnome.Chess.svg │ │ │ │ │ ├── org.gnome.ChromeGnomeShell.svg │ │ │ │ │ ├── org.gnome.Clocks.svg │ │ │ │ │ ├── org.gnome.ColorProfileViewer.svg │ │ │ │ │ ├── org.gnome.ColorViewer.svg │ │ │ │ │ ├── org.gnome.Connections.svg │ │ │ │ │ ├── org.gnome.Contacts.svg │ │ │ │ │ ├── org.gnome.DejaDup.svg │ │ │ │ │ ├── org.gnome.Devhelp.svg │ │ │ │ │ ├── org.gnome.Dictionary.svg │ │ │ │ │ ├── org.gnome.DiskUtility.svg │ │ │ │ │ ├── org.gnome.Documents.svg │ │ │ │ │ ├── org.gnome.EasyTAG.svg │ │ │ │ │ ├── org.gnome.Empathy.svg │ │ │ │ │ ├── org.gnome.Eolie.svg │ │ │ │ │ ├── org.gnome.Epiphany.Devel.svg │ │ │ │ │ ├── org.gnome.Epiphany.svg │ │ │ │ │ ├── org.gnome.Evince-previewer.svg │ │ │ │ │ ├── org.gnome.Evince.svg │ │ │ │ │ ├── org.gnome.Evolution.svg │ │ │ │ │ ├── org.gnome.Extensions.svg │ │ │ │ │ ├── org.gnome.FeedReader.svg │ │ │ │ │ ├── org.gnome.FileRoller.svg │ │ │ │ │ ├── org.gnome.Files.svg │ │ │ │ │ ├── org.gnome.Firmware.svg │ │ │ │ │ ├── org.gnome.Five-or-more.svg │ │ │ │ │ ├── org.gnome.FontManager.svg │ │ │ │ │ ├── org.gnome.FontViewer.svg │ │ │ │ │ ├── org.gnome.Fonts.svg │ │ │ │ │ ├── org.gnome.Four-in-a-row.svg │ │ │ │ │ ├── org.gnome.Fractal.svg │ │ │ │ │ ├── org.gnome.Fragments.svg │ │ │ │ │ ├── org.gnome.GSmartControl.svg │ │ │ │ │ ├── org.gnome.GTG.svg │ │ │ │ │ ├── org.gnome.Games.svg │ │ │ │ │ ├── org.gnome.Geany.svg │ │ │ │ │ ├── org.gnome.Geary.svg │ │ │ │ │ ├── org.gnome.Glade.svg │ │ │ │ │ ├── org.gnome.GnomeSubtitles.svg │ │ │ │ │ ├── org.gnome.Gnote.svg │ │ │ │ │ ├── org.gnome.Gtranslator.svg │ │ │ │ │ ├── org.gnome.Hitori.svg │ │ │ │ │ ├── org.gnome.Iagno.svg │ │ │ │ │ ├── org.gnome.IconPreview.svg │ │ │ │ │ ├── org.gnome.Klotski.svg │ │ │ │ │ ├── org.gnome.LightsOff.svg │ │ │ │ │ ├── org.gnome.Logs.svg │ │ │ │ │ ├── org.gnome.Lollypop.svg │ │ │ │ │ ├── org.gnome.Mahjongg.svg │ │ │ │ │ ├── org.gnome.Maps.svg │ │ │ │ │ ├── org.gnome.Meld.svg │ │ │ │ │ ├── org.gnome.Mines.svg │ │ │ │ │ ├── org.gnome.Mpv.svg │ │ │ │ │ ├── org.gnome.MultiWriter.svg │ │ │ │ │ ├── org.gnome.Music.svg │ │ │ │ │ ├── org.gnome.Nautilus.svg │ │ │ │ │ ├── org.gnome.NetworkDisplays.svg │ │ │ │ │ ├── org.gnome.Nibbles.svg │ │ │ │ │ ├── org.gnome.Notes.svg │ │ │ │ │ ├── org.gnome.PackageUpdater.svg │ │ │ │ │ ├── org.gnome.Packages.svg │ │ │ │ │ ├── org.gnome.PasswordSafe.svg │ │ │ │ │ ├── org.gnome.Photos.svg │ │ │ │ │ ├── org.gnome.Pitivi.svg │ │ │ │ │ ├── org.gnome.Podcasts.svg │ │ │ │ │ ├── org.gnome.Polari.svg │ │ │ │ │ ├── org.gnome.Pomodoro.svg │ │ │ │ │ ├── org.gnome.PowerStats.svg │ │ │ │ │ ├── org.gnome.Quadrapassel.svg │ │ │ │ │ ├── org.gnome.Radio.svg │ │ │ │ │ ├── org.gnome.Reversi.svg │ │ │ │ │ ├── org.gnome.Rhythmbox.svg │ │ │ │ │ ├── org.gnome.Rhythmbox3.svg │ │ │ │ │ ├── org.gnome.Robots.svg │ │ │ │ │ ├── org.gnome.Screenshot.svg │ │ │ │ │ ├── org.gnome.Seahorse.svg │ │ │ │ │ ├── org.gnome.Settings.svg │ │ │ │ │ ├── org.gnome.Shell.Extensions.GSConnect.svg │ │ │ │ │ ├── org.gnome.Shell.Extensions.svg │ │ │ │ │ ├── org.gnome.Shortwave.svg │ │ │ │ │ ├── org.gnome.Shotwell.svg │ │ │ │ │ ├── org.gnome.SimpleScan.svg │ │ │ │ │ ├── org.gnome.Software.Editor.svg │ │ │ │ │ ├── org.gnome.Software.svg │ │ │ │ │ ├── org.gnome.SoundJuicer.svg │ │ │ │ │ ├── org.gnome.SoundRecorder.svg │ │ │ │ │ ├── org.gnome.Sudoku.svg │ │ │ │ │ ├── org.gnome.SwellFoop.svg │ │ │ │ │ ├── org.gnome.Sysprof.svg │ │ │ │ │ ├── org.gnome.Sysprof2.svg │ │ │ │ │ ├── org.gnome.Sysprof3.svg │ │ │ │ │ ├── org.gnome.SystemMonitor.svg │ │ │ │ │ ├── org.gnome.Tali.svg │ │ │ │ │ ├── org.gnome.Taquin.svg │ │ │ │ │ ├── org.gnome.Terminal.svg │ │ │ │ │ ├── org.gnome.Tetravex.svg │ │ │ │ │ ├── org.gnome.TextEditor.svg │ │ │ │ │ ├── org.gnome.Todo.svg │ │ │ │ │ ├── org.gnome.Tomboy.svg │ │ │ │ │ ├── org.gnome.Totem.svg │ │ │ │ │ ├── org.gnome.Tour.svg │ │ │ │ │ ├── org.gnome.Tweaks.svg │ │ │ │ │ ├── org.gnome.TwentyFortyEight.svg │ │ │ │ │ ├── org.gnome.Usage.svg │ │ │ │ │ ├── org.gnome.Weather.Application.svg │ │ │ │ │ ├── org.gnome.Weather.Application.svg} │ │ │ │ │ ├── org.gnome.Weather.svg │ │ │ │ │ ├── org.gnome.World.Highscore.svg │ │ │ │ │ ├── org.gnome.Yelp.svg │ │ │ │ │ ├── org.gnome.almanah.svg │ │ │ │ │ ├── org.gnome.baobab.svg │ │ │ │ │ ├── org.gnome.bijiben.svg │ │ │ │ │ ├── org.gnome.books.svg │ │ │ │ │ ├── org.gnome.builder.svg │ │ │ │ │ ├── org.gnome.calendar.svg │ │ │ │ │ ├── org.gnome.cheese.svg │ │ │ │ │ ├── org.gnome.chess.svg │ │ │ │ │ ├── org.gnome.clocks.svg │ │ │ │ │ ├── org.gnome.dconf-editor.svg │ │ │ │ │ ├── org.gnome.design.AppIconPreview.svg │ │ │ │ │ ├── org.gnome.documents.svg │ │ │ │ │ ├── org.gnome.eog.svg │ │ │ │ │ ├── org.gnome.epiphany.svg │ │ │ │ │ ├── org.gnome.feedreader.svg │ │ │ │ │ ├── org.gnome.files.svg │ │ │ │ │ ├── org.gnome.five-or-more.svg │ │ │ │ │ ├── org.gnome.font-viewer.svg │ │ │ │ │ ├── org.gnome.four-in-a-row.svg │ │ │ │ │ ├── org.gnome.gThumb.svg │ │ │ │ │ ├── org.gnome.games.svg │ │ │ │ │ ├── org.gnome.gbrainy.svg │ │ │ │ │ ├── org.gnome.gedit.svg │ │ │ │ │ ├── org.gnome.gitg.svg │ │ │ │ │ ├── org.gnome.gitlab.YaLTeR.VideoTrimmer.svg │ │ │ │ │ ├── org.gnome.gitlab.somas.Apostrophe.svg │ │ │ │ │ ├── org.gnome.gnome-2048.svg │ │ │ │ │ ├── org.gnome.gnome-latex.svg │ │ │ │ │ ├── org.gnome.gnome-mahjongg.svg │ │ │ │ │ ├── org.gnome.hitori.svg │ │ │ │ │ ├── org.gnome.iagno.svg │ │ │ │ │ ├── org.gnome.lollypop.svg │ │ │ │ │ ├── org.gnome.mahjongg.svg │ │ │ │ │ ├── org.gnome.maps.svg │ │ │ │ │ ├── org.gnome.meld.svg │ │ │ │ │ ├── org.gnome.music.svg │ │ │ │ │ ├── org.gnome.nautilus.svg │ │ │ │ │ ├── org.gnome.photos.svg │ │ │ │ │ ├── org.gnome.powerstats.svg │ │ │ │ │ ├── org.gnome.quadrapassel.svg │ │ │ │ │ ├── org.gnome.seahorse.Application.svg │ │ │ │ │ ├── org.gnome.software.svg │ │ │ │ │ ├── org.gnome.taquin.svg │ │ │ │ │ ├── org.gnome.tetravex.svg │ │ │ │ │ ├── org.gnome.totem.svg │ │ │ │ │ ├── org.gnome.tweak.svg │ │ │ │ │ ├── org.gnome.tweaks.svg │ │ │ │ │ ├── org.gnome.weather.application.svg │ │ │ │ │ ├── org.gnome.weather.svg │ │ │ │ │ ├── org.gnome.web.svg │ │ │ │ │ ├── org.gnome.wolf.Apostrophe.svg │ │ │ │ │ ├── org.gnome.zbrown.KingsCross.svg │ │ │ │ │ ├── org.gnu.emacs.svg │ │ │ │ │ ├── org.gnucash.GnuCash.svg │ │ │ │ │ ├── org.godotengine.Godot.svg │ │ │ │ │ ├── org.goldendict.GoldenDict.svg │ │ │ │ │ ├── org.goldendict.desktop.svg │ │ │ │ │ ├── org.gottcode.FocusWriter.svg │ │ │ │ │ ├── org.gtk.Demo3.svg │ │ │ │ │ ├── org.gtk.Demo4.svg │ │ │ │ │ ├── org.gtk.IconBrowser3.svg │ │ │ │ │ ├── org.gtk.IconBrowser4.svg │ │ │ │ │ ├── org.gtk.PrintEditor4.svg │ │ │ │ │ ├── org.gtk.WidgetFactory3.svg │ │ │ │ │ ├── org.gtk.WidgetFactory4.svg │ │ │ │ │ ├── org.gtkhash.gtkhash.svg │ │ │ │ │ ├── org.guitarix.Guitarix.svg │ │ │ │ │ ├── org.gustavoperedo.VideoDownloader.svg │ │ │ │ │ ├── org.hedgewars.Hedgewars.svg │ │ │ │ │ ├── org.hydrogenmusic.Hydrogen.svg │ │ │ │ │ ├── org.hydrogenmusic.hydrogen.svg │ │ │ │ │ ├── org.inkscape.Inkscape.svg │ │ │ │ │ ├── org.jdownloader.JDownloader.svg │ │ │ │ │ ├── org.joplinapp.joplin.svg │ │ │ │ │ ├── org.kde.ConfigurePrinter.svg │ │ │ │ │ ├── org.kde.Gwenview.svg │ │ │ │ │ ├── org.kde.Help.svg │ │ │ │ │ ├── org.kde.Ikona.svg │ │ │ │ │ ├── org.kde.akregator.svg │ │ │ │ │ ├── org.kde.alligator.svg │ │ │ │ │ ├── org.kde.amarok.svg │ │ │ │ │ ├── org.kde.ark.svg │ │ │ │ │ ├── org.kde.artikulate.svg │ │ │ │ │ ├── org.kde.babe.svg │ │ │ │ │ ├── org.kde.basket.svg │ │ │ │ │ ├── org.kde.blinken.svg │ │ │ │ │ ├── org.kde.blogilo.svg │ │ │ │ │ ├── org.kde.bomber.svg │ │ │ │ │ ├── org.kde.calindori.svg │ │ │ │ │ ├── org.kde.calligraauthor.svg │ │ │ │ │ ├── org.kde.calligragemini.svg │ │ │ │ │ ├── org.kde.calligraplan.svg │ │ │ │ │ ├── org.kde.calligrasheets.svg │ │ │ │ │ ├── org.kde.calligrastage.svg │ │ │ │ │ ├── org.kde.calligrawords.svg │ │ │ │ │ ├── org.kde.digikam.svg │ │ │ │ │ ├── org.kde.discover.svg │ │ │ │ │ ├── org.kde.dolphin.svg │ │ │ │ │ ├── org.kde.dragon.svg │ │ │ │ │ ├── org.kde.dragonplayer.svg │ │ │ │ │ ├── org.kde.drkonqi.svg │ │ │ │ │ ├── org.kde.elisa.svg │ │ │ │ │ ├── org.kde.filelight.svg │ │ │ │ │ ├── org.kde.gcompris.svg │ │ │ │ │ ├── org.kde.gwenview.svg │ │ │ │ │ ├── org.kde.ikona.svg │ │ │ │ │ ├── org.kde.index.svg │ │ │ │ │ ├── org.kde.isoimagewriter.svg │ │ │ │ │ ├── org.kde.juk.svg │ │ │ │ │ ├── org.kde.k3b.svg │ │ │ │ │ ├── org.kde.kaddressbook.svg │ │ │ │ │ ├── org.kde.kalarm.svg │ │ │ │ │ ├── org.kde.kalgebra.svg │ │ │ │ │ ├── org.kde.kalk.svg │ │ │ │ │ ├── org.kde.kamoso.svg │ │ │ │ │ ├── org.kde.kanagram.svg │ │ │ │ │ ├── org.kde.karbon.svg │ │ │ │ │ ├── org.kde.kasts.svg │ │ │ │ │ ├── org.kde.kate.svg │ │ │ │ │ ├── org.kde.katomic.svg │ │ │ │ │ ├── org.kde.kbackup.svg │ │ │ │ │ ├── org.kde.kblocks.svg │ │ │ │ │ ├── org.kde.kcalc.svg │ │ │ │ │ ├── org.kde.kcharselect.svg │ │ │ │ │ ├── org.kde.kclock.svg │ │ │ │ │ ├── org.kde.kcolorchooser.svg │ │ │ │ │ ├── org.kde.kdeconnect.kcm.svg │ │ │ │ │ ├── org.kde.kdeconnect.svg │ │ │ │ │ ├── org.kde.kdenlive.svg │ │ │ │ │ ├── org.kde.kdesearch.svg │ │ │ │ │ ├── org.kde.kdevelop.svg │ │ │ │ │ ├── org.kde.kdf.svg │ │ │ │ │ ├── org.kde.kfourinlines.svg │ │ │ │ │ ├── org.kde.kget.svg │ │ │ │ │ ├── org.kde.kgpg.svg │ │ │ │ │ ├── org.kde.kid3.svg │ │ │ │ │ ├── org.kde.kimtoy.svg │ │ │ │ │ ├── org.kde.kinfocenter.svg │ │ │ │ │ ├── org.kde.kiriki.svg │ │ │ │ │ ├── org.kde.kjots.svg │ │ │ │ │ ├── org.kde.kjumpingcube.svg │ │ │ │ │ ├── org.kde.kleopatra.svg │ │ │ │ │ ├── org.kde.klettres.svg │ │ │ │ │ ├── org.kde.kmag.svg │ │ │ │ │ ├── org.kde.kmahjongg.svg │ │ │ │ │ ├── org.kde.kmail.svg │ │ │ │ │ ├── org.kde.kmail2.svg │ │ │ │ │ ├── org.kde.kmenuedit.svg │ │ │ │ │ ├── org.kde.kmines.svg │ │ │ │ │ ├── org.kde.kmix.svg │ │ │ │ │ ├── org.kde.kmymoney.svg │ │ │ │ │ ├── org.kde.knetattach.svg │ │ │ │ │ ├── org.kde.knetwalk.svg │ │ │ │ │ ├── org.kde.knotes.svg │ │ │ │ │ ├── org.kde.kolourpaint.svg │ │ │ │ │ ├── org.kde.kompare.svg │ │ │ │ │ ├── org.kde.konqueror.svg │ │ │ │ │ ├── org.kde.konsole.svg │ │ │ │ │ ├── org.kde.kontact.svg │ │ │ │ │ ├── org.kde.konversation.svg │ │ │ │ │ ├── org.kde.kopete.svg │ │ │ │ │ ├── org.kde.korganizer.svg │ │ │ │ │ ├── org.kde.kpat.svg │ │ │ │ │ ├── org.kde.krdc.svg │ │ │ │ │ ├── org.kde.krecorder.svg │ │ │ │ │ ├── org.kde.kregexpeditor.svg │ │ │ │ │ ├── org.kde.krename.svg │ │ │ │ │ ├── org.kde.krfb.svg │ │ │ │ │ ├── org.kde.krita.svg │ │ │ │ │ ├── org.kde.kronometer.svg │ │ │ │ │ ├── org.kde.kruler.svg │ │ │ │ │ ├── org.kde.krusader.svg │ │ │ │ │ ├── org.kde.kstars.svg │ │ │ │ │ ├── org.kde.ksudoku.svg │ │ │ │ │ ├── org.kde.ksysguard.svg │ │ │ │ │ ├── org.kde.ksystemlog.svg │ │ │ │ │ ├── org.kde.ktimer.svg │ │ │ │ │ ├── org.kde.ktorrent.svg │ │ │ │ │ ├── org.kde.ktouch.svg │ │ │ │ │ ├── org.kde.ktuberling.svg │ │ │ │ │ ├── org.kde.kwalletmanager5.svg │ │ │ │ │ ├── org.kde.kweather.svg │ │ │ │ │ ├── org.kde.kwrite.svg │ │ │ │ │ ├── org.kde.labplot2.svg │ │ │ │ │ ├── org.kde.lokalize.svg │ │ │ │ │ ├── org.kde.lskat.svg │ │ │ │ │ ├── org.kde.marble.svg │ │ │ │ │ ├── org.kde.mobile.angelfish.svg │ │ │ │ │ ├── org.kde.mobile.calindori.svg │ │ │ │ │ ├── org.kde.okular.svg │ │ │ │ │ ├── org.kde.partitionmanager.svg │ │ │ │ │ ├── org.kde.phone.calindori.svg │ │ │ │ │ ├── org.kde.pix.svg │ │ │ │ │ ├── org.kde.plasma.activitybar.svg │ │ │ │ │ ├── org.kde.plasma.activitypager.svg │ │ │ │ │ ├── org.kde.plasma.audiodeviceswitcher.svg │ │ │ │ │ ├── org.kde.plasma.awesomewidget.svg │ │ │ │ │ ├── org.kde.plasma.bluetooth.svg │ │ │ │ │ ├── org.kde.plasma.calendar.svg │ │ │ │ │ ├── org.kde.plasma.camera.svg │ │ │ │ │ ├── org.kde.plasma.clipboard.svg │ │ │ │ │ ├── org.kde.plasma.colorpicker.svg │ │ │ │ │ ├── org.kde.plasma.date.svg │ │ │ │ │ ├── org.kde.plasma.disks.svg │ │ │ │ │ ├── org.kde.plasma.frame.svg │ │ │ │ │ ├── org.kde.plasma.icontasks.svg │ │ │ │ │ ├── org.kde.plasma.katesessions.svg │ │ │ │ │ ├── org.kde.plasma.kickerdash.svg │ │ │ │ │ ├── org.kde.plasma.konsoleprofiles.svg │ │ │ │ │ ├── org.kde.plasma.mediacontroller.svg │ │ │ │ │ ├── org.kde.plasma.mediacontrollercompact.svg │ │ │ │ │ ├── org.kde.plasma.mediaframe.svg │ │ │ │ │ ├── org.kde.plasma.multimediacontrols.svg │ │ │ │ │ ├── org.kde.plasma.notes.svg │ │ │ │ │ ├── org.kde.plasma.notifications.svg │ │ │ │ │ ├── org.kde.plasma.pager.svg │ │ │ │ │ ├── org.kde.plasma.printmanager.svg │ │ │ │ │ ├── org.kde.plasma.quicklaunch.svg │ │ │ │ │ ├── org.kde.plasma.showActivityManager.svg │ │ │ │ │ ├── org.kde.plasma.showactivitymanager.svg │ │ │ │ │ ├── org.kde.plasma.showdesktop.svg │ │ │ │ │ ├── org.kde.plasma.systemloadviewer.svg │ │ │ │ │ ├── org.kde.plasma.userswitch.svg │ │ │ │ │ ├── org.kde.plasma.userswitcher.svg │ │ │ │ │ ├── org.kde.plasma.uswitcher.svg │ │ │ │ │ ├── org.kde.plasma.weather.svg │ │ │ │ │ ├── org.kde.plasma.webbrowser.svg │ │ │ │ │ ├── org.kde.plasma.win7showdesktop.svg │ │ │ │ │ ├── org.kde.plasmatube.svg │ │ │ │ │ ├── org.kde.resourcesMonitor.svg │ │ │ │ │ ├── org.kde.ring-kde.svg │ │ │ │ │ ├── org.kde.showfoto.svg │ │ │ │ │ ├── org.kde.skanlite.svg │ │ │ │ │ ├── org.kde.skrooge.svg │ │ │ │ │ ├── org.kde.spectacle.svg │ │ │ │ │ ├── org.kde.sweeper.svg │ │ │ │ │ ├── org.kde.thermalMonitor.svg │ │ │ │ │ ├── org.kde.trojita.svg │ │ │ │ │ ├── org.kde.vvave.svg │ │ │ │ │ ├── org.kde.weatherWidget.svg │ │ │ │ │ ├── org.kde.yakuake.svg │ │ │ │ │ ├── org.keepassxc.KeePassXC.svg │ │ │ │ │ ├── org.kitone.subtitleeditor.svg │ │ │ │ │ ├── org.krita.krita.svg │ │ │ │ │ ├── org.ksnip.ksnip.svg │ │ │ │ │ ├── org.leocad.LeoCAD.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-base.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-calc.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-draw.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-impress.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-math.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-startcenter.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-writer.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.base.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.calc.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.draw.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.impress.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.math.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.startcenter.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.writer.svg │ │ │ │ │ ├── org.maui.booth.svg │ │ │ │ │ ├── org.maui.shelf.svg │ │ │ │ │ ├── org.midori_browser.Midori.svg │ │ │ │ │ ├── org.mixxx.Mixxx.svg │ │ │ │ │ ├── org.mozilla.Firefox.svg │ │ │ │ │ ├── org.mozilla.FirefoxBeta.svg │ │ │ │ │ ├── org.mozilla.FirefoxDevEdition.svg │ │ │ │ │ ├── org.mozilla.FirefoxDeveloperEdition.svg │ │ │ │ │ ├── org.mozilla.FirefoxNightly.svg │ │ │ │ │ ├── org.mozilla.FirefoxNightlyWayland.svg │ │ │ │ │ ├── org.mozilla.Thunderbird.svg │ │ │ │ │ ├── org.mozilla.firefox.svg │ │ │ │ │ ├── org.multimc.MultiMC.svg │ │ │ │ │ ├── org.musescore.MuseScore.svg │ │ │ │ │ ├── org.mypaint.MyPaint.svg │ │ │ │ │ ├── org.neovim.nvim.svg │ │ │ │ │ ├── org.nmap.Zenmap.svg │ │ │ │ │ ├── org.nomacs.ImageLounge.svg │ │ │ │ │ ├── org.nongnu.lingot.svg │ │ │ │ │ ├── org.nxos.softwarecenter.svg │ │ │ │ │ ├── org.o20.openpoint.svg │ │ │ │ │ ├── org.o20.svg │ │ │ │ │ ├── org.o20.word.svg │ │ │ │ │ ├── org.octave.Octave.svg │ │ │ │ │ ├── org.octave.Octave_64_64.svg │ │ │ │ │ ├── org.olivevideoeditor.Olive.svg │ │ │ │ │ ├── org.onlyoffice.desktopeditors.svg │ │ │ │ │ ├── org.openshot.OpenShot.svg │ │ │ │ │ ├── org.openstreetmap.josm.svg │ │ │ │ │ ├── org.pantheon.noise.svg │ │ │ │ │ ├── org.phoenicis.playonlinux.svg │ │ │ │ │ ├── org.photoqt.PhotoQt.svg │ │ │ │ │ ├── org.pitivi.Pitivi.svg │ │ │ │ │ ├── org.postmarketos.Megapixels.svg │ │ │ │ │ ├── org.ppsspp.PPSSPP.svg │ │ │ │ │ ├── org.pulseaudio.pavucontrol.svg │ │ │ │ │ ├── org.pwmt.zathura.svg │ │ │ │ │ ├── org.qbittorrent.qBittorrent.svg │ │ │ │ │ ├── org.qt-project.qtcreator.svg │ │ │ │ │ ├── org.quassel_irc.QuasselClient.svg │ │ │ │ │ ├── org.qutebrowser.qutebrowser.svg │ │ │ │ │ ├── org.raspberrypi.rpi-imager.svg │ │ │ │ │ ├── org.remmina.Remmina.svg │ │ │ │ │ ├── org.scintilla.SciTE.svg │ │ │ │ │ ├── org.signal.Signal.svg │ │ │ │ │ ├── org.soundconverter.SoundConverter.svg │ │ │ │ │ ├── org.speedcrunch.SpeedCrunch.svg │ │ │ │ │ ├── org.stellarium.Stellarium.svg │ │ │ │ │ ├── org.strawberrymusicplayer.strawberry.svg │ │ │ │ │ ├── org.supertux.SuperTux-Milestone1.svg │ │ │ │ │ ├── org.supertux.SuperTux.svg │ │ │ │ │ ├── org.supertuxproject.SuperTux.svg │ │ │ │ │ ├── org.synfig.SynfigStudio.svg │ │ │ │ │ ├── org.telegram.desktop.svg │ │ │ │ │ ├── org.texstudio.TeXstudio.svg │ │ │ │ │ ├── org.tlauncher.TLauncher.svg │ │ │ │ │ ├── org.tordini.flavio.Minitube.svg │ │ │ │ │ ├── org.torproject.torbrowser.svg │ │ │ │ │ ├── org.tug.texworks.svg │ │ │ │ │ ├── org.videolan.VLC.svg │ │ │ │ │ ├── org.vim.Vim.svg │ │ │ │ │ ├── org.virt_manager.virt-manager.svg │ │ │ │ │ ├── org.virt_manager.virt-viewer.svg │ │ │ │ │ ├── org.wireshark.Wireshark.svg │ │ │ │ │ ├── org.wireshark.gtk.svg │ │ │ │ │ ├── org.wireshark.qt.svg │ │ │ │ │ ├── org.wxhexeditor.wxHexEditor.svg │ │ │ │ │ ├── org.xfce.Dictionary.svg │ │ │ │ │ ├── org.xfce.Gigolo.svg │ │ │ │ │ ├── org.xfce.PanelProfiles.svg │ │ │ │ │ ├── org.xfce.Parole.svg │ │ │ │ │ ├── org.xfce.ScreenSaver.svg │ │ │ │ │ ├── org.xfce.about.svg │ │ │ │ │ ├── org.xfce.appfinder.svg │ │ │ │ │ ├── org.xfce.catfish.svg │ │ │ │ │ ├── org.xfce.filemanager.svg │ │ │ │ │ ├── org.xfce.genmon.svg │ │ │ │ │ ├── org.xfce.mailreader.svg │ │ │ │ │ ├── org.xfce.mousepad.svg │ │ │ │ │ ├── org.xfce.notification.svg │ │ │ │ │ ├── org.xfce.panel.actions.svg │ │ │ │ │ ├── org.xfce.panel.applicationsmenu.svg │ │ │ │ │ ├── org.xfce.panel.clock.svg │ │ │ │ │ ├── org.xfce.panel.directorymenu.svg │ │ │ │ │ ├── org.xfce.panel.launcher.svg │ │ │ │ │ ├── org.xfce.panel.pager.svg │ │ │ │ │ ├── org.xfce.panel.separator.svg │ │ │ │ │ ├── org.xfce.panel.showdesktop.svg │ │ │ │ │ ├── org.xfce.panel.statustray.svg │ │ │ │ │ ├── org.xfce.panel.svg │ │ │ │ │ ├── org.xfce.panel.tasklist.svg │ │ │ │ │ ├── org.xfce.panel.windowmenu.svg │ │ │ │ │ ├── org.xfce.parole.svg │ │ │ │ │ ├── org.xfce.powermanager.svg │ │ │ │ │ ├── org.xfce.ristretto.svg │ │ │ │ │ ├── org.xfce.screenshooter.svg │ │ │ │ │ ├── org.xfce.session.svg │ │ │ │ │ ├── org.xfce.settings.accessibility.svg │ │ │ │ │ ├── org.xfce.settings.appearance.svg │ │ │ │ │ ├── org.xfce.settings.color.svg │ │ │ │ │ ├── org.xfce.settings.default-applications.svg │ │ │ │ │ ├── org.xfce.settings.display.svg │ │ │ │ │ ├── org.xfce.settings.editor.svg │ │ │ │ │ ├── org.xfce.settings.keyboard.svg │ │ │ │ │ ├── org.xfce.settings.manager.svg │ │ │ │ │ ├── org.xfce.settings.mouse.svg │ │ │ │ │ ├── org.xfce.settings.preferred-applications.svg │ │ │ │ │ ├── org.xfce.taskmanager.svg │ │ │ │ │ ├── org.xfce.terminal-settings.svg │ │ │ │ │ ├── org.xfce.terminal.svg │ │ │ │ │ ├── org.xfce.terminalemulator.svg │ │ │ │ │ ├── org.xfce.thunar.svg │ │ │ │ │ ├── org.xfce.volman.svg │ │ │ │ │ ├── org.xfce.webbrowser.svg │ │ │ │ │ ├── org.xfce.workspaces.svg │ │ │ │ │ ├── org.xfce.xfburn.svg │ │ │ │ │ ├── org.xfce.xfdashboard.svg │ │ │ │ │ ├── org.xfce.xfdesktop.svg │ │ │ │ │ ├── org.xfce.xfmp.svg │ │ │ │ │ ├── org.xfce.xfwm4-tweaks.svg │ │ │ │ │ ├── org.xfce.xfwm4.svg │ │ │ │ │ ├── org.xonotic.Xonotic.svg │ │ │ │ │ ├── org.yorba.geary.svg │ │ │ │ │ ├── org.zealdocs.Zeal.svg │ │ │ │ │ ├── org.zim_wiki.Zim.svg │ │ │ │ │ ├── org.zimwiki.Zim.svg │ │ │ │ │ ├── org.zotero.Zotero.svg │ │ │ │ │ ├── osmo.svg │ │ │ │ │ ├── otd.svg │ │ │ │ │ ├── overgrive.svg │ │ │ │ │ ├── oxygen.svg │ │ │ │ │ ├── p7zip-gui.svg │ │ │ │ │ ├── p7zip.svg │ │ │ │ │ ├── package-manager-icon.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_applications.svg │ │ │ │ │ ├── package_development.svg │ │ │ │ │ ├── package_development_debugger.svg │ │ │ │ │ ├── package_development_tools.svg │ │ │ │ │ ├── package_editors.svg │ │ │ │ │ ├── package_edutainment.svg │ │ │ │ │ ├── package_favorite.svg │ │ │ │ │ ├── package_favourite.svg │ │ │ │ │ ├── package_games.svg │ │ │ │ │ ├── package_games_board.svg │ │ │ │ │ ├── package_games_card.svg │ │ │ │ │ ├── package_graphics.svg │ │ │ │ │ ├── package_graphics_photography.svg │ │ │ │ │ ├── package_graphics_scanning.svg │ │ │ │ │ ├── package_internet_email.svg │ │ │ │ │ ├── package_internet_news-feed-reader.svg │ │ │ │ │ ├── package_internet_newsreader.svg │ │ │ │ │ ├── package_multimedia.svg │ │ │ │ │ ├── package_multimedia_audiomixer.svg │ │ │ │ │ ├── package_multimedia_audioplayer.svg │ │ │ │ │ ├── package_multimedia_jukebox.svg │ │ │ │ │ ├── package_network.svg │ │ │ │ │ ├── package_office_addressbook.svg │ │ │ │ │ ├── package_toys.svg │ │ │ │ │ ├── package_utilities.svg │ │ │ │ │ ├── package_utilities_web.svg │ │ │ │ │ ├── package_wordprocessing.svg │ │ │ │ │ ├── palaura.svg │ │ │ │ │ ├── palimpsest.svg │ │ │ │ │ ├── pamac-manager.svg │ │ │ │ │ ├── pamac-updater.svg │ │ │ │ │ ├── pamac.svg │ │ │ │ │ ├── pan.svg │ │ │ │ │ ├── panel-applets.svg │ │ │ │ │ ├── panel-searchtool.svg │ │ │ │ │ ├── panel.svg │ │ │ │ │ ├── panini.svg │ │ │ │ │ ├── paprefs.svg │ │ │ │ │ ├── parcellite.svg │ │ │ │ │ ├── parole.svg │ │ │ │ │ ├── paromplayer.svg │ │ │ │ │ ├── partitionmanager.svg │ │ │ │ │ ├── partitions.svg │ │ │ │ │ ├── password-manager.svg │ │ │ │ │ ├── password.svg │ │ │ │ │ ├── passwords.svg │ │ │ │ │ ├── passwordsafe.svg │ │ │ │ │ ├── pasystray.svg │ │ │ │ │ ├── pattern-kde.svg │ │ │ │ │ ├── pattern-kde4.svg │ │ │ │ │ ├── pattern-x11.svg │ │ │ │ │ ├── pavucontrol.svg │ │ │ │ │ ├── pcb.svg │ │ │ │ │ ├── pcloud.svg │ │ │ │ │ ├── pcsx-icon.svg │ │ │ │ │ ├── pcsx2.svg │ │ │ │ │ ├── pcsxr-icon.svg │ │ │ │ │ ├── pdf-presenter-console.svg │ │ │ │ │ ├── pdfarranger.svg │ │ │ │ │ ├── pdfmod.svg │ │ │ │ │ ├── pdfshuffler.svg │ │ │ │ │ ├── pdfslicer.svg │ │ │ │ │ ├── pdftag.svg │ │ │ │ │ ├── peazip.svg │ │ │ │ │ ├── persepolis.svg │ │ │ │ │ ├── pgAdmin4.svg │ │ │ │ │ ├── pgadmin.svg │ │ │ │ │ ├── pgadmin3.svg │ │ │ │ │ ├── pgadmin4.svg │ │ │ │ │ ├── phoenicis.svg │ │ │ │ │ ├── phonon-gstreamer.svg │ │ │ │ │ ├── photo.svg │ │ │ │ │ ├── photofiltrelx.svg │ │ │ │ │ ├── photoflare.svg │ │ │ │ │ ├── photolayoutseditor.svg │ │ │ │ │ ├── photoqt.svg │ │ │ │ │ ├── photos.svg │ │ │ │ │ ├── php.svg │ │ │ │ │ ├── phpmyadmin.svg │ │ │ │ │ ├── phpstorm.svg │ │ │ │ │ ├── pick-colour-picker.svg │ │ │ │ │ ├── pidgin-menu.svg │ │ │ │ │ ├── pidgin.svg │ │ │ │ │ ├── pinta.svg │ │ │ │ │ ├── pirut.svg │ │ │ │ │ ├── pithos.svg │ │ │ │ │ ├── pitivi.svg │ │ │ │ │ ├── pix.svg │ │ │ │ │ ├── pk-package-sources.svg │ │ │ │ │ ├── pkgbrowser.svg │ │ │ │ │ ├── plan.svg │ │ │ │ │ ├── planetkde.svg │ │ │ │ │ ├── plank.svg │ │ │ │ │ ├── planner.svg │ │ │ │ │ ├── planwork.svg │ │ │ │ │ ├── plasma-media-center.svg │ │ │ │ │ ├── plasma-mobile-phone.svg │ │ │ │ │ ├── plasma-search.svg │ │ │ │ │ ├── plasma.svg │ │ │ │ │ ├── plasmadiscover.svg │ │ │ │ │ ├── plasmagik.svg │ │ │ │ │ ├── plasmashell.svg │ │ │ │ │ ├── plasmatube.svg │ │ │ │ │ ├── play_2048.svg │ │ │ │ │ ├── playmymusic.svg │ │ │ │ │ ├── playonlinux.svg │ │ │ │ │ ├── playonlinux32.svg │ │ │ │ │ ├── plot2d.svg │ │ │ │ │ ├── plugin-colorfilter.svg │ │ │ │ │ ├── plugin-notification.svg │ │ │ │ │ ├── plugin-wallpaper.svg │ │ │ │ │ ├── plugins-accessibility.svg │ │ │ │ │ ├── plv.svg │ │ │ │ │ ├── plymouth.svg │ │ │ │ │ ├── pnmixer.svg │ │ │ │ │ ├── podcast-amarok.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── polari.svg │ │ │ │ │ ├── pomidor.svg │ │ │ │ │ ├── pomotroid.svg │ │ │ │ │ ├── pop-os-logo-icon.svg │ │ │ │ │ ├── pop-os.svg │ │ │ │ │ ├── pop3.svg │ │ │ │ │ ├── pop_os.svg │ │ │ │ │ ├── popcorn-time.svg │ │ │ │ │ ├── popcorntime-ce.svg │ │ │ │ │ ├── popcorntime-ru.svg │ │ │ │ │ ├── popcorntime.svg │ │ │ │ │ ├── popsicle.svg │ │ │ │ │ ├── porthole.svg │ │ │ │ │ ├── postman.svg │ │ │ │ │ ├── postscript-viewer.svg │ │ │ │ │ ├── ppsspp.svg │ │ │ │ │ ├── preferences-bluetooth.svg │ │ │ │ │ ├── preferences-calendar-and-tasks.svg │ │ │ │ │ ├── preferences-certificates.svg │ │ │ │ │ ├── preferences-color.svg │ │ │ │ │ ├── preferences-composer.svg │ │ │ │ │ ├── preferences-contact-list.svg │ │ │ │ │ ├── preferences-desktop-accessibility-pointing.svg │ │ │ │ │ ├── preferences-desktop-accessibility-zoom.svg │ │ │ │ │ ├── preferences-desktop-accessibility.svg │ │ │ │ │ ├── preferences-desktop-activities.svg │ │ │ │ │ ├── preferences-desktop-applications.svg │ │ │ │ │ ├── preferences-desktop-apps.svg │ │ │ │ │ ├── preferences-desktop-assistive-technology.svg │ │ │ │ │ ├── preferences-desktop-baloo.svg │ │ │ │ │ ├── preferences-desktop-color.svg │ │ │ │ │ ├── preferences-desktop-cryptography.svg │ │ │ │ │ ├── preferences-desktop-cursors.svg │ │ │ │ │ ├── preferences-desktop-default-applications.svg │ │ │ │ │ ├── preferences-desktop-desktop-wallpaper.svg │ │ │ │ │ ├── preferences-desktop-display-color.svg │ │ │ │ │ ├── preferences-desktop-display-nightcolor.svg │ │ │ │ │ ├── preferences-desktop-display.svg │ │ │ │ │ ├── preferences-desktop-effects.svg │ │ │ │ │ ├── preferences-desktop-emoticons.svg │ │ │ │ │ ├── preferences-desktop-filetype-association.svg │ │ │ │ │ ├── preferences-desktop-filter.svg │ │ │ │ │ ├── preferences-desktop-font-installer.svg │ │ │ │ │ ├── preferences-desktop-font.svg │ │ │ │ │ ├── preferences-desktop-gaming.svg │ │ │ │ │ ├── preferences-desktop-gestures-screenedges.svg │ │ │ │ │ ├── preferences-desktop-gestures-touch.svg │ │ │ │ │ ├── preferences-desktop-icons.svg │ │ │ │ │ ├── preferences-desktop-keyboard-shortcuts.svg │ │ │ │ │ ├── preferences-desktop-keyboard.svg │ │ │ │ │ ├── preferences-desktop-launch-feedback.svg │ │ │ │ │ ├── preferences-desktop-locale.svg │ │ │ │ │ ├── preferences-desktop-mouse.svg │ │ │ │ │ ├── preferences-desktop-multimedia.svg │ │ │ │ │ ├── preferences-desktop-navigation.svg │ │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ │ ├── preferences-desktop-notification.svg │ │ │ │ │ ├── preferences-desktop-notifications.svg │ │ │ │ │ ├── preferences-desktop-online-accounts.svg │ │ │ │ │ ├── preferences-desktop-peripherals.svg │ │ │ │ │ ├── preferences-desktop-plasma-theme.svg │ │ │ │ │ ├── preferences-desktop-plasma.svg │ │ │ │ │ ├── preferences-desktop-printer.svg │ │ │ │ │ ├── preferences-desktop-remote-desktop.svg │ │ │ │ │ ├── preferences-desktop-screensaver.svg │ │ │ │ │ ├── preferences-desktop-search.svg │ │ │ │ │ ├── preferences-desktop-sound.svg │ │ │ │ │ ├── preferences-desktop-tablet.svg │ │ │ │ │ ├── preferences-desktop-text-to-speech.svg │ │ │ │ │ ├── preferences-desktop-theme-applications.svg │ │ │ │ │ ├── preferences-desktop-theme-global.svg │ │ │ │ │ ├── preferences-desktop-theme-windowdecorations.svg │ │ │ │ │ ├── preferences-desktop-theme.svg │ │ │ │ │ ├── preferences-desktop-thunderbolt.svg │ │ │ │ │ ├── preferences-desktop-touchpad.svg │ │ │ │ │ ├── preferences-desktop-tweaks.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-desktop-user.svg │ │ │ │ │ ├── preferences-desktop-virtual.svg │ │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ │ ├── preferences-desktop-workspaces.svg │ │ │ │ │ ├── preferences-desktop.svg │ │ │ │ │ ├── preferences-devices-cpu.svg │ │ │ │ │ ├── preferences-devices-drive-optical-check.svg │ │ │ │ │ ├── preferences-devices-printer.svg │ │ │ │ │ ├── preferences-devices-scanner.svg │ │ │ │ │ ├── preferences-devices-tree.svg │ │ │ │ │ ├── preferences-gtk-config.svg │ │ │ │ │ ├── preferences-kde-connect.svg │ │ │ │ │ ├── preferences-log.svg │ │ │ │ │ ├── preferences-mail-accounts.svg │ │ │ │ │ ├── preferences-mail.svg │ │ │ │ │ ├── preferences-other.svg │ │ │ │ │ ├── preferences-plugin.svg │ │ │ │ │ ├── preferences-releasenotes.svg │ │ │ │ │ ├── preferences-remote-desktop.svg │ │ │ │ │ ├── preferences-security-apparmor.svg │ │ │ │ │ ├── preferences-security-firewall.svg │ │ │ │ │ ├── preferences-security-kerberos.svg │ │ │ │ │ ├── preferences-security.svg │ │ │ │ │ ├── preferences-smart-status.svg │ │ │ │ │ ├── preferences-sound.svg │ │ │ │ │ ├── preferences-system-backup.svg │ │ │ │ │ ├── preferences-system-bluetooth-inactive.svg │ │ │ │ │ ├── preferences-system-bluetooth.svg │ │ │ │ │ ├── preferences-system-cron.svg │ │ │ │ │ ├── preferences-system-directory.svg │ │ │ │ │ ├── preferences-system-firewall.svg │ │ │ │ │ ├── preferences-system-hotcorners.svg │ │ │ │ │ ├── preferences-system-linux.svg │ │ │ │ │ ├── preferences-system-login.svg │ │ │ │ │ ├── preferences-system-network-dsl.svg │ │ │ │ │ ├── preferences-system-network-ethernet.svg │ │ │ │ │ ├── preferences-system-network-iscsi.svg │ │ │ │ │ ├── preferences-system-network-ldap.svg │ │ │ │ │ ├── preferences-system-network-nis.svg │ │ │ │ │ ├── preferences-system-network-ntp.svg │ │ │ │ │ ├── preferences-system-network-proxy.svg │ │ │ │ │ ├── preferences-system-network-remote.svg │ │ │ │ │ ├── preferences-system-network-server-boot.svg │ │ │ │ │ ├── preferences-system-network-server-dhcp.svg │ │ │ │ │ ├── preferences-system-network-server-dns.svg │ │ │ │ │ ├── preferences-system-network-server-ftp.svg │ │ │ │ │ ├── preferences-system-network-server-installation.svg │ │ │ │ │ ├── preferences-system-network-server-iscsi.svg │ │ │ │ │ ├── preferences-system-network-server-kerberos.svg │ │ │ │ │ ├── preferences-system-network-server-ldap.svg │ │ │ │ │ ├── preferences-system-network-server-mail.svg │ │ │ │ │ ├── preferences-system-network-server-nis.svg │ │ │ │ │ ├── preferences-system-network-server-share-windows.svg │ │ │ │ │ ├── preferences-system-network-server-share.svg │ │ │ │ │ ├── preferences-system-network-server-slp.svg │ │ │ │ │ ├── preferences-system-network-server-web.svg │ │ │ │ │ ├── preferences-system-network-server.svg │ │ │ │ │ ├── preferences-system-network-share-windows.svg │ │ │ │ │ ├── preferences-system-network-share.svg │ │ │ │ │ ├── preferences-system-network-sharing.svg │ │ │ │ │ ├── preferences-system-network-vpn.svg │ │ │ │ │ ├── preferences-system-network-wakeonlan.svg │ │ │ │ │ ├── preferences-system-network.svg │ │ │ │ │ ├── preferences-system-notifications.svg │ │ │ │ │ ├── preferences-system-parental-controls.svg │ │ │ │ │ ├── preferences-system-performance.svg │ │ │ │ │ ├── preferences-system-power-management.svg │ │ │ │ │ ├── preferences-system-power.svg │ │ │ │ │ ├── preferences-system-privacy-housekeeping.svg │ │ │ │ │ ├── preferences-system-privacy.svg │ │ │ │ │ ├── preferences-system-search.svg │ │ │ │ │ ├── preferences-system-services.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preferences-system-session.svg │ │ │ │ │ ├── preferences-system-sharing.svg │ │ │ │ │ ├── preferences-system-sound.svg │ │ │ │ │ ├── preferences-system-splash.svg │ │ │ │ │ ├── preferences-system-startup.svg │ │ │ │ │ ├── preferences-system-tabbox.svg │ │ │ │ │ ├── preferences-system-time.svg │ │ │ │ │ ├── preferences-system-user-sudo.svg │ │ │ │ │ ├── preferences-system-users.svg │ │ │ │ │ ├── preferences-system-windows-actions.svg │ │ │ │ │ ├── preferences-system-windows-effect-flipswitch.svg │ │ │ │ │ ├── preferences-system-windows-move.svg │ │ │ │ │ ├── preferences-system-windows.svg │ │ │ │ │ ├── preferences-system.svg │ │ │ │ │ ├── preferences-theme.svg │ │ │ │ │ ├── preferences-tweaks-anim.svg │ │ │ │ │ ├── preferences-tweaks-cerbere.svg │ │ │ │ │ ├── preferences-tweaks-shadows.svg │ │ │ │ │ ├── preferences-ubuntu-panel.svg │ │ │ │ │ ├── preferences-virtualization-container.svg │ │ │ │ │ ├── preferences-virtualization-vm-install.svg │ │ │ │ │ ├── preferences-virtualization-vm-migrate.svg │ │ │ │ │ ├── preferences-virtualization-vm-new.svg │ │ │ │ │ ├── preferences-virtualization-vm.svg │ │ │ │ │ ├── preferences-wallpaper.svg │ │ │ │ │ ├── preferences-web-browser-adblock.svg │ │ │ │ │ ├── preferences-web-browser-cache.svg │ │ │ │ │ ├── preferences-web-browser-cookies.svg │ │ │ │ │ ├── preferences-web-browser-identification.svg │ │ │ │ │ ├── preferences-web-browser-shortcuts.svg │ │ │ │ │ ├── preferences-web-browser-ssl.svg │ │ │ │ │ ├── preferences-web-browser-stylesheets.svg │ │ │ │ │ ├── preferences.svg │ │ │ │ │ ├── preferences_system.svg │ │ │ │ │ ├── printer-driver-deepin-cloud-print.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── printer1.svg │ │ │ │ │ ├── printersandfax_q4os_startmenu.svg │ │ │ │ │ ├── printmgr.svg │ │ │ │ │ ├── proxy.svg │ │ │ │ │ ├── psensor.svg │ │ │ │ │ ├── ptask.svg │ │ │ │ │ ├── ptbatcher.svg │ │ │ │ │ ├── pterm.svg │ │ │ │ │ ├── puddletag.svg │ │ │ │ │ ├── pulseeffects.svg │ │ │ │ │ ├── pup.svg │ │ │ │ │ ├── purism-chatty.svg │ │ │ │ │ ├── putty.svg │ │ │ │ │ ├── pycad.svg │ │ │ │ │ ├── pycharm-community.svg │ │ │ │ │ ├── pycharm-education.svg │ │ │ │ │ ├── pycharm-professional.svg │ │ │ │ │ ├── pycharm.svg │ │ │ │ │ ├── pychess.svg │ │ │ │ │ ├── pyneighborhood_48x48.svg │ │ │ │ │ ├── pynvim.svg │ │ │ │ │ ├── python.svg │ │ │ │ │ ├── python2.6.svg │ │ │ │ │ ├── python2.7.svg │ │ │ │ │ ├── python3.0.svg │ │ │ │ │ ├── python3.1.svg │ │ │ │ │ ├── python3.2.svg │ │ │ │ │ ├── python3.3.svg │ │ │ │ │ ├── python3.4.svg │ │ │ │ │ ├── python3.5.svg │ │ │ │ │ ├── q4_findmenu.svg │ │ │ │ │ ├── q4_findweb.svg │ │ │ │ │ ├── q4_netcon.svg │ │ │ │ │ ├── q4os-swprofiler.svg │ │ │ │ │ ├── q4os-updatemgr.svg │ │ │ │ │ ├── q4wine.svg │ │ │ │ │ ├── qalculate-applet.svg │ │ │ │ │ ├── qalculate-gtk.svg │ │ │ │ │ ├── qalculate-kde.svg │ │ │ │ │ ├── qalculate.svg │ │ │ │ │ ├── qalculator.svg │ │ │ │ │ ├── qbittorrent.svg │ │ │ │ │ ├── qdbusviewer-qt4.svg │ │ │ │ │ ├── qdbusviewer-qt5.svg │ │ │ │ │ ├── qdbusviewer-qt6.svg │ │ │ │ │ ├── qdbusviewer.svg │ │ │ │ │ ├── qdbusviewer5.svg │ │ │ │ │ ├── qdbusviewer6.svg │ │ │ │ │ ├── qdirstat.svg │ │ │ │ │ ├── qemu-launcher.svg │ │ │ │ │ ├── qemu-system-aarch64.svg │ │ │ │ │ ├── qemu-system-arm.svg │ │ │ │ │ ├── qemu-system-i386.svg │ │ │ │ │ ├── qemu-system-x86_64-spice.svg │ │ │ │ │ ├── qemu-system-x86_64.svg │ │ │ │ │ ├── qemu.svg │ │ │ │ │ ├── qgit.svg │ │ │ │ │ ├── qgo.svg │ │ │ │ │ ├── qjackctl.svg │ │ │ │ │ ├── qjadeo.svg │ │ │ │ │ ├── qjournalctl.svg │ │ │ │ │ ├── qjoypad.svg │ │ │ │ │ ├── qlandkartegt.svg │ │ │ │ │ ├── qlipper.svg │ │ │ │ │ ├── qmapshack.svg │ │ │ │ │ ├── qmlscene.svg │ │ │ │ │ ├── qopenvpn.svg │ │ │ │ │ ├── qpdfview.svg │ │ │ │ │ ├── qps.svg │ │ │ │ │ ├── qq-music.svg │ │ │ │ │ ├── qq.svg │ │ │ │ │ ├── qqmusic.svg │ │ │ │ │ ├── qshutdown.svg │ │ │ │ │ ├── qspectrumanalyzer.svg │ │ │ │ │ ├── qt-creator.svg │ │ │ │ │ ├── qt-logo.svg │ │ │ │ │ ├── qt.svg │ │ │ │ │ ├── qt4-logo.svg │ │ │ │ │ ├── qt4logo.svg │ │ │ │ │ ├── qt5-logo.svg │ │ │ │ │ ├── qt5ct.svg │ │ │ │ │ ├── qt6-logo.svg │ │ │ │ │ ├── qtassistant.svg │ │ │ │ │ ├── qtconfig-qt4.svg │ │ │ │ │ ├── qtconfig-qt5.svg │ │ │ │ │ ├── qtconfig-qt6.svg │ │ │ │ │ ├── qtconfig.svg │ │ │ │ │ ├── qtcreator.svg │ │ │ │ │ ├── qtcreator_logo_32.svg │ │ │ │ │ ├── qtcreatorubuntu.svg │ │ │ │ │ ├── qtdbusviewer.svg │ │ │ │ │ ├── qtdesigner.svg │ │ │ │ │ ├── qtemu.svg │ │ │ │ │ ├── qterminal.svg │ │ │ │ │ ├── qtlinguist.svg │ │ │ │ │ ├── qtlinguistic.svg │ │ │ │ │ ├── qtlogo.svg │ │ │ │ │ ├── qtoctave.svg │ │ │ │ │ ├── qtractor.svg │ │ │ │ │ ├── qtrans.svg │ │ │ │ │ ├── quadrapassel.svg │ │ │ │ │ ├── quassel.svg │ │ │ │ │ ├── quasselclient.svg │ │ │ │ │ ├── quickDocs.svg │ │ │ │ │ ├── quiterss.svg │ │ │ │ │ ├── quodlibet.svg │ │ │ │ │ ├── qupzilla.svg │ │ │ │ │ ├── qutebrowser.svg │ │ │ │ │ ├── qv4l2.svg │ │ │ │ │ ├── qvidcap.svg │ │ │ │ │ ├── r.svg │ │ │ │ │ ├── rambox-os.svg │ │ │ │ │ ├── rambox.svg │ │ │ │ │ ├── ramboxpro.svg │ │ │ │ │ ├── randr.svg │ │ │ │ │ ├── rbackend.svg │ │ │ │ │ ├── rclock.svg │ │ │ │ │ ├── re.sonny.Tangram.svg │ │ │ │ │ ├── realtimesync.svg │ │ │ │ │ ├── reco.svg │ │ │ │ │ ├── record-desktop.svg │ │ │ │ │ ├── recordmydesktop.svg │ │ │ │ │ ├── red_glasses.svg │ │ │ │ │ ├── redhat-email.svg │ │ │ │ │ ├── redhat-filemanager.svg │ │ │ │ │ ├── redhat-linux.svg │ │ │ │ │ ├── redhat-server_settings.svg │ │ │ │ │ ├── redhat-system_tools.svg │ │ │ │ │ ├── redhat-tools.svg │ │ │ │ │ ├── redhat-web-browser.svg │ │ │ │ │ ├── redhat.svg │ │ │ │ │ ├── redict.svg │ │ │ │ │ ├── redream.svg │ │ │ │ │ ├── redshift-gtk.svg │ │ │ │ │ ├── redshift-icon-256.svg │ │ │ │ │ ├── redshift.svg │ │ │ │ │ ├── redshiftgui.svg │ │ │ │ │ ├── regextester.svg │ │ │ │ │ ├── regexxer.svg │ │ │ │ │ ├── rekonq.svg │ │ │ │ │ ├── reload.svg │ │ │ │ │ ├── remmina.svg │ │ │ │ │ ├── remote-desktop.svg │ │ │ │ │ ├── remote-raspberry.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── resapplet.svg │ │ │ │ │ ├── resolve.svg │ │ │ │ │ ├── rest.getinsomnia.Designer.svg │ │ │ │ │ ├── rest.getinsomnia.Insomnia.svg │ │ │ │ │ ├── rest.insomnia.Designer.svg │ │ │ │ │ ├── rest.insomnia.Insomnia.svg │ │ │ │ │ ├── retext.svg │ │ │ │ │ ├── retux.svg │ │ │ │ │ ├── revelation.svg │ │ │ │ │ ├── rhel.svg │ │ │ │ │ ├── rhythmbox.svg │ │ │ │ │ ├── rider.svg │ │ │ │ │ ├── rimworld.svg │ │ │ │ │ ├── ring-jami.svg │ │ │ │ │ ├── ring-kde.svg │ │ │ │ │ ├── ring.svg │ │ │ │ │ ├── riot-desktop.svg │ │ │ │ │ ├── riot-nightly.svg │ │ │ │ │ ├── riot-web.svg │ │ │ │ │ ├── riot.svg │ │ │ │ │ ├── rip.svg │ │ │ │ │ ├── ripperx.svg │ │ │ │ │ ├── ristretto.svg │ │ │ │ │ ├── robo3t.svg │ │ │ │ │ ├── rosa-imagewriter.svg │ │ │ │ │ ├── rosamp.svg │ │ │ │ │ ├── roxterm-gtk3.svg │ │ │ │ │ ├── roxterm.svg │ │ │ │ │ ├── rpi-imager.svg │ │ │ │ │ ├── rpi.svg │ │ │ │ │ ├── rpmdrake.svg │ │ │ │ │ ├── rrip_gui.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── rssguard.svg │ │ │ │ │ ├── rssnow.svg │ │ │ │ │ ├── rssowl.svg │ │ │ │ │ ├── rstudio.svg │ │ │ │ │ ├── rubymine.svg │ │ │ │ │ ├── rubyripper.svg │ │ │ │ │ ├── rygel.svg │ │ │ │ │ ├── sabaki.svg │ │ │ │ │ ├── safeeyes.svg │ │ │ │ │ ├── sage-notebook.svg │ │ │ │ │ ├── samba.svg │ │ │ │ │ ├── samsung-driver.svg │ │ │ │ │ ├── sc-controller.svg │ │ │ │ │ ├── scanner.svg │ │ │ │ │ ├── scans2pdf.svg │ │ │ │ │ ├── scid.svg │ │ │ │ │ ├── scratch-text-editor.svg │ │ │ │ │ ├── screen-recorder.svg │ │ │ │ │ ├── screengrab.svg │ │ │ │ │ ├── screenie-qt.svg │ │ │ │ │ ├── screenie.svg │ │ │ │ │ ├── screenrecorder.svg │ │ │ │ │ ├── screenruler-icon-32x32.svg │ │ │ │ │ ├── screenruler-icon.svg │ │ │ │ │ ├── screenruler.svg │ │ │ │ │ ├── screensaver.svg │ │ │ │ │ ├── scribus-ng.svg │ │ │ │ │ ├── scribus-trunk.svg │ │ │ │ │ ├── scribus.svg │ │ │ │ │ ├── script-error.svg │ │ │ │ │ ├── scudcloud.svg │ │ │ │ │ ├── seahorse-preferences.svg │ │ │ │ │ ├── seahorse.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── searchmonkey.svg │ │ │ │ │ ├── securecrt.svg │ │ │ │ │ ├── securecrt_64.svg │ │ │ │ │ ├── securefx.svg │ │ │ │ │ ├── security-medium.svg │ │ │ │ │ ├── selene.svg │ │ │ │ │ ├── semantik-d.svg │ │ │ │ │ ├── semn.svg │ │ │ │ │ ├── sense_emu_gui.svg │ │ │ │ │ ├── sequeler.svg │ │ │ │ │ ├── session-properties.svg │ │ │ │ │ ├── setroubleshoot_red_icon.svg │ │ │ │ │ ├── sgt-mines.svg │ │ │ │ │ ├── sh.popcorntime.PopcornTime.svg │ │ │ │ │ ├── share.svg │ │ │ │ │ ├── sheets.svg │ │ │ │ │ ├── shelf.svg │ │ │ │ │ ├── shortcuts.svg │ │ │ │ │ ├── shotwell.svg │ │ │ │ │ ├── show-background.svg │ │ │ │ │ ├── show-desktop.svg │ │ │ │ │ ├── showdown.svg │ │ │ │ │ ├── showfoto.svg │ │ │ │ │ ├── showimage.svg │ │ │ │ │ ├── shredder.svg │ │ │ │ │ ├── shuffler-control.svg │ │ │ │ │ ├── shutter.svg │ │ │ │ │ ├── sigil.svg │ │ │ │ │ ├── signal-desktop-beta.svg │ │ │ │ │ ├── signal-desktop.svg │ │ │ │ │ ├── signal.svg │ │ │ │ │ ├── sigram.svg │ │ │ │ │ ├── silicon-128.svg │ │ │ │ │ ├── silicon-22.svg │ │ │ │ │ ├── silicon-32.svg │ │ │ │ │ ├── silicon-48.svg │ │ │ │ │ ├── silicon-64.svg │ │ │ │ │ ├── simple-ccsm.svg │ │ │ │ │ ├── simple-scan.svg │ │ │ │ │ ├── simplenote.svg │ │ │ │ │ ├── simplescreenrecorder.svg │ │ │ │ │ ├── skanlite.svg │ │ │ │ │ ├── skrooge-black.svg │ │ │ │ │ ├── skrooge-initial.svg │ │ │ │ │ ├── skrooge.svg │ │ │ │ │ ├── skype.svg │ │ │ │ │ ├── skype_protocol.svg │ │ │ │ │ ├── skypeforlinux.svg │ │ │ │ │ ├── slack.svg │ │ │ │ │ ├── sleep.svg │ │ │ │ │ ├── slidewall.svg │ │ │ │ │ ├── slimjet.svg │ │ │ │ │ ├── slingscold.svg │ │ │ │ │ ├── sm.puri.Chatty.svg │ │ │ │ │ ├── smartcode-stremio.svg │ │ │ │ │ ├── smartgit.svg │ │ │ │ │ ├── smartgithg.svg │ │ │ │ │ ├── smplayer.svg │ │ │ │ │ ├── smtube.svg │ │ │ │ │ ├── smuxi-frontend-gnome.svg │ │ │ │ │ ├── smuxi.svg │ │ │ │ │ ├── software-center.svg │ │ │ │ │ ├── software-manager.svg │ │ │ │ │ ├── software-properties-mint.svg │ │ │ │ │ ├── software-properties.svg │ │ │ │ │ ├── software-sources.svg │ │ │ │ │ ├── software-store.svg │ │ │ │ │ ├── software-update-available.svg │ │ │ │ │ ├── software-update-urgent.svg │ │ │ │ │ ├── software.svg │ │ │ │ │ ├── softwarecenter-debian.svg │ │ │ │ │ ├── softwarecenter-ubuntu.svg │ │ │ │ │ ├── softwarecenter.svg │ │ │ │ │ ├── sogou_notify.svg │ │ │ │ │ ├── sogoupinyin.svg │ │ │ │ │ ├── solaar.svg │ │ │ │ │ ├── sonata.svg │ │ │ │ │ ├── sound-juicer.svg │ │ │ │ │ ├── soundconverter-logo.svg │ │ │ │ │ ├── soundconverter.svg │ │ │ │ │ ├── soundkonverter.svg │ │ │ │ │ ├── spacefm.svg │ │ │ │ │ ├── spectacle.svg │ │ │ │ │ ├── speedcrunch.svg │ │ │ │ │ ├── spotify-client.svg │ │ │ │ │ ├── spotify-linux-48x48.svg │ │ │ │ │ ├── spotify-linux-512x512.svg │ │ │ │ │ ├── spotify-web-player.svg │ │ │ │ │ ├── spotify.svg │ │ │ │ │ ├── spotify_A.svg │ │ │ │ │ ├── spotifywebplayer.svg │ │ │ │ │ ├── sqlitebrowser.svg │ │ │ │ │ ├── sqliteman.svg │ │ │ │ │ ├── sqlitestudio.svg │ │ │ │ │ ├── ssh-askpass-gnome.svg │ │ │ │ │ ├── stacer.svg │ │ │ │ │ ├── stage.svg │ │ │ │ │ ├── starcal2.svg │ │ │ │ │ ├── stardict_16x16.svg │ │ │ │ │ ├── stardict_32x32.svg │ │ │ │ │ ├── starred.svg │ │ │ │ │ ├── start-here-archlinux.svg │ │ │ │ │ ├── start-here-debian.svg │ │ │ │ │ ├── start-here-fedora.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── start-here-korora.svg │ │ │ │ │ ├── start-here-linux-mint.svg │ │ │ │ │ ├── start-here-lubuntu.svg │ │ │ │ │ ├── start-here-manjaro.svg │ │ │ │ │ ├── start-here-opensuse.svg │ │ │ │ │ ├── start-here-pop-os.svg │ │ │ │ │ ├── start-here-ubuntu.svg │ │ │ │ │ ├── start-here-xfce.svg │ │ │ │ │ ├── startupmanager.svg │ │ │ │ │ ├── staruml.svg │ │ │ │ │ ├── steam-icon.svg │ │ │ │ │ ├── steam-launcher.svg │ │ │ │ │ ├── steam-native.svg │ │ │ │ │ ├── steam.svg │ │ │ │ │ ├── steam_icon_105600.svg │ │ │ │ │ ├── steam_icon_219740.svg │ │ │ │ │ ├── steam_icon_280680.svg │ │ │ │ │ ├── steam_icon_286160.svg │ │ │ │ │ ├── steam_icon_294100.svg │ │ │ │ │ ├── steam_icon_322330.svg │ │ │ │ │ ├── steam_icon_365670.svg │ │ │ │ │ ├── steam_icon_404790.svg │ │ │ │ │ ├── steam_icon_415890.svg │ │ │ │ │ ├── steamos-logo-icon.svg │ │ │ │ │ ├── steampowered.svg │ │ │ │ │ ├── stellarium.svg │ │ │ │ │ ├── sticky-notes.svg │ │ │ │ │ ├── stock_about.svg │ │ │ │ │ ├── stock_addressbook.svg │ │ │ │ │ ├── stock_alarm.svg │ │ │ │ │ ├── stock_calendar.svg │ │ │ │ │ ├── stock_dialog-info.svg │ │ │ │ │ ├── stock_help-agent.svg │ │ │ │ │ ├── stock_help.svg │ │ │ │ │ ├── stock_insert_note.svg │ │ │ │ │ ├── stock_keyring.svg │ │ │ │ │ ├── stock_mail-compose.svg │ │ │ │ │ ├── stock_new-meeting.svg │ │ │ │ │ ├── stock_news.svg │ │ │ │ │ ├── stock_notes.svg │ │ │ │ │ ├── stock_task.svg │ │ │ │ │ ├── stock_tasks.svg │ │ │ │ │ ├── stock_view-details.svg │ │ │ │ │ ├── stock_xfburn.svg │ │ │ │ │ ├── stoken-gui.svg │ │ │ │ │ ├── strawberry.svg │ │ │ │ │ ├── streamlink-twitch-gui.svg │ │ │ │ │ ├── stremio.svg │ │ │ │ │ ├── strigi.svg │ │ │ │ │ ├── studio.svg │ │ │ │ │ ├── style.svg │ │ │ │ │ ├── stylesheet.svg │ │ │ │ │ ├── sublime-merge.svg │ │ │ │ │ ├── sublime-text-2.svg │ │ │ │ │ ├── sublime-text-3.svg │ │ │ │ │ ├── sublime-text.svg │ │ │ │ │ ├── sublime-text2.svg │ │ │ │ │ ├── sublime.svg │ │ │ │ │ ├── sublime3-text.svg │ │ │ │ │ ├── sublime_merge.svg │ │ │ │ │ ├── sublime_text.svg │ │ │ │ │ ├── sublimemerge.svg │ │ │ │ │ ├── sublimetext.svg │ │ │ │ │ ├── subtitlecomposer.svg │ │ │ │ │ ├── subtitleeditor.svg │ │ │ │ │ ├── sun-java-jdk10.svg │ │ │ │ │ ├── sun-java-jdk5.svg │ │ │ │ │ ├── sun-java-jdk6.svg │ │ │ │ │ ├── sun-java-jdk7.svg │ │ │ │ │ ├── sun-java-jdk8.svg │ │ │ │ │ ├── sun-java-jdk9.svg │ │ │ │ │ ├── sun-java-jre10.svg │ │ │ │ │ ├── sun-java-jre8.svg │ │ │ │ │ ├── sun-java.svg │ │ │ │ │ ├── sun-java32-jdk5.svg │ │ │ │ │ ├── sun-java32-jdk6.svg │ │ │ │ │ ├── sun-java32-jdk7.svg │ │ │ │ │ ├── sun-java32-jdk8.svg │ │ │ │ │ ├── sun-java6.svg │ │ │ │ │ ├── sun-java7.svg │ │ │ │ │ ├── sun-java8.svg │ │ │ │ │ ├── sun-javaws-jdk10.svg │ │ │ │ │ ├── sun-javaws-jdk6.svg │ │ │ │ │ ├── sun-javaws-jdk7.svg │ │ │ │ │ ├── sun-javaws-jdk8.svg │ │ │ │ │ ├── sun-javaws-jdk9.svg │ │ │ │ │ ├── sun-javaws-jre10.svg │ │ │ │ │ ├── sun-javaws-jre8.svg │ │ │ │ │ ├── sun-javaws.svg │ │ │ │ │ ├── sun-javaws32-jdk6.svg │ │ │ │ │ ├── sun-javaws32-jdk7.svg │ │ │ │ │ ├── sun-javaws32-jdk8.svg │ │ │ │ │ ├── sun-jcontrol-jdk10.svg │ │ │ │ │ ├── sun-jcontrol-jdk6.svg │ │ │ │ │ ├── sun-jcontrol-jdk7.svg │ │ │ │ │ ├── sun-jcontrol-jdk8.svg │ │ │ │ │ ├── sun-jcontrol-jdk9.svg │ │ │ │ │ ├── sun-jcontrol-jre10.svg │ │ │ │ │ ├── sun-jcontrol-jre8.svg │ │ │ │ │ ├── sun-jcontrol.svg │ │ │ │ │ ├── sun-jcontrol32-jdk6.svg │ │ │ │ │ ├── sun-jcontrol32-jdk7.svg │ │ │ │ │ ├── sun-jcontrol32-jdk8.svg │ │ │ │ │ ├── sun_java.svg │ │ │ │ │ ├── supertux.svg │ │ │ │ │ ├── supertux2.svg │ │ │ │ │ ├── supertuxkart.svg │ │ │ │ │ ├── supertuxkart_128.svg │ │ │ │ │ ├── susehelpcenter.svg │ │ │ │ │ ├── susers.svg │ │ │ │ │ ├── svgcleaner.svg │ │ │ │ │ ├── swcentre.svg │ │ │ │ │ ├── sweeper.svg │ │ │ │ │ ├── swell-foop.svg │ │ │ │ │ ├── switchuser.svg │ │ │ │ │ ├── sylpheed.svg │ │ │ │ │ ├── synaptic.svg │ │ │ │ │ ├── syncthing-gtk.svg │ │ │ │ │ ├── syncthing.svg │ │ │ │ │ ├── syncthingtray.svg │ │ │ │ │ ├── synfig_icon.svg │ │ │ │ │ ├── syntevo-smartgit.svg │ │ │ │ │ ├── sysprof-icon.svg │ │ │ │ │ ├── sysprof.svg │ │ │ │ │ ├── system-config-authentication.svg │ │ │ │ │ ├── system-config-boot.svg │ │ │ │ │ ├── system-config-date.svg │ │ │ │ │ ├── system-config-display.svg │ │ │ │ │ ├── system-config-displayca.svg │ │ │ │ │ ├── system-config-firewall.svg │ │ │ │ │ ├── system-config-keyboard.svg │ │ │ │ │ ├── system-config-printer.svg │ │ │ │ │ ├── system-config-services.svg │ │ │ │ │ ├── system-config-users.svg │ │ │ │ │ ├── system-error.svg │ │ │ │ │ ├── system-file-manager.svg │ │ │ │ │ ├── system-help.svg │ │ │ │ │ ├── system-hibernate.svg │ │ │ │ │ ├── system-installer.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-log-out.svg │ │ │ │ │ ├── system-monitor.svg │ │ │ │ │ ├── system-os-install.svg │ │ │ │ │ ├── system-os-installer.svg │ │ │ │ │ ├── system-reboot.svg │ │ │ │ │ ├── system-restart.svg │ │ │ │ │ ├── system-run.svg │ │ │ │ │ ├── system-save-session.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-shut-down.svg │ │ │ │ │ ├── system-shutdown.svg │ │ │ │ │ ├── system-software-install.svg │ │ │ │ │ ├── system-software-installer.svg │ │ │ │ │ ├── system-software-update.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-java.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── system-utilities-logviewer.svg │ │ │ │ │ ├── system76-driver.svg │ │ │ │ │ ├── systemback.svg │ │ │ │ │ ├── systemsettings.svg │ │ │ │ │ ├── systemtray.svg │ │ │ │ │ ├── szyszka.svg │ │ │ │ │ ├── tagua.svg │ │ │ │ │ ├── tali.svg │ │ │ │ │ ├── tangram.svg │ │ │ │ │ ├── tauonmb.svg │ │ │ │ │ ├── taxi.svg │ │ │ │ │ ├── tdenetworkmanager.svg │ │ │ │ │ ├── tdescreensaver.svg │ │ │ │ │ ├── tdevelop.svg │ │ │ │ │ ├── tdmconfig.svg │ │ │ │ │ ├── teams-for-linux.svg │ │ │ │ │ ├── teams.svg │ │ │ │ │ ├── teamviewer.svg │ │ │ │ │ ├── telegram-classic.svg │ │ │ │ │ ├── telegram-desktop-bin.svg │ │ │ │ │ ├── telegram-desktop.svg │ │ │ │ │ ├── telegram.svg │ │ │ │ │ ├── telepathy-kde.svg │ │ │ │ │ ├── telepathy.svg │ │ │ │ │ ├── terasology.svg │ │ │ │ │ ├── terminal-tango.svg │ │ │ │ │ ├── terminal.svg │ │ │ │ │ ├── terminator-128.svg │ │ │ │ │ ├── terminator.svg │ │ │ │ │ ├── terminix.svg │ │ │ │ │ ├── terminology.svg │ │ │ │ │ ├── termius-app.svg │ │ │ │ │ ├── termius.svg │ │ │ │ │ ├── terra.svg │ │ │ │ │ ├── terraria.svg │ │ │ │ │ ├── texmaker.svg │ │ │ │ │ ├── texmaker128x128.svg │ │ │ │ │ ├── texstudio.svg │ │ │ │ │ ├── text-editor.svg │ │ │ │ │ ├── textadept.svg │ │ │ │ │ ├── textpieces.svg │ │ │ │ │ ├── theme-config.svg │ │ │ │ │ ├── thermal-monitor.svg │ │ │ │ │ ├── thunar-filemanager.svg │ │ │ │ │ ├── thunar.svg │ │ │ │ │ ├── thunderbird-3.0.svg │ │ │ │ │ ├── thunderbird-beta-bin.svg │ │ │ │ │ ├── thunderbird-beta.svg │ │ │ │ │ ├── thunderbird-bin.svg │ │ │ │ │ ├── thunderbird-branded.svg │ │ │ │ │ ├── thunderbird-early-bird.svg │ │ │ │ │ ├── thunderbird-icon.svg │ │ │ │ │ ├── thunderbird-mozilla-build.svg │ │ │ │ │ ├── thunderbird-nightly.svg │ │ │ │ │ ├── thunderbird-trunk.svg │ │ │ │ │ ├── thunderbird.svg │ │ │ │ │ ├── thunderbolt.svg │ │ │ │ │ ├── tigervnc.svg │ │ │ │ │ ├── tild.svg │ │ │ │ │ ├── tilda.svg │ │ │ │ │ ├── tilix.svg │ │ │ │ │ ├── time-admin.svg │ │ │ │ │ ├── time.svg │ │ │ │ │ ├── timekpr.svg │ │ │ │ │ ├── timeset-gui-icon.svg │ │ │ │ │ ├── timeshift.svg │ │ │ │ │ ├── timevault.svg │ │ │ │ │ ├── tint2.svg │ │ │ │ │ ├── tint2conf.svg │ │ │ │ │ ├── tixati.svg │ │ │ │ │ ├── tkpacman-icon.svg │ │ │ │ │ ├── tkpacman.svg │ │ │ │ │ ├── tlauncher.svg │ │ │ │ │ ├── todoist.svg │ │ │ │ │ ├── tomboy-16.svg │ │ │ │ │ ├── tomboy-32.svg │ │ │ │ │ ├── tomboy-ng.svg │ │ │ │ │ ├── tomboy-note.svg │ │ │ │ │ ├── tomboy-panel.svg │ │ │ │ │ ├── tomboy.svg │ │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tools-wizard.svg │ │ │ │ │ ├── topmenu-applet.svg │ │ │ │ │ ├── tor-browser-en.svg │ │ │ │ │ ├── tor-browser.svg │ │ │ │ │ ├── torbrowser.svg │ │ │ │ │ ├── totem.svg │ │ │ │ │ ├── tracker.svg │ │ │ │ │ ├── transgui-2.svg │ │ │ │ │ ├── transgui.svg │ │ │ │ │ ├── translator.svg │ │ │ │ │ ├── transmission-gtk.svg │ │ │ │ │ ├── transmission-qt.svg │ │ │ │ │ ├── transmission-remote-gtk.svg │ │ │ │ │ ├── transmission-remote-qt.svg │ │ │ │ │ ├── transmission.svg │ │ │ │ │ ├── tremotesf.svg │ │ │ │ │ ├── trojita.svg │ │ │ │ │ ├── truecrypt.svg │ │ │ │ │ ├── tsclient.svg │ │ │ │ │ ├── tutanota-desktop.svg │ │ │ │ │ ├── tuxboot.svg │ │ │ │ │ ├── tuxpaint.svg │ │ │ │ │ ├── tv.kodi.Kodi.svg │ │ │ │ │ ├── tvmaxe.svg │ │ │ │ │ ├── tvtime.svg │ │ │ │ │ ├── twin.svg │ │ │ │ │ ├── twitux.svg │ │ │ │ │ ├── typhoon.svg │ │ │ │ │ ├── typora.svg │ │ │ │ │ ├── uberwriter.svg │ │ │ │ │ ├── ubiquity-kde.svg │ │ │ │ │ ├── ubiquity.svg │ │ │ │ │ ├── ubuntu-cleaner.svg │ │ │ │ │ ├── ubuntu-first-steps.svg │ │ │ │ │ ├── ubuntu-kylin-software-center.svg │ │ │ │ │ ├── ubuntu-logo-icon.svg │ │ │ │ │ ├── ubuntu-mate.svg │ │ │ │ │ ├── ubuntu-online-tour.svg │ │ │ │ │ ├── ubuntu-qtcreator.svg │ │ │ │ │ ├── ubuntu.svg │ │ │ │ │ ├── ubuntuone-client.svg │ │ │ │ │ ├── ubuntuone-installer.svg │ │ │ │ │ ├── ubuntuone.svg │ │ │ │ │ ├── ubuntuoneUP.svg │ │ │ │ │ ├── ubuntusoftware.svg │ │ │ │ │ ├── ufw-frontends.svg │ │ │ │ │ ├── uget-icon.svg │ │ │ │ │ ├── uget.svg │ │ │ │ │ ├── uk.co.ibboard.cawbird.svg │ │ │ │ │ ├── ukui-power-manager.svg │ │ │ │ │ ├── ukui-power-statistics.svg │ │ │ │ │ ├── ulauncher.svg │ │ │ │ │ ├── un-reboot.svg │ │ │ │ │ ├── unetbootin.svg │ │ │ │ │ ├── ungoogled-chromium.svg │ │ │ │ │ ├── unity-color-panel.svg │ │ │ │ │ ├── unity-control-center.svg │ │ │ │ │ ├── unity-datetime-panel.svg │ │ │ │ │ ├── unity-display-panel.svg │ │ │ │ │ ├── unity-editor-beta-icon.svg │ │ │ │ │ ├── unity-editor-icon.svg │ │ │ │ │ ├── unity-lens-photos.svg │ │ │ │ │ ├── unity-mail.svg │ │ │ │ │ ├── unity-power-panel.svg │ │ │ │ │ ├── unity-scope-gdrive.svg │ │ │ │ │ ├── unity-sound-panel.svg │ │ │ │ │ ├── unity-tweak-tool.svg │ │ │ │ │ ├── unity-webapps-amazoncloudreader.svg │ │ │ │ │ ├── unity-webapps-facebook.svg │ │ │ │ │ ├── unity-webapps-gmail.svg │ │ │ │ │ ├── unity-webapps-google-calendar.svg │ │ │ │ │ ├── unity-webapps-hotmail.svg │ │ │ │ │ ├── unity-webapps-lastfm.svg │ │ │ │ │ ├── unity-webapps-outlook.svg │ │ │ │ │ ├── unity-webapps-telegram.svg │ │ │ │ │ ├── unity-webapps-twitter.svg │ │ │ │ │ ├── unity-webapps-yahoo-mail.svg │ │ │ │ │ ├── unity-webapps-yahoo-news.svg │ │ │ │ │ ├── unity-webapps-yahoonews.svg │ │ │ │ │ ├── unity-webapps-youtube.svg │ │ │ │ │ ├── unityhub.svg │ │ │ │ │ ├── uos-installtool.svg │ │ │ │ │ ├── uos-remote-assistance.svg │ │ │ │ │ ├── uos-service-support.svg │ │ │ │ │ ├── uosbrowser-cn.svg │ │ │ │ │ ├── update-manager.svg │ │ │ │ │ ├── update-notifier.svg │ │ │ │ │ ├── update.svg │ │ │ │ │ ├── urxvt.svg │ │ │ │ │ ├── urxvt_48x48.svg │ │ │ │ │ ├── us.zoom.Zoom.svg │ │ │ │ │ ├── usb-creator-gtk.svg │ │ │ │ │ ├── usb-creator-kde.svg │ │ │ │ │ ├── usb-creator.svg │ │ │ │ │ ├── usbimager.svg │ │ │ │ │ ├── user-admin.svg │ │ │ │ │ ├── user-file-manager.svg │ │ │ │ │ ├── user-info.svg │ │ │ │ │ ├── user_auth.svg │ │ │ │ │ ├── user_icon.svg │ │ │ │ │ ├── userdrake.svg │ │ │ │ │ ├── userinfo.svg │ │ │ │ │ ├── users-admin.svg │ │ │ │ │ ├── users.svg │ │ │ │ │ ├── utilities-dictionary.svg │ │ │ │ │ ├── utilities-energy-monitor.svg │ │ │ │ │ ├── utilities-file-archiver.svg │ │ │ │ │ ├── utilities-log-viewer.svg │ │ │ │ │ ├── utilities-notes.svg │ │ │ │ │ ├── utilities-root-terminal.svg │ │ │ │ │ ├── utilities-system-monitor.svg │ │ │ │ │ ├── utilities-terminal-root.svg │ │ │ │ │ ├── utilities-terminal.svg │ │ │ │ │ ├── utilities-terminal_su.svg │ │ │ │ │ ├── utilities-text-editor.svg │ │ │ │ │ ├── utilities-x-terminal.svg │ │ │ │ │ ├── utilities_terminal.svg │ │ │ │ │ ├── uxterm.svg │ │ │ │ │ ├── vala-panel.svg │ │ │ │ │ ├── vala-terminal.svg │ │ │ │ │ ├── variety-slideshow.svg │ │ │ │ │ ├── variety.svg │ │ │ │ │ ├── vbox.svg │ │ │ │ │ ├── vcalendar.svg │ │ │ │ │ ├── veracrypt.svg │ │ │ │ │ ├── veracrypt.xpm.svg │ │ │ │ │ ├── verbiste.svg │ │ │ │ │ ├── viber.svg │ │ │ │ │ ├── vidcutter.svg │ │ │ │ │ ├── video-display.svg │ │ │ │ │ ├── video-player.svg │ │ │ │ │ ├── videoplayer.svg │ │ │ │ │ ├── videotrimmer.svg │ │ │ │ │ ├── vidiot.svg │ │ │ │ │ ├── viewnior.svg │ │ │ │ │ ├── vim-qt.svg │ │ │ │ │ ├── vim.svg │ │ │ │ │ ├── vimlogo.svg │ │ │ │ │ ├── vinagre.svg │ │ │ │ │ ├── virt-manager.svg │ │ │ │ │ ├── virt-viewer.svg │ │ │ │ │ ├── virtual-box.svg │ │ │ │ │ ├── virtualbox-bin.svg │ │ │ │ │ ├── virtualbox-ose.svg │ │ │ │ │ ├── virtualbox.svg │ │ │ │ │ ├── visual-studio-code-insiders.svg │ │ │ │ │ ├── visual-studio-code.svg │ │ │ │ │ ├── visualstudiocode.svg │ │ │ │ │ ├── viva.svg │ │ │ │ │ ├── vivaldi-beta.svg │ │ │ │ │ ├── vivaldi-snapshot.svg │ │ │ │ │ ├── vivaldi-stable.svg │ │ │ │ │ ├── vivaldi.svg │ │ │ │ │ ├── vlc.svg │ │ │ │ │ ├── vmnetcfg.svg │ │ │ │ │ ├── vmplayer.svg │ │ │ │ │ ├── vmware-netcfg.svg │ │ │ │ │ ├── vmware-player.svg │ │ │ │ │ ├── vmware-workstation.svg │ │ │ │ │ ├── vmware.svg │ │ │ │ │ ├── vocal.svg │ │ │ │ │ ├── vokoscreen.svg │ │ │ │ │ ├── vokoscreenNG.svg │ │ │ │ │ ├── volume-knob.svg │ │ │ │ │ ├── vsc.svg │ │ │ │ │ ├── vscode.svg │ │ │ │ │ ├── vscodium.svg │ │ │ │ │ ├── vso.svg │ │ │ │ │ ├── vuescan.svg │ │ │ │ │ ├── vvave.svg │ │ │ │ │ ├── wallpaper.svg │ │ │ │ │ ├── wallstreet-control.svg │ │ │ │ │ ├── waterfox-classic.svg │ │ │ │ │ ├── waterfox-current.svg │ │ │ │ │ ├── waterfox-icon.svg │ │ │ │ │ ├── waterfox.svg │ │ │ │ │ ├── wayland.svg │ │ │ │ │ ├── weather-widget.svg │ │ │ │ │ ├── weather.svg │ │ │ │ │ ├── web-amazon.svg │ │ │ │ │ ├── web-browser-app.svg │ │ │ │ │ ├── web-browser.svg │ │ │ │ │ ├── web-discord.svg │ │ │ │ │ ├── web-facebook.svg │ │ │ │ │ ├── web-fastmail.svg │ │ │ │ │ ├── web-flickr.svg │ │ │ │ │ ├── web-google-calendar.svg │ │ │ │ │ ├── web-google-drive.svg │ │ │ │ │ ├── web-google-fusion-tables.svg │ │ │ │ │ ├── web-google-gmail-offline.svg │ │ │ │ │ ├── web-google-gmail.svg │ │ │ │ │ ├── web-google-maps.svg │ │ │ │ │ ├── web-google-play-music.svg │ │ │ │ │ ├── web-google-youtube.svg │ │ │ │ │ ├── web-hotmail.svg │ │ │ │ │ ├── web-lastfm.svg │ │ │ │ │ ├── web-lastpass.svg │ │ │ │ │ ├── web-onenote.svg │ │ │ │ │ ├── web-outlook.svg │ │ │ │ │ ├── web-spotify.svg │ │ │ │ │ ├── web-telegram.svg │ │ │ │ │ ├── web-twitter.svg │ │ │ │ │ ├── web-whatsapp.svg │ │ │ │ │ ├── web-yahoo.svg │ │ │ │ │ ├── webapp-manager.svg │ │ │ │ │ ├── webbrowser-app.svg │ │ │ │ │ ├── webcord.svg │ │ │ │ │ ├── webide.svg │ │ │ │ │ ├── webstorm.svg │ │ │ │ │ ├── wechat.svg │ │ │ │ │ ├── wewechat.svg │ │ │ │ │ ├── whaawmp.svg │ │ │ │ │ ├── whatsapp-desktop.svg │ │ │ │ │ ├── whatsapp-for-linux.svg │ │ │ │ │ ├── whatsapp-nativefier.svg │ │ │ │ │ ├── whatsapp.svg │ │ │ │ │ ├── whatsappfordesktop.svg │ │ │ │ │ ├── whatsdesk.svg │ │ │ │ │ ├── wicd-gtk.svg │ │ │ │ │ ├── wicd.svg │ │ │ │ │ ├── wifi-radar.svg │ │ │ │ │ ├── window-duplicate.svg │ │ │ │ │ ├── window-manager.svg │ │ │ │ │ ├── window_list.svg │ │ │ │ │ ├── windows.svg │ │ │ │ │ ├── windowshuffler-symbolic.svg │ │ │ │ │ ├── wine-help.svg │ │ │ │ │ ├── wine-mlcad.svg │ │ │ │ │ ├── wine-notepad.svg │ │ │ │ │ ├── wine-uninstaller.svg │ │ │ │ │ ├── wine-winecfg.svg │ │ │ │ │ ├── wine-winefile.svg │ │ │ │ │ ├── wine-winetricks.svg │ │ │ │ │ ├── wine.svg │ │ │ │ │ ├── wine_notepad.svg │ │ │ │ │ ├── winecfg.svg │ │ │ │ │ ├── winefile.svg │ │ │ │ │ ├── winemine.svg │ │ │ │ │ ├── winetricks.svg │ │ │ │ │ ├── wingpanel.svg │ │ │ │ │ ├── winhelp.svg │ │ │ │ │ ├── winusb.svg │ │ │ │ │ ├── winusbgui-icon.svg │ │ │ │ │ ├── winusbgui.svg │ │ │ │ │ ├── wireshark.svg │ │ │ │ │ ├── wiznote.svg │ │ │ │ │ ├── wmail.svg │ │ │ │ │ ├── wmtweaks.svg │ │ │ │ │ ├── woeusbgui-icon.svg │ │ │ │ │ ├── wokoscreen.svg │ │ │ │ │ ├── wordpad.svg │ │ │ │ │ ├── words.svg │ │ │ │ │ ├── wordview.svg │ │ │ │ │ ├── wordview.xpm.svg │ │ │ │ │ ├── workspace-overview.svg │ │ │ │ │ ├── workspace-switcher-left-bottom.svg │ │ │ │ │ ├── workspace-switcher-right-bottom.svg │ │ │ │ │ ├── workspace-switcher-right-top.svg │ │ │ │ │ ├── workspace-switcher-top-left.svg │ │ │ │ │ ├── workspace-switcher.svg │ │ │ │ │ ├── wp.svg │ │ │ │ │ ├── wpa_gui.svg │ │ │ │ │ ├── wps-calc.svg │ │ │ │ │ ├── wps-office-etmain.svg │ │ │ │ │ ├── wps-office-kingsoft.svg │ │ │ │ │ ├── wps-office-wppmain.svg │ │ │ │ │ ├── wps-office-wpsmain.svg │ │ │ │ │ ├── wps-office2019-etmain.svg │ │ │ │ │ ├── wps-office2019-kprometheus.svg │ │ │ │ │ ├── wps-office2019-pdfmain.svg │ │ │ │ │ ├── wps-office2019-wppmain.svg │ │ │ │ │ ├── wps-office2019-wpsmain.svg │ │ │ │ │ ├── wps-pres.svg │ │ │ │ │ ├── wps-word.svg │ │ │ │ │ ├── www-browser.svg │ │ │ │ │ ├── wxHexEditor.svg │ │ │ │ │ ├── wxbanker.svg │ │ │ │ │ ├── wxcas.svg │ │ │ │ │ ├── wxlame.svg │ │ │ │ │ ├── wxmaxima.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-mail.svg │ │ │ │ │ ├── x-office_mail.svg │ │ │ │ │ ├── x-pdf.svg │ │ │ │ │ ├── x-system-software-sources.svg │ │ │ │ │ ├── x-terminal-emulator.svg │ │ │ │ │ ├── x.svg │ │ │ │ │ ├── x11.svg │ │ │ │ │ ├── xame.svg │ │ │ │ │ ├── xapp.svg │ │ │ │ │ ├── xar.svg │ │ │ │ │ ├── xarchiver.svg │ │ │ │ │ ├── xboard.svg │ │ │ │ │ ├── xcalc.svg │ │ │ │ │ ├── xchat-gnome.svg │ │ │ │ │ ├── xchat-mini.svg │ │ │ │ │ ├── xchat.svg │ │ │ │ │ ├── xchess.svg │ │ │ │ │ ├── xchm-48.svg │ │ │ │ │ ├── xchm.svg │ │ │ │ │ ├── xclipboard.svg │ │ │ │ │ ├── xclock.svg │ │ │ │ │ ├── xconsole.svg │ │ │ │ │ ├── xdg-browser-launcher.svg │ │ │ │ │ ├── xdiagnose.svg │ │ │ │ │ ├── xdman.svg │ │ │ │ │ ├── xed.svg │ │ │ │ │ ├── xedit.svg │ │ │ │ │ ├── xemacs.svg │ │ │ │ │ ├── xeyes.svg │ │ │ │ │ ├── xfburn.svg │ │ │ │ │ ├── xfcalendar.svg │ │ │ │ │ ├── xfce-devel.svg │ │ │ │ │ ├── xfce-dict.svg │ │ │ │ │ ├── xfce-edit.svg │ │ │ │ │ ├── xfce-filemanager.svg │ │ │ │ │ ├── xfce-mail.svg │ │ │ │ │ ├── xfce-man.svg │ │ │ │ │ ├── xfce-mount.svg │ │ │ │ │ ├── xfce-mouse.svg │ │ │ │ │ ├── xfce-newmail.svg │ │ │ │ │ ├── xfce-printer.svg │ │ │ │ │ ├── xfce-schedule.svg │ │ │ │ │ ├── xfce-sensors.svg │ │ │ │ │ ├── xfce-sound.svg │ │ │ │ │ ├── xfce-system-info.svg │ │ │ │ │ ├── xfce-system-lock.svg │ │ │ │ │ ├── xfce-system-settings.svg │ │ │ │ │ ├── xfce-terminal.svg │ │ │ │ │ ├── xfce-theme-manager.svg │ │ │ │ │ ├── xfce-ui.svg │ │ │ │ │ ├── xfce-unknown.svg │ │ │ │ │ ├── xfce4-appfinder.svg │ │ │ │ │ ├── xfce4-backdrop.svg │ │ │ │ │ ├── xfce4-battery-plugin.svg │ │ │ │ │ ├── xfce4-calculator-plugin.svg │ │ │ │ │ ├── xfce4-clipman-plugin.svg │ │ │ │ │ ├── xfce4-clock.svg │ │ │ │ │ ├── xfce4-color-settings.svg │ │ │ │ │ ├── xfce4-cpufreq-plugin.svg │ │ │ │ │ ├── xfce4-cpugraph-plugin.svg │ │ │ │ │ ├── xfce4-dict.svg │ │ │ │ │ ├── xfce4-display.svg │ │ │ │ │ ├── xfce4-eyes.svg │ │ │ │ │ ├── xfce4-fsguard-plugin-warning.svg │ │ │ │ │ ├── xfce4-fsguard-plugin.svg │ │ │ │ │ ├── xfce4-indicator-plugin.svg │ │ │ │ │ ├── xfce4-logo.svg │ │ │ │ │ ├── xfce4-mcs-manager.svg │ │ │ │ │ ├── xfce4-menueditor.svg │ │ │ │ │ ├── xfce4-mixer.svg │ │ │ │ │ ├── xfce4-netload-plugin.svg │ │ │ │ │ ├── xfce4-notes-plugin.svg │ │ │ │ │ ├── xfce4-notes.svg │ │ │ │ │ ├── xfce4-notifyd.svg │ │ │ │ │ ├── xfce4-panel-menu.svg │ │ │ │ │ ├── xfce4-panel.svg │ │ │ │ │ ├── xfce4-power-manager-settings.svg │ │ │ │ │ ├── xfce4-pulseaudio-plugin.svg │ │ │ │ │ ├── xfce4-sample-plugin.svg │ │ │ │ │ ├── xfce4-session.svg │ │ │ │ │ ├── xfce4-settings.svg │ │ │ │ │ ├── xfce4-sound.svg │ │ │ │ │ ├── xfce4-splash.svg │ │ │ │ │ ├── xfce4-statusnotifier-plugin.svg │ │ │ │ │ ├── xfce4-stopwatch-plugin.svg │ │ │ │ │ ├── xfce4-system-lock.svg │ │ │ │ │ ├── xfce4-systray.svg │ │ │ │ │ ├── xfce4-taskbar.svg │ │ │ │ │ ├── xfce4-terminal.svg │ │ │ │ │ ├── xfce4-time-out-plugin.svg │ │ │ │ │ ├── xfce4-timer-plugin.svg │ │ │ │ │ ├── xfce4-timer.svg │ │ │ │ │ ├── xfce4-ui.svg │ │ │ │ │ ├── xfce4-weather.svg │ │ │ │ │ ├── xfce4-whiskermenu.svg │ │ │ │ │ ├── xfce4-workspaces.svg │ │ │ │ │ ├── xfce4_xicon.svg │ │ │ │ │ ├── xfce_unknown.svg │ │ │ │ │ ├── xfdashboard.svg │ │ │ │ │ ├── xfmail.svg │ │ │ │ │ ├── xfp.svg │ │ │ │ │ ├── xfpm-ac-adapter.svg │ │ │ │ │ ├── xfpm-suspend.svg │ │ │ │ │ ├── xfsm-hibernate.svg │ │ │ │ │ ├── xfsm-logout.svg │ │ │ │ │ ├── xfsm-reboot.svg │ │ │ │ │ ├── xfsm-shutdown.svg │ │ │ │ │ ├── xfsm-suspend.svg │ │ │ │ │ ├── xfsm-switch-user.svg │ │ │ │ │ ├── xfsm-switch.svg │ │ │ │ │ ├── xfw.svg │ │ │ │ │ ├── xfwm4.svg │ │ │ │ │ ├── ximian-evolution-calendar.svg │ │ │ │ │ ├── ximian-evolution-email.svg │ │ │ │ │ ├── xine.svg │ │ │ │ │ ├── xinput_calibrator.svg │ │ │ │ │ ├── xmag.svg │ │ │ │ │ ├── xmind.svg │ │ │ │ │ ├── xmms.svg │ │ │ │ │ ├── xonotic.svg │ │ │ │ │ ├── xorg.svg │ │ │ │ │ ├── xournal.svg │ │ │ │ │ ├── xournalpp.svg │ │ │ │ │ ├── xpad.svg │ │ │ │ │ ├── xpdf.svg │ │ │ │ │ ├── xpdf9.svg │ │ │ │ │ ├── xplayer.svg │ │ │ │ │ ├── xreader.svg │ │ │ │ │ ├── xsane.svg │ │ │ │ │ ├── xscreensaver.svg │ │ │ │ │ ├── xsensors.svg │ │ │ │ │ ├── xt7-player-mpv.svg │ │ │ │ │ ├── xterm-color.svg │ │ │ │ │ ├── xterm-color_32x32.svg │ │ │ │ │ ├── xterm-color_48x48.svg │ │ │ │ │ ├── xterm.svg │ │ │ │ │ ├── xterm_32x32.svg │ │ │ │ │ ├── xterm_48x48.svg │ │ │ │ │ ├── xterminator.svg │ │ │ │ │ ├── xvidcap.svg │ │ │ │ │ ├── xviewer.svg │ │ │ │ │ ├── yad.svg │ │ │ │ │ ├── yakuake.svg │ │ │ │ │ ├── yandex-browser-beta.svg │ │ │ │ │ ├── yandex-browser.svg │ │ │ │ │ ├── yast-addon-extension.svg │ │ │ │ │ ├── yast-addon.svg │ │ │ │ │ ├── yast-alternatives.svg │ │ │ │ │ ├── yast-apparmor.svg │ │ │ │ │ ├── yast-auth-client.svg │ │ │ │ │ ├── yast-autoyast.svg │ │ │ │ │ ├── yast-bootloader.svg │ │ │ │ │ ├── yast-checkmedia.svg │ │ │ │ │ ├── yast-control-center.svg │ │ │ │ │ ├── yast-create-new-vm.svg │ │ │ │ │ ├── yast-device-tree.svg │ │ │ │ │ ├── yast-dhcp-server.svg │ │ │ │ │ ├── yast-disk.svg │ │ │ │ │ ├── yast-dns-server.svg │ │ │ │ │ ├── yast-docker.svg │ │ │ │ │ ├── yast-dsl.svg │ │ │ │ │ ├── yast-fcoe.svg │ │ │ │ │ ├── yast-firewall.svg │ │ │ │ │ ├── yast-fonts.svg │ │ │ │ │ ├── yast-ftp-server.svg │ │ │ │ │ ├── yast-hardware-group.svg │ │ │ │ │ ├── yast-hardware.svg │ │ │ │ │ ├── yast-high_availability.svg │ │ │ │ │ ├── yast-host.svg │ │ │ │ │ ├── yast-http-server.svg │ │ │ │ │ ├── yast-hwinfo.svg │ │ │ │ │ ├── yast-inetd.svg │ │ │ │ │ ├── yast-installation.svg │ │ │ │ │ ├── yast-instserver.svg │ │ │ │ │ ├── yast-iscsi-client.svg │ │ │ │ │ ├── yast-iscsi-server.svg │ │ │ │ │ ├── yast-journal.svg │ │ │ │ │ ├── yast-kerberos-server.svg │ │ │ │ │ ├── yast-kerberos.svg │ │ │ │ │ ├── yast-kernel.svg │ │ │ │ │ ├── yast-keyboard.svg │ │ │ │ │ ├── yast-lan.svg │ │ │ │ │ ├── yast-language.svg │ │ │ │ │ ├── yast-ldap-kerberos.svg │ │ │ │ │ ├── yast-ldap-server.svg │ │ │ │ │ ├── yast-live-install.svg │ │ │ │ │ ├── yast-mail.svg │ │ │ │ │ ├── yast-messages.svg │ │ │ │ │ ├── yast-misc-group.svg │ │ │ │ │ ├── yast-network-group.svg │ │ │ │ │ ├── yast-network_services.svg │ │ │ │ │ ├── yast-nfs-server.svg │ │ │ │ │ ├── yast-nfs.svg │ │ │ │ │ ├── yast-nis-server.svg │ │ │ │ │ ├── yast-nis.svg │ │ │ │ │ ├── yast-ntp-client.svg │ │ │ │ │ ├── yast-online_update.svg │ │ │ │ │ ├── yast-powertweak.svg │ │ │ │ │ ├── yast-printer.svg │ │ │ │ │ ├── yast-proxy.svg │ │ │ │ │ ├── yast-release-notes.svg │ │ │ │ │ ├── yast-remote.svg │ │ │ │ │ ├── yast-samba-client.svg │ │ │ │ │ ├── yast-samba-server.svg │ │ │ │ │ ├── yast-scanner.svg │ │ │ │ │ ├── yast-security-group.svg │ │ │ │ │ ├── yast-security.svg │ │ │ │ │ ├── yast-services-manager.svg │ │ │ │ │ ├── yast-slp-server.svg │ │ │ │ │ ├── yast-snapper.svg │ │ │ │ │ ├── yast-software-group.svg │ │ │ │ │ ├── yast-software.svg │ │ │ │ │ ├── yast-sound.svg │ │ │ │ │ ├── yast-sudo.svg │ │ │ │ │ ├── yast-support-group.svg │ │ │ │ │ ├── yast-support.svg │ │ │ │ │ ├── yast-sw_single.svg │ │ │ │ │ ├── yast-sw_source.svg │ │ │ │ │ ├── yast-sysconfig.svg │ │ │ │ │ ├── yast-system-group.svg │ │ │ │ │ ├── yast-system.svg │ │ │ │ │ ├── yast-tftp-server.svg │ │ │ │ │ ├── yast-timezone.svg │ │ │ │ │ ├── yast-update-online-configuration.svg │ │ │ │ │ ├── yast-update-online.svg │ │ │ │ │ ├── yast-update.svg │ │ │ │ │ ├── yast-upgrade.svg │ │ │ │ │ ├── yast-users.svg │ │ │ │ │ ├── yast-vendor.svg │ │ │ │ │ ├── yast-vm-group.svg │ │ │ │ │ ├── yast-vm-install.svg │ │ │ │ │ ├── yast-vm-migrate.svg │ │ │ │ │ ├── yast-vpn.svg │ │ │ │ │ ├── yast-wol.svg │ │ │ │ │ ├── yast-x11.svg │ │ │ │ │ ├── yast.svg │ │ │ │ │ ├── yast2.svg │ │ │ │ │ ├── youtube-dl-gui.svg │ │ │ │ │ ├── youtube-dl-gui_48x48.svg │ │ │ │ │ ├── youtube-dl-qt-icon.svg │ │ │ │ │ ├── youtube-dl.svg │ │ │ │ │ ├── youtube-dlg.svg │ │ │ │ │ ├── youtube-music-desktop-app.svg │ │ │ │ │ ├── youtube-music.svg │ │ │ │ │ ├── youtube.svg │ │ │ │ │ ├── youtubedl-gui.svg │ │ │ │ │ ├── yt-dl-gtk.svg │ │ │ │ │ ├── yumex-dnf.svg │ │ │ │ │ ├── yumex.svg │ │ │ │ │ ├── zathura.svg │ │ │ │ │ ├── zeal.svg │ │ │ │ │ ├── zeegaree-lite.svg │ │ │ │ │ ├── zeegaree.svg │ │ │ │ │ ├── zegarek-icon.svg │ │ │ │ │ ├── zeitgeist.svg │ │ │ │ │ ├── zen-icon.svg │ │ │ │ │ ├── zenmap.svg │ │ │ │ │ ├── zeroinstall.svg │ │ │ │ │ ├── zevdocs.svg │ │ │ │ │ ├── zim.svg │ │ │ │ │ ├── znotes.svg │ │ │ │ │ ├── zoom-best-fit.svg │ │ │ │ │ ├── zoom-desktop.svg │ │ │ │ │ ├── zoom-icon.svg │ │ │ │ │ ├── zoom-videocam.svg │ │ │ │ │ └── zotero.svg │ │ │ │ ├── devices │ │ │ │ │ ├── audio-card.svg │ │ │ │ │ ├── audio-headphones.svg │ │ │ │ │ ├── audio-headset.svg │ │ │ │ │ ├── audio-headsets.svg │ │ │ │ │ ├── audio-input-microphone.svg │ │ │ │ │ ├── audio-speakers.svg │ │ │ │ │ ├── battery.svg │ │ │ │ │ ├── blueman-camera.svg │ │ │ │ │ ├── blueman-cellular.svg │ │ │ │ │ ├── blueman-desktop.svg │ │ │ │ │ ├── blueman-device.svg │ │ │ │ │ ├── blueman-handheld.svg │ │ │ │ │ ├── blueman-handsfree.svg │ │ │ │ │ ├── blueman-headset.svg │ │ │ │ │ ├── blueman-keyboard.svg │ │ │ │ │ ├── blueman-laptop.svg │ │ │ │ │ ├── blueman-loudspeaker.svg │ │ │ │ │ ├── blueman-mouse.svg │ │ │ │ │ ├── blueman-pointing.svg │ │ │ │ │ ├── blueman-scanner.svg │ │ │ │ │ ├── blueman-server.svg │ │ │ │ │ ├── blueman-smart-phone.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera-video.svg │ │ │ │ │ ├── camera-web.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── computer-laptop.svg │ │ │ │ │ ├── computer.svg │ │ │ │ │ ├── cpu.svg │ │ │ │ │ ├── display.svg │ │ │ │ │ ├── drive-cdrom.svg │ │ │ │ │ ├── drive-harddisk-ieee1394.svg │ │ │ │ │ ├── drive-harddisk-solidstate.svg │ │ │ │ │ ├── drive-harddisk-system.svg │ │ │ │ │ ├── drive-harddisk-usb.svg │ │ │ │ │ ├── drive-harddisk.svg │ │ │ │ │ ├── drive-multidisk.svg │ │ │ │ │ ├── drive-optical.svg │ │ │ │ │ ├── drive-removable-media-usb-pendrive.svg │ │ │ │ │ ├── drive-removable-media-usb.svg │ │ │ │ │ ├── drive-removable-media.svg │ │ │ │ │ ├── drive-virtual.svg │ │ │ │ │ ├── gnome-dev-battery.svg │ │ │ │ │ ├── gnome-dev-cdrom-audio.svg │ │ │ │ │ ├── gnome-dev-cdrom.svg │ │ │ │ │ ├── gnome-dev-computer.svg │ │ │ │ │ ├── gnome-dev-disc-cdr.svg │ │ │ │ │ ├── gnome-dev-disc-cdrw.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr-plus.svg │ │ │ │ │ ├── gnome-dev-disc-dvdr.svg │ │ │ │ │ ├── gnome-dev-disc-dvdram.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrom.svg │ │ │ │ │ ├── gnome-dev-disc-dvdrw.svg │ │ │ │ │ ├── gnome-dev-dvd.svg │ │ │ │ │ ├── gnome-dev-ethernet.svg │ │ │ │ │ ├── gnome-dev-floppy.svg │ │ │ │ │ ├── gnome-dev-harddisk-1394.svg │ │ │ │ │ ├── gnome-dev-harddisk-usb.svg │ │ │ │ │ ├── gnome-dev-harddisk.svg │ │ │ │ │ ├── gnome-dev-ipod.svg │ │ │ │ │ ├── gnome-dev-keyboard.svg │ │ │ │ │ ├── gnome-dev-media-cf.svg │ │ │ │ │ ├── gnome-dev-media-ms.svg │ │ │ │ │ ├── gnome-dev-media-sdmmc.svg │ │ │ │ │ ├── gnome-dev-media-sm.svg │ │ │ │ │ ├── gnome-dev-mouse-ball.svg │ │ │ │ │ ├── gnome-dev-mouse-optical.svg │ │ │ │ │ ├── gnome-dev-printer-new.svg │ │ │ │ │ ├── gnome-dev-printer.svg │ │ │ │ │ ├── gnome-dev-removable-1394.svg │ │ │ │ │ ├── gnome-dev-removable-usb.svg │ │ │ │ │ ├── gnome-dev-removable.svg │ │ │ │ │ ├── gnome-dev-wavelan.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-phone-manager.svg │ │ │ │ │ ├── input-dialpad.svg │ │ │ │ │ ├── input-gaming.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── joystick.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── keyboard.svg │ │ │ │ │ ├── laptop.svg │ │ │ │ │ ├── media-cdr.svg │ │ │ │ │ ├── media-cdrom-audio.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-cdrw.svg │ │ │ │ │ ├── media-dvd.svg │ │ │ │ │ ├── media-dvdrw.svg │ │ │ │ │ ├── media-flash-memory-stick.svg │ │ │ │ │ ├── media-flash-sd-mmc.svg │ │ │ │ │ ├── media-flash-smart-media.svg │ │ │ │ │ ├── media-flash.svg │ │ │ │ │ ├── media-floppy.svg │ │ │ │ │ ├── media-memory-sd.svg │ │ │ │ │ ├── media-memory.svg │ │ │ │ │ ├── media-optical-audio.svg │ │ │ │ │ ├── media-optical-blu-ray.svg │ │ │ │ │ ├── media-optical-cd-video.svg │ │ │ │ │ ├── media-optical-copy.svg │ │ │ │ │ ├── media-optical-data.svg │ │ │ │ │ ├── media-optical-dvd-video.svg │ │ │ │ │ ├── media-optical-dvd.svg │ │ │ │ │ ├── media-optical-mixed-cd.svg │ │ │ │ │ ├── media-optical-recordable.svg │ │ │ │ │ ├── media-optical-video.svg │ │ │ │ │ ├── media-optical.svg │ │ │ │ │ ├── media-removable.svg │ │ │ │ │ ├── media-tape.svg │ │ │ │ │ ├── modem.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── network-bluetooth.svg │ │ │ │ │ ├── network-card.svg │ │ │ │ │ ├── network-firewall.svg │ │ │ │ │ ├── network-modem.svg │ │ │ │ │ ├── network-server-database.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-vpn.svg │ │ │ │ │ ├── network-wired.svg │ │ │ │ │ ├── network-wireless-hotspot.svg │ │ │ │ │ ├── network-wireless.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── nm-device-wired.svg │ │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ │ ├── pda.svg │ │ │ │ │ ├── phone.svg │ │ │ │ │ ├── printer-network.svg │ │ │ │ │ ├── printer-remote.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── removable-media.svg │ │ │ │ │ ├── scanner.svg │ │ │ │ │ ├── server-database.svg │ │ │ │ │ ├── smartphone.svg │ │ │ │ │ ├── stock_cell-phone.svg │ │ │ │ │ ├── system.svg │ │ │ │ │ ├── tablet.svg │ │ │ │ │ ├── tool-pointer.svg │ │ │ │ │ ├── uninterruptible-power-supply.svg │ │ │ │ │ ├── unity-fallback-mount-helper.svg │ │ │ │ │ ├── video-display.svg │ │ │ │ │ ├── video-television.svg │ │ │ │ │ └── wiimotedev.svg │ │ │ │ ├── mimetypes │ │ │ │ │ ├── 7zip.svg │ │ │ │ │ ├── android-package-archive.svg │ │ │ │ │ ├── application-7zip.svg │ │ │ │ │ ├── application-acad.svg │ │ │ │ │ ├── application-apk.svg │ │ │ │ │ ├── application-archive-blank.svg │ │ │ │ │ ├── application-archive-zip.svg │ │ │ │ │ ├── application-archive.svg │ │ │ │ │ ├── application-atom+xml.svg │ │ │ │ │ ├── application-autocad_dwg.svg │ │ │ │ │ ├── application-certificate.svg │ │ │ │ │ ├── application-clariscad.svg │ │ │ │ │ ├── application-database.svg │ │ │ │ │ ├── application-dicom.svg │ │ │ │ │ ├── application-drawing.svg │ │ │ │ │ ├── application-dwg.svg │ │ │ │ │ ├── application-dxf.svg │ │ │ │ │ ├── application-epub+zip.svg │ │ │ │ │ ├── application-excel.svg │ │ │ │ │ ├── application-font-woff.svg │ │ │ │ │ ├── application-geo+json.svg │ │ │ │ │ ├── application-gml+xml.svg │ │ │ │ │ ├── application-gnunet-directory.svg │ │ │ │ │ ├── application-gpx+xml.svg │ │ │ │ │ ├── application-gpx.svg │ │ │ │ │ ├── application-gzip.svg │ │ │ │ │ ├── application-illustrator.svg │ │ │ │ │ ├── application-images.svg │ │ │ │ │ ├── application-install.svg │ │ │ │ │ ├── application-java.svg │ │ │ │ │ ├── application-javascript.svg │ │ │ │ │ ├── application-json.svg │ │ │ │ │ ├── application-loc+xml.svg │ │ │ │ │ ├── application-mac-binhex40.svg │ │ │ │ │ ├── application-mathml+xml.svg │ │ │ │ │ ├── application-metalink+xml.svg │ │ │ │ │ ├── application-metalink4+xml.svg │ │ │ │ │ ├── application-msexcel.svg │ │ │ │ │ ├── application-msonenote.svg │ │ │ │ │ ├── application-msoutlook.svg │ │ │ │ │ ├── application-mspowerpoint.svg │ │ │ │ │ ├── application-msword-template.svg │ │ │ │ │ ├── application-msword.svg │ │ │ │ │ ├── application-octet-stream.svg │ │ │ │ │ ├── application-ogg.svg │ │ │ │ │ ├── application-owl+xml.svg │ │ │ │ │ ├── application-pdf.svg │ │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ │ ├── application-pgp.svg │ │ │ │ │ ├── application-photoshop.svg │ │ │ │ │ ├── application-pkcs10.svg │ │ │ │ │ ├── application-pkcs12.svg │ │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ │ ├── application-pkcs8.svg │ │ │ │ │ ├── application-pkix-cerl.svg │ │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ │ ├── application-pkix-crl.svg │ │ │ │ │ ├── application-pkix-pkipath.svg │ │ │ │ │ ├── application-postscript.svg │ │ │ │ │ ├── application-ram.svg │ │ │ │ │ ├── application-rdata.svg │ │ │ │ │ ├── application-rdf+xml.svg │ │ │ │ │ ├── application-relaxng.svg │ │ │ │ │ ├── application-rss+xml.svg │ │ │ │ │ ├── application-rss_xml.svg │ │ │ │ │ ├── application-rtf-rtl.svg │ │ │ │ │ ├── application-rtf.svg │ │ │ │ │ ├── application-shorten.svg │ │ │ │ │ ├── application-slf+xml.svg │ │ │ │ │ ├── application-sql.svg │ │ │ │ │ ├── application-sxw.svg │ │ │ │ │ ├── application-tcx+xml.svg │ │ │ │ │ ├── application-text.svg │ │ │ │ │ ├── application-vnd-google-earth-kml.svg │ │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ │ ├── application-vnd.ant.fit.svg │ │ │ │ │ ├── application-vnd.appimage.svg │ │ │ │ │ ├── application-vnd.apple.mpegurl.svg │ │ │ │ │ ├── application-vnd.cups-pdf-banner.svg │ │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ │ ├── application-vnd.fai.igc.svg │ │ │ │ │ ├── application-vnd.flatpak.ref.svg │ │ │ │ │ ├── application-vnd.flatpak.repo.svg │ │ │ │ │ ├── application-vnd.flatpak.svg │ │ │ │ │ ├── application-vnd.geo+json.svg │ │ │ │ │ ├── application-vnd.google-apps.document.svg │ │ │ │ │ ├── application-vnd.google-apps.map.svg │ │ │ │ │ ├── application-vnd.google-apps.spreadsheet.svg │ │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ │ ├── application-vnd.google-earth.kml.svg │ │ │ │ │ ├── application-vnd.google-earth.kmz.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-vnd.insync.link.drive.doc.svg │ │ │ │ │ ├── application-vnd.insync.link.drive.sheet.svg │ │ │ │ │ ├── application-vnd.insync.link.drive.slides.svg │ │ │ │ │ ├── application-vnd.kde.bluedevil-sendfile.svg │ │ │ │ │ ├── application-vnd.kde.fontspackage.svg │ │ │ │ │ ├── application-vnd.kde.kphotoalbum-import.svg │ │ │ │ │ ├── application-vnd.kde.kxmlguirc.svg │ │ │ │ │ ├── application-vnd.kde.okular-archive.svg │ │ │ │ │ ├── application-vnd.ms-access.svg │ │ │ │ │ ├── application-vnd.ms-asf.svg │ │ │ │ │ ├── application-vnd.ms-cab-compressed.svg │ │ │ │ │ ├── application-vnd.ms-database.svg │ │ │ │ │ ├── application-vnd.ms-excel.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.binary.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.sheet.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ │ ├── application-vnd.ms-excel.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-htmlhelp.svg │ │ │ │ │ ├── application-vnd.ms-infopath.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.addin.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroEnabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.presentation.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slide.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.slideshow.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── application-vnd.ms-powerpoint.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-project.svg │ │ │ │ │ ├── application-vnd.ms-publisher.svg │ │ │ │ │ ├── application-vnd.ms-tnef.svg │ │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ │ ├── application-vnd.ms-wpl.svg │ │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ │ ├── application-vnd.nmea.nmea.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.chart.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.database.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-master.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-rtl.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text-web.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── application-vnd.oasis.opendocument.web-template.svg │ │ │ │ │ ├── application-vnd.openofficeorg.extension.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.presentationml.presentation.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.presentationml.slideshow.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.presentationml.template.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── application-vnd.oziexplorer.plt.svg │ │ │ │ │ ├── application-vnd.oziexplorer.rte.svg │ │ │ │ │ ├── application-vnd.oziexplorer.wpt.svg │ │ │ │ │ ├── application-vnd.palm.svg │ │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ │ ├── application-vnd.recordare.musicxml+xml.svg │ │ │ │ │ ├── application-vnd.recordare.musicxml.svg │ │ │ │ │ ├── application-vnd.rn-realmedia.svg │ │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ │ ├── application-vnd.snap.svg │ │ │ │ │ ├── application-vnd.sqlite3.svg │ │ │ │ │ ├── application-vnd.squashfs.svg │ │ │ │ │ ├── application-vnd.stardivision.cal.svg │ │ │ │ │ ├── application-vnd.stardivision.calc.svg │ │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ │ ├── application-vnd.stardivision.mail.svg │ │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.base.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.png.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ │ ├── application-vnd.sun.xml.wordperfect.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer-global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer-rtl.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer-template.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.global.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.png.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── application-vnd.tcpdump.pcap.svg │ │ │ │ │ ├── application-vnd.visio.svg │ │ │ │ │ ├── application-vnd.wordperfect-rtl.svg │ │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ │ ├── application-vnd.xdgapp.svg │ │ │ │ │ ├── application-winhlp.svg │ │ │ │ │ ├── application-wps-office.doc.svg │ │ │ │ │ ├── application-wps-office.docx.svg │ │ │ │ │ ├── application-wps-office.dot.svg │ │ │ │ │ ├── application-wps-office.dotx.svg │ │ │ │ │ ├── application-wps-office.pot.svg │ │ │ │ │ ├── application-wps-office.potx.svg │ │ │ │ │ ├── application-wps-office.ppt.svg │ │ │ │ │ ├── application-wps-office.pptx.svg │ │ │ │ │ ├── application-wps-office.wps.svg │ │ │ │ │ ├── application-wps-office.wpt.svg │ │ │ │ │ ├── application-wps-office.xls.svg │ │ │ │ │ ├── application-wps-office.xlsx.svg │ │ │ │ │ ├── application-wps-office.xlt.svg │ │ │ │ │ ├── application-wps-office.xltx.svg │ │ │ │ │ ├── application-x-5view.svg │ │ │ │ │ ├── application-x-7z-ace.svg │ │ │ │ │ ├── application-x-7z-arj.svg │ │ │ │ │ ├── application-x-7z-compressed-tar.svg │ │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ │ ├── application-x-7zip.svg │ │ │ │ │ ├── application-x-abiword.svg │ │ │ │ │ ├── application-x-acad.svg │ │ │ │ │ ├── application-x-accountwizard-package.svg │ │ │ │ │ ├── application-x-ace.svg │ │ │ │ │ ├── application-x-addon.svg │ │ │ │ │ ├── application-x-amiga-disk-format.svg │ │ │ │ │ ├── application-x-appimage.svg │ │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ │ ├── application-x-applix-spreadsheet.svg │ │ │ │ │ ├── application-x-applix-word.svg │ │ │ │ │ ├── application-x-ar.svg │ │ │ │ │ ├── application-x-arc.svg │ │ │ │ │ ├── application-x-archive.svg │ │ │ │ │ ├── application-x-ardour.svg │ │ │ │ │ ├── application-x-arj.svg │ │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ │ ├── application-x-autocad.svg │ │ │ │ │ ├── application-x-awk.svg │ │ │ │ │ ├── application-x-bin.svg │ │ │ │ │ ├── application-x-bittorrent.svg │ │ │ │ │ ├── application-x-blender.svg │ │ │ │ │ ├── application-x-brasero.svg │ │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── application-x-bzip-compressed.svg │ │ │ │ │ ├── application-x-bzip.svg │ │ │ │ │ ├── application-x-bzpdf.svg │ │ │ │ │ ├── application-x-bzpostscript.svg │ │ │ │ │ ├── application-x-cabri.svg │ │ │ │ │ ├── application-x-ccf-container.svg │ │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ │ ├── application-x-cda.svg │ │ │ │ │ ├── application-x-chm.svg │ │ │ │ │ ├── application-x-class-file.svg │ │ │ │ │ ├── application-x-clementine.svg │ │ │ │ │ ├── application-x-cmakecache.svg │ │ │ │ │ ├── application-x-compress-tar.svg │ │ │ │ │ ├── application-x-compress.svg │ │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ │ ├── application-x-compressed.svg │ │ │ │ │ ├── application-x-core.svg │ │ │ │ │ ├── application-x-cpio.svg │ │ │ │ │ ├── application-x-cue.svg │ │ │ │ │ ├── application-x-deb.svg │ │ │ │ │ ├── application-x-designer.svg │ │ │ │ │ ├── application-x-desktop.svg │ │ │ │ │ ├── application-x-dgn.svg │ │ │ │ │ ├── application-x-dia-diagram.svg │ │ │ │ │ ├── application-x-dlc-container.svg │ │ │ │ │ ├── application-x-drgeo.svg │ │ │ │ │ ├── application-x-dwg.svg │ │ │ │ │ ├── application-x-e-theme.svg │ │ │ │ │ ├── application-x-egon.svg │ │ │ │ │ ├── application-x-etherpeek.svg │ │ │ │ │ ├── application-x-excel.svg │ │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ │ ├── application-x-executable.svg │ │ │ │ │ ├── application-x-extension-eml.svg │ │ │ │ │ ├── application-x-extension-fcstd.svg │ │ │ │ │ ├── application-x-extension-html.svg │ │ │ │ │ ├── application-x-extension-rss.svg │ │ │ │ │ ├── application-x-fictionbook+xml.svg │ │ │ │ │ ├── application-x-firmware.svg │ │ │ │ │ ├── application-x-flash-video.svg │ │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ │ ├── application-x-font-dos.svg │ │ │ │ │ ├── application-x-font-framemaker.svg │ │ │ │ │ ├── application-x-font-libgrx.svg │ │ │ │ │ ├── application-x-font-linux-psf.svg │ │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ │ ├── application-x-font-speedo.svg │ │ │ │ │ ├── application-x-font-sunos-news.svg │ │ │ │ │ ├── application-x-font-tex-tfm.svg │ │ │ │ │ ├── application-x-font-tex.svg │ │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ │ ├── application-x-font-ttx.svg │ │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ │ ├── application-x-font-vfont.svg │ │ │ │ │ ├── application-x-gambas3.svg │ │ │ │ │ ├── application-x-gambasscript.svg │ │ │ │ │ ├── application-x-gambasserverpage.svg │ │ │ │ │ ├── application-x-gameboy-rom.svg │ │ │ │ │ ├── application-x-gamecube-rom.svg │ │ │ │ │ ├── application-x-gba-rom.svg │ │ │ │ │ ├── application-x-gdbm.svg │ │ │ │ │ ├── application-x-generic.svg │ │ │ │ │ ├── application-x-genesis-rom.svg │ │ │ │ │ ├── application-x-gettext-translation.svg │ │ │ │ │ ├── application-x-glabels.svg │ │ │ │ │ ├── application-x-glade.svg │ │ │ │ │ ├── application-x-gnome-theme-package-rtl.svg │ │ │ │ │ ├── application-x-gnome-theme-package.svg │ │ │ │ │ ├── application-x-gnumeric.svg │ │ │ │ │ ├── application-x-gpx+xml.svg │ │ │ │ │ ├── application-x-gpx.svg │ │ │ │ │ ├── application-x-grsync-session.svg │ │ │ │ │ ├── application-x-gtk-builder.svg │ │ │ │ │ ├── application-x-gunmeric.svg │ │ │ │ │ ├── application-x-gz-font-linux-psf.svg │ │ │ │ │ ├── application-x-gzdvi.svg │ │ │ │ │ ├── application-x-gzip.svg │ │ │ │ │ ├── application-x-gzpdf.svg │ │ │ │ │ ├── application-x-gzpostscript.svg │ │ │ │ │ ├── application-x-icq.svg │ │ │ │ │ ├── application-x-iff.svg │ │ │ │ │ ├── application-x-img.svg │ │ │ │ │ ├── application-x-ipod-firmware.svg │ │ │ │ │ ├── application-x-iptrace.svg │ │ │ │ │ ├── application-x-iso.svg │ │ │ │ │ ├── application-x-iso9660-appimage.svg │ │ │ │ │ ├── application-x-it87.svg │ │ │ │ │ ├── application-x-jar.svg │ │ │ │ │ ├── application-x-java-applet.svg │ │ │ │ │ ├── application-x-java-archive.svg │ │ │ │ │ ├── application-x-java.svg │ │ │ │ │ ├── application-x-javascript.svg │ │ │ │ │ ├── application-x-jokosher.svg │ │ │ │ │ ├── application-x-k3b.svg │ │ │ │ │ ├── application-x-kcachegrind.svg │ │ │ │ │ ├── application-x-kcsrc.svg │ │ │ │ │ ├── application-x-kdenlive.svg │ │ │ │ │ ├── application-x-kdenlivetitle.svg │ │ │ │ │ ├── application-x-keepass.svg │ │ │ │ │ ├── application-x-keepass2.svg │ │ │ │ │ ├── application-x-keepassx.svg │ │ │ │ │ ├── application-x-keepassxc.svg │ │ │ │ │ ├── application-x-kexi-connectiondata.svg │ │ │ │ │ ├── application-x-kexiproject-shortcut.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite2.svg │ │ │ │ │ ├── application-x-kexiproject-sqlite3.svg │ │ │ │ │ ├── application-x-kformula.svg │ │ │ │ │ ├── application-x-kgeo.svg │ │ │ │ │ ├── application-x-kgetlist.svg │ │ │ │ │ ├── application-x-khtml-adaptor.svg │ │ │ │ │ ├── application-x-kig.svg │ │ │ │ │ ├── application-x-kmplot.svg │ │ │ │ │ ├── application-x-kns.svg │ │ │ │ │ ├── application-x-kolf.svg │ │ │ │ │ ├── application-x-kommander.svg │ │ │ │ │ ├── application-x-kontour.svg │ │ │ │ │ ├── application-x-kontur.svg │ │ │ │ │ ├── application-x-kopete-emoticons.svg │ │ │ │ │ ├── application-x-kourse.svg │ │ │ │ │ ├── application-x-kover.svg │ │ │ │ │ ├── application-x-kplato.svg │ │ │ │ │ ├── application-x-kpresenter.svg │ │ │ │ │ ├── application-x-krita-assistant.svg │ │ │ │ │ ├── application-x-krita-paintoppresent.svg │ │ │ │ │ ├── application-x-krita.svg │ │ │ │ │ ├── application-x-kseg.svg │ │ │ │ │ ├── application-x-ksysguard.svg │ │ │ │ │ ├── application-x-ktheme.svg │ │ │ │ │ ├── application-x-kudesigner.svg │ │ │ │ │ ├── application-x-kva.svg │ │ │ │ │ ├── application-x-kvs.svg │ │ │ │ │ ├── application-x-kvtml.svg │ │ │ │ │ ├── application-x-kwallet.svg │ │ │ │ │ ├── application-x-kword.svg │ │ │ │ │ ├── application-x-kwordquiz.svg │ │ │ │ │ ├── application-x-labplot2.svg │ │ │ │ │ ├── application-x-lanalyzer.svg │ │ │ │ │ ├── application-x-lha.svg │ │ │ │ │ ├── application-x-lhz.svg │ │ │ │ │ ├── application-x-lmms-project.svg │ │ │ │ │ ├── application-x-lyx.svg │ │ │ │ │ ├── application-x-lz4-compressed-tar.svg │ │ │ │ │ ├── application-x-lzip-compressed-tar.svg │ │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── application-x-lzma.svg │ │ │ │ │ ├── application-x-lzop.svg │ │ │ │ │ ├── application-x-lzpdf.svg │ │ │ │ │ ├── application-x-m4.svg │ │ │ │ │ ├── application-x-macbinary.svg │ │ │ │ │ ├── application-x-maff.svg │ │ │ │ │ ├── application-x-marble.svg │ │ │ │ │ ├── application-x-matroska.svg │ │ │ │ │ ├── application-x-mif.svg │ │ │ │ │ ├── application-x-mimearchive.svg │ │ │ │ │ ├── application-x-mobipocket-ebook.svg │ │ │ │ │ ├── application-x-model.svg │ │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ │ ├── application-x-ms-dos-executable.svg │ │ │ │ │ ├── application-x-ms-shortcut.svg │ │ │ │ │ ├── application-x-ms-wim.svg │ │ │ │ │ ├── application-x-msdownload.svg │ │ │ │ │ ├── application-x-msexcel.svg │ │ │ │ │ ├── application-x-msi.svg │ │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ │ ├── application-x-mswrite.svg │ │ │ │ │ ├── application-x-musescore+xml.svg │ │ │ │ │ ├── application-x-musescore.svg │ │ │ │ │ ├── application-x-n64-rom.svg │ │ │ │ │ ├── application-x-navi-animation.svg │ │ │ │ │ ├── application-x-nes-rom.svg │ │ │ │ │ ├── application-x-netinstobserver.svg │ │ │ │ │ ├── application-x-nettl.svg │ │ │ │ │ ├── application-x-nintendo-ds-rom.svg │ │ │ │ │ ├── application-x-nzb.svg │ │ │ │ │ ├── application-x-object.svg │ │ │ │ │ ├── application-x-ole-storage.svg │ │ │ │ │ ├── application-x-osm+xml.svg │ │ │ │ │ ├── application-x-pak.svg │ │ │ │ │ ├── application-x-partial-download.svg │ │ │ │ │ ├── application-x-patch.svg │ │ │ │ │ ├── application-x-pcapng.svg │ │ │ │ │ ├── application-x-pem-file.svg │ │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ │ ├── application-x-perl.svg │ │ │ │ │ ├── application-x-php.svg │ │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ │ ├── application-x-planner.svg │ │ │ │ │ ├── application-x-plasma.svg │ │ │ │ │ ├── application-x-project.svg │ │ │ │ │ ├── application-x-ptoptimizer-script.svg │ │ │ │ │ ├── application-x-python-bytecode.svg │ │ │ │ │ ├── application-x-qet-element.svg │ │ │ │ │ ├── application-x-qet-project.svg │ │ │ │ │ ├── application-x-qtiplot.svg │ │ │ │ │ ├── application-x-quanta.svg │ │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ │ ├── application-x-r-project.svg │ │ │ │ │ ├── application-x-radcom.svg │ │ │ │ │ ├── application-x-rar.svg │ │ │ │ │ ├── application-x-raw-disk-image-xz-compressed.svg │ │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ │ ├── application-x-rdata.svg │ │ │ │ │ ├── application-x-remote-connection.svg │ │ │ │ │ ├── application-x-riff.svg │ │ │ │ │ ├── application-x-root.svg │ │ │ │ │ ├── application-x-rosegarden-composition.svg │ │ │ │ │ ├── application-x-rpm.svg │ │ │ │ │ ├── application-x-rsdf-container.svg │ │ │ │ │ ├── application-x-ruby.svg │ │ │ │ │ ├── application-x-sami.svg │ │ │ │ │ ├── application-x-scel.svg │ │ │ │ │ ├── application-x-scribus.svg │ │ │ │ │ ├── application-x-shar.svg │ │ │ │ │ ├── application-x-shared-library-la.svg │ │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ │ ├── application-x-shellscript.svg │ │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ │ ├── application-x-siag.svg │ │ │ │ │ ├── application-x-sif.svg │ │ │ │ │ ├── application-x-skg.svg │ │ │ │ │ ├── application-x-skgc.svg │ │ │ │ │ ├── application-x-smb-server.svg │ │ │ │ │ ├── application-x-smb-workgroup.svg │ │ │ │ │ ├── application-x-snoop.svg │ │ │ │ │ ├── application-x-sogouskin.svg │ │ │ │ │ ├── application-x-source-rpm.svg │ │ │ │ │ ├── application-x-spkac+base64.svg │ │ │ │ │ ├── application-x-spkac.svg │ │ │ │ │ ├── application-x-spss-por.svg │ │ │ │ │ ├── application-x-spss-sav.svg │ │ │ │ │ ├── application-x-sqlite2.svg │ │ │ │ │ ├── application-x-sqlite3.svg │ │ │ │ │ ├── application-x-srt.svg │ │ │ │ │ ├── application-x-srtrip.svg │ │ │ │ │ ├── application-x-stuffit.svg │ │ │ │ │ ├── application-x-subrip.svg │ │ │ │ │ ├── application-x-superkaramba.svg │ │ │ │ │ ├── application-x-tar.svg │ │ │ │ │ ├── application-x-tarz.svg │ │ │ │ │ ├── application-x-tektronix-rf5.svg │ │ │ │ │ ├── application-x-tex-gf.svg │ │ │ │ │ ├── application-x-tex-pk.svg │ │ │ │ │ ├── application-x-texgzdvi.svg │ │ │ │ │ ├── application-x-tgif.svg │ │ │ │ │ ├── application-x-theme-rtl.svg │ │ │ │ │ ├── application-x-theme.svg │ │ │ │ │ ├── application-x-trash.svg │ │ │ │ │ ├── application-x-trig.svg │ │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ │ ├── application-x-tuberling.svg │ │ │ │ │ ├── application-x-turtle.svg │ │ │ │ │ ├── application-x-tzo.svg │ │ │ │ │ ├── application-x-uml.svg │ │ │ │ │ ├── application-x-visualnetworks.svg │ │ │ │ │ ├── application-x-vnc.svg │ │ │ │ │ ├── application-x-vnd.akonadi.calendar.event.svg │ │ │ │ │ ├── application-x-vnd.akonadi.calendar.freebusy.svg │ │ │ │ │ ├── application-x-vnd.akonadi.calendar.journal.svg │ │ │ │ │ ├── application-x-vnd.akonadi.calendar.todo.svg │ │ │ │ │ ├── application-x-vnd.akonadi.collection.virtual.svg │ │ │ │ │ ├── application-x-vnd.akonadi.note.svg │ │ │ │ │ ├── application-x-vnd.kde.alarm.active.svg │ │ │ │ │ ├── application-x-vnd.kde.alarm.archived.svg │ │ │ │ │ ├── application-x-vnd.kde.alarm.svg │ │ │ │ │ ├── application-x-vnd.kde.alarm.template.svg │ │ │ │ │ ├── application-x-vnd.kde.contactgroup.svg │ │ │ │ │ ├── application-x-vnd.kde.kplato.svg │ │ │ │ │ ├── application-x-vnd.kde.kplato.work.svg │ │ │ │ │ ├── application-x-vnd.kde.kugar.mixed.svg │ │ │ │ │ ├── application-x-vnd.kde.notes.svg │ │ │ │ │ ├── application-x-vnd.kde.plan.svg │ │ │ │ │ ├── application-x-vnd.kde.plan.work.svg │ │ │ │ │ ├── application-x-webarchive.svg │ │ │ │ │ ├── application-x-wine-extension-cpl.svg │ │ │ │ │ ├── application-x-wine-extension-inf.svg │ │ │ │ │ ├── application-x-wine-extension-ini.svg │ │ │ │ │ ├── application-x-wine-extension-its.svg │ │ │ │ │ ├── application-x-wine-extension-skb.svg │ │ │ │ │ ├── application-x-wine-extension-skp.svg │ │ │ │ │ ├── application-x-wine-extension-vbs.svg │ │ │ │ │ ├── application-x-wmf.svg │ │ │ │ │ ├── application-x-x509-ca-cert.svg │ │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ │ ├── application-x-xbel.svg │ │ │ │ │ ├── application-x-xliff.svg │ │ │ │ │ ├── application-x-xpinstall.svg │ │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ │ ├── application-x-xz-pkg.svg │ │ │ │ │ ├── application-x-xz.svg │ │ │ │ │ ├── application-x-xzpdf.svg │ │ │ │ │ ├── application-x-yaml.svg │ │ │ │ │ ├── application-x-zerosize.svg │ │ │ │ │ ├── application-x-zip-compressed-fb2.svg │ │ │ │ │ ├── application-x-zip.svg │ │ │ │ │ ├── application-x-zoo.svg │ │ │ │ │ ├── application-x.object.svg │ │ │ │ │ ├── application-xhtml+xml.svg │ │ │ │ │ ├── application-xmind.svg │ │ │ │ │ ├── application-xml-dtd.svg │ │ │ │ │ ├── application-xml.svg │ │ │ │ │ ├── application-xsd.svg │ │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ │ ├── application-xspf+xml.svg │ │ │ │ │ ├── application-zip.svg │ │ │ │ │ ├── archive.svg │ │ │ │ │ ├── ascii.svg │ │ │ │ │ ├── audio-aac.svg │ │ │ │ │ ├── audio-ac3.svg │ │ │ │ │ ├── audio-flac.svg │ │ │ │ │ ├── audio-m4a.svg │ │ │ │ │ ├── audio-midi.svg │ │ │ │ │ ├── audio-mp2.svg │ │ │ │ │ ├── audio-mp3.svg │ │ │ │ │ ├── audio-mp4.svg │ │ │ │ │ ├── audio-mpeg.svg │ │ │ │ │ ├── audio-prs.sid.svg │ │ │ │ │ ├── audio-shn.svg │ │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ │ ├── audio-vnd.wave.svg │ │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ │ ├── audio-x-caf.svg │ │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ │ ├── audio-x-flac.svg │ │ │ │ │ ├── audio-x-generic.svg │ │ │ │ │ ├── audio-x-it.svg │ │ │ │ │ ├── audio-x-m4a.svg │ │ │ │ │ ├── audio-x-midi.svg │ │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ │ ├── audio-x-monkeys-audio.svg │ │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ │ ├── audio-x-mp3-playlist.svg │ │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ │ ├── audio-x-mpegurl.svg │ │ │ │ │ ├── audio-x-ms-wax.svg │ │ │ │ │ ├── audio-x-ms-wma.svg │ │ │ │ │ ├── audio-x-ofr.svg │ │ │ │ │ ├── audio-x-playlist.svg │ │ │ │ │ ├── audio-x-pn-realaudio.svg │ │ │ │ │ ├── audio-x-scpls.svg │ │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ │ ├── audio-x-tta.svg │ │ │ │ │ ├── audio-x-vorbis+ogg.svg │ │ │ │ │ ├── audio-x-wav.svg │ │ │ │ │ ├── audio-x-xi.svg │ │ │ │ │ ├── audio-x-xm.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── binary.svg │ │ │ │ │ ├── blank-cd.svg │ │ │ │ │ ├── contents2.svg │ │ │ │ │ ├── deb.svg │ │ │ │ │ ├── divx.svg │ │ │ │ │ ├── document-excel.svg │ │ │ │ │ ├── document-illustrator.svg │ │ │ │ │ ├── document-photoshop.svg │ │ │ │ │ ├── document-powerpoint.svg │ │ │ │ │ ├── document-rtl.svg │ │ │ │ │ ├── document-word.svg │ │ │ │ │ ├── document.svg │ │ │ │ │ ├── drawing-dwg.svg │ │ │ │ │ ├── emblem-package.svg │ │ │ │ │ ├── empty.svg │ │ │ │ │ ├── encrypted.svg │ │ │ │ │ ├── exec.svg │ │ │ │ │ ├── extension.svg │ │ │ │ │ ├── folder_tar.svg │ │ │ │ │ ├── font-collection.svg │ │ │ │ │ ├── font-otf.svg │ │ │ │ │ ├── font-ttf.svg │ │ │ │ │ ├── font-woff.svg │ │ │ │ │ ├── font-x-generic.svg │ │ │ │ │ ├── font.svg │ │ │ │ │ ├── font_bitmap.svg │ │ │ │ │ ├── font_truetype.svg │ │ │ │ │ ├── font_type1.svg │ │ │ │ │ ├── fonts-package.svg │ │ │ │ │ ├── gedit-plugin.svg │ │ │ │ │ ├── gif.svg │ │ │ │ │ ├── gnome-exe-thumbnailer-generic-x.svg │ │ │ │ │ ├── gnome-exe-thumbnailer-generic.svg │ │ │ │ │ ├── gnome-exe-thumbnailer-template.svg │ │ │ │ │ ├── gnome-fs-executable.svg │ │ │ │ │ ├── gnome-fs-regular.svg │ │ │ │ │ ├── gnome-mime-application-atom+xml.svg │ │ │ │ │ ├── gnome-mime-application-javascript.svg │ │ │ │ │ ├── gnome-mime-application-magicpoint.svg │ │ │ │ │ ├── gnome-mime-application-msword.svg │ │ │ │ │ ├── gnome-mime-application-pdf.svg │ │ │ │ │ ├── gnome-mime-application-postscript.svg │ │ │ │ │ ├── gnome-mime-application-rss+xml.svg │ │ │ │ │ ├── gnome-mime-application-rtf.svg │ │ │ │ │ ├── gnome-mime-application-vnd.lotus-1-2-3.svg │ │ │ │ │ ├── gnome-mime-application-vnd.ms-cab-compressed.svg │ │ │ │ │ ├── gnome-mime-application-vnd.ms-excel.svg │ │ │ │ │ ├── gnome-mime-application-vnd.ms-powerpoint.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.graphics.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.image.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.presentation-template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.presentation.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text-template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text-web.svg │ │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text.svg │ │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.svg │ │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.svg │ │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ │ ├── gnome-mime-application-vnd.rn-realmedia-secure.svg │ │ │ │ │ ├── gnome-mime-application-vnd.rn-realmedia-vbr.svg │ │ │ │ │ ├── gnome-mime-application-vnd.rn-realmedia.svg │ │ │ │ │ ├── gnome-mime-application-vnd.scribus.svg │ │ │ │ │ ├── gnome-mime-application-vnd.stardivision.calc.svg │ │ │ │ │ ├── gnome-mime-application-vnd.stardivision.impress.svg │ │ │ │ │ ├── gnome-mime-application-vnd.stardivision.writer.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.calc.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.calc.template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.draw.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.draw.template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.impress.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.impress.template.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.writer.svg │ │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.writer.template.svg │ │ │ │ │ ├── gnome-mime-application-wordperfect.svg │ │ │ │ │ ├── gnome-mime-application-x-7z-compressed.svg │ │ │ │ │ ├── gnome-mime-application-x-7zip.svg │ │ │ │ │ ├── gnome-mime-application-x-abiword.svg │ │ │ │ │ ├── gnome-mime-application-x-ace.svg │ │ │ │ │ ├── gnome-mime-application-x-applix-spreadsheet.svg │ │ │ │ │ ├── gnome-mime-application-x-applix-word.svg │ │ │ │ │ ├── gnome-mime-application-x-archive.svg │ │ │ │ │ ├── gnome-mime-application-x-arj.svg │ │ │ │ │ ├── gnome-mime-application-x-bittorrent.svg │ │ │ │ │ ├── gnome-mime-application-x-bzip-compressed-tar.svg │ │ │ │ │ ├── gnome-mime-application-x-bzip-compressed.svg │ │ │ │ │ ├── gnome-mime-application-x-bzip.svg │ │ │ │ │ ├── gnome-mime-application-x-class-file.svg │ │ │ │ │ ├── gnome-mime-application-x-compress.svg │ │ │ │ │ ├── gnome-mime-application-x-compressed-tar.svg │ │ │ │ │ ├── gnome-mime-application-x-cpio-compress.svg │ │ │ │ │ ├── gnome-mime-application-x-cpio-compressed.svg │ │ │ │ │ ├── gnome-mime-application-x-cpio.svg │ │ │ │ │ ├── gnome-mime-application-x-deb.svg │ │ │ │ │ ├── gnome-mime-application-x-designer.svg │ │ │ │ │ ├── gnome-mime-application-x-desktop.svg │ │ │ │ │ ├── gnome-mime-application-x-dvi.svg │ │ │ │ │ ├── gnome-mime-application-x-executable.svg │ │ │ │ │ ├── gnome-mime-application-x-font-afm.svg │ │ │ │ │ ├── gnome-mime-application-x-font-bdf.svg │ │ │ │ │ ├── gnome-mime-application-x-font-linux-psf.svg │ │ │ │ │ ├── gnome-mime-application-x-font-pcf.svg │ │ │ │ │ ├── gnome-mime-application-x-font-sunos-news.svg │ │ │ │ │ ├── gnome-mime-application-x-font-ttf.svg │ │ │ │ │ ├── gnome-mime-application-x-glade.svg │ │ │ │ │ ├── gnome-mime-application-x-gnome-app-info.svg │ │ │ │ │ ├── gnome-mime-application-x-gnome-theme-package.svg │ │ │ │ │ ├── gnome-mime-application-x-gnumeric.svg │ │ │ │ │ ├── gnome-mime-application-x-gzip.svg │ │ │ │ │ ├── gnome-mime-application-x-gzpostscript.svg │ │ │ │ │ ├── gnome-mime-application-x-jar.svg │ │ │ │ │ ├── gnome-mime-application-x-java-archive.svg │ │ │ │ │ ├── gnome-mime-application-x-java.svg │ │ │ │ │ ├── gnome-mime-application-x-javascript.svg │ │ │ │ │ ├── gnome-mime-application-x-killustrator.svg │ │ │ │ │ ├── gnome-mime-application-x-kpresenter.svg │ │ │ │ │ ├── gnome-mime-application-x-kspread.svg │ │ │ │ │ ├── gnome-mime-application-x-kword.svg │ │ │ │ │ ├── gnome-mime-application-x-lha.svg │ │ │ │ │ ├── gnome-mime-application-x-lhz.svg │ │ │ │ │ ├── gnome-mime-application-x-lzma-compressed-tar.svg │ │ │ │ │ ├── gnome-mime-application-x-lzop.svg │ │ │ │ │ ├── gnome-mime-application-x-ms-dos-executable.svg │ │ │ │ │ ├── gnome-mime-application-x-nero-disc-image.svg │ │ │ │ │ ├── gnome-mime-application-x-nero-linux-compilation.svg │ │ │ │ │ ├── gnome-mime-application-x-perl.svg │ │ │ │ │ ├── gnome-mime-application-x-php.svg │ │ │ │ │ ├── gnome-mime-application-x-python-bytecode.svg │ │ │ │ │ ├── gnome-mime-application-x-rar.svg │ │ │ │ │ ├── gnome-mime-application-x-remote-connection.svg │ │ │ │ │ ├── gnome-mime-application-x-rpm.svg │ │ │ │ │ ├── gnome-mime-application-x-ruby.svg │ │ │ │ │ ├── gnome-mime-application-x-scribus.svg │ │ │ │ │ ├── gnome-mime-application-x-shellscript.svg │ │ │ │ │ ├── gnome-mime-application-x-shockwave-flash.svg │ │ │ │ │ ├── gnome-mime-application-x-stuffit.svg │ │ │ │ │ ├── gnome-mime-application-x-tar.svg │ │ │ │ │ ├── gnome-mime-application-x-tarz.svg │ │ │ │ │ ├── gnome-mime-application-x-tex.svg │ │ │ │ │ ├── gnome-mime-application-x-theme.svg │ │ │ │ │ ├── gnome-mime-application-x-vnc.svg │ │ │ │ │ ├── gnome-mime-application-x-zip.svg │ │ │ │ │ ├── gnome-mime-application-x-zoo.svg │ │ │ │ │ ├── gnome-mime-application-xhtml+xml.svg │ │ │ │ │ ├── gnome-mime-application-xml.svg │ │ │ │ │ ├── gnome-mime-application-zip.svg │ │ │ │ │ ├── gnome-mime-audio.svg │ │ │ │ │ ├── gnome-mime-image-jpeg.svg │ │ │ │ │ ├── gnome-mime-image-x-cmu-raster.svg │ │ │ │ │ ├── gnome-mime-image-x-killustrator.svg │ │ │ │ │ ├── gnome-mime-image-x-xpixmap.svg │ │ │ │ │ ├── gnome-mime-image.svg │ │ │ │ │ ├── gnome-mime-text-css.svg │ │ │ │ │ ├── gnome-mime-text-html.svg │ │ │ │ │ ├── gnome-mime-text-javascript.svg │ │ │ │ │ ├── gnome-mime-text-plain.svg │ │ │ │ │ ├── gnome-mime-text-vnd.wap.wml.svg │ │ │ │ │ ├── gnome-mime-text-x-c++.svg │ │ │ │ │ ├── gnome-mime-text-x-c++src.svg │ │ │ │ │ ├── gnome-mime-text-x-c.svg │ │ │ │ │ ├── gnome-mime-text-x-changelog.svg │ │ │ │ │ ├── gnome-mime-text-x-chdr.svg │ │ │ │ │ ├── gnome-mime-text-x-copying.svg │ │ │ │ │ ├── gnome-mime-text-x-csh.svg │ │ │ │ │ ├── gnome-mime-text-x-csharp.svg │ │ │ │ │ ├── gnome-mime-text-x-csrc.svg │ │ │ │ │ ├── gnome-mime-text-x-gtkrc.svg │ │ │ │ │ ├── gnome-mime-text-x-install.svg │ │ │ │ │ ├── gnome-mime-text-x-java.svg │ │ │ │ │ ├── gnome-mime-text-x-javascript.svg │ │ │ │ │ ├── gnome-mime-text-x-makefile.svg │ │ │ │ │ ├── gnome-mime-text-x-python.svg │ │ │ │ │ ├── gnome-mime-text-x-readme.svg │ │ │ │ │ ├── gnome-mime-text-x-sh.svg │ │ │ │ │ ├── gnome-mime-text-x-source.svg │ │ │ │ │ ├── gnome-mime-text-x-vcalendar.svg │ │ │ │ │ ├── gnome-mime-text-x-vcard.svg │ │ │ │ │ ├── gnome-mime-text-x-zsh.svg │ │ │ │ │ ├── gnome-mime-text.svg │ │ │ │ │ ├── gnome-mime-video-x-ms-asf.svg │ │ │ │ │ ├── gnome-mime-video-x-ms-wmv.svg │ │ │ │ │ ├── gnome-mime-video.svg │ │ │ │ │ ├── gnome-mime-x-font-afm.svg │ │ │ │ │ ├── gnome-mime-x-install.svg │ │ │ │ │ ├── gnome-package.svg │ │ │ │ │ ├── gnome-unknown.svg │ │ │ │ │ ├── gtk-file.svg │ │ │ │ │ ├── html.svg │ │ │ │ │ ├── image-bmp.svg │ │ │ │ │ ├── image-generic.svg │ │ │ │ │ ├── image-gif.svg │ │ │ │ │ ├── image-ico.svg │ │ │ │ │ ├── image-jpeg.svg │ │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ │ ├── image-png.svg │ │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ │ ├── image-svg+xml.svg │ │ │ │ │ ├── image-tiff.svg │ │ │ │ │ ├── image-vnd.adobe.photoshop.svg │ │ │ │ │ ├── image-vnd.dgn.svg │ │ │ │ │ ├── image-vnd.djvu.svg │ │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ │ ├── image-vnd.dxf.svg │ │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ │ ├── image-vnd.zbrush.pcx.svg │ │ │ │ │ ├── image-x-3ds.svg │ │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ │ ├── image-x-dwg.svg │ │ │ │ │ ├── image-x-emf.svg │ │ │ │ │ ├── image-x-eps.svg │ │ │ │ │ ├── image-x-generic.svg │ │ │ │ │ ├── image-x-ico.svg │ │ │ │ │ ├── image-x-icon.svg │ │ │ │ │ ├── image-x-krita.svg │ │ │ │ │ ├── image-x-pcx.svg │ │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ │ ├── image-x-portable.bitmap.svg │ │ │ │ │ ├── image-x-psd.svg │ │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ │ ├── image-x-tga.svg │ │ │ │ │ ├── image-x-vnd.trolltech.qpicture.svg │ │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ │ ├── image-x-wmf.svg │ │ │ │ │ ├── image-x-xcf.svg │ │ │ │ │ ├── image-x-xfig.svg │ │ │ │ │ ├── image.svg │ │ │ │ │ ├── inode-symlink.svg │ │ │ │ │ ├── inode-vnd.kde.service.unknown.svg │ │ │ │ │ ├── inode-vnd.kde.service.upnp.Unknown.svg │ │ │ │ │ ├── internet-feed.svg │ │ │ │ │ ├── javascript.svg │ │ │ │ │ ├── jd-container.svg │ │ │ │ │ ├── jpeg.svg │ │ │ │ │ ├── jpg.svg │ │ │ │ │ ├── kpresenter_kpr.svg │ │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ │ ├── libreoffice-database.svg │ │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ │ ├── libreoffice-extension.svg │ │ │ │ │ ├── libreoffice-formula.svg │ │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-database.svg │ │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ │ ├── libreoffice-oasis-formula.svg │ │ │ │ │ ├── libreoffice-oasis-master-document.svg │ │ │ │ │ ├── libreoffice-oasis-presentation-template.svg │ │ │ │ │ ├── libreoffice-oasis-presentation.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-oasis-spreadsheet.svg │ │ │ │ │ ├── libreoffice-oasis-text-template.svg │ │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ │ ├── libreoffice-oasis-web-template.svg │ │ │ │ │ ├── libreoffice-oasis-web.svg │ │ │ │ │ ├── libreoffice-presentation-template.svg │ │ │ │ │ ├── libreoffice-presentation.svg │ │ │ │ │ ├── libreoffice-spreadsheet-template.svg │ │ │ │ │ ├── libreoffice-spreadsheet.svg │ │ │ │ │ ├── libreoffice-text-template.svg │ │ │ │ │ ├── libreoffice-text.svg │ │ │ │ │ ├── libreoffice-web.svg │ │ │ │ │ ├── media-audio.svg │ │ │ │ │ ├── media-image.svg │ │ │ │ │ ├── media-video.svg │ │ │ │ │ ├── message-news.svg │ │ │ │ │ ├── message-partial.svg │ │ │ │ │ ├── message-rfc822.svg │ │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ │ ├── message.svg │ │ │ │ │ ├── mime-ascii.svg │ │ │ │ │ ├── misc.svg │ │ │ │ │ ├── model-fcstd.svg │ │ │ │ │ ├── model-vnd.dwf.svg │ │ │ │ │ ├── model-vrml.svg │ │ │ │ │ ├── model-x.stl-binary.svg │ │ │ │ │ ├── model-x3d+binary.svg │ │ │ │ │ ├── model-x3d+vrml.svg │ │ │ │ │ ├── model-x3d+xml.svg │ │ │ │ │ ├── model-x3d.svg │ │ │ │ │ ├── model.svg │ │ │ │ │ ├── multipart-alternative.svg │ │ │ │ │ ├── multipart-appledouble.svg │ │ │ │ │ ├── multipart-digest.svg │ │ │ │ │ ├── multipart-encrypted.svg │ │ │ │ │ ├── multipart-mixed.svg │ │ │ │ │ ├── multipart-related.svg │ │ │ │ │ ├── multipart-report.svg │ │ │ │ │ ├── multipart-signed.svg │ │ │ │ │ ├── multipart-x-mixed-replace.svg │ │ │ │ │ ├── music.svg │ │ │ │ │ ├── nero-disc-image.svg │ │ │ │ │ ├── nero-linux-compilation.svg │ │ │ │ │ ├── none.svg │ │ │ │ │ ├── odf.svg │ │ │ │ │ ├── office-contact.svg │ │ │ │ │ ├── office-document-rtl.svg │ │ │ │ │ ├── office-document.svg │ │ │ │ │ ├── office-illustration.svg │ │ │ │ │ ├── office-spreadsheet.svg │ │ │ │ │ ├── openoffice3-drawing.svg │ │ │ │ │ ├── openoffice4-database.svg │ │ │ │ │ ├── openoffice4-drawing-template.svg │ │ │ │ │ ├── openoffice4-drawing.svg │ │ │ │ │ ├── openoffice4-extension.svg │ │ │ │ │ ├── openoffice4-formula.svg │ │ │ │ │ ├── openoffice4-master-document.svg │ │ │ │ │ ├── openoffice4-oasis-database.svg │ │ │ │ │ ├── openoffice4-oasis-drawing-template.svg │ │ │ │ │ ├── openoffice4-oasis-drawing.svg │ │ │ │ │ ├── openoffice4-oasis-formula.svg │ │ │ │ │ ├── openoffice4-oasis-master-document.svg │ │ │ │ │ ├── openoffice4-oasis-presentation-template.svg │ │ │ │ │ ├── openoffice4-oasis-presentation.svg │ │ │ │ │ ├── openoffice4-oasis-spreadsheet-template.svg │ │ │ │ │ ├── openoffice4-oasis-spreadsheet.svg │ │ │ │ │ ├── openoffice4-oasis-text-template.svg │ │ │ │ │ ├── openoffice4-oasis-text.svg │ │ │ │ │ ├── openoffice4-oasis-web-template.svg │ │ │ │ │ ├── openoffice4-presentation-template.svg │ │ │ │ │ ├── openoffice4-presentation.svg │ │ │ │ │ ├── openoffice4-spreadsheet-template.svg │ │ │ │ │ ├── openoffice4-spreadsheet.svg │ │ │ │ │ ├── openoffice4-text-template.svg │ │ │ │ │ ├── openoffice4-text.svg │ │ │ │ │ ├── openofficeorg3-database.svg │ │ │ │ │ ├── openofficeorg3-drawing.svg │ │ │ │ │ ├── openofficeorg3-extension.svg │ │ │ │ │ ├── openofficeorg3-oasis-database.svg │ │ │ │ │ ├── openofficeorg3-oasis-spreadsheet.svg │ │ │ │ │ ├── opera-extension.svg │ │ │ │ │ ├── opera-widget.svg │ │ │ │ │ ├── package-gdebi.svg │ │ │ │ │ ├── package-x-generic.svg │ │ │ │ │ ├── package.svg │ │ │ │ │ ├── package_editors.svg │ │ │ │ │ ├── package_wordprocessing.svg │ │ │ │ │ ├── pdf.svg │ │ │ │ │ ├── plan.svg │ │ │ │ │ ├── playlist-automatic.svg │ │ │ │ │ ├── playlist.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── pplication-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg │ │ │ │ │ ├── qgis-asc.svg │ │ │ │ │ ├── qgis-ddf.svg │ │ │ │ │ ├── qgis-dem.svg │ │ │ │ │ ├── qgis-dt0.svg │ │ │ │ │ ├── qgis-dxf.svg │ │ │ │ │ ├── qgis-gml.svg │ │ │ │ │ ├── qgis-img.svg │ │ │ │ │ ├── qgis-mldata.svg │ │ │ │ │ ├── qgis-qlr.svg │ │ │ │ │ ├── qgis-qml.svg │ │ │ │ │ ├── qgis-shp.svg │ │ │ │ │ ├── qgis-sqlite.svg │ │ │ │ │ ├── rar.svg │ │ │ │ │ ├── raw.svg │ │ │ │ │ ├── rpm.svg │ │ │ │ │ ├── shellscript.svg │ │ │ │ │ ├── sound.svg │ │ │ │ │ ├── source-php.svg │ │ │ │ │ ├── source-playlist.svg │ │ │ │ │ ├── source-smart-playlist.svg │ │ │ │ │ ├── spreadsheet.svg │ │ │ │ │ ├── stock_addressbook.svg │ │ │ │ │ ├── stock_calendar.svg │ │ │ │ │ ├── stock_certificate.svg │ │ │ │ │ ├── stock_new-drawing.svg │ │ │ │ │ ├── stock_new-html.svg │ │ │ │ │ ├── stock_new-master-document.svg │ │ │ │ │ ├── stock_new-presentation.svg │ │ │ │ │ ├── stock_new-spreadsheet.svg │ │ │ │ │ ├── stock_new-template.svg │ │ │ │ │ ├── stock_new-text.svg │ │ │ │ │ ├── stock_script.svg │ │ │ │ │ ├── stock_scripts.svg │ │ │ │ │ ├── stock_unknown.svg │ │ │ │ │ ├── svg.svg │ │ │ │ │ ├── tar.svg │ │ │ │ │ ├── text-c.svg │ │ │ │ │ ├── text-calendar.svg │ │ │ │ │ ├── text-csharp.svg │ │ │ │ │ ├── text-css.svg │ │ │ │ │ ├── text-csv.svg │ │ │ │ │ ├── text-directory.svg │ │ │ │ │ ├── text-dockerfile.svg │ │ │ │ │ ├── text-enriched-rtl.svg │ │ │ │ │ ├── text-enriched.svg │ │ │ │ │ ├── text-html.svg │ │ │ │ │ ├── text-html_alt.svg │ │ │ │ │ ├── text-htmlh.svg │ │ │ │ │ ├── text-javascript.svg │ │ │ │ │ ├── text-less.svg │ │ │ │ │ ├── text-markdown.svg │ │ │ │ │ ├── text-mathml.svg │ │ │ │ │ ├── text-mht.svg │ │ │ │ │ ├── text-plain.svg │ │ │ │ │ ├── text-r.svg │ │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ │ ├── text-rdf.svg │ │ │ │ │ ├── text-richtext-rtl.svg │ │ │ │ │ ├── text-richtext.svg │ │ │ │ │ ├── text-rtf.svg │ │ │ │ │ ├── text-rtl.svg │ │ │ │ │ ├── text-rust.svg │ │ │ │ │ ├── text-sgml.svg │ │ │ │ │ ├── text-spreadsheet.svg │ │ │ │ │ ├── text-sqml.svg │ │ │ │ │ ├── text-troff.svg │ │ │ │ │ ├── text-vcalendar.svg │ │ │ │ │ ├── text-vnd-wap-wml.svg │ │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ │ ├── text-vnd.kde.kcrash-report.svg │ │ │ │ │ ├── text-vnd.qt.linguist.svg │ │ │ │ │ ├── text-vnd.trolltech.linguist.svg │ │ │ │ │ ├── text-vnd.wap.wml.svg │ │ │ │ │ ├── text-wiki.svg │ │ │ │ │ ├── text-x-R.svg │ │ │ │ │ ├── text-x-adasrc.svg │ │ │ │ │ ├── text-x-apport.svg │ │ │ │ │ ├── text-x-asm.svg │ │ │ │ │ ├── text-x-authors.svg │ │ │ │ │ ├── text-x-bak.svg │ │ │ │ │ ├── text-x-bibtex.svg │ │ │ │ │ ├── text-x-c++.svg │ │ │ │ │ ├── text-x-c++hdr.svg │ │ │ │ │ ├── text-x-c++src.svg │ │ │ │ │ ├── text-x-c.svg │ │ │ │ │ ├── text-x-changelog.svg │ │ │ │ │ ├── text-x-chdr.svg │ │ │ │ │ ├── text-x-cmake.svg │ │ │ │ │ ├── text-x-cobol.svg │ │ │ │ │ ├── text-x-copying.svg │ │ │ │ │ ├── text-x-cpp.svg │ │ │ │ │ ├── text-x-credits.svg │ │ │ │ │ ├── text-x-csharp.svg │ │ │ │ │ ├── text-x-csrc.svg │ │ │ │ │ ├── text-x-css.svg │ │ │ │ │ ├── text-x-dtd.svg │ │ │ │ │ ├── text-x-fortran.svg │ │ │ │ │ ├── text-x-generic-rtl.svg │ │ │ │ │ ├── text-x-generic.svapplication-x-awk.svg │ │ │ │ │ ├── text-x-generic.svg │ │ │ │ │ ├── text-x-gettext-translation.svg │ │ │ │ │ ├── text-x-go.svg │ │ │ │ │ ├── text-x-haskell.svg │ │ │ │ │ ├── text-x-hex.svg │ │ │ │ │ ├── text-x-install.svg │ │ │ │ │ ├── text-x-java-source.svg │ │ │ │ │ ├── text-x-java.svg │ │ │ │ │ ├── text-x-javascript.svg │ │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ │ ├── text-x-kotlin.svg │ │ │ │ │ ├── text-x-kvc.svg │ │ │ │ │ ├── text-x-kvt.svg │ │ │ │ │ ├── text-x-ldif.svg │ │ │ │ │ ├── text-x-lilypond.svg │ │ │ │ │ ├── text-x-log.svg │ │ │ │ │ ├── text-x-lua.svg │ │ │ │ │ ├── text-x-lyx.svg │ │ │ │ │ ├── text-x-makefile.svg │ │ │ │ │ ├── text-x-markdown.svg │ │ │ │ │ ├── text-x-meson.svg │ │ │ │ │ ├── text-x-microdvd.svg │ │ │ │ │ ├── text-x-nfo.svg │ │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ │ ├── text-x-opml+xml.svg │ │ │ │ │ ├── text-x-opml.svg │ │ │ │ │ ├── text-x-pascal.svg │ │ │ │ │ ├── text-x-patch.svg │ │ │ │ │ ├── text-x-perl.svg │ │ │ │ │ ├── text-x-php.svg │ │ │ │ │ ├── text-x-plain.svg │ │ │ │ │ ├── text-x-po.svg │ │ │ │ │ ├── text-x-preview.svg │ │ │ │ │ ├── text-x-python.svg │ │ │ │ │ ├── text-x-python3.svg │ │ │ │ │ ├── text-x-qml.svg │ │ │ │ │ ├── text-x-r-source.svg │ │ │ │ │ ├── text-x-r.svg │ │ │ │ │ ├── text-x-readme.svg │ │ │ │ │ ├── text-x-rpm-spec.svg │ │ │ │ │ ├── text-x-rsrc.svg │ │ │ │ │ ├── text-x-ruby.svg │ │ │ │ │ ├── text-x-rust.svg │ │ │ │ │ ├── text-x-sass.svg │ │ │ │ │ ├── text-x-scala.svg │ │ │ │ │ ├── text-x-scheme.svg │ │ │ │ │ ├── text-x-script.svg │ │ │ │ │ ├── text-x-scss.svg │ │ │ │ │ ├── text-x-source.svg │ │ │ │ │ ├── text-x-sql.svg │ │ │ │ │ ├── text-x-ssa.svg │ │ │ │ │ ├── text-x-tcl.svg │ │ │ │ │ ├── text-x-tex.svg │ │ │ │ │ ├── text-x-texinfo.svg │ │ │ │ │ ├── text-x-typescript.svg │ │ │ │ │ ├── text-x-vala.svg │ │ │ │ │ ├── text-x-vcard.svg │ │ │ │ │ ├── text-x-xslfo.svg │ │ │ │ │ ├── text-x.svg │ │ │ │ │ ├── text-xhtml+xml.svg │ │ │ │ │ ├── text-xmcd.svg │ │ │ │ │ ├── text-xml.svg │ │ │ │ │ ├── text.svg │ │ │ │ │ ├── text2.svg │ │ │ │ │ ├── tgz.svg │ │ │ │ │ ├── torrent.svg │ │ │ │ │ ├── txt.svg │ │ │ │ │ ├── txt2.svg │ │ │ │ │ ├── unknown.svg │ │ │ │ │ ├── uri-mms.svg │ │ │ │ │ ├── uri-mmst.svg │ │ │ │ │ ├── uri-mmsu.svg │ │ │ │ │ ├── uri-pnm.svg │ │ │ │ │ ├── uri-rtspt.svg │ │ │ │ │ ├── uri-rtspu.svg │ │ │ │ │ ├── vcalendar.svg │ │ │ │ │ ├── vcard.svg │ │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ │ ├── video-mp2t.svg │ │ │ │ │ ├── video-mp4.svg │ │ │ │ │ ├── video-quicktime.svg │ │ │ │ │ ├── video-vivo.svg │ │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ │ ├── video-wavelet.svg │ │ │ │ │ ├── video-webm.svg │ │ │ │ │ ├── video-x-anim.svg │ │ │ │ │ ├── video-x-flic.svg │ │ │ │ │ ├── video-x-flv.svg │ │ │ │ │ ├── video-x-generic.svg │ │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ │ ├── video-x-javafx.svg │ │ │ │ │ ├── video-x-matroska.svg │ │ │ │ │ ├── video-x-mng.svg │ │ │ │ │ ├── video-x-ms-asf-plugin.svg │ │ │ │ │ ├── video-x-ms-asf.svg │ │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ │ ├── video-x-nsv.svg │ │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ │ ├── video-x-sgi-movie.svg │ │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ │ ├── video-x-wmv.svg │ │ │ │ │ ├── video.svg │ │ │ │ │ ├── viewbib.svg │ │ │ │ │ ├── viewdvi.svg │ │ │ │ │ ├── viewhtml.svg │ │ │ │ │ ├── viewpdf.svg │ │ │ │ │ ├── viewps.svg │ │ │ │ │ ├── virtualbox-hdd.svg │ │ │ │ │ ├── virtualbox-ova.svg │ │ │ │ │ ├── virtualbox-ovf.svg │ │ │ │ │ ├── virtualbox-vbox-extpack.svg │ │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ │ ├── virtualbox-vdi.svg │ │ │ │ │ ├── virtualbox-vhd.svg │ │ │ │ │ ├── virtualbox-vmdk.svg │ │ │ │ │ ├── vnd.ms-publisher.svg │ │ │ │ │ ├── vnd.oasis.opendocument.drawing.svg │ │ │ │ │ ├── wordprocessing-rtl.svg │ │ │ │ │ ├── wordprocessing.svg │ │ │ │ │ ├── wps-office-doc.svg │ │ │ │ │ ├── wps-office-dot.svg │ │ │ │ │ ├── wps-office-dps.svg │ │ │ │ │ ├── wps-office-dpt.svg │ │ │ │ │ ├── wps-office-et.svg │ │ │ │ │ ├── wps-office-ett.svg │ │ │ │ │ ├── wps-office-pot.svg │ │ │ │ │ ├── wps-office-ppt.svg │ │ │ │ │ ├── wps-office-wps.svg │ │ │ │ │ ├── wps-office-wpt.svg │ │ │ │ │ ├── wps-office-xls.svg │ │ │ │ │ ├── wps-office-xlt.svg │ │ │ │ │ ├── www.svg │ │ │ │ │ ├── x-content-audio-cdda.svg │ │ │ │ │ ├── x-content-audio-dvd.svg │ │ │ │ │ ├── x-content-audio-player.svg │ │ │ │ │ ├── x-content-blank-bd.svg │ │ │ │ │ ├── x-content-blank-cd.svg │ │ │ │ │ ├── x-content-blank-dvd.svg │ │ │ │ │ ├── x-content-blank-hddvd.svg │ │ │ │ │ ├── x-content-image-dcf.svg │ │ │ │ │ ├── x-content-image-picturecd.svg │ │ │ │ │ ├── x-content-software.svg │ │ │ │ │ ├── x-content-unix-software.svg │ │ │ │ │ ├── x-content-video-bluray.svg │ │ │ │ │ ├── x-content-video-dvd.svg │ │ │ │ │ ├── x-content-video-hddvd.svg │ │ │ │ │ ├── x-content-video-svcd.svg │ │ │ │ │ ├── x-content-video-vcd.svg │ │ │ │ │ ├── x-content-win32-software.svg │ │ │ │ │ ├── x-gambasserverpage.svg │ │ │ │ │ ├── x-kde-nsplugin-generated.svg │ │ │ │ │ ├── x-mail-distribution-list.svg │ │ │ │ │ ├── x-media-podcast.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-contact.svg │ │ │ │ │ ├── x-office-document-rtl.svg │ │ │ │ │ ├── x-office-document-template-rtl.svg │ │ │ │ │ ├── x-office-document-template.svg │ │ │ │ │ ├── x-office-document.svg │ │ │ │ │ ├── x-office-drawing.svg │ │ │ │ │ ├── x-office-presentation-rtl.svg │ │ │ │ │ ├── x-office-presentation-template-rtl.svg │ │ │ │ │ ├── x-office-presentation-template.svg │ │ │ │ │ ├── x-office-presentation.svg │ │ │ │ │ ├── x-office-spreadsheet-template.svg │ │ │ │ │ ├── x-office-spreadsheet.svg │ │ │ │ │ ├── x-world-x-3dmf.svg │ │ │ │ │ └── zip.svg │ │ │ │ └── places │ │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ │ ├── default-cut.svg │ │ │ │ │ ├── default-folder-documents.svg │ │ │ │ │ ├── default-folder-download.svg │ │ │ │ │ ├── default-folder-move.svg │ │ │ │ │ ├── default-folder-music.svg │ │ │ │ │ ├── default-folder-open.svg │ │ │ │ │ ├── default-folder-pictures.svg │ │ │ │ │ ├── default-folder-publicshare.svg │ │ │ │ │ ├── default-folder-recent.svg │ │ │ │ │ ├── default-folder-system.svg │ │ │ │ │ ├── default-folder-templates.svg │ │ │ │ │ ├── default-folder-video.svg │ │ │ │ │ ├── default-folder.svg │ │ │ │ │ ├── default-network.svg │ │ │ │ │ ├── default-user-desktop.svg │ │ │ │ │ ├── default-user-home.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── document-open-recent.svg │ │ │ │ │ ├── edittrash.svg │ │ │ │ │ ├── emptytrash.svg │ │ │ │ │ ├── favorites.svg │ │ │ │ │ ├── folder-android.svg │ │ │ │ │ ├── folder-apple.svg │ │ │ │ │ ├── folder-applications.svg │ │ │ │ │ ├── folder-bookmark.svg │ │ │ │ │ ├── folder-bookmarks.svg │ │ │ │ │ ├── folder-cloud.svg │ │ │ │ │ ├── folder-copy.svg │ │ │ │ │ ├── folder-desktop.svg │ │ │ │ │ ├── folder-development.svg │ │ │ │ │ ├── folder-documents.svg │ │ │ │ │ ├── folder-download.svg │ │ │ │ │ ├── folder-downloads.svg │ │ │ │ │ ├── folder-drag-accept.svg │ │ │ │ │ ├── folder-dropbox.svg │ │ │ │ │ ├── folder-favorites.svg │ │ │ │ │ ├── folder-games.svg │ │ │ │ │ ├── folder-gdrive.svg │ │ │ │ │ ├── folder-git.svg │ │ │ │ │ ├── folder-github.svg │ │ │ │ │ ├── folder-gitlab.svg │ │ │ │ │ ├── folder-green.svg │ │ │ │ │ ├── folder-grey.svg │ │ │ │ │ ├── folder-home.svg │ │ │ │ │ ├── folder-html.svg │ │ │ │ │ ├── folder-image-people.svg │ │ │ │ │ ├── folder-image.svg │ │ │ │ │ ├── folder-images.svg │ │ │ │ │ ├── folder-java.svg │ │ │ │ │ ├── folder-magenta.svg │ │ │ │ │ ├── folder-mega.svg │ │ │ │ │ ├── folder-move.svg │ │ │ │ │ ├── folder-music.svg │ │ │ │ │ ├── folder-network.svg │ │ │ │ │ ├── folder-onedrive.svg │ │ │ │ │ ├── folder-open.svg │ │ │ │ │ ├── folder-orange.svg │ │ │ │ │ ├── folder-owncloud.svg │ │ │ │ │ ├── folder-picture.svg │ │ │ │ │ ├── folder-pictures.svg │ │ │ │ │ ├── folder-projects.svg │ │ │ │ │ ├── folder-public.svg │ │ │ │ │ ├── folder-publicshare.svg │ │ │ │ │ ├── folder-recent.svg │ │ │ │ │ ├── folder-red.svg │ │ │ │ │ ├── folder-remote-ftp.svg │ │ │ │ │ ├── folder-remote-nfs.svg │ │ │ │ │ ├── folder-remote-smb.svg │ │ │ │ │ ├── folder-remote-ssh.svg │ │ │ │ │ ├── folder-remote.svg │ │ │ │ │ ├── folder-root.svg │ │ │ │ │ ├── folder-script.svg │ │ │ │ │ ├── folder-sound.svg │ │ │ │ │ ├── folder-steam.svg │ │ │ │ │ ├── folder-syncthing.svg │ │ │ │ │ ├── folder-system.svg │ │ │ │ │ ├── folder-temp.svg │ │ │ │ │ ├── folder-templates.svg │ │ │ │ │ ├── folder-text.svg │ │ │ │ │ ├── folder-torrent.svg │ │ │ │ │ ├── folder-txt.svg │ │ │ │ │ ├── folder-vbox.svg │ │ │ │ │ ├── folder-video.svg │ │ │ │ │ ├── folder-videocamera.svg │ │ │ │ │ ├── folder-videos.svg │ │ │ │ │ ├── folder-violet.svg │ │ │ │ │ ├── folder-visiting.svg │ │ │ │ │ ├── folder-yellow.svg │ │ │ │ │ ├── folder.svg │ │ │ │ │ ├── folder_color_default.svg │ │ │ │ │ ├── folder_color_default_desktop.svg │ │ │ │ │ ├── folder_color_default_documents.svg │ │ │ │ │ ├── folder_color_default_downloads.svg │ │ │ │ │ ├── folder_color_default_music.svg │ │ │ │ │ ├── folder_color_default_pictures.svg │ │ │ │ │ ├── folder_color_default_public.svg │ │ │ │ │ ├── folder_color_default_templates.svg │ │ │ │ │ ├── folder_color_default_videos.svg │ │ │ │ │ ├── folder_color_green.svg │ │ │ │ │ ├── folder_color_green_desktop.svg │ │ │ │ │ ├── folder_color_green_documents.svg │ │ │ │ │ ├── folder_color_green_downloads.svg │ │ │ │ │ ├── folder_color_green_music.svg │ │ │ │ │ ├── folder_color_green_pictures.svg │ │ │ │ │ ├── folder_color_green_public.svg │ │ │ │ │ ├── folder_color_green_templates.svg │ │ │ │ │ ├── folder_color_green_videos.svg │ │ │ │ │ ├── folder_color_grey.svg │ │ │ │ │ ├── folder_color_grey_desktop.svg │ │ │ │ │ ├── folder_color_grey_documents.svg │ │ │ │ │ ├── folder_color_grey_downloads.svg │ │ │ │ │ ├── folder_color_grey_music.svg │ │ │ │ │ ├── folder_color_grey_pictures.svg │ │ │ │ │ ├── folder_color_grey_public.svg │ │ │ │ │ ├── folder_color_grey_templates.svg │ │ │ │ │ ├── folder_color_grey_videos.svg │ │ │ │ │ ├── folder_color_orange.svg │ │ │ │ │ ├── folder_color_orange_desktop.svg │ │ │ │ │ ├── folder_color_orange_documents.svg │ │ │ │ │ ├── folder_color_orange_downloads.svg │ │ │ │ │ ├── folder_color_orange_music.svg │ │ │ │ │ ├── folder_color_orange_pictures.svg │ │ │ │ │ ├── folder_color_orange_public.svg │ │ │ │ │ ├── folder_color_orange_templates.svg │ │ │ │ │ ├── folder_color_orange_videos.svg │ │ │ │ │ ├── folder_color_pink.svg │ │ │ │ │ ├── folder_color_pink_desktop.svg │ │ │ │ │ ├── folder_color_pink_documents.svg │ │ │ │ │ ├── folder_color_pink_downloads.svg │ │ │ │ │ ├── folder_color_pink_music.svg │ │ │ │ │ ├── folder_color_pink_pictures.svg │ │ │ │ │ ├── folder_color_pink_public.svg │ │ │ │ │ ├── folder_color_pink_templates.svg │ │ │ │ │ ├── folder_color_pink_videos.svg │ │ │ │ │ ├── folder_color_purple.svg │ │ │ │ │ ├── folder_color_purple_desktop.svg │ │ │ │ │ ├── folder_color_purple_documents.svg │ │ │ │ │ ├── folder_color_purple_downloads.svg │ │ │ │ │ ├── folder_color_purple_music.svg │ │ │ │ │ ├── folder_color_purple_pictures.svg │ │ │ │ │ ├── folder_color_purple_public.svg │ │ │ │ │ ├── folder_color_purple_templates.svg │ │ │ │ │ ├── folder_color_purple_videos.svg │ │ │ │ │ ├── folder_color_red.svg │ │ │ │ │ ├── folder_color_red_desktop.svg │ │ │ │ │ ├── folder_color_red_documents.svg │ │ │ │ │ ├── folder_color_red_downloads.svg │ │ │ │ │ ├── folder_color_red_music.svg │ │ │ │ │ ├── folder_color_red_pictures.svg │ │ │ │ │ ├── folder_color_red_public.svg │ │ │ │ │ ├── folder_color_red_templates.svg │ │ │ │ │ ├── folder_color_red_videos.svg │ │ │ │ │ ├── folder_color_yellow.svg │ │ │ │ │ ├── folder_color_yellow_desktop.svg │ │ │ │ │ ├── folder_color_yellow_documents.svg │ │ │ │ │ ├── folder_color_yellow_downloads.svg │ │ │ │ │ ├── folder_color_yellow_music.svg │ │ │ │ │ ├── folder_color_yellow_pictures.svg │ │ │ │ │ ├── folder_color_yellow_public.svg │ │ │ │ │ ├── folder_color_yellow_templates.svg │ │ │ │ │ ├── folder_color_yellow_videos.svg │ │ │ │ │ ├── folder_download.svg │ │ │ │ │ ├── folder_downloads.svg │ │ │ │ │ ├── folder_home.svg │ │ │ │ │ ├── folder_html.svg │ │ │ │ │ ├── folder_images.svg │ │ │ │ │ ├── folder_open.svg │ │ │ │ │ ├── folder_pictures.svg │ │ │ │ │ ├── folders-documents.svg │ │ │ │ │ ├── folders-downloads.svg │ │ │ │ │ ├── folders-music.svg │ │ │ │ │ ├── folders-publicshare.svg │ │ │ │ │ ├── folders-videos.svg │ │ │ │ │ ├── gnome-ccdesktop.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-dev-network.svg │ │ │ │ │ ├── gnome-dev-trash-empty.svg │ │ │ │ │ ├── gnome-dev-trash-full.svg │ │ │ │ │ ├── gnome-folder.svg │ │ │ │ │ ├── gnome-fs-blockdev.svg │ │ │ │ │ ├── gnome-fs-bookmark.svg │ │ │ │ │ ├── gnome-fs-dav.svg │ │ │ │ │ ├── gnome-fs-desktop.svg │ │ │ │ │ ├── gnome-fs-dev.svg │ │ │ │ │ ├── gnome-fs-directory-accept.svg │ │ │ │ │ ├── gnome-fs-directory-visiting.svg │ │ │ │ │ ├── gnome-fs-directory.svg │ │ │ │ │ ├── gnome-fs-ftp.svg │ │ │ │ │ ├── gnome-fs-home.svg │ │ │ │ │ ├── gnome-fs-loading-icon.svg │ │ │ │ │ ├── gnome-fs-network.svg │ │ │ │ │ ├── gnome-fs-nfs.svg │ │ │ │ │ ├── gnome-fs-server.svg │ │ │ │ │ ├── gnome-fs-share.svg │ │ │ │ │ ├── gnome-fs-smb.svg │ │ │ │ │ ├── gnome-fs-ssh.svg │ │ │ │ │ ├── gnome-fs-trash-empty-accept.svg │ │ │ │ │ ├── gnome-fs-trash-empty.svg │ │ │ │ │ ├── gnome-fs-trash-full.svg │ │ │ │ │ ├── gnome-fs-web.svg │ │ │ │ │ ├── gnome-home.svg │ │ │ │ │ ├── gnome-mime-x-directory-nfs-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-server.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-share.svg │ │ │ │ │ ├── gnome-mime-x-directory-smb-workgroup.svg │ │ │ │ │ ├── gnome-stock-trash-empty.svg │ │ │ │ │ ├── gnome-stock-trash-full.svg │ │ │ │ │ ├── gnome-stock-trash.svg │ │ │ │ │ ├── go-home-large.svg │ │ │ │ │ ├── go-home.svg │ │ │ │ │ ├── gohome.svg │ │ │ │ │ ├── green-cut.svg │ │ │ │ │ ├── green-folder-bookmark.svg │ │ │ │ │ ├── green-folder-documents.svg │ │ │ │ │ ├── green-folder-download.svg │ │ │ │ │ ├── green-folder-move.svg │ │ │ │ │ ├── green-folder-music.svg │ │ │ │ │ ├── green-folder-open.svg │ │ │ │ │ ├── green-folder-pictures.svg │ │ │ │ │ ├── green-folder-publicshare.svg │ │ │ │ │ ├── green-folder-recent.svg │ │ │ │ │ ├── green-folder-root.svg │ │ │ │ │ ├── green-folder-system.svg │ │ │ │ │ ├── green-folder-templates.svg │ │ │ │ │ ├── green-folder-video.svg │ │ │ │ │ ├── green-folder.svg │ │ │ │ │ ├── green-network.svg │ │ │ │ │ ├── green-user-desktop.svg │ │ │ │ │ ├── green-user-home.svg │ │ │ │ │ ├── grey-cut.svg │ │ │ │ │ ├── grey-folder-bookmark.svg │ │ │ │ │ ├── grey-folder-documents.svg │ │ │ │ │ ├── grey-folder-download.svg │ │ │ │ │ ├── grey-folder-move.svg │ │ │ │ │ ├── grey-folder-music.svg │ │ │ │ │ ├── grey-folder-open.svg │ │ │ │ │ ├── grey-folder-pictures.svg │ │ │ │ │ ├── grey-folder-publicshare.svg │ │ │ │ │ ├── grey-folder-recent.svg │ │ │ │ │ ├── grey-folder-root.svg │ │ │ │ │ ├── grey-folder-system.svg │ │ │ │ │ ├── grey-folder-templates.svg │ │ │ │ │ ├── grey-folder-video.svg │ │ │ │ │ ├── grey-folder.svg │ │ │ │ │ ├── grey-network.svg │ │ │ │ │ ├── grey-user-desktop.svg │ │ │ │ │ ├── grey-user-home.svg │ │ │ │ │ ├── gtg-home.svg │ │ │ │ │ ├── gtk-directory.svg │ │ │ │ │ ├── gtk-home.svg │ │ │ │ │ ├── gtk-network.svg │ │ │ │ │ ├── image-loading.svg │ │ │ │ │ ├── inode-directory.svg │ │ │ │ │ ├── kfm_home.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── library-music.svg │ │ │ │ │ ├── library-podcast.svg │ │ │ │ │ ├── neat.svg │ │ │ │ │ ├── network-server.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── network.svg │ │ │ │ │ ├── network_fs.svg │ │ │ │ │ ├── network_local.svg │ │ │ │ │ ├── nfs.svg │ │ │ │ │ ├── orange-cut.svg │ │ │ │ │ ├── orange-folder-bookmark.svg │ │ │ │ │ ├── orange-folder-documents.svg │ │ │ │ │ ├── orange-folder-download.svg │ │ │ │ │ ├── orange-folder-move.svg │ │ │ │ │ ├── orange-folder-music.svg │ │ │ │ │ ├── orange-folder-open.svg │ │ │ │ │ ├── orange-folder-pictures.svg │ │ │ │ │ ├── orange-folder-publicshare.svg │ │ │ │ │ ├── orange-folder-recent.svg │ │ │ │ │ ├── orange-folder-root.svg │ │ │ │ │ ├── orange-folder-system.svg │ │ │ │ │ ├── orange-folder-templates.svg │ │ │ │ │ ├── orange-folder-video.svg │ │ │ │ │ ├── orange-folder.svg │ │ │ │ │ ├── orange-network.svg │ │ │ │ │ ├── orange-user-desktop.svg │ │ │ │ │ ├── orange-user-home.svg │ │ │ │ │ ├── other-desktop.svg │ │ │ │ │ ├── pink-cut.svg │ │ │ │ │ ├── pink-folder-bookmark.svg │ │ │ │ │ ├── pink-folder-documents.svg │ │ │ │ │ ├── pink-folder-download.svg │ │ │ │ │ ├── pink-folder-move.svg │ │ │ │ │ ├── pink-folder-music.svg │ │ │ │ │ ├── pink-folder-open.svg │ │ │ │ │ ├── pink-folder-pictures.svg │ │ │ │ │ ├── pink-folder-publicshare.svg │ │ │ │ │ ├── pink-folder-recent.svg │ │ │ │ │ ├── pink-folder-root.svg │ │ │ │ │ ├── pink-folder-system.svg │ │ │ │ │ ├── pink-folder-templates.svg │ │ │ │ │ ├── pink-folder-video.svg │ │ │ │ │ ├── pink-folder.svg │ │ │ │ │ ├── pink-network.svg │ │ │ │ │ ├── pink-user-desktop.svg │ │ │ │ │ ├── pink-user-home.svg │ │ │ │ │ ├── purple-cut.svg │ │ │ │ │ ├── purple-folder-bookmark.svg │ │ │ │ │ ├── purple-folder-documents.svg │ │ │ │ │ ├── purple-folder-download.svg │ │ │ │ │ ├── purple-folder-move.svg │ │ │ │ │ ├── purple-folder-music.svg │ │ │ │ │ ├── purple-folder-open.svg │ │ │ │ │ ├── purple-folder-pictures.svg │ │ │ │ │ ├── purple-folder-publicshare.svg │ │ │ │ │ ├── purple-folder-recent.svg │ │ │ │ │ ├── purple-folder-root.svg │ │ │ │ │ ├── purple-folder-system.svg │ │ │ │ │ ├── purple-folder-templates.svg │ │ │ │ │ ├── purple-folder-video.svg │ │ │ │ │ ├── purple-folder.svg │ │ │ │ │ ├── purple-network.svg │ │ │ │ │ ├── purple-user-desktop.svg │ │ │ │ │ ├── purple-user-home.svg │ │ │ │ │ ├── red-cut.svg │ │ │ │ │ ├── red-folder-bookmark.svg │ │ │ │ │ ├── red-folder-documents.svg │ │ │ │ │ ├── red-folder-download.svg │ │ │ │ │ ├── red-folder-move.svg │ │ │ │ │ ├── red-folder-music.svg │ │ │ │ │ ├── red-folder-open.svg │ │ │ │ │ ├── red-folder-pictures.svg │ │ │ │ │ ├── red-folder-publicshare.svg │ │ │ │ │ ├── red-folder-recent.svg │ │ │ │ │ ├── red-folder-root.svg │ │ │ │ │ ├── red-folder-system.svg │ │ │ │ │ ├── red-folder-templates.svg │ │ │ │ │ ├── red-folder-video.svg │ │ │ │ │ ├── red-folder.svg │ │ │ │ │ ├── red-network.svg │ │ │ │ │ ├── red-user-desktop.svg │ │ │ │ │ ├── red-user-home.svg │ │ │ │ │ ├── redhat-home.svg │ │ │ │ │ ├── redhat-network-server.svg │ │ │ │ │ ├── redhat-system-group.svg │ │ │ │ │ ├── repository.svg │ │ │ │ │ ├── samba.svg │ │ │ │ │ ├── server.svg │ │ │ │ │ ├── stock_bookmark.svg │ │ │ │ │ ├── stock_folder-copy.svg │ │ │ │ │ ├── stock_folder-move.svg │ │ │ │ │ ├── stock_folder.svg │ │ │ │ │ ├── stock_home.svg │ │ │ │ │ ├── stock_music-library.svg │ │ │ │ │ ├── stock_open.svg │ │ │ │ │ ├── stock_shared-by-me.svg │ │ │ │ │ ├── stock_shared-to-me.svg │ │ │ │ │ ├── stock_trash_empty.svg │ │ │ │ │ ├── stock_trash_full.svg │ │ │ │ │ ├── trash-empty.svg │ │ │ │ │ ├── trash-full.svg │ │ │ │ │ ├── trashcan_empty.svg │ │ │ │ │ ├── trashcan_full.svg │ │ │ │ │ ├── user-bookmarks.svg │ │ │ │ │ ├── user-desktop.svg │ │ │ │ │ ├── user-home.svg │ │ │ │ │ ├── user-identity.svg │ │ │ │ │ ├── user-images.svg │ │ │ │ │ ├── user-pictures.svg │ │ │ │ │ ├── user-share.svg │ │ │ │ │ ├── user-trash-full.svg │ │ │ │ │ ├── user-trash.svg │ │ │ │ │ ├── xfce-trash_empty.svg │ │ │ │ │ ├── xfce-trash_full.svg │ │ │ │ │ ├── yellow-cut.svg │ │ │ │ │ ├── yellow-folder-bookmark.svg │ │ │ │ │ ├── yellow-folder-documents.svg │ │ │ │ │ ├── yellow-folder-download.svg │ │ │ │ │ ├── yellow-folder-move.svg │ │ │ │ │ ├── yellow-folder-music.svg │ │ │ │ │ ├── yellow-folder-open.svg │ │ │ │ │ ├── yellow-folder-pictures.svg │ │ │ │ │ ├── yellow-folder-publicshare.svg │ │ │ │ │ ├── yellow-folder-recent.svg │ │ │ │ │ ├── yellow-folder-root.svg │ │ │ │ │ ├── yellow-folder-system.svg │ │ │ │ │ ├── yellow-folder-templates.svg │ │ │ │ │ ├── yellow-folder-video.svg │ │ │ │ │ ├── yellow-folder.svg │ │ │ │ │ ├── yellow-network.svg │ │ │ │ │ ├── yellow-user-desktop.svg │ │ │ │ │ └── yellow-user-home.svg │ │ │ ├── scalable@2x │ │ │ ├── scalable@3x │ │ │ └── symbolic │ │ │ │ ├── actions │ │ │ │ ├── action-unavailable-symbolic.svg │ │ │ │ ├── add-files-to-archive-symbolic.svg │ │ │ │ ├── address-book-new-symbolic.svg │ │ │ │ ├── align-horizontal-center-symbolic.svg │ │ │ │ ├── align-horizontal-left-symbolic.svg │ │ │ │ ├── align-horizontal-left-to-anchor-symbolic.svg │ │ │ │ ├── align-horizontal-right-symbolic.svg │ │ │ │ ├── align-horizontal-right-to-anchor-symbolic.svg │ │ │ │ ├── align-vertical-bottom-symbolic.svg │ │ │ │ ├── align-vertical-bottom-to-anchor-symbolic.svg │ │ │ │ ├── align-vertical-center-symbolic.svg │ │ │ │ ├── align-vertical-top-symbolic.svg │ │ │ │ ├── align-vertical-top-to-anchor-symbolic.svg │ │ │ │ ├── app-installed-symbolic.svg │ │ │ │ ├── app-remove-symbolic.svg │ │ │ │ ├── application-add-symbolic.svg │ │ │ │ ├── application-exit-symbolic.svg │ │ │ │ ├── application-menu-symbolic.svg │ │ │ │ ├── appointment-new-symbolic.svg │ │ │ │ ├── appointment-symbolic.svg │ │ │ │ ├── archive-symbolic.svg │ │ │ │ ├── bookmark-add-symbolic.svg │ │ │ │ ├── bookmark-new-symbolic.svg │ │ │ │ ├── brisk_system-log-out-symbolic.svg │ │ │ │ ├── browser-download-symbolic.svg │ │ │ │ ├── builder-view-left-pane-symbolic.svg │ │ │ │ ├── ca.desrt.dconf-editor.big-rows-symbolic.svg │ │ │ │ ├── ca.desrt.dconf-editor.small-rows-symbolic.svg │ │ │ │ ├── calendar-go-today-symbolic.svg │ │ │ │ ├── call-end-symbolic.svg │ │ │ │ ├── call-start-symbolic.svg │ │ │ │ ├── call-stop-symbolic.svg │ │ │ │ ├── call-voicemail-symbolic.svg │ │ │ │ ├── camera-switch-symbolic.svg │ │ │ │ ├── caps-lock-off-symbolic.svg │ │ │ │ ├── caps-lock-symbolic.svg │ │ │ │ ├── carousel-arrow-previous-symbolic.svg │ │ │ │ ├── category-search-symbolic.svg │ │ │ │ ├── change-date-symbolic.svg │ │ │ │ ├── chat-message-new-symbolic.svg │ │ │ │ ├── chat-none-symbolic.svg │ │ │ │ ├── chat-symbolic.svg │ │ │ │ ├── cigarette-none-symbolic.svg │ │ │ │ ├── cigarette-symbolic.svg │ │ │ │ ├── cinnamon-caps-lock-off-symbolic.svg │ │ │ │ ├── cinnamon-caps-lock-symbolic.svg │ │ │ │ ├── cinnamon-num-lock-off-symbolic.svg │ │ │ │ ├── cinnamon-num-lock-symbolic.svg │ │ │ │ ├── close-symbolic.svg │ │ │ │ ├── collapse-all-symbolic.svg │ │ │ │ ├── color-profile-symbolic.svg │ │ │ │ ├── color-select-symbolic.svg │ │ │ │ ├── comment-symbolic.svg │ │ │ │ ├── contact-new-symbolic.svg │ │ │ │ ├── content-loading-symbolic.svg │ │ │ │ ├── desktop-symbolic.svg │ │ │ │ ├── detach-symbolic.svg │ │ │ │ ├── dino-double-tick-symbolic.svg │ │ │ │ ├── dino-tick-symbolic.svg │ │ │ │ ├── display-symbolic.svg │ │ │ │ ├── document-edit-symbolic.svg │ │ │ │ ├── document-export-symbolic-rtl.svg │ │ │ │ ├── document-export-symbolic.svg │ │ │ │ ├── document-import-symbolic-rtl.svg │ │ │ │ ├── document-import-symbolic.svg │ │ │ │ ├── document-new-symbolic.svg │ │ │ │ ├── document-open-recent-symbolic.svg │ │ │ │ ├── document-open-symbolic.svg │ │ │ │ ├── document-page-setup-symbolic.svg │ │ │ │ ├── document-print-preview-symbolic.svg │ │ │ │ ├── document-print-symbolic.svg │ │ │ │ ├── document-properties-symbolic.svg │ │ │ │ ├── document-revert-rtl-symbolic.svg │ │ │ │ ├── document-revert-symbolic-rtl.svg │ │ │ │ ├── document-revert-symbolic.svg │ │ │ │ ├── document-save-as-symbolic.svg │ │ │ │ ├── document-save-symbolic.svg │ │ │ │ ├── document-send-symbolic.svg │ │ │ │ ├── drag-handle-symbolic.svg │ │ │ │ ├── edit-clear-all-symbolic.svg │ │ │ │ ├── edit-clear-rtl-symbolic.svg │ │ │ │ ├── edit-clear-symbolic-rtl.svg │ │ │ │ ├── edit-clear-symbolic.svg │ │ │ │ ├── edit-copy-symbolic.svg │ │ │ │ ├── edit-cut-symbolic.svg │ │ │ │ ├── edit-delete-symbolic.svg │ │ │ │ ├── edit-find-replace-symbolic.svg │ │ │ │ ├── edit-find-symbolic.svg │ │ │ │ ├── edit-flag-symbolic.svg │ │ │ │ ├── edit-paste-symbolic.svg │ │ │ │ ├── edit-redo-rtl-symbolic.svg │ │ │ │ ├── edit-redo-symbolic-rtl.svg │ │ │ │ ├── edit-redo-symbolic.svg │ │ │ │ ├── edit-select-all-symbolic.svg │ │ │ │ ├── edit-select-symbolic.svg │ │ │ │ ├── edit-symbolic.svg │ │ │ │ ├── edit-tag-symbolic.svg │ │ │ │ ├── edit-undo-rtl-symbolic.svg │ │ │ │ ├── edit-undo-symbolic-rtl.svg │ │ │ │ ├── edit-undo-symbolic.svg │ │ │ │ ├── emblem-synchronizing-symbolic.svg │ │ │ │ ├── ephy-bookmark-tag-symbolic.svg │ │ │ │ ├── ephy-bookmarks-symbolic.svg │ │ │ │ ├── ephy-reader-mode-symbolic.svg │ │ │ │ ├── error-correct-symbolic.svg │ │ │ │ ├── expand-all-symbolic.svg │ │ │ │ ├── explore2-symbolic.svg │ │ │ │ ├── export-symbolic.svg │ │ │ │ ├── extension-symbolic.svg │ │ │ │ ├── external-link-symbolic.svg │ │ │ │ ├── extract-archive-symbolic.svg │ │ │ │ ├── eye-not-looking-symbolic.svg │ │ │ │ ├── eye-open-negative-filled-symbolic.svg │ │ │ │ ├── favorite-new-symbolic.svg │ │ │ │ ├── fcitx-fullwidth-active-symbolic.svg │ │ │ │ ├── fcitx-fullwidth-inactive-symbolic.svg │ │ │ │ ├── fcitx-kbd-symbolic.svg │ │ │ │ ├── fcitx-punc-active-symbolic.svg │ │ │ │ ├── fcitx-punc-inactive-symbolic.svg │ │ │ │ ├── fcitx-vk-active-symbolic.svg │ │ │ │ ├── fcitx-vk-inactive-symbolic.svg │ │ │ │ ├── file-catalog-symbolic.svg │ │ │ │ ├── file-library-symbolic.svg │ │ │ │ ├── file-search-symbolic.svg │ │ │ │ ├── filter-symbolic.svg │ │ │ │ ├── find-location-symbolic.svg │ │ │ │ ├── flag-outline-thin-symbolic.svg │ │ │ │ ├── flag-symbolic.svg │ │ │ │ ├── focus-legacy-systray-symbolic.svg │ │ │ │ ├── focus-top-bar-symbolic.svg │ │ │ │ ├── focus-windows-symbolic.svg │ │ │ │ ├── folder-new-symbolic.svg │ │ │ │ ├── font-color-symbolic.svg │ │ │ │ ├── font-select-symbolic.svg │ │ │ │ ├── font-size-symbolic.svg │ │ │ │ ├── format-indent-less-rtl-symbolic.svg │ │ │ │ ├── format-indent-less-symbolic-rtl.svg │ │ │ │ ├── format-indent-less-symbolic.svg │ │ │ │ ├── format-indent-more-rtl-symbolic.svg │ │ │ │ ├── format-indent-more-symbolic-rtl.svg │ │ │ │ ├── format-indent-more-symbolic.svg │ │ │ │ ├── format-justify-center-symbolic.svg │ │ │ │ ├── format-justify-fill-symbolic.svg │ │ │ │ ├── format-justify-left-symbolic.svg │ │ │ │ ├── format-justify-right-symbolic.svg │ │ │ │ ├── format-ordered-list-symbolic-rtl.svg │ │ │ │ ├── format-ordered-list-symbolic.svg │ │ │ │ ├── format-text-bold-es-symbolic.svg │ │ │ │ ├── format-text-bold-fr-symbolic.svg │ │ │ │ ├── format-text-bold-symbolic.svg │ │ │ │ ├── format-text-clear-formatting-symbolic.svg │ │ │ │ ├── format-text-direction-ltr-symbolic.svg │ │ │ │ ├── format-text-direction-rtl-symbolic.svg │ │ │ │ ├── format-text-direction-symbolic-rtl.svg │ │ │ │ ├── format-text-direction-symbolic.svg │ │ │ │ ├── format-text-italic-es-symbolic.svg │ │ │ │ ├── format-text-italic-symbolic.svg │ │ │ │ ├── format-text-larger-symbolic.svg │ │ │ │ ├── format-text-remove-formatting-symbolic.svg │ │ │ │ ├── format-text-remove-symbolic.svg │ │ │ │ ├── format-text-smaller-symbolic.svg │ │ │ │ ├── format-text-strikethrough-fr-symbolic.svg │ │ │ │ ├── format-text-strikethrough-symbolic.svg │ │ │ │ ├── format-text-underline-fr-symbolic.svg │ │ │ │ ├── format-text-underline-symbolic.svg │ │ │ │ ├── format-toolbar-toggle-symbolic.svg │ │ │ │ ├── format-unordered-list-symbolic-rtl.svg │ │ │ │ ├── format-unordered-list-symbolic.svg │ │ │ │ ├── forward-rtl-symbolic.svg │ │ │ │ ├── forward-symbolic.svg │ │ │ │ ├── globe-symbolic.svg │ │ │ │ ├── go-bottom-symbolic.svg │ │ │ │ ├── go-down-symbolic.svg │ │ │ │ ├── go-first-rtl-symbolic.svg │ │ │ │ ├── go-first-symbolic-rtl.svg │ │ │ │ ├── go-first-symbolic.svg │ │ │ │ ├── go-home-symbolic.svg │ │ │ │ ├── go-jump-rtl-symbolic.svg │ │ │ │ ├── go-jump-symbolic-rtl.svg │ │ │ │ ├── go-jump-symbolic.svg │ │ │ │ ├── go-last-rtl-symbolic.svg │ │ │ │ ├── go-last-symbolic-rtl.svg │ │ │ │ ├── go-last-symbolic.svg │ │ │ │ ├── go-next-rtl-symbolic.svg │ │ │ │ ├── go-next-symbolic-rtl.svg │ │ │ │ ├── go-next-symbolic.svg │ │ │ │ ├── go-previous-context.svg │ │ │ │ ├── go-previous-rtl-symbolic.svg │ │ │ │ ├── go-previous-symbolic-rtl.svg │ │ │ │ ├── go-previous-symbolic.svg │ │ │ │ ├── go-top-symbolic.svg │ │ │ │ ├── go-up-symbolic.svg │ │ │ │ ├── graveyard-symbolic.svg │ │ │ │ ├── gtk-about-symbolic.svg │ │ │ │ ├── heart-filled-symbolic.svg │ │ │ │ ├── help-about-symbolic.svg │ │ │ │ ├── help-contents-symbolic.svg │ │ │ │ ├── help-info-symbolic.svg │ │ │ │ ├── histogram-symbolic.svg │ │ │ │ ├── image-crop-symbolic.svg │ │ │ │ ├── image-denoise-symbolic.svg │ │ │ │ ├── image-filter-symbolic.svg │ │ │ │ ├── image-flip-horizontal-symbolic.svg │ │ │ │ ├── image-flip-vertical-symbolic.svg │ │ │ │ ├── image-invert-symbolic.svg │ │ │ │ ├── image-navigator-symbolic.svg │ │ │ │ ├── image-red-eye-symbolic.svg │ │ │ │ ├── image-resize-symbolic.svg │ │ │ │ ├── image-rotate-left-symbolic.svg │ │ │ │ ├── image-rotate-right-symbolic.svg │ │ │ │ ├── image-rotate-symbolic.svg │ │ │ │ ├── image-sharpen-symbolic.svg │ │ │ │ ├── image-straighten-symbolic.svg │ │ │ │ ├── inbox-symbolic.svg │ │ │ │ ├── insert-emoticon-symbolic.svg │ │ │ │ ├── insert-image-symbolic.svg │ │ │ │ ├── insert-link-symbolic.svg │ │ │ │ ├── insert-object-symbolic.svg │ │ │ │ ├── insert-text-symbolic.svg │ │ │ │ ├── keyboard-caps-lock-filled-symbolic.svg │ │ │ │ ├── keyboard-enter-symbolic.svg │ │ │ │ ├── keyboard-hide-symbolic.svg │ │ │ │ ├── keyboard-layout-filled-symbolic.svg │ │ │ │ ├── keyboard-shift-filled-symbolic.svg │ │ │ │ ├── link-symbolic.svg │ │ │ │ ├── list-add-symbolic.svg │ │ │ │ ├── list-edit-symbolic.svg │ │ │ │ ├── list-remove-all-symbolic.svg │ │ │ │ ├── list-remove-symbolic.svg │ │ │ │ ├── location-symbolic.svg │ │ │ │ ├── mail-archive-symbolic.svg │ │ │ │ ├── mail-attachment-symbolic.svg │ │ │ │ ├── mail-drafts-symbolic-rtl.svg │ │ │ │ ├── mail-drafts-symbolic.svg │ │ │ │ ├── mail-flag-symbolic.svg │ │ │ │ ├── mail-forward-rtl-symbolic.svg │ │ │ │ ├── mail-forward-symbolic-rtl.svg │ │ │ │ ├── mail-forward-symbolic.svg │ │ │ │ ├── mail-inbox-symbolic.svg │ │ │ │ ├── mail-mark-important-symbolic.svg │ │ │ │ ├── mail-mark-junk-symbolic.svg │ │ │ │ ├── mail-mark-notjunk-symbolic.svg │ │ │ │ ├── mail-mark-read-symbolic.svg │ │ │ │ ├── mail-mark-unread-symbolic.svg │ │ │ │ ├── mail-message-new-symbolic.svg │ │ │ │ ├── mail-move-symbolic.svg │ │ │ │ ├── mail-outbox-symbolic.svg │ │ │ │ ├── mail-reply-all-symbolic-rtl.svg │ │ │ │ ├── mail-reply-all-symbolic.svg │ │ │ │ ├── mail-reply-rtl-symbolic.svg │ │ │ │ ├── mail-reply-sender-rtl-symbolic.svg │ │ │ │ ├── mail-reply-sender-symbolic-rtl.svg │ │ │ │ ├── mail-reply-sender-symbolic.svg │ │ │ │ ├── mail-reply-symbolic.svg │ │ │ │ ├── mail-send-receive-symbolic.svg │ │ │ │ ├── mail-send-symbolic-rtl.svg │ │ │ │ ├── mail-send-symbolic.svg │ │ │ │ ├── mail-sent-symbolic-rtl.svg │ │ │ │ ├── mail-sent-symbolic.svg │ │ │ │ ├── mail-spam-symbolic.svg │ │ │ │ ├── map-symbolic.svg │ │ │ │ ├── mark-location-symbolic.svg │ │ │ │ ├── marker-symbolic.svg │ │ │ │ ├── media-eject-symbolic.svg │ │ │ │ ├── media-eq-symbolic.svg │ │ │ │ ├── media-mount-symbolic.svg │ │ │ │ ├── media-playback-pause-symbolic.svg │ │ │ │ ├── media-playback-play-pause-symbolic.svg │ │ │ │ ├── media-playback-start-rtl-symbolic.svg │ │ │ │ ├── media-playback-start-symbolic-rtl.svg │ │ │ │ ├── media-playback-start-symbolic.svg │ │ │ │ ├── media-playback-stop-symbolic.svg │ │ │ │ ├── media-playlist-no-repeat-symbolic.svg │ │ │ │ ├── media-playlist-repeat-once-symbolic.svg │ │ │ │ ├── media-playlist-repeat-one-symbolic.svg │ │ │ │ ├── media-playlist-repeat-song-symbolic.svg │ │ │ │ ├── media-playlist-repeat-symbolic.svg │ │ │ │ ├── media-playlist-shuffle-symbolic.svg │ │ │ │ ├── media-record-symbolic.svg │ │ │ │ ├── media-seek-backward-rtl-symbolic.svg │ │ │ │ ├── media-seek-backward-symbolic-rtl.svg │ │ │ │ ├── media-seek-backward-symbolic.svg │ │ │ │ ├── media-seek-forward-rtl-symbolic.svg │ │ │ │ ├── media-seek-forward-symbolic-rtl.svg │ │ │ │ ├── media-seek-forward-symbolic.svg │ │ │ │ ├── media-skip-backward-rtl-symbolic.svg │ │ │ │ ├── media-skip-backward-symbolic-rtl.svg │ │ │ │ ├── media-skip-backward-symbolic.svg │ │ │ │ ├── media-skip-forward-rtl-symbolic.svg │ │ │ │ ├── media-skip-forward-symbolic-rtl.svg │ │ │ │ ├── media-skip-forward-symbolic.svg │ │ │ │ ├── media-view-subtitles-symbolic.svg │ │ │ │ ├── message-indicator-symbolic.svg │ │ │ │ ├── money-none-symbolic.svg │ │ │ │ ├── money-symbolic.svg │ │ │ │ ├── mount-archive-symbolic.svg │ │ │ │ ├── multimedia-equalizer-symbolic.svg │ │ │ │ ├── nemo-auto-arrange-symbolic.svg │ │ │ │ ├── nemo-desktop-scale-symbolic.svg │ │ │ │ ├── nemo-horizontal-layout-symbolic.svg │ │ │ │ ├── nemo-horizontal-layout-wide-symbolic.svg │ │ │ │ ├── nemo-recursive-search-symbolic.svg │ │ │ │ ├── nemo-vertical-layout-symbolic.svg │ │ │ │ ├── nemo-vertical-layout-wide-symbolic.svg │ │ │ │ ├── new-star-symbolic.svg │ │ │ │ ├── non-starred-symbolic.svg │ │ │ │ ├── notification-alert-symbolic.svg │ │ │ │ ├── nudity-none-symbolic.svg │ │ │ │ ├── nudity-symbolic.svg │ │ │ │ ├── num-lock-off-symbolic.svg │ │ │ │ ├── num-lock-symbolic.svg │ │ │ │ ├── object-flip-horizontal-symbolic.svg │ │ │ │ ├── object-flip-vertical-symbolic.svg │ │ │ │ ├── object-group-symbolic.svg │ │ │ │ ├── object-inverse-symbolic.svg │ │ │ │ ├── object-merge-symbolic.svg │ │ │ │ ├── object-move-symbolic.svg │ │ │ │ ├── object-rotate-left-symbolic.svg │ │ │ │ ├── object-rotate-right-symbolic.svg │ │ │ │ ├── object-select-symbolic.svg │ │ │ │ ├── object-straighten-symbolic.svg │ │ │ │ ├── object-ungroup-symbolic.svg │ │ │ │ ├── open-menu-symbolic.svg │ │ │ │ ├── outbox-symbolic.svg │ │ │ │ ├── padlock-open-symbolic.svg │ │ │ │ ├── palette-symbolic.svg │ │ │ │ ├── pan-down-symbolic.svg │ │ │ │ ├── pan-end-symbolic-rtl.svg │ │ │ │ ├── pan-end-symbolic.svg │ │ │ │ ├── pan-start-symbolic-rtl.svg │ │ │ │ ├── pan-start-symbolic.svg │ │ │ │ ├── pan-up-symbolic.svg │ │ │ │ ├── pane-hide-symbolic-rtl.svg │ │ │ │ ├── pane-hide-symbolic.svg │ │ │ │ ├── pane-show-symbolic-rtl.svg │ │ │ │ ├── pane-show-symbolic.svg │ │ │ │ ├── path-break-apart-symbolic.svg │ │ │ │ ├── path-combine-symbolic.svg │ │ │ │ ├── path-difference-symbolic.svg │ │ │ │ ├── path-division-symbolic.svg │ │ │ │ ├── path-exclusion-symbolic.svg │ │ │ │ ├── path-intersection-symbolic.svg │ │ │ │ ├── path-union-symbolic.svg │ │ │ │ ├── phonelink-ring-symbolic.svg │ │ │ │ ├── pin-symbolic.svg │ │ │ │ ├── pointer-double-click-symbolic.svg │ │ │ │ ├── pointer-drag-symbolic.svg │ │ │ │ ├── pointer-primary-click-symbolic.svg │ │ │ │ ├── pointer-secondary-click-symbolic.svg │ │ │ │ ├── process-stop-symbolic.svg │ │ │ │ ├── pub-symbolic.svg │ │ │ │ ├── qrscanner-symbolic.svg │ │ │ │ ├── reply-all-rtl-symbolic.svg │ │ │ │ ├── reply-all-symbolic-rtl.svg │ │ │ │ ├── reply-all-symbolic.svg │ │ │ │ ├── reply-rtl-symbolic.svg │ │ │ │ ├── reply-symbolic.svg │ │ │ │ ├── safety-symbolic.svg │ │ │ │ ├── scan-type-adf-symbolic.svg │ │ │ │ ├── scan-type-batch-symbolic.svg │ │ │ │ ├── screen-rotate-auto-off-symbolic.svg │ │ │ │ ├── screen-rotate-auto-on-symbolic.svg │ │ │ │ ├── screensaver-switch-users-symbolic.svg │ │ │ │ ├── screensaver-unlock-symbolic.svg │ │ │ │ ├── search-symbolic.svg │ │ │ │ ├── selection-bottom-symbolic.svg │ │ │ │ ├── selection-end-symbolic-rtl.svg │ │ │ │ ├── selection-end-symbolic.svg │ │ │ │ ├── selection-lower-symbolic.svg │ │ │ │ ├── selection-raise-symbolic.svg │ │ │ │ ├── selection-start-symbolic-rtl.svg │ │ │ │ ├── selection-start-symbolic.svg │ │ │ │ ├── selection-symbolic.svg │ │ │ │ ├── selection-top-symbolic.svg │ │ │ │ ├── semi-starred-symbolic-rtl.svg │ │ │ │ ├── semi-starred-symbolic.svg │ │ │ │ ├── send-to-symbolic.svg │ │ │ │ ├── sidebar-hide-symbolic.svg │ │ │ │ ├── sidebar-places-symbolic.svg │ │ │ │ ├── sidebar-show-symbolic.svg │ │ │ │ ├── sidebar-tree-symbolic.svg │ │ │ │ ├── sign-language-symbolic.svg │ │ │ │ ├── sms-symbolic.svg │ │ │ │ ├── spam-symbolic.svg │ │ │ │ ├── special-effects-symbolic.svg │ │ │ │ ├── star-new-symbolic.svg │ │ │ │ ├── starred-symbolic.svg │ │ │ │ ├── stopwatch-symbolic.svg │ │ │ │ ├── strong-language-none-symbolic.svg │ │ │ │ ├── strong-language-symbolic.svg │ │ │ │ ├── system-hibernate-symbolic.svg │ │ │ │ ├── system-lock-screen-symbolic.svg │ │ │ │ ├── system-log-out-symbolic.svg │ │ │ │ ├── system-reboot-symbolic.svg │ │ │ │ ├── system-restart-symbolic.svg │ │ │ │ ├── system-run-symbolic.svg │ │ │ │ ├── system-search-symbolic.svg │ │ │ │ ├── system-shutdown-symbolic.svg │ │ │ │ ├── system-suspend-symbolic.svg │ │ │ │ ├── system-switch-user-symbolic.svg │ │ │ │ ├── tab-new-symbolic.svg │ │ │ │ ├── tag-new-symbolic.svg │ │ │ │ ├── tag-symbolic-rtl.svg │ │ │ │ ├── tag-symbolic.svg │ │ │ │ ├── test-pass-symbolic.svg │ │ │ │ ├── timer-symbolic.svg │ │ │ │ ├── tools-check-spelling-symbolic.svg │ │ │ │ ├── tools-symbolic.svg │ │ │ │ ├── tools-timer-symbolic.svg │ │ │ │ ├── twitter-dm-symbolic.svg │ │ │ │ ├── twitter-home-symbolic.svg │ │ │ │ ├── twitter-mentions-symbolic.svg │ │ │ │ ├── twitter-profile-symbolic.svg │ │ │ │ ├── unpin-symbolic.svg │ │ │ │ ├── value-decrease-symbolic.svg │ │ │ │ ├── value-increase-symbolic.svg │ │ │ │ ├── view-app-grid-symbolic.svg │ │ │ │ ├── view-bottom-pane-symbolic.svg │ │ │ │ ├── view-column-symbolic.svg │ │ │ │ ├── view-compact-symbolic.svg │ │ │ │ ├── view-conceal-symbolic.svg │ │ │ │ ├── view-continuous-symbolic.svg │ │ │ │ ├── view-coverflow-symbolic.svg │ │ │ │ ├── view-dual-symbolic.svg │ │ │ │ ├── view-filter-rtl-symbolic.svg │ │ │ │ ├── view-filter-symbolic-rtl.svg │ │ │ │ ├── view-filter-symbolic.svg │ │ │ │ ├── view-fullscreen-symbolic.svg │ │ │ │ ├── view-grid-symbolic.svg │ │ │ │ ├── view-left-pane-symbolic-rtl.svg │ │ │ │ ├── view-left-pane-symbolic.svg │ │ │ │ ├── view-list-bullet-symbolic.svg │ │ │ │ ├── view-list-compact-symbolic.svg │ │ │ │ ├── view-list-images-symbolic.svg │ │ │ │ ├── view-list-ordered-symbolic.svg │ │ │ │ ├── view-list-symbolic.svg │ │ │ │ ├── view-list-video-symbolic.svg │ │ │ │ ├── view-mirror-symbolic.svg │ │ │ │ ├── view-more-horizontal-symbolic.svg │ │ │ │ ├── view-more-symbolic.svg │ │ │ │ ├── view-paged-symbolic.svg │ │ │ │ ├── view-pin-symbolic.svg │ │ │ │ ├── view-presentation-symbolic.svg │ │ │ │ ├── view-private-symbolic.svg │ │ │ │ ├── view-refresh-symbolic.svg │ │ │ │ ├── view-restore-symbolic.svg │ │ │ │ ├── view-reveal-symbolic.svg │ │ │ │ ├── view-right-pane-symbolic-rtl.svg │ │ │ │ ├── view-right-pane-symbolic.svg │ │ │ │ ├── view-sidebar-end-symbolic.svg │ │ │ │ ├── view-sidebar-start-symbolic.svg │ │ │ │ ├── view-sidebar-symbolic.svg │ │ │ │ ├── view-sort-ascending-symbolic.svg │ │ │ │ ├── view-sort-descending-symbolic.svg │ │ │ │ ├── view-tasks-all-symbolic.svg │ │ │ │ ├── view-tasks-today-symbolic.svg │ │ │ │ ├── view-tasks-unscheduled-symbolic.svg │ │ │ │ ├── view-tasks-week-symbolic.svg │ │ │ │ ├── view-top-pane-symbolic.svg │ │ │ │ ├── view-zoom-fit-height-symbolic.svg │ │ │ │ ├── view-zoom-fit-symbolic.svg │ │ │ │ ├── view-zoom-fit-width-symbolic.svg │ │ │ │ ├── view-zoom-in-symbolic.svg │ │ │ │ ├── view-zoom-original-symbolic.svg │ │ │ │ ├── view-zoom-out-symbolic.svg │ │ │ │ ├── violence-none-symbolic.svg │ │ │ │ ├── violence-symbolic.svg │ │ │ │ ├── window-close-symbolic.svg │ │ │ │ ├── window-keep-above-symbolic.svg │ │ │ │ ├── window-keep-below-symbolic.svg │ │ │ │ ├── window-maximize-symbolic-rtl.svg │ │ │ │ ├── window-maximize-symbolic.svg │ │ │ │ ├── window-minimize-symbolic.svg │ │ │ │ ├── window-new-symbolic.svg │ │ │ │ ├── window-pin-symbolic.svg │ │ │ │ ├── window-pop-out-symbolic.svg │ │ │ │ ├── window-restore-symbolic-rtl.svg │ │ │ │ ├── window-restore-symbolic.svg │ │ │ │ ├── window-shade-symbolic.svg │ │ │ │ ├── window-symbolic.svg │ │ │ │ ├── window-unpin-symbolic.svg │ │ │ │ ├── window-unshade-symbolic.svg │ │ │ │ ├── xapp-annotations-squiggly-symbolic.svg │ │ │ │ ├── xapp-annotations-text-symbolic.svg │ │ │ │ ├── xapp-diaporama-symbolic.svg │ │ │ │ ├── xapp-favorite-symbolic.svg │ │ │ │ ├── xapp-format-text-highlight-symbolic.svg │ │ │ │ ├── xapp-go-history-next-symbolic-rtl.svg │ │ │ │ ├── xapp-go-history-next-symbolic.svg │ │ │ │ ├── xapp-go-history-previous-symbolic-rtl.svg │ │ │ │ ├── xapp-go-history-previous-symbolic.svg │ │ │ │ ├── xapp-pin-symbolic.svg │ │ │ │ ├── xapp-search-entire-word-symbolic.svg │ │ │ │ ├── xapp-search-wrap-symbolic.svg │ │ │ │ ├── xapp-text-case-symbolic.svg │ │ │ │ ├── xapp-unfavorite-symbolic.svg │ │ │ │ ├── xapp-unpin-symbolic.svg │ │ │ │ ├── xapp-use-regex-symbolic.svg │ │ │ │ ├── zoom-fit-best-symbolic.svg │ │ │ │ ├── zoom-in-symbolic.svg │ │ │ │ ├── zoom-original-symbolic.svg │ │ │ │ └── zoom-out-symbolic.svg │ │ │ │ ├── apps │ │ │ │ ├── accessories-calculator-symbolic.svg │ │ │ │ ├── accessories-camera-symbolic.svg │ │ │ │ ├── accessories-character-map-symbolic.svg │ │ │ │ ├── accessories-dictionary-symbolic.svg │ │ │ │ ├── accessories-screenshot-symbolic.svg │ │ │ │ ├── accessories-text-editor-symbolic.svg │ │ │ │ ├── address-book-app-symbolic.svg │ │ │ │ ├── amazon-store-symbolic.svg │ │ │ │ ├── applets-screenshooter-symbolic.svg │ │ │ │ ├── application-x-executable-symbolic.svg │ │ │ │ ├── applications-system-symbolic.svg │ │ │ │ ├── apport-symbolic.svg │ │ │ │ ├── aptdaemon-download-symbolic.svg │ │ │ │ ├── atom-symbolic.svg │ │ │ │ ├── backups-app-symbolic.svg │ │ │ │ ├── baobab-symbolic.svg │ │ │ │ ├── bash-symbolic.svg │ │ │ │ ├── bijiben-symbolic.svg │ │ │ │ ├── builder-symbolic.svg │ │ │ │ ├── ca.desrt.dconf-editor-symbolic.svg │ │ │ │ ├── calculator-app-symbolic.svg │ │ │ │ ├── calendar-app-symbolic.svg │ │ │ │ ├── calendar-symbolic.svg │ │ │ │ ├── camera-app-symbolic.svg │ │ │ │ ├── cheese-symbolic.svg │ │ │ │ ├── chromium-browser-symbolic.svg │ │ │ │ ├── clock-app-symbolic.svg │ │ │ │ ├── clock-applet-symbolic.svg │ │ │ │ ├── com.github.bilelmoussaoui.Authenticator-symbolic.svg │ │ │ │ ├── config-language-symbolic.svg │ │ │ │ ├── configurator-app-symbolic.svg │ │ │ │ ├── dconf-editor-symbolic.svg │ │ │ │ ├── deja-dup-symbolic.svg │ │ │ │ ├── disk-usage-app-symbolic.svg │ │ │ │ ├── disk-utility-app-symbolic.svg │ │ │ │ ├── documents-app-symbolic.svg │ │ │ │ ├── docviewer-app-symbolic.svg │ │ │ │ ├── dropbox-symbolic.svg │ │ │ │ ├── ebook-reader-app-symbolic.svg │ │ │ │ ├── empathy-symbolic.svg │ │ │ │ ├── eog-symbolic.svg │ │ │ │ ├── error-app-symbolic.svg │ │ │ │ ├── evince-symbolic.svg │ │ │ │ ├── evolution-symbolic.svg │ │ │ │ ├── extensions-symbolic.svg │ │ │ │ ├── file-roller-symbolic.svg │ │ │ │ ├── filemanager-app-symbolic.svg │ │ │ │ ├── firefox-symbolic.svg │ │ │ │ ├── fusion-icon-symbolic.svg │ │ │ │ ├── gallery-app-symbolic.svg │ │ │ │ ├── games-app-symbolic.svg │ │ │ │ ├── gedit-symbolic.svg │ │ │ │ ├── gksu-root-terminal-symbolic.svg │ │ │ │ ├── gnome-aisleriot-symbolic.svg │ │ │ │ ├── gnome-books-symbolic.svg │ │ │ │ ├── gnome-calculator-symbolic.svg │ │ │ │ ├── gnome-calendar-symbolic.svg │ │ │ │ ├── gnome-characters-symbolic.svg │ │ │ │ ├── gnome-clocks-symbolic.svg │ │ │ │ ├── gnome-contacts-symbolic.svg │ │ │ │ ├── gnome-control-center-symbolic.svg │ │ │ │ ├── gnome-disks-state-standby-symbolic.svg │ │ │ │ ├── gnome-disks-symbolic.svg │ │ │ │ ├── gnome-documents-symbolic.svg │ │ │ │ ├── gnome-help-symbolic.svg │ │ │ │ ├── gnome-logs-symbolic.svg │ │ │ │ ├── gnome-mahjongg-symbolic.svg │ │ │ │ ├── gnome-maps-symbolic.svg │ │ │ │ ├── gnome-mines-symbolic.svg │ │ │ │ ├── gnome-music-symbolic.svg │ │ │ │ ├── gnome-photos-symbolic.svg │ │ │ │ ├── gnome-power-manager-symbolic.svg │ │ │ │ ├── gnome-screenshot-symbolic.svg │ │ │ │ ├── gnome-software-symbolic.svg │ │ │ │ ├── gnome-sudoku-symbolic.svg │ │ │ │ ├── gnome-system-monitor-symbolic.svg │ │ │ │ ├── gnome-terminal-symbolic.svg │ │ │ │ ├── gnome-tweak-tool-symbolic.svg │ │ │ │ ├── gnome-usage-symbolic.svg │ │ │ │ ├── gnome-weather-symbolic.svg │ │ │ │ ├── goa-panel-symbolic.svg │ │ │ │ ├── google-chrome-symbolic.svg │ │ │ │ ├── help-app-symbolic.svg │ │ │ │ ├── help-browser-symbolic.svg │ │ │ │ ├── help-contents-symbolic.svg │ │ │ │ ├── help-faq-symbolic.svg │ │ │ │ ├── help-symbolic.svg │ │ │ │ ├── image-viewer-app-symbolic.svg │ │ │ │ ├── image-viewer-symbolic.svg │ │ │ │ ├── inkscape-symbolic.svg │ │ │ │ ├── internet-chat-symbolic.svg │ │ │ │ ├── internet-mail-symbolic.svg │ │ │ │ ├── internet-news-reader-symbolic.svg │ │ │ │ ├── internet-web-browser-symbolic.svg │ │ │ │ ├── io.github.seadve.Kooha-symbolic.svg │ │ │ │ ├── jockey-symbolic.svg │ │ │ │ ├── libreoffice-base-symbolic.svg │ │ │ │ ├── libreoffice-calc-symbolic.svg │ │ │ │ ├── libreoffice-draw-symbolic.svg │ │ │ │ ├── libreoffice-impress-symbolic.svg │ │ │ │ ├── libreoffice-main-symbolic.svg │ │ │ │ ├── libreoffice-math-symbolic.svg │ │ │ │ ├── libreoffice-writer-symbolic.svg │ │ │ │ ├── log-viewer-app-symbolic.svg │ │ │ │ ├── logviewer-symbolic.svg │ │ │ │ ├── mail-app-symbolic.svg │ │ │ │ ├── mail-archive-symbolic.svg │ │ │ │ ├── maps-app-symbolic.svg │ │ │ │ ├── media-eq-symbolic.svg │ │ │ │ ├── mediaplayer-app-symbolic.svg │ │ │ │ ├── messaging-app-symbolic.svg │ │ │ │ ├── multimedia-audio-player-symbolic.svg │ │ │ │ ├── multimedia-equalizer-symbolic.svg │ │ │ │ ├── multimedia-photo-manager-symbolic.svg │ │ │ │ ├── multimedia-photo-viewer-symbolic.svg │ │ │ │ ├── multimedia-video-player-symbolic.svg │ │ │ │ ├── multimedia-volume-control-symbolic.svg │ │ │ │ ├── music-app-symbolic.svg │ │ │ │ ├── nautilus-symbolic.svg │ │ │ │ ├── notes-app-symbolic.svg │ │ │ │ ├── office-address-book-symbolic.svg │ │ │ │ ├── office-addressbook-symbolic.svg │ │ │ │ ├── office-calendar-symbolic.svg │ │ │ │ ├── org.gnome.ArchiveManager-symbolic.svg │ │ │ │ ├── org.gnome.Bijiben-symbolic.svg │ │ │ │ ├── org.gnome.Books-symbolic.svg │ │ │ │ ├── org.gnome.Boxes-symbolic.svg │ │ │ │ ├── org.gnome.Calculator-symbolic.svg │ │ │ │ ├── org.gnome.Calendar-symbolic.svg │ │ │ │ ├── org.gnome.Characters-symbolic.svg │ │ │ │ ├── org.gnome.Cheese-symbolic.svg │ │ │ │ ├── org.gnome.Clocks-symbolic.svg │ │ │ │ ├── org.gnome.Contacts-symbolic.svg │ │ │ │ ├── org.gnome.DejaDup-symbolic.svg │ │ │ │ ├── org.gnome.DiskUtility-symbolic.svg │ │ │ │ ├── org.gnome.Disks-symbolic.svg │ │ │ │ ├── org.gnome.Documents-symbolic.svg │ │ │ │ ├── org.gnome.Empathy-symbolic.svg │ │ │ │ ├── org.gnome.Epiphany-symbolic.svg │ │ │ │ ├── org.gnome.Evince-symbolic.svg │ │ │ │ ├── org.gnome.Evolution-symbolic.svg │ │ │ │ ├── org.gnome.Extensions-symbolic.svg │ │ │ │ ├── org.gnome.Fractal-symbolic.svg │ │ │ │ ├── org.gnome.Games-symbolic.svg │ │ │ │ ├── org.gnome.Geary-symbolic.svg │ │ │ │ ├── org.gnome.Gedit-symbolic.svg │ │ │ │ ├── org.gnome.Logs-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-artists-list-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-equalizer-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-gradio-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-play-queue-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-sidebar-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-spotify-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-suggestions-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-tag-list-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-tag-symbolic.svg │ │ │ │ ├── org.gnome.Lollypop-unplayed-albums-symbolic.svg │ │ │ │ ├── org.gnome.Mahjongg-symbolic.svg │ │ │ │ ├── org.gnome.Maps-symbolic.svg │ │ │ │ ├── org.gnome.Mines-symbolic.svg │ │ │ │ ├── org.gnome.Music-symbolic.svg │ │ │ │ ├── org.gnome.Nautilus-symbolic.svg │ │ │ │ ├── org.gnome.Notes-symbolic.svg │ │ │ │ ├── org.gnome.Photos-symbolic.svg │ │ │ │ ├── org.gnome.Podcasts-symbolic.svg │ │ │ │ ├── org.gnome.Polari-symbolic.svg │ │ │ │ ├── org.gnome.PowerStats-symbolic.svg │ │ │ │ ├── org.gnome.Rhythmbox-symbolic.svg │ │ │ │ ├── org.gnome.Screenshot-symbolic.svg │ │ │ │ ├── org.gnome.Settings-multitasking-symbolic.svg │ │ │ │ ├── org.gnome.Settings-symbolic.svg │ │ │ │ ├── org.gnome.Shell.Extensions-symbolic.svg │ │ │ │ ├── org.gnome.SimpleScan-symbolic.svg │ │ │ │ ├── org.gnome.Software-symbolic.svg │ │ │ │ ├── org.gnome.Sudoku-symbolic.svg │ │ │ │ ├── org.gnome.SystemMonitor-symbolic.svg │ │ │ │ ├── org.gnome.Terminal-symbolic.svg │ │ │ │ ├── org.gnome.Todo-symbolic.svg │ │ │ │ ├── org.gnome.Totem-symbolic.svg │ │ │ │ ├── org.gnome.Tweaks-symbolic.svg │ │ │ │ ├── org.gnome.Usage-symbolic.svg │ │ │ │ ├── org.gnome.Weather-symbolic.svg │ │ │ │ ├── org.gnome.Weather.Application-symbolic.svg │ │ │ │ ├── org.gnome.Yelp-symbolic.svg │ │ │ │ ├── org.gnome.baobab-symbolic.svg │ │ │ │ ├── org.gnome.bijiben-symbolic.svg │ │ │ │ ├── org.gnome.clocks-symbolic.svg │ │ │ │ ├── org.gnome.eog-symbolic.svg │ │ │ │ ├── org.gnome.gedit-symbolic.svg │ │ │ │ ├── org.gnome.seahorse.Application-symbolic.svg │ │ │ │ ├── org.gnome.tweaks-symbolic.svg │ │ │ │ ├── org.inkscape.Inkscape-symbolic.svg │ │ │ │ ├── packages-app-symbolic.svg │ │ │ │ ├── password-manager-symbolic.svg │ │ │ │ ├── passwords-app-symbolic.svg │ │ │ │ ├── podcasts-app-symbolic.svg │ │ │ │ ├── power-statistics-symbolic.svg │ │ │ │ ├── preferences-bluetooth-symbolic.svg │ │ │ │ ├── preferences-color-symbolic.svg │ │ │ │ ├── preferences-desktop-accessibility-symbolic.svg │ │ │ │ ├── preferences-desktop-apps-symbolic.svg │ │ │ │ ├── preferences-desktop-default-applications-symbolic.svg │ │ │ │ ├── preferences-desktop-display-symbolic.svg │ │ │ │ ├── preferences-desktop-font-symbolic.svg │ │ │ │ ├── preferences-desktop-keyboard-shortcuts-symbolic.svg │ │ │ │ ├── preferences-desktop-keyboard-symbolic.svg │ │ │ │ ├── preferences-desktop-locale-symbolic.svg │ │ │ │ ├── preferences-desktop-online-accounts-symbolic.svg │ │ │ │ ├── preferences-desktop-remote-desktop-symbolic.svg │ │ │ │ ├── preferences-desktop-screensaver-symbolic.svg │ │ │ │ ├── preferences-desktop-sharing-symbolic.svg │ │ │ │ ├── preferences-desktop-symbolic.svg │ │ │ │ ├── preferences-desktop-wallpaper-symbolic.svg │ │ │ │ ├── preferences-other-symbolic.svg │ │ │ │ ├── preferences-system-details-symbolic.svg │ │ │ │ ├── preferences-system-devices-symbolic.svg │ │ │ │ ├── preferences-system-network-proxy-symbolic.svg │ │ │ │ ├── preferences-system-network-symbolic.svg │ │ │ │ ├── preferences-system-notifications-symbolic.svg │ │ │ │ ├── preferences-system-parental-control-symbolic.svg │ │ │ │ ├── preferences-system-parental-controls-symbolic.svg │ │ │ │ ├── preferences-system-power-symbolic.svg │ │ │ │ ├── preferences-system-privacy-symbolic.svg │ │ │ │ ├── preferences-system-search-symbolic.svg │ │ │ │ ├── preferences-system-sharing-symbolic.svg │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ ├── preferences-system-time-symbolic.svg │ │ │ │ ├── preferences-ubuntu-panel-symbolic.svg │ │ │ │ ├── rhythmbox-symbolic.svg │ │ │ │ ├── root-terminal-app-symbolic.svg │ │ │ │ ├── scanner-symbolic.svg │ │ │ │ ├── screenshot-app-symbolic.svg │ │ │ │ ├── seahorse-symbolic.svg │ │ │ │ ├── session-properties-symbolic.svg │ │ │ │ ├── setroubleshoot_icon-symbolic.svg │ │ │ │ ├── settings-app-symbolic.svg │ │ │ │ ├── shotwell-symbolic.svg │ │ │ │ ├── slideshow-symbolic.svg │ │ │ │ ├── software-properties-gtk-symbolic.svg │ │ │ │ ├── software-properties-symbolic.svg │ │ │ │ ├── software-store-symbolic.svg │ │ │ │ ├── software-updater-symbolic.svg │ │ │ │ ├── sparkleshare-symbolic.svg │ │ │ │ ├── speedometer-symbolic.svg │ │ │ │ ├── sudoku-app-symbolic.svg │ │ │ │ ├── system-file-manager-symbolic.svg │ │ │ │ ├── system-help-symbolic.svg │ │ │ │ ├── system-monitor-app-symbolic.svg │ │ │ │ ├── system-settings-symbolic.svg │ │ │ │ ├── system-software-install-symbolic.svg │ │ │ │ ├── system-software-update-symbolic.svg │ │ │ │ ├── system-tray-symbolic.svg │ │ │ │ ├── system-users-symbolic.svg │ │ │ │ ├── terminal-app-symbolic.svg │ │ │ │ ├── terminal-symbolic.svg │ │ │ │ ├── text-editor-symbolic.svg │ │ │ │ ├── to-do-app-symbolic.svg │ │ │ │ ├── totem-symbolic.svg │ │ │ │ ├── transmission-symbolic.svg │ │ │ │ ├── tweaks-app-symbolic.svg │ │ │ │ ├── ubiquity-symbolic.svg │ │ │ │ ├── unity-tweak-tool-symbolic.svg │ │ │ │ ├── update-manager-symbolic.svg │ │ │ │ ├── usage-app-symbolic.svg │ │ │ │ ├── usb-creator-gtk-symbolic.svg │ │ │ │ ├── user-info-symbolic.svg │ │ │ │ ├── utilities-system-monitor-symbolic.svg │ │ │ │ ├── utilities-terminal-symbolic.svg │ │ │ │ ├── utilities-tweak-tool-symbolic.svg │ │ │ │ ├── weather-app-symbolic.svg │ │ │ │ ├── web-browser-symbolic.svg │ │ │ │ ├── webbrowser-app-symbolic.svg │ │ │ │ ├── x-office-address-book-symbolic.svg │ │ │ │ └── xapp-prefs-behavior-symbolic.svg │ │ │ │ ├── categories │ │ │ │ ├── applications-development-symbolic.svg │ │ │ │ ├── applications-education-symbolic.svg │ │ │ │ ├── applications-engineering-symbolic.svg │ │ │ │ ├── applications-games-symbolic.svg │ │ │ │ ├── applications-graphics-symbolic.svg │ │ │ │ ├── applications-internet-symbolic.svg │ │ │ │ ├── applications-multimedia-symbolic.svg │ │ │ │ ├── applications-office-symbolic.svg │ │ │ │ ├── applications-other-symbolic.svg │ │ │ │ ├── applications-science-symbolic.svg │ │ │ │ ├── applications-system-symbolic.svg │ │ │ │ ├── applications-utilities-symbolic.svg │ │ │ │ ├── bug-symbolic.svg │ │ │ │ ├── credentials-preferences-symbolic.svg │ │ │ │ ├── cs-backgrounds-symbolic.svg │ │ │ │ ├── cs-desklets-symbolic.svg │ │ │ │ ├── emoji-activity-symbolic.svg │ │ │ │ ├── emoji-body-symbolic.svg │ │ │ │ ├── emoji-food-symbolic.svg │ │ │ │ ├── emoji-nature-symbolic.svg │ │ │ │ ├── emoji-objects-symbolic.svg │ │ │ │ ├── emoji-travel-symbolic.svg │ │ │ │ ├── event-birthday-symbolic.svg │ │ │ │ ├── goa-panel-symbolic.svg │ │ │ │ ├── preferences-desktop-online-accounts-symbolic.svg │ │ │ │ ├── preferences-other-symbolic.svg │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ ├── slideshow-symbolic.svg │ │ │ │ ├── system-help-symbolic.svg │ │ │ │ ├── xapp-prefs-display-symbolic.svg │ │ │ │ ├── xapp-prefs-plugins-symbolic.svg │ │ │ │ ├── xapp-prefs-preview-symbolic.svg │ │ │ │ └── xapp-prefs-toolbar-symbolic.svg │ │ │ │ ├── devices │ │ │ │ ├── ac-adapter-symbolic.svg │ │ │ │ ├── audio-card-symbolic.svg │ │ │ │ ├── audio-headphones-symbolic.svg │ │ │ │ ├── audio-headset-symbolic.svg │ │ │ │ ├── audio-input-microphone-symbolic.svg │ │ │ │ ├── audio-speakers-symbolic.svg │ │ │ │ ├── auth-fingerprint-symbolic.svg │ │ │ │ ├── auth-sim-symbolic.svg │ │ │ │ ├── auth-smartcard-symbolic.svg │ │ │ │ ├── battery-symbolic.svg │ │ │ │ ├── bluetooth-symbolic.svg │ │ │ │ ├── camera-photo-symbolic.svg │ │ │ │ ├── camera-video-symbolic.svg │ │ │ │ ├── camera-web-symbolic.svg │ │ │ │ ├── colorimeter-colorhug-symbolic.svg │ │ │ │ ├── computer-apple-ipad-symbolic.svg │ │ │ │ ├── computer-laptop-symbolic.svg │ │ │ │ ├── computer-symbolic.svg │ │ │ │ ├── display-projector-symbolic.svg │ │ │ │ ├── drive-harddisk-ieee1394-symbolic.svg │ │ │ │ ├── drive-harddisk-solidstate-symbolic.svg │ │ │ │ ├── drive-harddisk-symbolic.svg │ │ │ │ ├── drive-harddisk-system-symbolic.svg │ │ │ │ ├── drive-harddisk-usb-symbolic.svg │ │ │ │ ├── drive-multidisk-symbolic.svg │ │ │ │ ├── drive-optical-symbolic.svg │ │ │ │ ├── drive-removable-media-symbolic.svg │ │ │ │ ├── drive-removable-media-usb-symbolic.svg │ │ │ │ ├── fingerprint-symbolic.svg │ │ │ │ ├── gnome-dev-media-sdmmc-symbolic.svg │ │ │ │ ├── headphones-symbolic.svg │ │ │ │ ├── input-dialpad-symbolic.svg │ │ │ │ ├── input-gaming-symbolic.svg │ │ │ │ ├── input-keyboard-symbolic.svg │ │ │ │ ├── input-mouse-symbolic.svg │ │ │ │ ├── input-tablet-symbolic.svg │ │ │ │ ├── input-touchpad-symbolic.svg │ │ │ │ ├── laptop-symbolic.svg │ │ │ │ ├── media-flash-symbolic.svg │ │ │ │ ├── media-floppy-symbolic.svg │ │ │ │ ├── media-memory-sd-symbolic.svg │ │ │ │ ├── media-memory-sembolic.svg │ │ │ │ ├── media-optical-audio-symbolic.svg │ │ │ │ ├── media-optical-bd-symbolic.svg │ │ │ │ ├── media-optical-cd-audio-symbolic.svg │ │ │ │ ├── media-optical-data-symbolic.svg │ │ │ │ ├── media-optical-dvd-symbolic.svg │ │ │ │ ├── media-optical-symbolic.svg │ │ │ │ ├── media-optical-video-symbolic.svg │ │ │ │ ├── media-removable-symbolic.svg │ │ │ │ ├── media-sim-card-symbolic.svg │ │ │ │ ├── media-tape-symbolic.svg │ │ │ │ ├── media-zip-symbolic.svg │ │ │ │ ├── modem-symbolic.svg │ │ │ │ ├── multimedia-player-apple-ipod-touch-symbolic.svg │ │ │ │ ├── multimedia-player-symbolic.svg │ │ │ │ ├── network-cellular-symbolic.svg │ │ │ │ ├── network-server-symbolic.svg │ │ │ │ ├── pda-symbolic.svg │ │ │ │ ├── phone-apple-iphone-symbolic.svg │ │ │ │ ├── phone-google-nexus-one-symbolic.svg │ │ │ │ ├── phone-htc-g1-white-symbolic.svg │ │ │ │ ├── phone-old-symbolic.svg │ │ │ │ ├── phone-palm-pre-symbolic.svg │ │ │ │ ├── phone-samsung-galaxy-s-symbolic.svg │ │ │ │ ├── phone-symbolic.svg │ │ │ │ ├── printer-network-symbolic.svg │ │ │ │ ├── printer-symbolic.svg │ │ │ │ ├── scanner-symbolic.svg │ │ │ │ ├── smartphone-symbolic.svg │ │ │ │ ├── tablet-symbolic.svg │ │ │ │ ├── thunderbolt-symbolic.svg │ │ │ │ ├── tv-symbolic.svg │ │ │ │ ├── uninterruptible-power-supply-symbolic.svg │ │ │ │ ├── video-display-symbolic.svg │ │ │ │ ├── video-joined-displays-symbolic.svg │ │ │ │ └── video-single-display-symbolic.svg │ │ │ │ ├── emblems │ │ │ │ ├── emblem-default-symbolic.svg │ │ │ │ ├── emblem-documents-symbolic.svg │ │ │ │ ├── emblem-favorite-symbolic.svg │ │ │ │ ├── emblem-important-symbolic.svg │ │ │ │ ├── emblem-music-symbolic.svg │ │ │ │ ├── emblem-ok-symbolic.svg │ │ │ │ ├── emblem-photos-symbolic.svg │ │ │ │ ├── emblem-shared-symbolic.svg │ │ │ │ ├── emblem-synchronizing-symbolic.svg │ │ │ │ ├── emblem-system-symbolic.svg │ │ │ │ └── emblem-videos-symbolic.svg │ │ │ │ ├── emotes │ │ │ │ ├── emote-love-symbolic.svg │ │ │ │ ├── face-angel-symbolic.svg │ │ │ │ ├── face-angry-symbolic.svg │ │ │ │ ├── face-confused-symbolic.svg │ │ │ │ ├── face-cool-symbolic.svg │ │ │ │ ├── face-crying-symbolic.svg │ │ │ │ ├── face-devilish-symbolic.svg │ │ │ │ ├── face-embarrassed-symbolic.svg │ │ │ │ ├── face-glasses-symbolic.svg │ │ │ │ ├── face-hat-symbolic.svg │ │ │ │ ├── face-heart-broken-symbolic.svg │ │ │ │ ├── face-heart-symbolic.svg │ │ │ │ ├── face-kiss-symbolic.svg │ │ │ │ ├── face-laugh-symbolic.svg │ │ │ │ ├── face-monkey-symbolic.svg │ │ │ │ ├── face-plain-symbolic.svg │ │ │ │ ├── face-raspberry-symbolic.svg │ │ │ │ ├── face-sad-symbolic.svg │ │ │ │ ├── face-shutmouth-symbolic.svg │ │ │ │ ├── face-sick-symbolic.svg │ │ │ │ ├── face-smile-big-symbolic.svg │ │ │ │ ├── face-smile-symbolic.svg │ │ │ │ ├── face-smirk-symbolic.svg │ │ │ │ ├── face-surprise-symbolic.svg │ │ │ │ ├── face-tired-symbolic.svg │ │ │ │ ├── face-uncertain-symbolic.svg │ │ │ │ ├── face-wink-symbolic.svg │ │ │ │ ├── face-worried-symbolic.svg │ │ │ │ └── face-yawn-symbolic.svg │ │ │ │ ├── mimetypes │ │ │ │ ├── application-certificate-symbolic.svg │ │ │ │ ├── application-rss+xml-symbolic.svg │ │ │ │ ├── application-x-addon-symbolic.svg │ │ │ │ ├── application-x-appliance-symbolic.svg │ │ │ │ ├── application-x-class-file-symbolic.svg │ │ │ │ ├── application-x-executable-symbolic.svg │ │ │ │ ├── application-xml-symbolic.svg │ │ │ │ ├── audio-x-generic-symbolic.svg │ │ │ │ ├── credit-card-symbolic.svg │ │ │ │ ├── extension-symbolic.svg │ │ │ │ ├── font-x-generic-symbolic.svg │ │ │ │ ├── html-symbolic.svg │ │ │ │ ├── image-x-generic-symbolic.svg │ │ │ │ ├── media-audio-symbolic.svg │ │ │ │ ├── media-image-symbolic.svg │ │ │ │ ├── media-optical-bd-symbolic.svg │ │ │ │ ├── media-optical-cd-audio-symbolic.svg │ │ │ │ ├── media-optical-dvd-symbolic.svg │ │ │ │ ├── media-optical-symbolic.svg │ │ │ │ ├── media-video-symbolic.svg │ │ │ │ ├── package-x-generic-symbolic.svg │ │ │ │ ├── payment-card-symbolic.svg │ │ │ │ ├── playlist-symbolic.svg │ │ │ │ ├── text-calendar-symbolic.svg │ │ │ │ ├── text-html-symbolic.svg │ │ │ │ ├── text-htmlh-symbolic.svg │ │ │ │ ├── text-x-copying-symbolic.svg │ │ │ │ ├── text-x-generic-symbolic.svg │ │ │ │ ├── text-xml-symbolic.svg │ │ │ │ ├── vcalendar-symbolic.svg │ │ │ │ ├── video-x-generic-symbolic.svg │ │ │ │ ├── x-office-address-book-symbolic.svg │ │ │ │ ├── x-office-calendar-symbolic.svg │ │ │ │ ├── x-office-document-symbolic.svg │ │ │ │ ├── x-office-drawing-symbolic.svg │ │ │ │ ├── x-office-presentation-symbolic.svg │ │ │ │ └── x-office-spreadsheet-symbolic.svg │ │ │ │ ├── places │ │ │ │ ├── bookmark-missing-symbolic.svg │ │ │ │ ├── document-open-recent-symbolic.svg │ │ │ │ ├── find-here-symbolic.svg │ │ │ │ ├── folder-activities-symbolic.svg │ │ │ │ ├── folder-apple-symbolic.svg │ │ │ │ ├── folder-cd-symbolic.svg │ │ │ │ ├── folder-copy-cloud-symbolic.svg │ │ │ │ ├── folder-development-symbolic.svg │ │ │ │ ├── folder-documents-symbolic.svg │ │ │ │ ├── folder-download-symbolic.svg │ │ │ │ ├── folder-drag-accept-symbolic.svg │ │ │ │ ├── folder-dropbox-symbolic.svg │ │ │ │ ├── folder-games-symbolic.svg │ │ │ │ ├── folder-git-symbolic.svg │ │ │ │ ├── folder-github-symbolic.svg │ │ │ │ ├── folder-gitlab-symbolic.svg │ │ │ │ ├── folder-gnome-symbolic.svg │ │ │ │ ├── folder-google-drive-symbolic.svg │ │ │ │ ├── folder-image-people-symbolic.svg │ │ │ │ ├── folder-images-symbolic.svg │ │ │ │ ├── folder-important-symbolic.svg │ │ │ │ ├── folder-java-symbolic.svg │ │ │ │ ├── folder-locked-symbolic.svg │ │ │ │ ├── folder-mail-cloud-symbolic.svg │ │ │ │ ├── folder-mail-symbolic.svg │ │ │ │ ├── folder-mega-symbolic.svg │ │ │ │ ├── folder-meocloud-symbolic.svg │ │ │ │ ├── folder-music-symbolic.svg │ │ │ │ ├── folder-new-symbolic.svg │ │ │ │ ├── folder-open-recent-symbolic.svg │ │ │ │ ├── folder-open-symbolic.svg │ │ │ │ ├── folder-owncloud-symbolic.svg │ │ │ │ ├── folder-pcloud-symbolic.svg │ │ │ │ ├── folder-pictures-symbolic.svg │ │ │ │ ├── folder-print-symbolic.svg │ │ │ │ ├── folder-private-symbolic.svg │ │ │ │ ├── folder-publicshare-symbolic.svg │ │ │ │ ├── folder-recent-symbolic.svg │ │ │ │ ├── folder-remote-symbolic.svg │ │ │ │ ├── folder-root-symbolic.svg │ │ │ │ ├── folder-saved-search-symbolic.svg │ │ │ │ ├── folder-script-symbolic.svg │ │ │ │ ├── folder-steam-symbolic.svg │ │ │ │ ├── folder-symbolic.svg │ │ │ │ ├── folder-tar-symbolic.svg │ │ │ │ ├── folder-templates-symbolic.svg │ │ │ │ ├── folder-torrent-symbolic.svg │ │ │ │ ├── folder-unlocked-symbolic.svg │ │ │ │ ├── folder-vbox-symbolic.svg │ │ │ │ ├── folder-videos-symbolic.svg │ │ │ │ ├── folder-visiting-symbolic.svg │ │ │ │ ├── folder-wifi-symbolic.svg │ │ │ │ ├── folder-wine-symbolic.svg │ │ │ │ ├── folder-yandex-disk-symbolic.svg │ │ │ │ ├── inode-directory-symbolic.svg │ │ │ │ ├── internet-radio-symbolic.svg │ │ │ │ ├── mail-folder-inbox-symbolic.svg │ │ │ │ ├── mail-folder-outbox-symbolic.svg │ │ │ │ ├── nemo-bookmark-not-found-symbolic.svg │ │ │ │ ├── network-server-database-symbolic.svg │ │ │ │ ├── network-server-symbolic.svg │ │ │ │ ├── network-workgroup-symbolic.svg │ │ │ │ ├── playlist-queue-symbolic.svg │ │ │ │ ├── playlist-symbolic.svg │ │ │ │ ├── user-bookmarks-symbolic.svg │ │ │ │ ├── user-desktop-symbolic.svg │ │ │ │ ├── user-home-symbolic.svg │ │ │ │ ├── user-images-symbolic.svg │ │ │ │ ├── user-pictures-symbolic.svg │ │ │ │ ├── user-trash-full-symbolic.svg │ │ │ │ └── user-trash-symbolic.svg │ │ │ │ └── status │ │ │ │ ├── account-logged-in-symbolic.svg │ │ │ │ ├── airplane-mode-disabled-symbolic.svg │ │ │ │ ├── airplane-mode-symbolic.svg │ │ │ │ ├── alarm-symbolic.svg │ │ │ │ ├── appointment-missed-symbolic.svg │ │ │ │ ├── appointment-soon-symbolic.svg │ │ │ │ ├── arch-error-symbolic.svg │ │ │ │ ├── arch-lit-symbolic.svg │ │ │ │ ├── arch-unknown-symbolic.svg │ │ │ │ ├── arch-updates-symbolic.svg │ │ │ │ ├── arch-uptodate-symbolic.svg │ │ │ │ ├── audio-input-microphone-high-symbolic.svg │ │ │ │ ├── audio-input-microphone-low-symbolic.svg │ │ │ │ ├── audio-input-microphone-medium-symbolic.svg │ │ │ │ ├── audio-input-microphone-muted-symbolic.svg │ │ │ │ ├── audio-volume-high-symbolic.svg │ │ │ │ ├── audio-volume-low-symbolic.svg │ │ │ │ ├── audio-volume-medium-symbolic.svg │ │ │ │ ├── audio-volume-muted-blocking-symbolic.svg │ │ │ │ ├── audio-volume-muted-symbolic.svg │ │ │ │ ├── audio-volume-overamplified-symbolic.svg │ │ │ │ ├── auth-sim-locked-symbolic.svg │ │ │ │ ├── auth-sim-missing-symbolic.svg │ │ │ │ ├── avatar-default-symbolic.svg │ │ │ │ ├── battery-000-charging-symbolic.svg │ │ │ │ ├── battery-000-symbolic.svg │ │ │ │ ├── battery-020-charging-symbolic.svg │ │ │ │ ├── battery-020-symbolic.svg │ │ │ │ ├── battery-040-charging-symbolic.svg │ │ │ │ ├── battery-040-symbolic.svg │ │ │ │ ├── battery-060-charging-symbolic.svg │ │ │ │ ├── battery-060-symbolic.svg │ │ │ │ ├── battery-080-charging-symbolic.svg │ │ │ │ ├── battery-080-symbolic.svg │ │ │ │ ├── battery-100-charging-symbolic.svg │ │ │ │ ├── battery-100-symbolic.svg │ │ │ │ ├── battery-caution-charging-symbolic.svg │ │ │ │ ├── battery-caution-symbolic.svg │ │ │ │ ├── battery-charged-symbolic.svg │ │ │ │ ├── battery-empty-charging-symbolic.svg │ │ │ │ ├── battery-empty-symbolic.svg │ │ │ │ ├── battery-full-charged-symbolic.svg │ │ │ │ ├── battery-full-charging-symbolic.svg │ │ │ │ ├── battery-full-symbolic.svg │ │ │ │ ├── battery-good-charging-symbolic.svg │ │ │ │ ├── battery-good-symbolic.svg │ │ │ │ ├── battery-level-0-charging-symbolic.svg │ │ │ │ ├── battery-level-0-symbolic.svg │ │ │ │ ├── battery-level-10-charging-symbolic.svg │ │ │ │ ├── battery-level-10-symbolic.svg │ │ │ │ ├── battery-level-100-charged-symbolic.svg │ │ │ │ ├── battery-level-100-symbolic.svg │ │ │ │ ├── battery-level-20-charging-symbolic.svg │ │ │ │ ├── battery-level-20-symbolic.svg │ │ │ │ ├── battery-level-30-charging-symbolic.svg │ │ │ │ ├── battery-level-30-symbolic.svg │ │ │ │ ├── battery-level-40-charging-symbolic.svg │ │ │ │ ├── battery-level-40-symbolic.svg │ │ │ │ ├── battery-level-50-charging-symbolic.svg │ │ │ │ ├── battery-level-50-symbolic.svg │ │ │ │ ├── battery-level-60-charging-symbolic.svg │ │ │ │ ├── battery-level-60-symbolic.svg │ │ │ │ ├── battery-level-70-charging-symbolic.svg │ │ │ │ ├── battery-level-70-symbolic.svg │ │ │ │ ├── battery-level-80-charging-symbolic.svg │ │ │ │ ├── battery-level-80-symbolic.svg │ │ │ │ ├── battery-level-90-charging-symbolic.svg │ │ │ │ ├── battery-level-90-symbolic.svg │ │ │ │ ├── battery-low-charging-symbolic.svg │ │ │ │ ├── battery-low-symbolic.svg │ │ │ │ ├── battery-medium-charging-symbolic.svg │ │ │ │ ├── battery-medium-symbolic.svg │ │ │ │ ├── battery-missing-symbolic.svg │ │ │ │ ├── blueberry-tray-active-symbolic.svg │ │ │ │ ├── blueberry-tray-disabled-symbolic.svg │ │ │ │ ├── blueberry-tray-symbolic.svg │ │ │ │ ├── bluetooth-active-symbolic.svg │ │ │ │ ├── bluetooth-disabled-symbolic.svg │ │ │ │ ├── bluetooth-disconnected-symbolic.svg │ │ │ │ ├── bluetooth-hardware-disabled-symbolic.svg │ │ │ │ ├── bluetooth-paired-symbolic.svg │ │ │ │ ├── budgie-brightness-controller-1-symbolic.svg │ │ │ │ ├── budgie-caffeine-cup-empty.svg │ │ │ │ ├── budgie-caffeine-cup-full.svg │ │ │ │ ├── budgie-trash-empty-symbolic.svg │ │ │ │ ├── budgie-trash-full-symbolic.svg │ │ │ │ ├── budgie-trash-restore-symbolic.svg │ │ │ │ ├── bumblebee-active-symbolic.svg │ │ │ │ ├── bumblebee-inactive-symbolic.svg │ │ │ │ ├── caffeine-cup-empty-symbolic.svg │ │ │ │ ├── caffeine-cup-full-symbolic.svg │ │ │ │ ├── call-incoming-symbolic.svg │ │ │ │ ├── call-missed-symbolic.svg │ │ │ │ ├── call-outgoing-symbolic.svg │ │ │ │ ├── camera-disabled-symbolic.svg │ │ │ │ ├── camera-hardware-disabled-symbolic.svg │ │ │ │ ├── caps-lock-symbolic.svg │ │ │ │ ├── capslock-disabled-symbolic.svg │ │ │ │ ├── capslock-enabled-symbolic.svg │ │ │ │ ├── changes-allow-symbolic.svg │ │ │ │ ├── changes-prevent-symbolic.svg │ │ │ │ ├── channel-insecure-symbolic.svg │ │ │ │ ├── channel-secure-symbolic.svg │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ ├── checkbox-symbolic.svg │ │ │ │ ├── clipboard-outline-broken-symbolic.svg │ │ │ │ ├── clipboard-outline-symbolic.svg │ │ │ │ ├── clipboard-text-outline-symbolic.svg │ │ │ │ ├── computer-fail-symbolic.svg │ │ │ │ ├── content-loading-symbolic.svg │ │ │ │ ├── critical-notif-symbolic.svg │ │ │ │ ├── data_icons_display-symbolic.svg │ │ │ │ ├── data_icons_selection-symbolic.svg │ │ │ │ ├── daytime-sunrise-symbolic.svg │ │ │ │ ├── daytime-sunset-symbolic.svg │ │ │ │ ├── dialog-error-symbolic.svg │ │ │ │ ├── dialog-information-symbolic.svg │ │ │ │ ├── dialog-password-symbolic.svg │ │ │ │ ├── dialog-question-symbolic.svg │ │ │ │ ├── dialog-warning-symbolic.svg │ │ │ │ ├── display-brightness-high-symbolic.svg │ │ │ │ ├── display-brightness-low-symbolic.svg │ │ │ │ ├── display-brightness-medium-symbolic.svg │ │ │ │ ├── display-brightness-off-symbolic.svg │ │ │ │ ├── display-brightness-symbolic.svg │ │ │ │ ├── freon-fan-symbolic.svg │ │ │ │ ├── freon-gpu-temperature-symbolic.svg │ │ │ │ ├── freon-temperature-symbolic.svg │ │ │ │ ├── freon-voltage-symbolic.svg │ │ │ │ ├── gnome-pie-symbolic.svg │ │ │ │ ├── gser-icon-playing-symbolic.svg │ │ │ │ ├── gser-icon-stopped-symbolic.svg │ │ │ │ ├── gtk-dialog-warning-symbolic.svg │ │ │ │ ├── image-loading-symbolic.svg │ │ │ │ ├── input-keyboard-capslock-symbolic.svg │ │ │ │ ├── input-keyboard-numlock-symbolic.svg │ │ │ │ ├── keyboard-brightness-symbolic.svg │ │ │ │ ├── location-active-symbolic.svg │ │ │ │ ├── location-disabled-symbolic.svg │ │ │ │ ├── location-inactive-symbolic.svg │ │ │ │ ├── location-services-active-symbolic.svg │ │ │ │ ├── location-services-disabled-symbolic.svg │ │ │ │ ├── low-notif-symbolic.svg │ │ │ │ ├── mail-attachment-symbolic.svg │ │ │ │ ├── mail-important-symbolic.svg │ │ │ │ ├── mail-read-symbolic.svg │ │ │ │ ├── mail-replied-symbolic.svg │ │ │ │ ├── mail-unread-symbolic.svg │ │ │ │ ├── media-playlist-consecutive-symbolic-rtl.svg │ │ │ │ ├── media-playlist-consecutive-symbolic.svg │ │ │ │ ├── media-playlist-no-repeat-symbolic-rtl.svg │ │ │ │ ├── media-playlist-no-repeat-symbolic.svg │ │ │ │ ├── media-playlist-no-shuffle-symbolic.svg │ │ │ │ ├── media-playlist-repeat-one-symbolic-rtl.svg │ │ │ │ ├── media-playlist-repeat-one-symbolic.svg │ │ │ │ ├── media-playlist-repeat-song-symbolic-rtl.svg │ │ │ │ ├── media-playlist-repeat-song-symbolic.svg │ │ │ │ ├── media-playlist-repeat-symbolic-rtl.svg │ │ │ │ ├── media-playlist-repeat-symbolic.svg │ │ │ │ ├── media-playlist-shuffle-symbolic-rtl.svg │ │ │ │ ├── media-playlist-shuffle-symbolic.svg │ │ │ │ ├── microphone-disabled-symbolic.svg │ │ │ │ ├── microphone-hardware-disabled-symbolic.svg │ │ │ │ ├── microphone-sensitivity-high-symbolic.svg │ │ │ │ ├── microphone-sensitivity-low-symbolic.svg │ │ │ │ ├── microphone-sensitivity-medium-symbolic.svg │ │ │ │ ├── microphone-sensitivity-muted-symbolic.svg │ │ │ │ ├── microphone-sensitivity-none-symbolic.svg │ │ │ │ ├── mpi-symbolic.svg │ │ │ │ ├── my-caffeine-off-symbolic.svg │ │ │ │ ├── my-caffeine-on-symbolic.svg │ │ │ │ ├── mymail-symbolic.svg │ │ │ │ ├── network-acquiring-symbolic.svg │ │ │ │ ├── network-cellular-2g-symbolic.svg │ │ │ │ ├── network-cellular-3g-symbolic.svg │ │ │ │ ├── network-cellular-4g-symbolic.svg │ │ │ │ ├── network-cellular-5g-symbolic.svg │ │ │ │ ├── network-cellular-acquiring-symbolic.svg │ │ │ │ ├── network-cellular-cdma-1x-symbolic.svg │ │ │ │ ├── network-cellular-connected-symbolic.svg │ │ │ │ ├── network-cellular-disabled-symbolic.svg │ │ │ │ ├── network-cellular-disconnected-symbolic.svg │ │ │ │ ├── network-cellular-edge-symbolic.svg │ │ │ │ ├── network-cellular-error-symbolic.svg │ │ │ │ ├── network-cellular-gprs-symbolic.svg │ │ │ │ ├── network-cellular-hardware-disabled-symbolic.svg │ │ │ │ ├── network-cellular-hspa-symbolic.svg │ │ │ │ ├── network-cellular-no-route-symbolic.svg │ │ │ │ ├── network-cellular-offline-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-excellent-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-good-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-low-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-none-symbolic.svg │ │ │ │ ├── network-cellular-secure-signal-ok-symbolic.svg │ │ │ │ ├── network-cellular-signal-excellent-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-excellent-symbolic.svg │ │ │ │ ├── network-cellular-signal-good-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-good-symbolic.svg │ │ │ │ ├── network-cellular-signal-low-symbolic.svg │ │ │ │ ├── network-cellular-signal-none-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-none-symbolic.svg │ │ │ │ ├── network-cellular-signal-ok-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-ok-symbolic.svg │ │ │ │ ├── network-cellular-signal-weak-secure-symbolic.svg │ │ │ │ ├── network-cellular-signal-weak-symbolic.svg │ │ │ │ ├── network-cellular-umts-symbolic.svg │ │ │ │ ├── network-disconnected-symbolic.svg │ │ │ │ ├── network-error-symbolic.svg │ │ │ │ ├── network-idle-symbolic.svg │ │ │ │ ├── network-no-route-symbolic.svg │ │ │ │ ├── network-offline-symbolic.svg │ │ │ │ ├── network-receive-symbolic.svg │ │ │ │ ├── network-transmit-receive-symbolic.svg │ │ │ │ ├── network-transmit-symbolic.svg │ │ │ │ ├── network-vpn-acquiring-symbolic.svg │ │ │ │ ├── network-vpn-disconnected-symbolic.svg │ │ │ │ ├── network-vpn-error-symbolic.svg │ │ │ │ ├── network-vpn-no-route-symbolic.svg │ │ │ │ ├── network-vpn-offline-symbolic.svg │ │ │ │ ├── network-vpn-symbolic.svg │ │ │ │ ├── network-wired-acquiring-symbolic.svg │ │ │ │ ├── network-wired-disconnected-symbolic.svg │ │ │ │ ├── network-wired-error-symbolic.svg │ │ │ │ ├── network-wired-no-route-symbolic.svg │ │ │ │ ├── network-wired-offline-symbolic.svg │ │ │ │ ├── network-wired-secure-symbolic.svg │ │ │ │ ├── network-wired-symbolic.svg │ │ │ │ ├── network-wireless-acquiring-symbolic.svg │ │ │ │ ├── network-wireless-connected-symbolic.svg │ │ │ │ ├── network-wireless-disabled-symbolic.svg │ │ │ │ ├── network-wireless-disconnected-symbolic.svg │ │ │ │ ├── network-wireless-encrypted-symbolic.svg │ │ │ │ ├── network-wireless-error-symbolic.svg │ │ │ │ ├── network-wireless-hardware-disabled-symbolic.svg │ │ │ │ ├── network-wireless-hotspot-symbolic.svg │ │ │ │ ├── network-wireless-no-route-symbolic.svg │ │ │ │ ├── network-wireless-offline-symbolic.svg │ │ │ │ ├── network-wireless-signal-excellent-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-excellent-symbolic.svg │ │ │ │ ├── network-wireless-signal-good-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-good-symbolic.svg │ │ │ │ ├── network-wireless-signal-none-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-none-symbolic.svg │ │ │ │ ├── network-wireless-signal-ok-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-ok-symbolic.svg │ │ │ │ ├── network-wireless-signal-weak-secure-symbolic.svg │ │ │ │ ├── network-wireless-signal-weak-symbolic.svg │ │ │ │ ├── network-wireless-symbolic.svg │ │ │ │ ├── night-light-disabled-symbolic.svg │ │ │ │ ├── night-light-symbolic.svg │ │ │ │ ├── nm-device-wired-symbolic.svg │ │ │ │ ├── nm-signal-0-secure-symbolic.svg │ │ │ │ ├── nm-signal-0-symbolic.svg │ │ │ │ ├── nm-signal-100-secure-symbolic.svg │ │ │ │ ├── nm-signal-100-symbolic.svg │ │ │ │ ├── nm-signal-25-secure-symbolic.svg │ │ │ │ ├── nm-signal-25-symbolic.svg │ │ │ │ ├── nm-signal-50-secure-symbolic.svg │ │ │ │ ├── nm-signal-50-symbolic.svg │ │ │ │ ├── nm-signal-75-secure-symbolic.svg │ │ │ │ ├── nm-signal-75-symbolic.svg │ │ │ │ ├── normal-notif-symbolic.svg │ │ │ │ ├── notification-alert-symbolic.svg │ │ │ │ ├── notification-disabled-alert-symbolic.svg │ │ │ │ ├── notification-disabled-new-symbolic.svg │ │ │ │ ├── notification-disabled-symbolic.svg │ │ │ │ ├── notification-new-symbolic.svg │ │ │ │ ├── notification-symbolic.svg │ │ │ │ ├── notifications-applet-symbolic.svg │ │ │ │ ├── notifications-disabled-symbolic.svg │ │ │ │ ├── notifications-new-symbolic.svg │ │ │ │ ├── notifications-symbolic.svg │ │ │ │ ├── num-lock-symbolic.svg │ │ │ │ ├── numlock-disabled-symbolic.svg │ │ │ │ ├── numlock-enabled-symbolic.svg │ │ │ │ ├── nvidia-card-symbolic.svg │ │ │ │ ├── nvidia-ram-symbolic.svg │ │ │ │ ├── nvidia-temp-symbolic.svg │ │ │ │ ├── org.gnome.Shell.Extensions.GSConnect-symbolic.svg │ │ │ │ ├── org.perezdecastro.Revolt-status-blink-symbolic.svg │ │ │ │ ├── org.perezdecastro.Revolt-status-online-symbolic.svg │ │ │ │ ├── orientation-landscape-inverse-symbolic.svg │ │ │ │ ├── orientation-landscape-symbolic.svg │ │ │ │ ├── orientation-portrait-inverse-symbolic.svg │ │ │ │ ├── orientation-portrait-left-symbolic.svg │ │ │ │ ├── orientation-portrait-right-symbolic.svg │ │ │ │ ├── orientation-portrait-symbolic.svg │ │ │ │ ├── pager-checked-symbolic.svg │ │ │ │ ├── power-profile-balanced-symbolic.svg │ │ │ │ ├── power-profile-performance-symbolic.svg │ │ │ │ ├── power-profile-power-saver-symbolic.svg │ │ │ │ ├── prime-indicator-hybrid-symbolic.svg │ │ │ │ ├── prime-indicator-intel-symbolic.svg │ │ │ │ ├── prime-indicator-nvidia-symbolic.svg │ │ │ │ ├── printer-error-symbolic.svg │ │ │ │ ├── printer-printing-symbolic.svg │ │ │ │ ├── printer-warning-symbolic.svg │ │ │ │ ├── process-completed-symbolic.svg │ │ │ │ ├── process-error-symbolic.svg │ │ │ │ ├── process-working-symbolic.svg │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ ├── radio-symbolic.svg │ │ │ │ ├── revolt-status-blink-symbolic.svg │ │ │ │ ├── revolt-status-online-symbolic.svg │ │ │ │ ├── rotation-allowed-symbolic.svg │ │ │ │ ├── rotation-locked-symbolic.svg │ │ │ │ ├── screen-shared-symbolic.svg │ │ │ │ ├── security-high-symbolic.svg │ │ │ │ ├── security-low-symbolic.svg │ │ │ │ ├── security-medium-symbolic.svg │ │ │ │ ├── sensors-fan-symbolic.svg │ │ │ │ ├── sensors-temperature-symbolic.svg │ │ │ │ ├── sensors-voltage-symbolic.svg │ │ │ │ ├── software-installed-symbolic.svg │ │ │ │ ├── software-update-available-symbolic.svg │ │ │ │ ├── software-update-urgent-symbolic.svg │ │ │ │ ├── start-here-symbolic.svg │ │ │ │ ├── stopwatch-symbolic.svg │ │ │ │ ├── sync-synchronizing-symbolic.svg │ │ │ │ ├── system-shutdown-symbolic.svg │ │ │ │ ├── task-due-symbolic.svg │ │ │ │ ├── task-past-due-symbolic.svg │ │ │ │ ├── temp-symbolic.svg │ │ │ │ ├── thunderbolt-acquiring-symbolic.svg │ │ │ │ ├── timer-symbolic.svg │ │ │ │ ├── touch-disabled-symbolic.svg │ │ │ │ ├── touchpad-disabled-symbolic.svg │ │ │ │ ├── touchpad-enabled-symbolic.svg │ │ │ │ ├── user-available-symbolic.svg │ │ │ │ ├── user-away-symbolic.svg │ │ │ │ ├── user-busy-symbolic.svg │ │ │ │ ├── user-idle-symbolic.svg │ │ │ │ ├── user-invisible-symbolic.svg │ │ │ │ ├── user-not-tracked-symbolic.svg │ │ │ │ ├── user-offline-symbolic.svg │ │ │ │ ├── user-status-pending-symbolic.svg │ │ │ │ ├── view-private-symbolic.svg │ │ │ │ ├── view-wrapped-symbolic-rtl.svg │ │ │ │ ├── view-wrapped-symbolic.svg │ │ │ │ ├── volume-warning-symbolic.svg │ │ │ │ ├── weather-clear-night-symbolic.svg │ │ │ │ ├── weather-clear-symbolic.svg │ │ │ │ ├── weather-clouds-night-symbolic.svg │ │ │ │ ├── weather-clouds-symbolic.svg │ │ │ │ ├── weather-cloudy-symbolic.svg │ │ │ │ ├── weather-few-clouds-night-symbolic.svg │ │ │ │ ├── weather-few-clouds-symbolic.svg │ │ │ │ ├── weather-fog-symbolic.svg │ │ │ │ ├── weather-freezing-rain-symbolic.svg │ │ │ │ ├── weather-many-clouds-symbolic.svg │ │ │ │ ├── weather-none-available-symbolic.svg │ │ │ │ ├── weather-overcast-night-symbolic.svg │ │ │ │ ├── weather-overcast-symbolic.svg │ │ │ │ ├── weather-severe-alert-symbolic.svg │ │ │ │ ├── weather-showers-scattered-symbolic.svg │ │ │ │ ├── weather-showers-symbolic.svg │ │ │ │ ├── weather-snow-night-symbolic.svg │ │ │ │ ├── weather-snow-rain-symbolic.svg │ │ │ │ ├── weather-snow-symbolic.svg │ │ │ │ ├── weather-storm-symbolic.svg │ │ │ │ ├── weather-storm-tornado-symbolic.svg │ │ │ │ ├── weather-tornado-symbolic.svg │ │ │ │ └── weather-windy-symbolic.svg │ │ ├── Numix-Apps │ │ │ ├── 48 │ │ │ │ └── apps │ │ │ │ │ ├── 0ad.svg │ │ │ │ │ ├── 10B4_steam.0.svg │ │ │ │ │ ├── 1CD8_rundll32.0.svg │ │ │ │ │ ├── 1E64_notepad.0.svg │ │ │ │ │ ├── 1password.svg │ │ │ │ │ ├── 2048-qt.svg │ │ │ │ │ ├── 2048.svg │ │ │ │ │ ├── 2402_msiexec.0.svg │ │ │ │ │ ├── 2EF4_wordpad.0.svg │ │ │ │ │ ├── 2gis.svg │ │ │ │ │ ├── 3D-Coat.svg │ │ │ │ │ ├── 3Depict.svg │ │ │ │ │ ├── 3dchess.svg │ │ │ │ │ ├── 3depict.svg │ │ │ │ │ ├── 4137_winhlp32.0.svg │ │ │ │ │ ├── 44F2_SynthesiaConfig.0.svg │ │ │ │ │ ├── 4Pane.svg │ │ │ │ │ ├── 4PaneIcon48.svg │ │ │ │ │ ├── 4chan.org.svg │ │ │ │ │ ├── 4diac-ide.svg │ │ │ │ │ ├── 4kvideodownloader.svg │ │ │ │ │ ├── 5961_Defunct_x86.0.svg │ │ │ │ │ ├── 5B46_Synthesia.0.svg │ │ │ │ │ ├── 63EE_sublime_text.0.svg │ │ │ │ │ ├── 67EF_addoninstaller.0.svg │ │ │ │ │ ├── 67F8_NewShortcut1_4E956BBDAB1B4156AEF14A08F107E9D7.0.svg │ │ │ │ │ ├── 7596_iexplore.0.svg │ │ │ │ │ ├── 7765_winebrowser.0.svg │ │ │ │ │ ├── 7BD8_halo.0.svg │ │ │ │ │ ├── 7kaa.svg │ │ │ │ │ ├── 7z.svg │ │ │ │ │ ├── 7zip.svg │ │ │ │ │ ├── 8-ball-pool.svg │ │ │ │ │ ├── 8tracks.svg │ │ │ │ │ ├── 97C1_wordpad.0.svg │ │ │ │ │ ├── 9AD6_Origin.0.svg │ │ │ │ │ ├── 9gag.svg │ │ │ │ │ ├── A35F_hh.0.svg │ │ │ │ │ ├── ART.svg │ │ │ │ │ ├── Abricotine.svg │ │ │ │ │ ├── Acetino2.svg │ │ │ │ │ ├── AdobeAIR.svg │ │ │ │ │ ├── AdobeAfterEffect.svg │ │ │ │ │ ├── AdobeAnimate.svg │ │ │ │ │ ├── AdobeAudition.svg │ │ │ │ │ ├── AdobeBridge.svg │ │ │ │ │ ├── AdobeCharacterAnimator.svg │ │ │ │ │ ├── AdobeDimension.svg │ │ │ │ │ ├── AdobeDreamweaver.svg │ │ │ │ │ ├── AdobeEdgeAnimate.svg │ │ │ │ │ ├── AdobeEncore.svg │ │ │ │ │ ├── AdobeFirework.svg │ │ │ │ │ ├── AdobeFlash.svg │ │ │ │ │ ├── AdobeFlashBuilder.svg │ │ │ │ │ ├── AdobeFresco.svg │ │ │ │ │ ├── AdobeFuse.svg │ │ │ │ │ ├── AdobeIllustrator.svg │ │ │ │ │ ├── AdobeIncopy.svg │ │ │ │ │ ├── AdobeIndesign.svg │ │ │ │ │ ├── AdobeLightroom.svg │ │ │ │ │ ├── AdobeLightroomClassic.svg │ │ │ │ │ ├── AdobeMediaEncoder.svg │ │ │ │ │ ├── AdobeMediaEncore.svg │ │ │ │ │ ├── AdobeMuse.svg │ │ │ │ │ ├── AdobePhotoshop.svg │ │ │ │ │ ├── AdobePrelude.svg │ │ │ │ │ ├── AdobePremierePro.svg │ │ │ │ │ ├── AdobePremiereRush.svg │ │ │ │ │ ├── AdobeReader.svg │ │ │ │ │ ├── AdobeReader10.svg │ │ │ │ │ ├── AdobeReader11.svg │ │ │ │ │ ├── AdobeReader12.svg │ │ │ │ │ ├── AdobeReader8.svg │ │ │ │ │ ├── AdobeReader9.svg │ │ │ │ │ ├── AdobeSpeedgrade.svg │ │ │ │ │ ├── AdobeUpdate.svg │ │ │ │ │ ├── AdobeWidgetBrowser.svg │ │ │ │ │ ├── AdobeXD.svg │ │ │ │ │ ├── AdvancedPhoto.svg │ │ │ │ │ ├── AirPortUtility.svg │ │ │ │ │ ├── AirVPN.svg │ │ │ │ │ ├── Alacritty.svg │ │ │ │ │ ├── AlphaPlot.svg │ │ │ │ │ ├── Altitude.svg │ │ │ │ │ ├── Alva.svg │ │ │ │ │ ├── Amazon-www.amazon.ca.svg │ │ │ │ │ ├── Amazon-www.amazon.cn.svg │ │ │ │ │ ├── Amazon-www.amazon.co.uk.svg │ │ │ │ │ ├── Amazon-www.amazon.com.svg │ │ │ │ │ ├── Amazon-www.amazon.de.svg │ │ │ │ │ ├── Amazon-www.amazon.es.svg │ │ │ │ │ ├── Amazon-www.amazon.fr.svg │ │ │ │ │ ├── Amazon-www.amazon.it.svg │ │ │ │ │ ├── Anatine.svg │ │ │ │ │ ├── AndYetItMoves.svg │ │ │ │ │ ├── AppImage.svg │ │ │ │ │ ├── AppImageLauncher.svg │ │ │ │ │ ├── AppImageUpdater.svg │ │ │ │ │ ├── Appstore.svg │ │ │ │ │ ├── Ardour-Ardour_4.0.0.svg │ │ │ │ │ ├── Ardour-Ardour_5.12.0.svg │ │ │ │ │ ├── Ardour-Ardour_6.0.0.svg │ │ │ │ │ ├── Ardour-Ardour_6.5.0.svg │ │ │ │ │ ├── Ardour-icon_256px.svg │ │ │ │ │ ├── AtomicGameEngine.svg │ │ │ │ │ ├── Awesomenauts.svg │ │ │ │ │ ├── Azureus.svg │ │ │ │ │ ├── BTM.svg │ │ │ │ │ ├── Babe.svg │ │ │ │ │ ├── Backer.svg │ │ │ │ │ ├── Battle.net.svg │ │ │ │ │ ├── Beaker.svg │ │ │ │ │ ├── Black_Chocobo.svg │ │ │ │ │ ├── BlankUp.svg │ │ │ │ │ ├── Blender.svg │ │ │ │ │ ├── BrokenSword.svg │ │ │ │ │ ├── Buka.svg │ │ │ │ │ ├── CAMotics.svg │ │ │ │ │ ├── CMakeSetup.svg │ │ │ │ │ ├── CMakeSetup32.svg │ │ │ │ │ ├── CPU-X.svg │ │ │ │ │ ├── CPod.svg │ │ │ │ │ ├── Caprine.svg │ │ │ │ │ ├── Charm.svg │ │ │ │ │ ├── Civ-V.svg │ │ │ │ │ ├── ConkyManager.svg │ │ │ │ │ ├── Cryptocat.svg │ │ │ │ │ ├── DBeaver.svg │ │ │ │ │ ├── DC++.svg │ │ │ │ │ ├── DDNet.svg │ │ │ │ │ ├── DNSCryptClient.svg │ │ │ │ │ ├── Darwinia.svg │ │ │ │ │ ├── DeSmuME.svg │ │ │ │ │ ├── Deviantart-deviantart.com.svg │ │ │ │ │ ├── Dropbox.svg │ │ │ │ │ ├── ET.svg │ │ │ │ │ ├── EasyTAG_icon.svg │ │ │ │ │ ├── ElectricIcon64x64.svg │ │ │ │ │ ├── Encryptr.svg │ │ │ │ │ ├── Etermutilities-terminal.svg │ │ │ │ │ ├── Evernote-evernote.com.svg │ │ │ │ │ ├── Evernote-www.evernote.com.svg │ │ │ │ │ ├── Evernote.svg │ │ │ │ │ ├── FBReader.svg │ │ │ │ │ ├── FTL.svg │ │ │ │ │ ├── FacebookMessenger-facebook.com.svg │ │ │ │ │ ├── FcronQ.svg │ │ │ │ │ ├── Feedly-feedly.com.svg │ │ │ │ │ ├── Finder_w.svg │ │ │ │ │ ├── ForgedAllianceForever.svg │ │ │ │ │ ├── Foto.svg │ │ │ │ │ ├── FoxitReader.svg │ │ │ │ │ ├── FreeFileSync.svg │ │ │ │ │ ├── FreeMindWindowIcon.svg │ │ │ │ │ ├── FreeTube.svg │ │ │ │ │ ├── Friendiqa.svg │ │ │ │ │ ├── GDevelop.svg │ │ │ │ │ ├── GMail-mail.google.com.svg │ │ │ │ │ ├── GPixPod_icon.svg │ │ │ │ │ ├── GammaRay.svg │ │ │ │ │ ├── Geogebra.svg │ │ │ │ │ ├── Ghidra.svg │ │ │ │ │ ├── Gish.svg │ │ │ │ │ ├── GitEye.svg │ │ │ │ │ ├── GitQlient.svg │ │ │ │ │ ├── Gitter.svg │ │ │ │ │ ├── Gmail-mail.google.com.svg │ │ │ │ │ ├── Google-plus.google.com.svg │ │ │ │ │ ├── GreedCorp.svg │ │ │ │ │ ├── Grooveshark-grooveshark.com.svg │ │ │ │ │ ├── Grsync.svg │ │ │ │ │ ├── IENT-YUView-64.svg │ │ │ │ │ ├── IENT-YUView.svg │ │ │ │ │ ├── ImageJ.svg │ │ │ │ │ ├── Incredipede.svg │ │ │ │ │ ├── Insight-FileManager.svg │ │ │ │ │ ├── J7Z.svg │ │ │ │ │ ├── JAlbum.svg │ │ │ │ │ ├── JMeter.svg │ │ │ │ │ ├── JRomManager.svg │ │ │ │ │ ├── JabRef-bin-icon.svg │ │ │ │ │ ├── JabRef-icon-48.svg │ │ │ │ │ ├── JabRef-icon.svg │ │ │ │ │ ├── JabRef.svg │ │ │ │ │ ├── JalbumApp48.svg │ │ │ │ │ ├── JupyterConsole.svg │ │ │ │ │ ├── KKEdit.svg │ │ │ │ │ ├── KKEditRoot.svg │ │ │ │ │ ├── LabPlot2.svg │ │ │ │ │ ├── Launchpad-launchpad.net.svg │ │ │ │ │ ├── LeagueOfLegends.svg │ │ │ │ │ ├── Lector.svg │ │ │ │ │ ├── LinSSID.svg │ │ │ │ │ ├── LinkedIn-linkedin.com.svg │ │ │ │ │ ├── LogAnalyzer.svg │ │ │ │ │ ├── Mapper.svg │ │ │ │ │ ├── Maya2012.svg │ │ │ │ │ ├── Maya2013.svg │ │ │ │ │ ├── Maya2014.svg │ │ │ │ │ ├── Maya2015.svg │ │ │ │ │ ├── MediaElch.svg │ │ │ │ │ ├── MediaHuman.svg │ │ │ │ │ ├── MediathekView.svg │ │ │ │ │ ├── Mesen-S.svg │ │ │ │ │ ├── Micropolis.svg │ │ │ │ │ ├── MidnightCommander.svg │ │ │ │ │ ├── Mindustry.svg │ │ │ │ │ ├── MultiBrowser.svg │ │ │ │ │ ├── Multiwinia.svg │ │ │ │ │ ├── Musescore.svg │ │ │ │ │ ├── NetflixIcon.svg │ │ │ │ │ ├── Newsblur-newsblur.com.svg │ │ │ │ │ ├── Nextcloud.svg │ │ │ │ │ ├── NoMachine-icon.svg │ │ │ │ │ ├── OpenRGB.svg │ │ │ │ │ ├── OpenTodoList.svg │ │ │ │ │ ├── Othman.svg │ │ │ │ │ ├── PCSX2.svg │ │ │ │ │ ├── PLOT64.svg │ │ │ │ │ ├── Pandora-pandora.com.svg │ │ │ │ │ ├── Pencil.svg │ │ │ │ │ ├── PhotoFiltre-LX.svg │ │ │ │ │ ├── Pingnoo.svg │ │ │ │ │ ├── PlayOnLinux.svg │ │ │ │ │ ├── Pocket-getpocket.com.svg │ │ │ │ │ ├── PortfolioPerformance.svg │ │ │ │ │ ├── ProtonMail_Bridge.svg │ │ │ │ │ ├── Publii.svg │ │ │ │ │ ├── PurpleEgg.svg │ │ │ │ │ ├── QMPlay2.svg │ │ │ │ │ ├── QMapShack.svg │ │ │ │ │ ├── QMapTool.svg │ │ │ │ │ ├── QMediathekView.svg │ │ │ │ │ ├── QOwnNotes.svg │ │ │ │ │ ├── QtAV.svg │ │ │ │ │ ├── QtIcon.svg │ │ │ │ │ ├── QtProject-designer.svg │ │ │ │ │ ├── QtProject-qtcreator.svg │ │ │ │ │ ├── Quake2.svg │ │ │ │ │ ├── Quamachi.svg │ │ │ │ │ ├── Qv2ray.svg │ │ │ │ │ ├── RaceTheSun.svg │ │ │ │ │ ├── Rcmdr.svg │ │ │ │ │ ├── Rdio-www.rdio.com.svg │ │ │ │ │ ├── Reddit-pay.reddit.com.svg │ │ │ │ │ ├── Reddit-reddit.com.svg │ │ │ │ │ ├── Rlogo.svg │ │ │ │ │ ├── Runner.svg │ │ │ │ │ ├── SCForgedAlliance.svg │ │ │ │ │ ├── ScanTailor.svg │ │ │ │ │ ├── Sci48M.svg │ │ │ │ │ ├── SciHubEVA.svg │ │ │ │ │ ├── Scrivener.svg │ │ │ │ │ ├── ScudCloud.svg │ │ │ │ │ ├── SheepShaver.svg │ │ │ │ │ ├── Skifra.svg │ │ │ │ │ ├── Skydrive.svg │ │ │ │ │ ├── SoapUI.svg │ │ │ │ │ ├── SpiderOak.svg │ │ │ │ │ ├── SpiderOakONE.svg │ │ │ │ │ ├── SplashtopStreamer.svg │ │ │ │ │ ├── Spotify.svg │ │ │ │ │ ├── Spring.svg │ │ │ │ │ ├── Sqlectron.svg │ │ │ │ │ ├── Sylpheed.svg │ │ │ │ │ ├── SysMonTask.svg │ │ │ │ │ ├── TagTool.svg │ │ │ │ │ ├── TeXmacs.svg │ │ │ │ │ ├── TeXworks.svg │ │ │ │ │ ├── TeamSQL.svg │ │ │ │ │ ├── TeamViewer.svg │ │ │ │ │ ├── Temps.svg │ │ │ │ │ ├── Terminal.svg │ │ │ │ │ ├── Thunar.svg │ │ │ │ │ ├── TicketToRide.svg │ │ │ │ │ ├── ToCA3.svg │ │ │ │ │ ├── Tribler.svg │ │ │ │ │ ├── Trine.svg │ │ │ │ │ ├── Trine2.svg │ │ │ │ │ ├── Trine3.svg │ │ │ │ │ ├── TruckSim.svg │ │ │ │ │ ├── Tumblr-tumblr.com.svg │ │ │ │ │ ├── Tweetdeck-tweetdeck.twitter.com.svg │ │ │ │ │ ├── Tweetdeck.svg │ │ │ │ │ ├── Twitter-twitter.com.svg │ │ │ │ │ ├── Uberwriter.svg │ │ │ │ │ ├── VBox.svg │ │ │ │ │ ├── VCVRack.svg │ │ │ │ │ ├── Vbox.svg │ │ │ │ │ ├── Veromix.svg │ │ │ │ │ ├── VisualBoyAdvance-gtk-32x32.svg │ │ │ │ │ ├── Vk-vk.com.svg │ │ │ │ │ ├── Vk-vk.ru.svg │ │ │ │ │ ├── WMail.svg │ │ │ │ │ ├── WinCaml.svg │ │ │ │ │ ├── WireframeSketcher.svg │ │ │ │ │ ├── WireframeSketcherStudio.svg │ │ │ │ │ ├── WoW.svg │ │ │ │ │ ├── Wordpress-wordpress.com.svg │ │ │ │ │ ├── WorkerIcon48.svg │ │ │ │ │ ├── WorldOfGoo.svg │ │ │ │ │ ├── WorldOfTanks.svg │ │ │ │ │ ├── WormsReloaded.svg │ │ │ │ │ ├── Writefull.svg │ │ │ │ │ ├── Wunderlist.svg │ │ │ │ │ ├── XMind.svg │ │ │ │ │ ├── YACReader.svg │ │ │ │ │ ├── YACReaderLibrary.svg │ │ │ │ │ ├── YouTube-youtube.com.svg │ │ │ │ │ ├── YouTubeDownloader.svg │ │ │ │ │ ├── Youtube-youtube.com.svg │ │ │ │ │ ├── ZeGrapher.svg │ │ │ │ │ ├── Zoom.svg │ │ │ │ │ ├── aarddict.svg │ │ │ │ │ ├── abbaye.svg │ │ │ │ │ ├── abgx360gui.svg │ │ │ │ │ ├── abiword.svg │ │ │ │ │ ├── abiword_48.svg │ │ │ │ │ ├── about_kde.svg │ │ │ │ │ ├── abricotine.svg │ │ │ │ │ ├── abrowser.svg │ │ │ │ │ ├── abrt-gui.svg │ │ │ │ │ ├── abrt.svg │ │ │ │ │ ├── accerciser.svg │ │ │ │ │ ├── access.svg │ │ │ │ │ ├── accessibility-directory.svg │ │ │ │ │ ├── accessibility.svg │ │ │ │ │ ├── accessibility_section.svg │ │ │ │ │ ├── accessories-archiver.svg │ │ │ │ │ ├── accessories-calculator.svg │ │ │ │ │ ├── accessories-camera.svg │ │ │ │ │ ├── accessories-character-map.svg │ │ │ │ │ ├── accessories-clock.svg │ │ │ │ │ ├── accessories-dictionary.svg │ │ │ │ │ ├── accessories-document-viewer.svg │ │ │ │ │ ├── accessories-ebook-reader.svg │ │ │ │ │ ├── accessories-image-viewer.svg │ │ │ │ │ ├── accessories-media-converter.svg │ │ │ │ │ ├── accessories-notes.svg │ │ │ │ │ ├── accessories-painting.svg │ │ │ │ │ ├── accessories-podcast.svg │ │ │ │ │ ├── accessories-screenshot.svg │ │ │ │ │ ├── accessories-system-cleaner.svg │ │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ │ ├── accessories-thesaurus.svg │ │ │ │ │ ├── ace.svg │ │ │ │ │ ├── aceofspades.svg │ │ │ │ │ ├── acestream.svg │ │ │ │ │ ├── acestreamplayer.svg │ │ │ │ │ ├── acetoneiso.svg │ │ │ │ │ ├── acidrip.svg │ │ │ │ │ ├── acorn.svg │ │ │ │ │ ├── acreloaded.svg │ │ │ │ │ ├── acroread.svg │ │ │ │ │ ├── actiona.svg │ │ │ │ │ ├── actionaz.svg │ │ │ │ │ ├── activity-journal.svg │ │ │ │ │ ├── activity-log-manager.svg │ │ │ │ │ ├── activitywatch.svg │ │ │ │ │ ├── addressbook.svg │ │ │ │ │ ├── administration.svg │ │ │ │ │ ├── adobe-air.svg │ │ │ │ │ ├── adobe-flashplayer.svg │ │ │ │ │ ├── adobe-reader.svg │ │ │ │ │ ├── adobeflashplugin.svg │ │ │ │ │ ├── adriconf.svg │ │ │ │ │ ├── advanced-rest-client.svg │ │ │ │ │ ├── advancedmetronome.svg │ │ │ │ │ ├── adventure-editor.svg │ │ │ │ │ ├── advert-block.svg │ │ │ │ │ ├── aegisub.svg │ │ │ │ │ ├── aesop.svg │ │ │ │ │ ├── afl.svg │ │ │ │ │ ├── agave.svg │ │ │ │ │ ├── agenda.svg │ │ │ │ │ ├── agent.svg │ │ │ │ │ ├── agentdesktop.svg │ │ │ │ │ ├── agordejo.svg │ │ │ │ │ ├── ai-dungeon.svg │ │ │ │ │ ├── ailurus.svg │ │ │ │ │ ├── air.svg │ │ │ │ │ ├── aircrack-ng.svg │ │ │ │ │ ├── airvpn.svg │ │ │ │ │ ├── airwave-manager.svg │ │ │ │ │ ├── aisleriot.svg │ │ │ │ │ ├── akira-devel.svg │ │ │ │ │ ├── akira.svg │ │ │ │ │ ├── akonadi.svg │ │ │ │ │ ├── akonadiconsole.svg │ │ │ │ │ ├── akonaditray.svg │ │ │ │ │ ├── akregator.svg │ │ │ │ │ ├── akregator_empty.svg │ │ │ │ │ ├── alacarte.svg │ │ │ │ │ ├── alacritty.svg │ │ │ │ │ ├── alarm-clock.svg │ │ │ │ │ ├── albasheer.svg │ │ │ │ │ ├── albert.svg │ │ │ │ │ ├── albion-online.svg │ │ │ │ │ ├── alc.svg │ │ │ │ │ ├── alchemy.svg │ │ │ │ │ ├── alevt.svg │ │ │ │ │ ├── alexandra.svg │ │ │ │ │ ├── alias.svg │ │ │ │ │ ├── alien-arena.svg │ │ │ │ │ ├── alienarena.svg │ │ │ │ │ ├── allegorithmic-Substance_Alchemist.svg │ │ │ │ │ ├── allegorithmic-Substance_B2M.svg │ │ │ │ │ ├── allegorithmic-Substance_Designer.svg │ │ │ │ │ ├── allegorithmic-Substance_Painter.svg │ │ │ │ │ ├── allen-b1.news.svg │ │ │ │ │ ├── alleyoop.svg │ │ │ │ │ ├── alligator.svg │ │ │ │ │ ├── alltomp3.svg │ │ │ │ │ ├── alltray.svg │ │ │ │ │ ├── almanah.svg │ │ │ │ │ ├── almond.svg │ │ │ │ │ ├── alphaplot.svg │ │ │ │ │ ├── alsamixergui.svg │ │ │ │ │ ├── altair.svg │ │ │ │ │ ├── altus.svg │ │ │ │ │ ├── altyo.svg │ │ │ │ │ ├── alva.svg │ │ │ │ │ ├── am2r.svg │ │ │ │ │ ├── amarok-icon.svg │ │ │ │ │ ├── amarok.svg │ │ │ │ │ ├── amarok2.svg │ │ │ │ │ ├── amazon-mp3-store-source.svg │ │ │ │ │ ├── amazon-store.svg │ │ │ │ │ ├── amazon.svg │ │ │ │ │ ├── amazonclouddrive.svg │ │ │ │ │ ├── amazonmp3.svg │ │ │ │ │ ├── amd-ati.svg │ │ │ │ │ ├── amd-ddm-mx.svg │ │ │ │ │ ├── amd.svg │ │ │ │ │ ├── amnesia-dark-decent.svg │ │ │ │ │ ├── amor.svg │ │ │ │ │ ├── amsn.svg │ │ │ │ │ ├── amsynth.svg │ │ │ │ │ ├── amule.svg │ │ │ │ │ ├── amulegui.svg │ │ │ │ │ ├── anaconda.svg │ │ │ │ │ ├── anatine.svg │ │ │ │ │ ├── anbox.svg │ │ │ │ │ ├── ancestris.svg │ │ │ │ │ ├── android-arc.svg │ │ │ │ │ ├── android-file-transfer.svg │ │ │ │ │ ├── android-messages-desktop.svg │ │ │ │ │ ├── android-sdk.svg │ │ │ │ │ ├── android-studio-beta.svg │ │ │ │ │ ├── android-studio.svg │ │ │ │ │ ├── androidstudio.svg │ │ │ │ │ ├── angelfish.svg │ │ │ │ │ ├── angry-birds.svg │ │ │ │ │ ├── angrysearch.svg │ │ │ │ │ ├── angular-console.svg │ │ │ │ │ ├── animechecker.svg │ │ │ │ │ ├── anjuta.svg │ │ │ │ │ ├── anjuta6.svg │ │ │ │ │ ├── anjuta_icon.svg │ │ │ │ │ ├── anki.svg │ │ │ │ │ ├── anoise.svg │ │ │ │ │ ├── ant-downloader.svg │ │ │ │ │ ├── antidote.svg │ │ │ │ │ ├── antimicro.svg │ │ │ │ │ ├── antimicrox.svg │ │ │ │ │ ├── any_do.svg │ │ │ │ │ ├── anydesk.svg │ │ │ │ │ ├── anydo.svg │ │ │ │ │ ├── anymeal.svg │ │ │ │ │ ├── ao-app.svg │ │ │ │ │ ├── ao.svg │ │ │ │ │ ├── apache-netbeans.svg │ │ │ │ │ ├── apachedirectorystudio.svg │ │ │ │ │ ├── apk-editor-studio.svg │ │ │ │ │ ├── apk-icon-editor.svg │ │ │ │ │ ├── app-launcher.svg │ │ │ │ │ ├── app-outlet.svg │ │ │ │ │ ├── app.rednotebook.RedNotebook.svg │ │ │ │ │ ├── app.svg │ │ │ │ │ ├── apparmor_view_profile.svg │ │ │ │ │ ├── apper.svg │ │ │ │ │ ├── appgrid.svg │ │ │ │ │ ├── appimage.svg │ │ │ │ │ ├── appimagelauncher.svg │ │ │ │ │ ├── appimagetool.svg │ │ │ │ │ ├── appimageupdater.svg │ │ │ │ │ ├── applet_lockkeys.svg │ │ │ │ │ ├── applets-screenshooter.svg │ │ │ │ │ ├── applets-template.svg │ │ │ │ │ ├── application-default-icon.svg │ │ │ │ │ ├── application-vidiot.svg │ │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ │ ├── application-x-chemtool.svg │ │ │ │ │ ├── application-x-clementine.svg │ │ │ │ │ ├── application-x-miamplayer.svg │ │ │ │ │ ├── application-x-yarock.svg │ │ │ │ │ ├── applications-accessories.svg │ │ │ │ │ ├── applications-all.svg │ │ │ │ │ ├── applications-development-translation.svg │ │ │ │ │ ├── applications-development-web.svg │ │ │ │ │ ├── applications-development.svg │ │ │ │ │ ├── applications-education-language.svg │ │ │ │ │ ├── applications-education-mathematics.svg │ │ │ │ │ ├── applications-engineering.svg │ │ │ │ │ ├── applications-fonts.svg │ │ │ │ │ ├── applications-games.svg │ │ │ │ │ ├── applications-graphics.svg │ │ │ │ │ ├── applications-interfacedesign.svg │ │ │ │ │ ├── applications-internet.svg │ │ │ │ │ ├── applications-java.svg │ │ │ │ │ ├── applications-multimedia.svg │ │ │ │ │ ├── applications-office.svg │ │ │ │ │ ├── applications-other.svg │ │ │ │ │ ├── applications-php.svg │ │ │ │ │ ├── applications-python.svg │ │ │ │ │ ├── applications-science.svg │ │ │ │ │ ├── applications-system-orange.svg │ │ │ │ │ ├── applications-system.svg │ │ │ │ │ ├── applications-utilities.svg │ │ │ │ │ ├── applications-webbrowsers.svg │ │ │ │ │ ├── applixware.svg │ │ │ │ │ ├── apport-gtk.svg │ │ │ │ │ ├── apport-gtk2.svg │ │ │ │ │ ├── apport.svg │ │ │ │ │ ├── aptana.svg │ │ │ │ │ ├── aptanastudio.svg │ │ │ │ │ ├── aptdaemon-download.svg │ │ │ │ │ ├── aptdaemon-update-cache.svg │ │ │ │ │ ├── aptdaemon-upgrade.svg │ │ │ │ │ ├── aptdaemon-working.svg │ │ │ │ │ ├── aptik-battery-monitor.svg │ │ │ │ │ ├── aptik-gtk.svg │ │ │ │ │ ├── aptik.svg │ │ │ │ │ ├── aptoncd.svg │ │ │ │ │ ├── apx.svg │ │ │ │ │ ├── aqemu-32x32.svg │ │ │ │ │ ├── aqemu.svg │ │ │ │ │ ├── aqualung.svg │ │ │ │ │ ├── aquemu.svg │ │ │ │ │ ├── aquemu_48x48.svg │ │ │ │ │ ├── ar.com.mbernardi.noaa-apt.svg │ │ │ │ │ ├── ar.com.softwareperonista.Pace.svg │ │ │ │ │ ├── ar.com.tuxguitar.TuxGuitar.svg │ │ │ │ │ ├── archer.svg │ │ │ │ │ ├── archipelago.svg │ │ │ │ │ ├── archive-manager.svg │ │ │ │ │ ├── archivemanager.svg │ │ │ │ │ ├── archlinux.svg │ │ │ │ │ ├── arcolinux-hello.svg │ │ │ │ │ ├── arcolinux-tweak-tool.svg │ │ │ │ │ ├── ardour.svg │ │ │ │ │ ├── ardour2.svg │ │ │ │ │ ├── ardour3.svg │ │ │ │ │ ├── ardour4.svg │ │ │ │ │ ├── ardour5.svg │ │ │ │ │ ├── ardour6.svg │ │ │ │ │ ├── arduino-arduinoide.svg │ │ │ │ │ ├── arduino-icon-small.svg │ │ │ │ │ ├── arduino-ide.svg │ │ │ │ │ ├── arduino.svg │ │ │ │ │ ├── areca.svg │ │ │ │ │ ├── areca_72x72.svg │ │ │ │ │ ├── argouml.svg │ │ │ │ │ ├── argouml2.svg │ │ │ │ │ ├── ariamaestosa.svg │ │ │ │ │ ├── arista.svg │ │ │ │ │ ├── ark-desktop-wallet.svg │ │ │ │ │ ├── ark.svg │ │ │ │ │ ├── arkclient.svg │ │ │ │ │ ├── armagetronad.svg │ │ │ │ │ ├── armitage.svg │ │ │ │ │ ├── armoryicon.svg │ │ │ │ │ ├── armoryofflineicon.svg │ │ │ │ │ ├── armorytestneticon.svg │ │ │ │ │ ├── arronax.svg │ │ │ │ │ ├── art.svg │ │ │ │ │ ├── arteFetcher.svg │ │ │ │ │ ├── artemanufrij.hashit.svg │ │ │ │ │ ├── artemanufrij.metronome.svg │ │ │ │ │ ├── artemanufrij.playmymusic.svg │ │ │ │ │ ├── artemanufrij.playmyvideos.svg │ │ │ │ │ ├── artemanufrij.screencast.svg │ │ │ │ │ ├── artemanufrij.webpin.svg │ │ │ │ │ ├── artha.svg │ │ │ │ │ ├── artikulate.svg │ │ │ │ │ ├── arts.svg │ │ │ │ │ ├── artsbuilder.svg │ │ │ │ │ ├── artscontrol.svg │ │ │ │ │ ├── as-icon.svg │ │ │ │ │ ├── as-powered.svg │ │ │ │ │ ├── asbru-cm.svg │ │ │ │ │ ├── asc-de.svg │ │ │ │ │ ├── ascii-design.svg │ │ │ │ │ ├── ase-gui.svg │ │ │ │ │ ├── ase.svg │ │ │ │ │ ├── aseprite.svg │ │ │ │ │ ├── asounder.svg │ │ │ │ │ ├── assaultcube.svg │ │ │ │ │ ├── assistant-qt4.svg │ │ │ │ │ ├── assistant-qt5.svg │ │ │ │ │ ├── assistant.svg │ │ │ │ │ ├── assistant5.svg │ │ │ │ │ ├── astah-community.svg │ │ │ │ │ ├── astah-pro.svg │ │ │ │ │ ├── astah_community.svg │ │ │ │ │ ├── astahc.svg │ │ │ │ │ ├── astromenace.svg │ │ │ │ │ ├── asunder.svg │ │ │ │ │ ├── at.priv.toastfreeware.ConfClerk.svg │ │ │ │ │ ├── atanks.svg │ │ │ │ │ ├── atcore-gui.svg │ │ │ │ │ ├── atelier.svg │ │ │ │ │ ├── athena.svg │ │ │ │ │ ├── athenaeum.svg │ │ │ │ │ ├── ati.svg │ │ │ │ │ ├── atlantik.svg │ │ │ │ │ ├── atlantikdesigner.svg │ │ │ │ │ ├── atlas.svg │ │ │ │ │ ├── atlauncher.svg │ │ │ │ │ ├── atom-beta.svg │ │ │ │ │ ├── atom.svg │ │ │ │ │ ├── atomic.svg │ │ │ │ │ ├── atomic_menu.svg │ │ │ │ │ ├── atomix-icon.svg │ │ │ │ │ ├── atomix.svg │ │ │ │ │ ├── atril.svg │ │ │ │ │ ├── atunes.svg │ │ │ │ │ ├── auale.svg │ │ │ │ │ ├── audacious-16.svg │ │ │ │ │ ├── audacious-32.svg │ │ │ │ │ ├── audacious.svg │ │ │ │ │ ├── audacity.svg │ │ │ │ │ ├── audacity16.svg │ │ │ │ │ ├── audacity32.svg │ │ │ │ │ ├── audex.svg │ │ │ │ │ ├── audience.svg │ │ │ │ │ ├── audio-player.svg │ │ │ │ │ ├── audio-recorder.svg │ │ │ │ │ ├── audio-tag-tool.svg │ │ │ │ │ ├── audiobook.svg │ │ │ │ │ ├── audiotube.svg │ │ │ │ │ ├── auralquiz.svg │ │ │ │ │ ├── aurees.svg │ │ │ │ │ ├── auryo.svg │ │ │ │ │ ├── authy.svg │ │ │ │ │ ├── autocad.svg │ │ │ │ │ ├── autokey.svg │ │ │ │ │ ├── autoplus.svg │ │ │ │ │ ├── avant-window-navigator.svg │ │ │ │ │ ├── avastgui.svg │ │ │ │ │ ├── avi.wad.Organizer.svg │ │ │ │ │ ├── avidemux.svg │ │ │ │ │ ├── avidemux_icon.svg │ │ │ │ │ ├── avimetaedit.svg │ │ │ │ │ ├── avocode-app-icon.svg │ │ │ │ │ ├── avocode.svg │ │ │ │ │ ├── avogadro-icon.svg │ │ │ │ │ ├── avogadro.svg │ │ │ │ │ ├── avogadro2.svg │ │ │ │ │ ├── awf.svg │ │ │ │ │ ├── awgg.svg │ │ │ │ │ ├── awn-applet-digital-clock.svg │ │ │ │ │ ├── awn-applet.svg │ │ │ │ │ ├── awn-manager.svg │ │ │ │ │ ├── awn-plugins.svg │ │ │ │ │ ├── awn-settings.svg │ │ │ │ │ ├── awn-window-fallback.svg │ │ │ │ │ ├── ax-applet.svg │ │ │ │ │ ├── azardi.svg │ │ │ │ │ ├── azpainter.svg │ │ │ │ │ ├── baba-is-you.svg │ │ │ │ │ ├── babe.svg │ │ │ │ │ ├── bacade.svg │ │ │ │ │ ├── backer.svg │ │ │ │ │ ├── backgammony.svg │ │ │ │ │ ├── background.svg │ │ │ │ │ ├── backintime.svg │ │ │ │ │ ├── backlite.svg │ │ │ │ │ ├── badge-small.svg │ │ │ │ │ ├── baiji-manga-viewer.svg │ │ │ │ │ ├── baka-mplayer.svg │ │ │ │ │ ├── baldis-basics.svg │ │ │ │ │ ├── balena-etcher-electron.svg │ │ │ │ │ ├── balena-etcher.svg │ │ │ │ │ ├── ballerburg.svg │ │ │ │ │ ├── baloo.svg │ │ │ │ │ ├── balsamiq.svg │ │ │ │ │ ├── bandcamp.svg │ │ │ │ │ ├── banji.svg │ │ │ │ │ ├── banshee-1.svg │ │ │ │ │ ├── banshee.svg │ │ │ │ │ ├── baobab.svg │ │ │ │ │ ├── bareftp.svg │ │ │ │ │ ├── barrier.svg │ │ │ │ │ ├── basex.svg │ │ │ │ │ ├── bash.svg │ │ │ │ │ ├── basilisk2.svg │ │ │ │ │ ├── basket.svg │ │ │ │ │ ├── bat.svg │ │ │ │ │ ├── battery.svg │ │ │ │ │ ├── bauh.svg │ │ │ │ │ ├── bbc.svg │ │ │ │ │ ├── bcloud.svg │ │ │ │ │ ├── beagled.svg │ │ │ │ │ ├── beaker-browser.svg │ │ │ │ │ ├── beaker.svg │ │ │ │ │ ├── beast.svg │ │ │ │ │ ├── beatbox.svg │ │ │ │ │ ├── beekeeper-studio.svg │ │ │ │ │ ├── beryl-manager.svg │ │ │ │ │ ├── beryl-settings.svg │ │ │ │ │ ├── beryl.svg │ │ │ │ │ ├── bibfilex.svg │ │ │ │ │ ├── bibletime.svg │ │ │ │ │ ├── bijiben.svg │ │ │ │ │ ├── billard-gl.svg │ │ │ │ │ ├── billiards.svg │ │ │ │ │ ├── bino.svg │ │ │ │ │ ├── birdfont.svg │ │ │ │ │ ├── birdie.svg │ │ │ │ │ ├── bitcoin-qt.svg │ │ │ │ │ ├── bitcoin.svg │ │ │ │ │ ├── bitcoin128.svg │ │ │ │ │ ├── bitdefender.svg │ │ │ │ │ ├── bitmap2component.svg │ │ │ │ │ ├── bitmask.svg │ │ │ │ │ ├── bitshares-ui.svg │ │ │ │ │ ├── bitshares2-light.svg │ │ │ │ │ ├── bittorent.svg │ │ │ │ │ ├── bitwarden.svg │ │ │ │ │ ├── bitwig-studio.svg │ │ │ │ │ ├── blam.svg │ │ │ │ │ ├── blanket.svg │ │ │ │ │ ├── bleachbit.svg │ │ │ │ │ ├── blender.svg │ │ │ │ │ ├── bless-48x48.svg │ │ │ │ │ ├── blinken.svg │ │ │ │ │ ├── blivet-gui.svg │ │ │ │ │ ├── blobby.svg │ │ │ │ │ ├── blobby2.svg │ │ │ │ │ ├── blobbyvolley.svg │ │ │ │ │ ├── blockbench.svg │ │ │ │ │ ├── blocks.svg │ │ │ │ │ ├── blogger.svg │ │ │ │ │ ├── blogilo.svg │ │ │ │ │ ├── blubvolley.svg │ │ │ │ │ ├── blueclock.svg │ │ │ │ │ ├── blueclock32.svg │ │ │ │ │ ├── bluedun.svg │ │ │ │ │ ├── bluefish-icon.svg │ │ │ │ │ ├── bluefish.svg │ │ │ │ │ ├── bluegriffon.svg │ │ │ │ │ ├── bluej.svg │ │ │ │ │ ├── blueman-active.svg │ │ │ │ │ ├── blueman-device.svg │ │ │ │ │ ├── blueman-disabled.svg │ │ │ │ │ ├── blueman.svg │ │ │ │ │ ├── blueprint_tycoon.svg │ │ │ │ │ ├── blueradio-48.svg │ │ │ │ │ ├── blueradio.svg │ │ │ │ │ ├── bluetooth-48.svg │ │ │ │ │ ├── bluetooth-active.svg │ │ │ │ │ ├── bluetooth-black.svg │ │ │ │ │ ├── bluetooth-inactive.svg │ │ │ │ │ ├── bluetooth-radio.svg │ │ │ │ │ ├── bluetooth.svg │ │ │ │ │ ├── bluetoothradio.svg │ │ │ │ │ ├── boda-lite.svg │ │ │ │ │ ├── boinc.svg │ │ │ │ │ ├── boincmgr.svg │ │ │ │ │ ├── bomber.svg │ │ │ │ │ ├── bombono-dvd.svg │ │ │ │ │ ├── bomi.svg │ │ │ │ │ ├── bookletimposer.svg │ │ │ │ │ ├── bookworm.svg │ │ │ │ │ ├── boolr.svg │ │ │ │ │ ├── boomaga.svg │ │ │ │ │ ├── boostnote.svg │ │ │ │ │ ├── boot-repair.svg │ │ │ │ │ ├── boot.svg │ │ │ │ │ ├── bootloader.svg │ │ │ │ │ ├── bootrepair.svg │ │ │ │ │ ├── boswars.svg │ │ │ │ │ ├── bottles.svg │ │ │ │ │ ├── bottles_notepad.svg │ │ │ │ │ ├── bottles_wine-uninstaller.svg │ │ │ │ │ ├── bottles_wine-winecfg.svg │ │ │ │ │ ├── bottles_wine-winefile.svg │ │ │ │ │ ├── bottles_wine-winetricks.svg │ │ │ │ │ ├── bottles_wine.svg │ │ │ │ │ ├── bovo.svg │ │ │ │ │ ├── boxes.svg │ │ │ │ │ ├── bpython.svg │ │ │ │ │ ├── br.com.jeanhertel.adriconf.svg │ │ │ │ │ ├── brackets-electron.svg │ │ │ │ │ ├── brackets.svg │ │ │ │ │ ├── braid.svg │ │ │ │ │ ├── braindump.svg │ │ │ │ │ ├── brainworkshop.svg │ │ │ │ │ ├── brasero.svg │ │ │ │ │ ├── brave-bin.svg │ │ │ │ │ ├── brave-browser-dev.svg │ │ │ │ │ ├── brave-browser.svg │ │ │ │ │ ├── brave-dev.svg │ │ │ │ │ ├── brave.svg │ │ │ │ │ ├── breaktimer.svg │ │ │ │ │ ├── brightside.svg │ │ │ │ │ ├── brlcad-db.svg │ │ │ │ │ ├── brlcad-doc.svg │ │ │ │ │ ├── brlcad.svg │ │ │ │ │ ├── browser-help.svg │ │ │ │ │ ├── browser-tor.svg │ │ │ │ │ ├── browser.svg │ │ │ │ │ ├── bt-logo.svg │ │ │ │ │ ├── btanks.svg │ │ │ │ │ ├── btsync-gui-gtk.svg │ │ │ │ │ ├── btsync-user.svg │ │ │ │ │ ├── bubblemail.svg │ │ │ │ │ ├── buddi.svg │ │ │ │ │ ├── budgie.svg │ │ │ │ │ ├── bug-buddy.svg │ │ │ │ │ ├── bug.svg │ │ │ │ │ ├── buho.svg │ │ │ │ │ ├── builder.svg │ │ │ │ │ ├── buka.svg │ │ │ │ │ ├── bum.svg │ │ │ │ │ ├── bumblebee-config-gui.svg │ │ │ │ │ ├── burner.svg │ │ │ │ │ ├── bustle.svg │ │ │ │ │ ├── butt.svg │ │ │ │ │ ├── butter.svg │ │ │ │ │ ├── buttercup-desktop.svg │ │ │ │ │ ├── buttercup.svg │ │ │ │ │ ├── buzztrax.svg │ │ │ │ │ ├── bygfoot.svg │ │ │ │ │ ├── byobu.svg │ │ │ │ │ ├── bzr-explorer.svg │ │ │ │ │ ├── ca._0ldsk00l.Nestopia.svg │ │ │ │ │ ├── ca.desrt.dconf-editor.svg │ │ │ │ │ ├── ca.littlesvr.asunder.svg │ │ │ │ │ ├── cacao-oj6.svg │ │ │ │ │ ├── cacao-oj7.svg │ │ │ │ │ ├── cacao-oj8.svg │ │ │ │ │ ├── cacher.svg │ │ │ │ │ ├── cadabra.svg │ │ │ │ │ ├── cadence.svg │ │ │ │ │ ├── caffeine.svg │ │ │ │ │ ├── cairo-clock.svg │ │ │ │ │ ├── cairo-dock-c.svg │ │ │ │ │ ├── cairo-dock-o.svg │ │ │ │ │ ├── cairo-dock.svg │ │ │ │ │ ├── caja-actions.svg │ │ │ │ │ ├── caja-dropbox.svg │ │ │ │ │ ├── calc.svg │ │ │ │ │ ├── calendar-black-01.svg │ │ │ │ │ ├── calendar-black-02.svg │ │ │ │ │ ├── calendar-black-03.svg │ │ │ │ │ ├── calendar-black-04.svg │ │ │ │ │ ├── calendar-black-05.svg │ │ │ │ │ ├── calendar-black-06.svg │ │ │ │ │ ├── calendar-black-07.svg │ │ │ │ │ ├── calendar-black-08.svg │ │ │ │ │ ├── calendar-black-09.svg │ │ │ │ │ ├── calendar-black-10.svg │ │ │ │ │ ├── calendar-black-11.svg │ │ │ │ │ ├── calendar-black-12.svg │ │ │ │ │ ├── calendar-black-13.svg │ │ │ │ │ ├── calendar-black-14.svg │ │ │ │ │ ├── calendar-black-15.svg │ │ │ │ │ ├── calendar-black-16.svg │ │ │ │ │ ├── calendar-black-17.svg │ │ │ │ │ ├── calendar-black-18.svg │ │ │ │ │ ├── calendar-black-19.svg │ │ │ │ │ ├── calendar-black-20.svg │ │ │ │ │ ├── calendar-black-21.svg │ │ │ │ │ ├── calendar-black-22.svg │ │ │ │ │ ├── calendar-black-23.svg │ │ │ │ │ ├── calendar-black-24.svg │ │ │ │ │ ├── calendar-black-25.svg │ │ │ │ │ ├── calendar-black-26.svg │ │ │ │ │ ├── calendar-black-27.svg │ │ │ │ │ ├── calendar-black-28.svg │ │ │ │ │ ├── calendar-black-29.svg │ │ │ │ │ ├── calendar-black-30.svg │ │ │ │ │ ├── calendar-black-31.svg │ │ │ │ │ ├── calendar-blue-01.svg │ │ │ │ │ ├── calendar-blue-02.svg │ │ │ │ │ ├── calendar-blue-03.svg │ │ │ │ │ ├── calendar-blue-04.svg │ │ │ │ │ ├── calendar-blue-05.svg │ │ │ │ │ ├── calendar-blue-06.svg │ │ │ │ │ ├── calendar-blue-07.svg │ │ │ │ │ ├── calendar-blue-08.svg │ │ │ │ │ ├── calendar-blue-09.svg │ │ │ │ │ ├── calendar-blue-10.svg │ │ │ │ │ ├── calendar-blue-11.svg │ │ │ │ │ ├── calendar-blue-12.svg │ │ │ │ │ ├── calendar-blue-13.svg │ │ │ │ │ ├── calendar-blue-14.svg │ │ │ │ │ ├── calendar-blue-15.svg │ │ │ │ │ ├── calendar-blue-16.svg │ │ │ │ │ ├── calendar-blue-17.svg │ │ │ │ │ ├── calendar-blue-18.svg │ │ │ │ │ ├── calendar-blue-19.svg │ │ │ │ │ ├── calendar-blue-20.svg │ │ │ │ │ ├── calendar-blue-21.svg │ │ │ │ │ ├── calendar-blue-22.svg │ │ │ │ │ ├── calendar-blue-23.svg │ │ │ │ │ ├── calendar-blue-24.svg │ │ │ │ │ ├── calendar-blue-25.svg │ │ │ │ │ ├── calendar-blue-26.svg │ │ │ │ │ ├── calendar-blue-27.svg │ │ │ │ │ ├── calendar-blue-28.svg │ │ │ │ │ ├── calendar-blue-29.svg │ │ │ │ │ ├── calendar-blue-30.svg │ │ │ │ │ ├── calendar-blue-31.svg │ │ │ │ │ ├── calendar-purple-01.svg │ │ │ │ │ ├── calendar-purple-02.svg │ │ │ │ │ ├── calendar-purple-03.svg │ │ │ │ │ ├── calendar-purple-04.svg │ │ │ │ │ ├── calendar-purple-05.svg │ │ │ │ │ ├── calendar-purple-06.svg │ │ │ │ │ ├── calendar-purple-07.svg │ │ │ │ │ ├── calendar-purple-08.svg │ │ │ │ │ ├── calendar-purple-09.svg │ │ │ │ │ ├── calendar-purple-10.svg │ │ │ │ │ ├── calendar-purple-11.svg │ │ │ │ │ ├── calendar-purple-12.svg │ │ │ │ │ ├── calendar-purple-13.svg │ │ │ │ │ ├── calendar-purple-14.svg │ │ │ │ │ ├── calendar-purple-15.svg │ │ │ │ │ ├── calendar-purple-16.svg │ │ │ │ │ ├── calendar-purple-17.svg │ │ │ │ │ ├── calendar-purple-18.svg │ │ │ │ │ ├── calendar-purple-19.svg │ │ │ │ │ ├── calendar-purple-20.svg │ │ │ │ │ ├── calendar-purple-21.svg │ │ │ │ │ ├── calendar-purple-22.svg │ │ │ │ │ ├── calendar-purple-23.svg │ │ │ │ │ ├── calendar-purple-24.svg │ │ │ │ │ ├── calendar-purple-25.svg │ │ │ │ │ ├── calendar-purple-26.svg │ │ │ │ │ ├── calendar-purple-27.svg │ │ │ │ │ ├── calendar-purple-28.svg │ │ │ │ │ ├── calendar-purple-29.svg │ │ │ │ │ ├── calendar-purple-30.svg │ │ │ │ │ ├── calendar-purple-31.svg │ │ │ │ │ ├── calendar-red-01.svg │ │ │ │ │ ├── calendar-red-02.svg │ │ │ │ │ ├── calendar-red-03.svg │ │ │ │ │ ├── calendar-red-04.svg │ │ │ │ │ ├── calendar-red-05.svg │ │ │ │ │ ├── calendar-red-06.svg │ │ │ │ │ ├── calendar-red-07.svg │ │ │ │ │ ├── calendar-red-08.svg │ │ │ │ │ ├── calendar-red-09.svg │ │ │ │ │ ├── calendar-red-10.svg │ │ │ │ │ ├── calendar-red-11.svg │ │ │ │ │ ├── calendar-red-12.svg │ │ │ │ │ ├── calendar-red-13.svg │ │ │ │ │ ├── calendar-red-14.svg │ │ │ │ │ ├── calendar-red-15.svg │ │ │ │ │ ├── calendar-red-16.svg │ │ │ │ │ ├── calendar-red-17.svg │ │ │ │ │ ├── calendar-red-18.svg │ │ │ │ │ ├── calendar-red-19.svg │ │ │ │ │ ├── calendar-red-20.svg │ │ │ │ │ ├── calendar-red-21.svg │ │ │ │ │ ├── calendar-red-22.svg │ │ │ │ │ ├── calendar-red-23.svg │ │ │ │ │ ├── calendar-red-24.svg │ │ │ │ │ ├── calendar-red-25.svg │ │ │ │ │ ├── calendar-red-26.svg │ │ │ │ │ ├── calendar-red-27.svg │ │ │ │ │ ├── calendar-red-28.svg │ │ │ │ │ ├── calendar-red-29.svg │ │ │ │ │ ├── calendar-red-30.svg │ │ │ │ │ ├── calendar-red-31.svg │ │ │ │ │ ├── calendar-turquoise-01.svg │ │ │ │ │ ├── calendar-turquoise-02.svg │ │ │ │ │ ├── calendar-turquoise-03.svg │ │ │ │ │ ├── calendar-turquoise-04.svg │ │ │ │ │ ├── calendar-turquoise-05.svg │ │ │ │ │ ├── calendar-turquoise-06.svg │ │ │ │ │ ├── calendar-turquoise-07.svg │ │ │ │ │ ├── calendar-turquoise-08.svg │ │ │ │ │ ├── calendar-turquoise-09.svg │ │ │ │ │ ├── calendar-turquoise-10.svg │ │ │ │ │ ├── calendar-turquoise-11.svg │ │ │ │ │ ├── calendar-turquoise-12.svg │ │ │ │ │ ├── calendar-turquoise-13.svg │ │ │ │ │ ├── calendar-turquoise-14.svg │ │ │ │ │ ├── calendar-turquoise-15.svg │ │ │ │ │ ├── calendar-turquoise-16.svg │ │ │ │ │ ├── calendar-turquoise-17.svg │ │ │ │ │ ├── calendar-turquoise-18.svg │ │ │ │ │ ├── calendar-turquoise-19.svg │ │ │ │ │ ├── calendar-turquoise-20.svg │ │ │ │ │ ├── calendar-turquoise-21.svg │ │ │ │ │ ├── calendar-turquoise-22.svg │ │ │ │ │ ├── calendar-turquoise-23.svg │ │ │ │ │ ├── calendar-turquoise-24.svg │ │ │ │ │ ├── calendar-turquoise-25.svg │ │ │ │ │ ├── calendar-turquoise-26.svg │ │ │ │ │ ├── calendar-turquoise-27.svg │ │ │ │ │ ├── calendar-turquoise-28.svg │ │ │ │ │ ├── calendar-turquoise-29.svg │ │ │ │ │ ├── calendar-turquoise-30.svg │ │ │ │ │ ├── calendar-turquoise-31.svg │ │ │ │ │ ├── calf.svg │ │ │ │ │ ├── calibre-ebook-edit.svg │ │ │ │ │ ├── calibre-gui.svg │ │ │ │ │ ├── calibre-viewer.svg │ │ │ │ │ ├── calibre.svg │ │ │ │ │ ├── calindori.svg │ │ │ │ │ ├── calligraauthor.svg │ │ │ │ │ ├── calligraflow.svg │ │ │ │ │ ├── calligragemini.svg │ │ │ │ │ ├── calligrakarbon.svg │ │ │ │ │ ├── calligrakexi.svg │ │ │ │ │ ├── calligrakrita.svg │ │ │ │ │ ├── calligrakrita2.svg │ │ │ │ │ ├── calligrakrita3.svg │ │ │ │ │ ├── calligraplan.svg │ │ │ │ │ ├── calligraplanwork.svg │ │ │ │ │ ├── calligrasheets.svg │ │ │ │ │ ├── calligrastage.svg │ │ │ │ │ ├── calligrawords.svg │ │ │ │ │ ├── calls.svg │ │ │ │ │ ├── camera-app.svg │ │ │ │ │ ├── camera-photo.svg │ │ │ │ │ ├── camera.svg │ │ │ │ │ ├── camorama.svg │ │ │ │ │ ├── camotics.svg │ │ │ │ │ ├── caneda.svg │ │ │ │ │ ├── canopy.svg │ │ │ │ │ ├── canorus.svg │ │ │ │ │ ├── cantata.svg │ │ │ │ │ ├── cantor.svg │ │ │ │ │ ├── caprine.svg │ │ │ │ │ ├── caption.svg │ │ │ │ │ ├── carla-control.svg │ │ │ │ │ ├── carla.svg │ │ │ │ │ ├── cast-to-tv.svg │ │ │ │ │ ├── catarina.svg │ │ │ │ │ ├── catfish.svg │ │ │ │ │ ├── catia.svg │ │ │ │ │ ├── cave-story.svg │ │ │ │ │ ├── cawbird.svg │ │ │ │ │ ├── cc.arduino.arduinoide.svg │ │ │ │ │ ├── cc.retroshare.retroshare-gui.svg │ │ │ │ │ ├── cc_icon.svg │ │ │ │ │ ├── cc_viewer_icon.svg │ │ │ │ │ ├── ccc_large.svg │ │ │ │ │ ├── ccsm.svg │ │ │ │ │ ├── cdemu-client.svg │ │ │ │ │ ├── cecilia.svg │ │ │ │ │ ├── celestia.svg │ │ │ │ │ ├── celluloid.svg │ │ │ │ │ ├── cellwriter.svg │ │ │ │ │ ├── cerebro.svg │ │ │ │ │ ├── cgoban.svg │ │ │ │ │ ├── cgoban_32x32.svg │ │ │ │ │ ├── ch.openboard.OpenBoard.svg │ │ │ │ │ ├── ch.protonmail.protonmail-bridge.svg │ │ │ │ │ ├── ch.x29a.playitslowly.svg │ │ │ │ │ ├── chakra-backup.svg │ │ │ │ │ ├── chat.delta.desktop.svg │ │ │ │ │ ├── chat.rocket.RocketChat.svg │ │ │ │ │ ├── chat.tox.qTox.svg │ │ │ │ │ ├── chatterino.svg │ │ │ │ │ ├── chatty.svg │ │ │ │ │ ├── checkbox-qt.svg │ │ │ │ │ ├── checkbox-touch.svg │ │ │ │ │ ├── checkbox.svg │ │ │ │ │ ├── checkers.svg │ │ │ │ │ ├── checkgmail.svg │ │ │ │ │ ├── checksumo.svg │ │ │ │ │ ├── cheese.svg │ │ │ │ │ ├── chemtool.svg │ │ │ │ │ ├── cherrytree.svg │ │ │ │ │ ├── chess.svg │ │ │ │ │ ├── chessx.svg │ │ │ │ │ ├── chiaki.svg │ │ │ │ │ ├── chmsee-16x16.svg │ │ │ │ │ ├── chmsee-32x32.svg │ │ │ │ │ ├── chmsee-icon.svg │ │ │ │ │ ├── chocolate-doom-setup.svg │ │ │ │ │ ├── chocolate-doom.svg │ │ │ │ │ ├── chocolate-setup.svg │ │ │ │ │ ├── choqok.svg │ │ │ │ │ ├── chrome-aapocclcgogkmnckokdopfmhonfmgoek-Default.svg │ │ │ │ │ ├── chrome-aeellliejpiclijnghognjagifplmmij-Default.svg │ │ │ │ │ ├── chrome-ahdabofbdlkjeniniajfcdlhanijbakd-Default.svg │ │ │ │ │ ├── chrome-ahfgeienlihckogmohjhadlkjgocpleb-Default.svg │ │ │ │ │ ├── chrome-aiahmijlpehemcpleichkcokhegllfjl-Default.svg │ │ │ │ │ ├── chrome-ajjmenfgmbpceneffopmikhahnkeebje-Default.svg │ │ │ │ │ ├── chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.svg │ │ │ │ │ ├── chrome-aohghmighlieiainnegkcijnfilokake-Default.svg │ │ │ │ │ ├── chrome-apdfllckaahabafndbhieahigkjlhalf-Default.svg │ │ │ │ │ ├── chrome-app-list.svg │ │ │ │ │ ├── chrome-bebigdkelppomhhjaaianniiifjbgocn-Default.svg │ │ │ │ │ ├── chrome-bfimiibpomebbdeomajcknhccgpkjmlh-Default.svg │ │ │ │ │ ├── chrome-bfpgdckfbpnmoopkbfbelihlnfncbkag-Default.svg │ │ │ │ │ ├── chrome-bgjohebimpjdhhocbknplfelpmdhifhd-Default.svg │ │ │ │ │ ├── chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg │ │ │ │ │ ├── chrome-bhmicilclplefnflapjmnngmkkkkpfad-Default.svg │ │ │ │ │ ├── chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg │ │ │ │ │ ├── chrome-blelaljgakacjdeaggpjilljobdmboff-Default.svg │ │ │ │ │ ├── chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg │ │ │ │ │ ├── chrome-bnadbgmffcofipfljniafanjcafjlbom-Default.svg │ │ │ │ │ ├── chrome-bnbaboaihhkjoaolfnfoablhllahjnee-Default.svg │ │ │ │ │ ├── chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg │ │ │ │ │ ├── chrome-chlffgpmiacpedhhbkiomidkjlcfhogd-Default.svg │ │ │ │ │ ├── chrome-ciioilnaleldclnoaglmkejfikodhdai-Default.svg │ │ │ │ │ ├── chrome-cijncchffkmlnfdbnkkfclcbnjcoegjc-Default.svg │ │ │ │ │ ├── chrome-ciniambnphakdoflgeamacamhfllbkmo-Default.svg │ │ │ │ │ ├── chrome-clgddkicplcbgjfobecebadodeggpghp-Default.svg │ │ │ │ │ ├── chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg │ │ │ │ │ ├── chrome-cmnpffgfpcohhpoddjankjanolcekbni-Default.svg │ │ │ │ │ ├── chrome-cnciopoikihiagdjbjpnocolokfelagl-Default.svg │ │ │ │ │ ├── chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg │ │ │ │ │ ├── chrome-cnlnpjpkobmmbdnpbdceplbemhibbhll-Default.svg │ │ │ │ │ ├── chrome-cnocophcbjfiimmnhlhleaooedeheifb-Default.svg │ │ │ │ │ ├── chrome-coobgpohoikkiipiblmjeljniedjpjpf-Default.svg │ │ │ │ │ ├── chrome-dcjeclnkejmbepoibfnamioojinoopln-Default.svg │ │ │ │ │ ├── chrome-ddfplgpeamcbpecnihfpikllkfojgkai-Default.svg │ │ │ │ │ ├── chrome-deceagebecbceejblnlcjooeohmmeldh-Default.svg │ │ │ │ │ ├── chrome-dkfhfaphfkopdgpbfkebjfcblcafcmpi-Default.svg │ │ │ │ │ ├── chrome-dlppkpafhbajpcmmoheippocdidnckmm-Default.svg │ │ │ │ │ ├── chrome-eempgbpnkjnacmilmobpbhbfpdjdcpgd-Default.svg │ │ │ │ │ ├── chrome-efdcneeepllhjlbejkfnaolelbpdacai-Default.svg │ │ │ │ │ ├── chrome-efjnaogkjbogokcnohkmnjdojkikgobo-Default.svg │ │ │ │ │ ├── chrome-ehjonnoogdmhhidjcldckckmfkpcfefh-Default.svg │ │ │ │ │ ├── chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg │ │ │ │ │ ├── chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg │ │ │ │ │ ├── chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg │ │ │ │ │ ├── chrome-eknidjojcplfcgkoffboklcbfhmcdhip-Default.svg │ │ │ │ │ ├── chrome-emfinbmielocnlhgmfkkmkngdoccbadn-Default.svg │ │ │ │ │ ├── chrome-eoieeedlomnegifmaghhjnghhmcldobl-Default.svg │ │ │ │ │ ├── chrome-epionbmgciknkbdibokmpmcfllkdfeeo-Default.svg │ │ │ │ │ ├── chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg │ │ │ │ │ ├── chrome-faolnafnngnfdaknnbpnkhgohbobgegn-Default.svg │ │ │ │ │ ├── chrome-fbangkleohkafngihneedemihgfeikcl-Default.svg │ │ │ │ │ ├── chrome-fdmmgilgnpjigdojojpjoooidkmcomcm-Default.svg │ │ │ │ │ ├── chrome-felcaaldnbdncclmgdcncolpebgiejap-Default.svg │ │ │ │ │ ├── chrome-fgbjpbdfegnodokpoejnbhnblcojccal-Default.svg │ │ │ │ │ ├── chrome-fgdcjlfkdeadkbplfhkbjjccagjepodj-Default.svg │ │ │ │ │ ├── chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default.svg │ │ │ │ │ ├── chrome-fjliknjliaohjgjajlgolhijphojjdkc-Default.svg │ │ │ │ │ ├── chrome-fljalecfjciodhpcledpamjachpmelml-Default.svg │ │ │ │ │ ├── chrome-fnibmbcdeepaahjmddiihohjanlimlmj-Default.svg │ │ │ │ │ ├── chrome-fpniocchabmgenibceglhnfeimmdhdfm-Default.svg │ │ │ │ │ ├── chrome-fppdphmgcddhjeddoeghpjefkdlccljb-Default.svg │ │ │ │ │ ├── chrome-gaedmjdfmmahhbjefcbgaolhhanlaolb-Default.svg │ │ │ │ │ ├── chrome-gbchcmhmhahfdphkhkmpfmihenigjmpp-Default.svg │ │ │ │ │ ├── chrome-gchdledhagjbhhodjjhiclbnaioljomj-Default.svg │ │ │ │ │ ├── chrome-gcjbnclfkeffmdfdhflnadahgmajfgcm-Default.svg │ │ │ │ │ ├── chrome-gdijeikdkaembjbdobgfkoidjkpbmlkd-Default.svg │ │ │ │ │ ├── chrome-gebjgjhbjedcomcajgpodjgfjgkepgpl-Default.svg │ │ │ │ │ ├── chrome-gighmmpiobklfepjocnamgkkbiglidom-Default.svg │ │ │ │ │ ├── chrome-hbdpomandigafcibbmofojjchbcdagbl-Default.svg │ │ │ │ │ ├── chrome-hcglmfcclpfgljeaiahehebeoaiicbko-Default.svg │ │ │ │ │ ├── chrome-hdokiejnpimakedhajhdlcegeplioahd-Default.svg │ │ │ │ │ ├── chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg │ │ │ │ │ ├── chrome-hipbfijinpcgfogaopmgehiegacbhmob-Default.svg │ │ │ │ │ ├── chrome-hjbljnpdahefgnopeohlaeohgkiidnoe-Default.svg │ │ │ │ │ ├── chrome-hjkdhkejcnlmkfdodbkdkelefnkobfif-Default.svg │ │ │ │ │ ├── chrome-hkgndiocipalkpejnpafdbdlfdjihomd-Default.svg │ │ │ │ │ ├── chrome-hmjkmjkepdijhoojdojkdfohbdgmmhki-Default.svg │ │ │ │ │ ├── chrome-http___9gag.com_.svg │ │ │ │ │ ├── chrome-http___www.rdio.com_.svg │ │ │ │ │ ├── chrome-https___prezi.com.svg │ │ │ │ │ ├── chrome-https___stackedit.io_editor.svg │ │ │ │ │ ├── chrome-https___weebly.com.svg │ │ │ │ │ ├── chrome-iabmpiboiopbgfabjmgeedhcmjenhbla-Default.svg │ │ │ │ │ ├── chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg │ │ │ │ │ ├── chrome-icppfcnhkcmnfdhfhphakoifcfokfdhg-Default.svg │ │ │ │ │ ├── chrome-ieicmdpibfnjbmjolkmohnelljmjomoj-Default.svg │ │ │ │ │ ├── chrome-iffdacemhfpnchinokehhnppllonacfj-Default.svg │ │ │ │ │ ├── chrome-iggpfpnahkgpnindfkdncknoldgnccdg-Default.svg │ │ │ │ │ ├── chrome-igpknfbadalohcopbkaepbgblomnbdma-Default.svg │ │ │ │ │ ├── chrome-iiooodelglhkcpgbajoejffhijaclcdg-Default.svg │ │ │ │ │ ├── chrome-ijfecbiladpinddbjfodaaiahggomhaf-Default.svg │ │ │ │ │ ├── chrome-ioekoebejdcmnlefjiknokhhafglcjdl-Default.svg │ │ │ │ │ ├── chrome-ipanemchpnjhopmgcmmjhjcniogmoooc-Default.svg │ │ │ │ │ ├── chrome-ipebkipbeggmmkjjljenoblnfaenambp-Default.svg │ │ │ │ │ ├── chrome-jbdlaalbpgnopkpnmoppmccbgkjhfmgh-Default.svg │ │ │ │ │ ├── chrome-jcjbnkncddbeomhaacaeokhfnefibpde-Default.svg │ │ │ │ │ ├── chrome-jeogkiiogjbmhklcnbgkdcjoioegiknm-Default.svg │ │ │ │ │ ├── chrome-jfbadlndcminbkfojhlimnkgaackjmdo-Default.svg │ │ │ │ │ ├── chrome-jhknlonaankphkkbnmjdlpehkinifeeg-Default.svg │ │ │ │ │ ├── chrome-jijnmpkkfkjaihbhffejemnpbbglahim-Default.svg │ │ │ │ │ ├── chrome-jklljiahjgoglchglekebfljnmbaleig-Default.svg │ │ │ │ │ ├── chrome-khjnjifipfkgglficmipimgjpbmlbemd-Default.svg │ │ │ │ │ ├── chrome-kidnkfckhbdkfgbicccmdggmpgogehop-Default.svg │ │ │ │ │ ├── chrome-kneloppijbcidgidihgdjnooihjcdbij-Default.svg │ │ │ │ │ ├── chrome-knipolnnllmklapflnccelgolnpehhpl-Default.svg │ │ │ │ │ ├── chrome-knkapnclbofjjgicpkfoagdjohlfjhpd-Default.svg │ │ │ │ │ ├── chrome-knpkfcpnjfbniadmfchjpcigfhookhaa-Default.svg │ │ │ │ │ ├── chrome-koegeopamaoljbmhnfjbclbocehhgmkm-Default.svg │ │ │ │ │ ├── chrome-kogcfmeennoidocadkgjhnbancebmlbf-Default.svg │ │ │ │ │ ├── chrome-komhbcfkdcgmcdoenjcjheifdiabikfi-Default.svg │ │ │ │ │ ├── chrome-lbfehkoinhhcknnbdgnnmjhiladcgbol-Default.svg │ │ │ │ │ ├── chrome-lejliakmhcfhakneflmicaoikhbicggc-Default.svg │ │ │ │ │ ├── chrome-lneaknkopdijkpnocmklfnjbeapigfbh-Default.svg │ │ │ │ │ ├── chrome-menkifleemblimdogmoihpfopnplikde-Default.svg │ │ │ │ │ ├── chrome-mhagnkphcmpkmabhocgimoncfaihkpof-Default.svg │ │ │ │ │ ├── chrome-mijlebbfndhelmdpmllgcfadlkankhok-Default.svg │ │ │ │ │ ├── chrome-mjcnijlhddpbdemagnpefmlkjdagkogk-Default.svg │ │ │ │ │ ├── chrome-mkaakpdehdafacodkgkpghoibnmamcme-Default.svg │ │ │ │ │ ├── chrome-mknafpnfcafklkflhenhaldedggpciao-Default.svg │ │ │ │ │ ├── chrome-mlijpphckdfkmcjclnimmbknefojcaol-Default.svg │ │ │ │ │ ├── chrome-mmimngoggfoobjdlefbcabngfnmieonb-Default.svg │ │ │ │ │ ├── chrome-mnfehgbmkapmjnhcnbodoamcioleeooe-Default.svg │ │ │ │ │ ├── chrome-mojepfklcankkmikonjlnidiooanmpbb-Default.svg │ │ │ │ │ ├── chrome-namljbfbglehfnlonjmebceimaalofei-Default.svg │ │ │ │ │ ├── chrome-nckgahadagoaajjgafhacjanaoiihapd-Default.svg │ │ │ │ │ ├── chrome-ncliohomlfopnmlfkepkcbnhmeijkhhf-Default.svg │ │ │ │ │ ├── chrome-nfakdllpdfjjbfommlcnfkedmbigkfdo-Default.svg │ │ │ │ │ ├── chrome-nffchahhjecejoiigmnhhicpoabngedk-Default.svg │ │ │ │ │ ├── chrome-njkkjobcechefaoknodniidfjapgfoco-Default.svg │ │ │ │ │ ├── chrome-npfkoakaabdallkcdbpkkhfilkkngakh-Default.svg │ │ │ │ │ ├── chrome-oacfdfgmgfbpgjgpgghdcjfaajdiggho-Default.svg │ │ │ │ │ ├── chrome-ocgddccilgpeepgglnlpchkpgamkgmld-Default.svg │ │ │ │ │ ├── chrome-ofbpedjdfkboehhknoohhenbpmgcjoik-Default.svg │ │ │ │ │ ├── chrome-oflhioojkbelepjlnafgmgkkjhojphcg-Default.svg │ │ │ │ │ ├── chrome-ohmmkhmmmpcnpikjeljgnaoabkaalbgc-Default.svg │ │ │ │ │ ├── chrome-ojcflmmmcfpacggndoaaflkmcoblhnbh-Default.svg │ │ │ │ │ ├── chrome-omimkinlomnncbmnceacpkmlbfaapojj-Default.svg │ │ │ │ │ ├── chrome-onlgmecjpnejhfeofkgbfgnmdlipdejb-Default.svg │ │ │ │ │ ├── chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg │ │ │ │ │ ├── chrome-pbppfiakkcakldnnhcfncfmclhkhhdcp-Default.svg │ │ │ │ │ ├── chrome-pchjhmiapbbphflbgejhigbmfmmgbngn-Default.svg │ │ │ │ │ ├── chrome-pfoeakahkgllhkommkfeehmkfcloagkl-Default.svg │ │ │ │ │ ├── chrome-pfpeapihoiogbcmdmnibeplnikfnhoge-Default.svg │ │ │ │ │ ├── chrome-pghodfjepegmciihfhdipmimghiakcjf.svg │ │ │ │ │ ├── chrome-pjkljhegncpnkpknbcohdijeoejaedia-Default.svg │ │ │ │ │ ├── chrome-pkbfakcphdokdnbdhlndlpcehebmplab-Default.svg │ │ │ │ │ ├── chrome-pkclgpgponpjmpfokoepglboejdobkpl-Default.svg │ │ │ │ │ ├── chrome-pmoodaljflkhbojjaiibgnlindbhebme-Default.svg │ │ │ │ │ ├── chrome-pnoffddplpippgcfjdhbmhkofpnaalpg-Default.svg │ │ │ │ │ ├── chrome.svg │ │ │ │ │ ├── chromium-app-list.svg │ │ │ │ │ ├── chromium-beta.svg │ │ │ │ │ ├── chromium-browser-privacy.svg │ │ │ │ │ ├── chromium-browser.svg │ │ │ │ │ ├── chromium-browser2.svg │ │ │ │ │ ├── chromium-bsu.svg │ │ │ │ │ ├── chromium-dev.svg │ │ │ │ │ ├── chromium.svg │ │ │ │ │ ├── ciano.svg │ │ │ │ │ ├── cin.svg │ │ │ │ │ ├── cine-encoder.svg │ │ │ │ │ ├── cinelerra-cv.svg │ │ │ │ │ ├── cinelerra-gg.svg │ │ │ │ │ ├── cinelerra-hv.svg │ │ │ │ │ ├── cinelerra.svg │ │ │ │ │ ├── cinema4d.svg │ │ │ │ │ ├── cinnamon-power-manager.svg │ │ │ │ │ ├── cinnamon-preferences-color.svg │ │ │ │ │ ├── circuit.svg │ │ │ │ │ ├── cirkuit.svg │ │ │ │ │ ├── cisco-pt.svg │ │ │ │ │ ├── cities-skylines.svg │ │ │ │ │ ├── citra.svg │ │ │ │ │ ├── citrix-receiver.svg │ │ │ │ │ ├── city.svg │ │ │ │ │ ├── ckb-next.svg │ │ │ │ │ ├── ckb.svg │ │ │ │ │ ├── clamav-gui.svg │ │ │ │ │ ├── clamav.svg │ │ │ │ │ ├── clamtk.svg │ │ │ │ │ ├── clapper.svg │ │ │ │ │ ├── classicmenu-indicator-dark.svg │ │ │ │ │ ├── classicmenu-indicator-light.svg │ │ │ │ │ ├── claudia-launcher.svg │ │ │ │ │ ├── claudia.svg │ │ │ │ │ ├── claws-mail-128x128.svg │ │ │ │ │ ├── claws-mail-32x32.svg │ │ │ │ │ ├── claws-mail-64x64.svg │ │ │ │ │ ├── claws-mail.svg │ │ │ │ │ ├── clawsker.svg │ │ │ │ │ ├── clementine-player.svg │ │ │ │ │ ├── clementine.svg │ │ │ │ │ ├── clion.svg │ │ │ │ │ ├── clipgrab.svg │ │ │ │ │ ├── clipit-trayicon.svg │ │ │ │ │ ├── clock.svg │ │ │ │ │ ├── clocks.svg │ │ │ │ │ ├── cloudcompare.svg │ │ │ │ │ ├── cmake-gui.svg │ │ │ │ │ ├── cmake.svg │ │ │ │ │ ├── cmplayer.svg │ │ │ │ │ ├── cmst.svg │ │ │ │ │ ├── cmyktool.svg │ │ │ │ │ ├── cnc-qt.svg │ │ │ │ │ ├── co.headsetapp.headset.svg │ │ │ │ │ ├── coax.svg │ │ │ │ │ ├── cockatrice.svg │ │ │ │ │ ├── code-oss.svg │ │ │ │ │ ├── code.svg │ │ │ │ │ ├── codeblocks.svg │ │ │ │ │ ├── codelite.svg │ │ │ │ │ ├── codes.nora.gDiceRoller.svg │ │ │ │ │ ├── codeslayer.svg │ │ │ │ │ ├── coedit.svg │ │ │ │ │ ├── coffee-news.svg │ │ │ │ │ ├── coffee.svg │ │ │ │ │ ├── cog.svg │ │ │ │ │ ├── coin.svg │ │ │ │ │ ├── colobot.svg │ │ │ │ │ ├── color-picker.svg │ │ │ │ │ ├── colorgrab.svg │ │ │ │ │ ├── colorhug-backlight.svg │ │ │ │ │ ├── colorhug-ccmx.svg │ │ │ │ │ ├── colorhug-flash.svg │ │ │ │ │ ├── colorhug-refresh.svg │ │ │ │ │ ├── colorhug.svg │ │ │ │ │ ├── colorhug2.svg │ │ │ │ │ ├── colorpicker.svg │ │ │ │ │ ├── com.abisource.AbiWord.svg │ │ │ │ │ ├── com.adobe.Flash-Player-Projector.svg │ │ │ │ │ ├── com.adobe.Reader.svg │ │ │ │ │ ├── com.alacritty.Alacritty.svg │ │ │ │ │ ├── com.albiononline.AlbionOnline.svg │ │ │ │ │ ├── com.alientrap.nexuiz-classic.svg │ │ │ │ │ ├── com.amazon.Workspaces.svg │ │ │ │ │ ├── com.anydesk.Anydesk.svg │ │ │ │ │ ├── com.avocode.Avocode.svg │ │ │ │ │ ├── com.axosoft.GitKraken.svg │ │ │ │ │ ├── com.basiomeuspuga.Lector.svg │ │ │ │ │ ├── com.beakerbrowser.Beaker.svg │ │ │ │ │ ├── com.belmoussaoui.Decoder.svg │ │ │ │ │ ├── com.belmoussaoui.Obfuscate.svg │ │ │ │ │ ├── com.belmoussaoui.ReadItLater.svg │ │ │ │ │ ├── com.bitstower.Markets.svg │ │ │ │ │ ├── com.bitwarden.Bitwarden.svg │ │ │ │ │ ├── com.bitwarden.BitwardenDesktop.svg │ │ │ │ │ ├── com.bitwarden.desktop.svg │ │ │ │ │ ├── com.bitwig.BitwigStudio.svg │ │ │ │ │ ├── com.bixense.PasswordCalculator.svg │ │ │ │ │ ├── com.bladecoder.adventure-editor.svg │ │ │ │ │ ├── com.borgbase.Vorta.svg │ │ │ │ │ ├── com.brave.Browser.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.ebook_edit.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.ebook_viewer.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.lrfviewer.svg │ │ │ │ │ ├── com.calibre_ebook.calibre.svg │ │ │ │ │ ├── com.chatterino.chatterino.svg │ │ │ │ │ ├── com.chez.GrafX2.svg │ │ │ │ │ ├── com.corifeus.onenote.svg │ │ │ │ │ ├── com.deepin.Calculator.svg │ │ │ │ │ ├── com.deepin.Calendar.svg │ │ │ │ │ ├── com.deepin.ImageViewer.svg │ │ │ │ │ ├── com.deepin.Movies.svg │ │ │ │ │ ├── com.deepin.Music.svg │ │ │ │ │ ├── com.deepin.Picker.svg │ │ │ │ │ ├── com.deepin.ScreenRecorder.svg │ │ │ │ │ ├── com.deepin.Screenshot.svg │ │ │ │ │ ├── com.deepin.VoiceRecorder.svg │ │ │ │ │ ├── com.dhsdevelopments.Climaxima.svg │ │ │ │ │ ├── com.discordapp.Discord.svg │ │ │ │ │ ├── com.discordapp.DiscordCanary.svg │ │ │ │ │ ├── com.dosbox.DOSBox.svg │ │ │ │ │ ├── com.dosbox_x.DOSBox-X.svg │ │ │ │ │ ├── com.dropbox.Client.svg │ │ │ │ │ ├── com.editor.gamma.svg │ │ │ │ │ ├── com.elboulangero.Goodvibes.svg │ │ │ │ │ ├── com.elsevier.MendeleyDesktop.svg │ │ │ │ │ ├── com.esotericsoftware.spine.editor.launcher.Launcher.svg │ │ │ │ │ ├── com.frac_tion.teleport.svg │ │ │ │ │ ├── com.georgefb.haruna.svg │ │ │ │ │ ├── com.georgefb.mangareader.svg │ │ │ │ │ ├── com.getferdi.Ferdi.svg │ │ │ │ │ ├── com.getmailspring.Mailspring.svg │ │ │ │ │ ├── com.getpostman.Postman.svg │ │ │ │ │ ├── com.gexperts.Terminix.svg │ │ │ │ │ ├── com.gexperts.Tilix.svg │ │ │ │ │ ├── com.giadamusic.Giada.svg │ │ │ │ │ ├── com.gigitux.gtkwhats.svg │ │ │ │ │ ├── com.gigitux.youp.svg │ │ │ │ │ ├── com.github.Anuken.Mindustry.svg │ │ │ │ │ ├── com.github.Bleuzen.FFaudioConverter.svg │ │ │ │ │ ├── com.github.Cogitri.gxi.svg │ │ │ │ │ ├── com.github.Eloston.ungoogled-chromium.svg │ │ │ │ │ ├── com.github.Flacon.svg │ │ │ │ │ ├── com.github.JannikHv.Gydl.svg │ │ │ │ │ ├── com.github.Moeditor.Moeditor.svg │ │ │ │ │ ├── com.github.PintaProject.Pinta.svg │ │ │ │ │ ├── com.github.Qv2ray.svg │ │ │ │ │ ├── com.github.ThePowderToy.ThePowderToy.svg │ │ │ │ │ ├── com.github._4lex4.ScanTailor-Advanced.svg │ │ │ │ │ ├── com.github.afrantzis.Bless.svg │ │ │ │ │ ├── com.github.akiraux.akira.svg │ │ │ │ │ ├── com.github.akiraux.akiraDevel.svg │ │ │ │ │ ├── com.github.alcadica.develop.svg │ │ │ │ │ ├── com.github.alecaddd.akira.svg │ │ │ │ │ ├── com.github.alecaddd.sequeler.svg │ │ │ │ │ ├── com.github.alecaddd.taxi.svg │ │ │ │ │ ├── com.github.alexhuntley.Plots.svg │ │ │ │ │ ├── com.github.allen-b1.news.svg │ │ │ │ │ ├── com.github.amikha1lov.RecApp.svg │ │ │ │ │ ├── com.github.appadeia.Taigo.svg │ │ │ │ │ ├── com.github.arshubham.srtnr.svg │ │ │ │ │ ├── com.github.artemanufrij.graphui.svg │ │ │ │ │ ├── com.github.artemanufrij.hashit.svg │ │ │ │ │ ├── com.github.artemanufrij.imageburner.svg │ │ │ │ │ ├── com.github.artemanufrij.metronome.svg │ │ │ │ │ ├── com.github.artemanufrij.playmymusic.svg │ │ │ │ │ ├── com.github.artemanufrij.playmyvideos.svg │ │ │ │ │ ├── com.github.artemanufrij.regextester.svg │ │ │ │ │ ├── com.github.artemanufrij.screencast.svg │ │ │ │ │ ├── com.github.artemanufrij.showmypictures.svg │ │ │ │ │ ├── com.github.artemanufrij.translit.svg │ │ │ │ │ ├── com.github.artemanufrij.webpin.svg │ │ │ │ │ ├── com.github.babluboy.bookworm.svg │ │ │ │ │ ├── com.github.bartzaalberg.alias.svg │ │ │ │ │ ├── com.github.bartzaalberg.lottery.svg │ │ │ │ │ ├── com.github.bartzaalberg.php-tester.svg │ │ │ │ │ ├── com.github.bartzaalberg.recipes.svg │ │ │ │ │ ├── com.github.bartzaalberg.snaptastic.svg │ │ │ │ │ ├── com.github.basjam.valacompiler.svg │ │ │ │ │ ├── com.github.bcedu.shutdownscheduler.svg │ │ │ │ │ ├── com.github.bcedu.valasimplehttpserver.svg │ │ │ │ │ ├── com.github.bilelmoussaoui.Authenticator.svg │ │ │ │ │ ├── com.github.birros.WebArchives.svg │ │ │ │ │ ├── com.github.bitseater.weather.svg │ │ │ │ │ ├── com.github.bleakgrey.tootle.svg │ │ │ │ │ ├── com.github.bleakgrey.transporter.svg │ │ │ │ │ ├── com.github.brandonlujan.exchange.svg │ │ │ │ │ ├── com.github.brendanperry.stocks.svg │ │ │ │ │ ├── com.github.calo001.fondo.svg │ │ │ │ │ ├── com.github.carlos157oliveira.Calculus.svg │ │ │ │ │ ├── com.github.cassidyjames.clairvoyant.svg │ │ │ │ │ ├── com.github.cassidyjames.ephemeral.svg │ │ │ │ │ ├── com.github.cassidyjames.palette.svg │ │ │ │ │ ├── com.github.cjbassi.ytop.svg │ │ │ │ │ ├── com.github.cjfloss.envelope.svg │ │ │ │ │ ├── com.github.coslyk.MoonPlayer.svg │ │ │ │ │ ├── com.github.dahenson.agenda.svg │ │ │ │ │ ├── com.github.danrabbit.harvey.svg │ │ │ │ │ ├── com.github.danrabbit.lookbook.svg │ │ │ │ │ ├── com.github.danrabbit.nimbus.svg │ │ │ │ │ ├── com.github.davidmhewitt.clipped.svg │ │ │ │ │ ├── com.github.davidmhewitt.torrential.svg │ │ │ │ │ ├── com.github.dawidd6.checksumo.svg │ │ │ │ │ ├── com.github.dcharles525.pho.svg │ │ │ │ │ ├── com.github.debauchee.barrier.svg │ │ │ │ │ ├── com.github.donadigo.appeditor.svg │ │ │ │ │ ├── com.github.donadigo.eddy.svg │ │ │ │ │ ├── com.github.efdos.mupengui.svg │ │ │ │ │ ├── com.github.elth0r0.iqpuzzle.svg │ │ │ │ │ ├── com.github.emmanueltouzery.cigale.svg │ │ │ │ │ ├── com.github.emmanueltouzery.projectpad.svg │ │ │ │ │ ├── com.github.eudaldgr.elements.svg │ │ │ │ │ ├── com.github.fabiocolacio.marker.svg │ │ │ │ │ ├── com.github.flacon.Flacon.svg │ │ │ │ │ ├── com.github.fleury08.prettifier.svg │ │ │ │ │ ├── com.github.fontmatrix.Fontmatrix.svg │ │ │ │ │ ├── com.github.fushinari.Wordbook.svg │ │ │ │ │ ├── com.github.fwbuilder.svg │ │ │ │ │ ├── com.github.geigi.cozy.svg │ │ │ │ │ ├── com.github.georgekap1an.chores.svg │ │ │ │ │ ├── com.github.gi_lom.dialect.svg │ │ │ │ │ ├── com.github.gijsgoudzwaard.image-optimizer.svg │ │ │ │ │ ├── com.github.gkarsay.parlatype.svg │ │ │ │ │ ├── com.github.gyunaev.spivak.svg │ │ │ │ │ ├── com.github.hannesschulze.optimizer.svg │ │ │ │ │ ├── com.github.hluk.copyq.svg │ │ │ │ │ ├── com.github.hopsan.Hopsan.svg │ │ │ │ │ ├── com.github.hugolabe.Wike.svg │ │ │ │ │ ├── com.github.huluti.Coulr.svg │ │ │ │ │ ├── com.github.huluti.Curtail.svg │ │ │ │ │ ├── com.github.huluti.ImCompressor.svg │ │ │ │ │ ├── com.github.huluti.ImEditor.svg │ │ │ │ │ ├── com.github.iortcw.iortcw.svg │ │ │ │ │ ├── com.github.iwalton3.jellyfin-media-player.svg │ │ │ │ │ ├── com.github.iwalton3.jellyfin-mpv-shim.svg │ │ │ │ │ ├── com.github.jeromerobert.pdfarranger.svg │ │ │ │ │ ├── com.github.jkotra.eovpn.svg │ │ │ │ │ ├── com.github.jmlich.geotagging.svg │ │ │ │ │ ├── com.github.jmoerman.go-for-it.svg │ │ │ │ │ ├── com.github.johnfactotum.Foliate.svg │ │ │ │ │ ├── com.github.joseexposito.touche.svg │ │ │ │ │ ├── com.github.juliagoda.antimicro.svg │ │ │ │ │ ├── com.github.juliagoda.antimicroX.svg │ │ │ │ │ ├── com.github.junrrein.PDFSlicer.svg │ │ │ │ │ ├── com.github.keyilan.swatches.svg │ │ │ │ │ ├── com.github.labyrinth_team.labyrinth.svg │ │ │ │ │ ├── com.github.lainsce.aesop.svg │ │ │ │ │ ├── com.github.lainsce.coin.svg │ │ │ │ │ ├── com.github.lainsce.notejot.svg │ │ │ │ │ ├── com.github.lainsce.palaura.svg │ │ │ │ │ ├── com.github.lainsce.quilter.svg │ │ │ │ │ ├── com.github.lainsce.timetable.svg │ │ │ │ │ ├── com.github.lainsce.yishu.svg │ │ │ │ │ ├── com.github.libresprite.LibreSprite.svg │ │ │ │ │ ├── com.github.louis77.tuner.svg │ │ │ │ │ ├── com.github.lpereira.HardInfo.svg │ │ │ │ │ ├── com.github.lpereira.hardinfo.svg │ │ │ │ │ ├── com.github.luizaugustomm.tomato.svg │ │ │ │ │ ├── com.github.manexim.messages.svg │ │ │ │ │ ├── com.github.manexim.news.svg │ │ │ │ │ ├── com.github.manexim.typewriter.svg │ │ │ │ │ ├── com.github.manisandro.gImageReader-gtk.svg │ │ │ │ │ ├── com.github.manisandro.gImageReader-qt5.svg │ │ │ │ │ ├── com.github.manisandro.gImageReader.svg │ │ │ │ │ ├── com.github.maoschanz.Drawing.svg │ │ │ │ │ ├── com.github.maoschanz.DynamicWallpaperEditor.svg │ │ │ │ │ ├── com.github.maoschanz.drawing.svg │ │ │ │ │ ├── com.github.marktext.marktext.svg │ │ │ │ │ ├── com.github.matfantinel.moneta.svg │ │ │ │ │ ├── com.github.mdh34.hackup.svg │ │ │ │ │ ├── com.github.mdh34.quickdocs.svg │ │ │ │ │ ├── com.github.micahflee.torbrowser-launcher.svg │ │ │ │ │ ├── com.github.mightycreak.Diffuse.svg │ │ │ │ │ ├── com.github.mirkobrombin.bottles.svg │ │ │ │ │ ├── com.github.mirkobrombin.football.svg │ │ │ │ │ ├── com.github.mirkobrombin.ppaextender.svg │ │ │ │ │ ├── com.github.mohelm97.screenrecorder.svg │ │ │ │ │ ├── com.github.mubitosh.qrshare.svg │ │ │ │ │ ├── com.github.muriloventuroso.easyssh.svg │ │ │ │ │ ├── com.github.muriloventuroso.givemelyrics.svg │ │ │ │ │ ├── com.github.muriloventuroso.pdftricks.svg │ │ │ │ │ ├── com.github.needle-and-thread.vocal.svg │ │ │ │ │ ├── com.github.needleandthread.vocal.svg │ │ │ │ │ ├── com.github.nick92.coffee.svg │ │ │ │ │ ├── com.github.nick92.tranqil.svg │ │ │ │ │ ├── com.github.ojubaorg.Othman.svg │ │ │ │ │ ├── com.github.optyfr.JRomManager.svg │ │ │ │ │ ├── com.github.paolostivanin.OTPClient.svg │ │ │ │ │ ├── com.github.parnold-x.nasc.svg │ │ │ │ │ ├── com.github.parnold-x.sudoku.svg │ │ │ │ │ ├── com.github.parnold-x.timer.svg │ │ │ │ │ ├── com.github.persepolisdm.persepolis.svg │ │ │ │ │ ├── com.github.phase1geo.minder.svg │ │ │ │ │ ├── com.github.philip-scott.notes-up.svg │ │ │ │ │ ├── com.github.philip-scott.spice-up.svg │ │ │ │ │ ├── com.github.qarmin.czkawka.svg │ │ │ │ │ ├── com.github.quaternion.svg │ │ │ │ │ ├── com.github.rafostar.Clapper.svg │ │ │ │ │ ├── com.github.rapidfingers.translator.svg │ │ │ │ │ ├── com.github.reds.LogisimEvolution.svg │ │ │ │ │ ├── com.github.rizinorg.Cutter.svg │ │ │ │ │ ├── com.github.rkoesters.xkcd-gtk.svg │ │ │ │ │ ├── com.github.robertsanseries.ciano.svg │ │ │ │ │ ├── com.github.robertsanseries.karim.svg │ │ │ │ │ ├── com.github.ronnydo.colorpicker.svg │ │ │ │ │ ├── com.github.rssguard.svg │ │ │ │ │ ├── com.github.ryonakano.reco.svg │ │ │ │ │ ├── com.github.santileortiz.iconoscope.svg │ │ │ │ │ ├── com.github.sgpthomas.hourglass.svg │ │ │ │ │ ├── com.github.sharkwouter.minigalaxy.svg │ │ │ │ │ ├── com.github.sqlitebrowser.sqlitebrowser.svg │ │ │ │ │ ├── com.github.stsdc.monitor.svg │ │ │ │ │ ├── com.github.subhadeepjasu.pebbles.svg │ │ │ │ │ ├── com.github.taiko2k.tauonmb.svg │ │ │ │ │ ├── com.github.tchx84.Flatseal.svg │ │ │ │ │ ├── com.github.themix_project.Oomox.svg │ │ │ │ │ ├── com.github.thestr4ng3r.Chiaki.svg │ │ │ │ │ ├── com.github.thezbyg.Gpick.svg │ │ │ │ │ ├── com.github.thezbyg.gpick.svg │ │ │ │ │ ├── com.github.tkashkin.gamehub.svg │ │ │ │ │ ├── com.github.tomatoers.tomato.svg │ │ │ │ │ ├── com.github.treagod.spectator.svg │ │ │ │ │ ├── com.github.tsujan.Kvantum.svg │ │ │ │ │ ├── com.github.unrud.RemoteTouchpad.svg │ │ │ │ │ ├── com.github.unrud.VideoDownloader.svg │ │ │ │ │ ├── com.github.unrud.djpdf.svg │ │ │ │ │ ├── com.github.vladimiry.ElectronMail.svg │ │ │ │ │ ├── com.github.wjaguar.mtPaint.svg │ │ │ │ │ ├── com.github.wjaguar.mtpaint.svg │ │ │ │ │ ├── com.github.wwmm.pulseeffects.svg │ │ │ │ │ ├── com.github.xournalpp.xournalpp.svg │ │ │ │ │ ├── com.github.yucefsourani.albasheer-electronic-quran-browser.svg │ │ │ │ │ ├── com.github.z.Cumulonimbus.svg │ │ │ │ │ ├── com.github.ztefn.haguichi.svg │ │ │ │ │ ├── com.gitlab.ColinDuquesnoy.MellowPlayer.svg │ │ │ │ │ ├── com.gitlab.adnan338.Nixwriter.svg │ │ │ │ │ ├── com.gitlab.azymohliad.Qwertone.svg │ │ │ │ │ ├── com.gitlab.bitseater.meteo.svg │ │ │ │ │ ├── com.gitlab.chinstrap.gammastep.svg │ │ │ │ │ ├── com.gitlab.coringao.cavestory-nx.svg │ │ │ │ │ ├── com.gitlab.davem.ClamTk.svg │ │ │ │ │ ├── com.gitlab.guillermop.MasterKey.svg │ │ │ │ │ ├── com.gitlab.iurie-sw.Geonkick.svg │ │ │ │ │ ├── com.gitlab.librebob.Athenaeum.svg │ │ │ │ │ ├── com.gitlab.newsflash.svg │ │ │ │ │ ├── com.gitlab.tipp10.tipp10.svg │ │ │ │ │ ├── com.giuspen.cherrytree.svg │ │ │ │ │ ├── com.google.AndroidStudio.desktop.svg │ │ │ │ │ ├── com.google.AndroidStudio.svg │ │ │ │ │ ├── com.google.Chrome.svg │ │ │ │ │ ├── com.google.Earth.svg │ │ │ │ │ ├── com.google.sites.ser-player.svg │ │ │ │ │ ├── com.googleplaymusicdesktopplayer.GPMDP.svg │ │ │ │ │ ├── com.hugski.ColorHug2.svg │ │ │ │ │ ├── com.innstereo.innstereo.svg │ │ │ │ │ ├── com.interversehq.qView.svg │ │ │ │ │ ├── com.inventwithpython.flippy.svg │ │ │ │ │ ├── com.irccloud.desktop.svg │ │ │ │ │ ├── com.jagex.RuneScape.svg │ │ │ │ │ ├── com.jetbrains.CLion.svg │ │ │ │ │ ├── com.jetbrains.DataGrip.svg │ │ │ │ │ ├── com.jetbrains.IntelliJ-IDEA-Community.svg │ │ │ │ │ ├── com.jetbrains.IntelliJ-IDEA-Ultimate.svg │ │ │ │ │ ├── com.jetbrains.Intellij-Community.svg │ │ │ │ │ ├── com.jetbrains.PhpStorm.svg │ │ │ │ │ ├── com.jetbrains.PyCharm-Community.svg │ │ │ │ │ ├── com.jetbrains.PyCharm-Professional.svg │ │ │ │ │ ├── com.jetbrains.PyCharm.svg │ │ │ │ │ ├── com.jetbrains.Rider.svg │ │ │ │ │ ├── com.jetbrains.RubyMine.svg │ │ │ │ │ ├── com.jetbrains.WebStorm.svg │ │ │ │ │ ├── com.jgraph.drawio.desktop.svg │ │ │ │ │ ├── com.jgraph.drawio.svg │ │ │ │ │ ├── com.jvieira.tpt.Metronome.svg │ │ │ │ │ ├── com.leagueoflegends.Client.svg │ │ │ │ │ ├── com.leinardi.gst.svg │ │ │ │ │ ├── com.leinardi.gwe.svg │ │ │ │ │ ├── com.leinardi.gx52.svg │ │ │ │ │ ├── com.lettier.gifcurry.svg │ │ │ │ │ ├── com.lettier.movie-monad.svg │ │ │ │ │ ├── com.locomalito.abbayedesmorts.svg │ │ │ │ │ ├── com.makemkv.MakeMKV.svg │ │ │ │ │ ├── com.mandelbulber.Mandelbulber.svg │ │ │ │ │ ├── com.mattermost.Desktop.svg │ │ │ │ │ ├── com.meetfranz.Franz.svg │ │ │ │ │ ├── com.mojang.Minecraft.svg │ │ │ │ │ ├── com.neatdecisions.Detwinner.svg │ │ │ │ │ ├── com.netease.CloudMusic.svg │ │ │ │ │ ├── com.nextcloud.desktopclient.nextcloud.svg │ │ │ │ │ ├── com.notepadqq.notepadqq.svg │ │ │ │ │ ├── com.obsproject.Studio.svg │ │ │ │ │ ├── com.onlyoffice.DesktopEditors.svg │ │ │ │ │ ├── com.openmusicplayer.OMP.svg │ │ │ │ │ ├── com.orama_interactive.Pixelorama.svg │ │ │ │ │ ├── com.ozmartians.VidCutter.svg │ │ │ │ │ ├── com.play0ad.zeroad.svg │ │ │ │ │ ├── com.polyphonesoundfonts.polyphone.svg │ │ │ │ │ ├── com.prusa3d.PrusaSlicer.svg │ │ │ │ │ ├── com.rafaelmardojai.Blanket.svg │ │ │ │ │ ├── com.raggesilver.Proton.svg │ │ │ │ │ ├── com.raggesilver.Writer.svg │ │ │ │ │ ├── com.rawtherapee.RawTherapee.svg │ │ │ │ │ ├── com.remarkable.reMarkable.svg │ │ │ │ │ ├── com.rosegardenmusic.rosegarden.svg │ │ │ │ │ ├── com.shatteredpixel.shatteredpixeldungeon.svg │ │ │ │ │ ├── com.sigil_ebook.Sigil.svg │ │ │ │ │ ├── com.simplenote.Simplenote.svg │ │ │ │ │ ├── com.simplenote.simplenote.svg │ │ │ │ │ ├── com.sireliah.Dragit.svg │ │ │ │ │ ├── com.skype.Client.svg │ │ │ │ │ ├── com.slack.Slack.svg │ │ │ │ │ ├── com.snes9x.Snes9x.svg │ │ │ │ │ ├── com.sourcepole.kadas.svg │ │ │ │ │ ├── com.spotify.Client.svg │ │ │ │ │ ├── com.springrts.SpringLobby.svg │ │ │ │ │ ├── com.stepmania.StepMania.svg │ │ │ │ │ ├── com.stremio.Stremio.svg │ │ │ │ │ ├── com.sublimetext.SublimeText3.svg │ │ │ │ │ ├── com.sublimetext.three.svg │ │ │ │ │ ├── com.sweethome3d.Desktop.svg │ │ │ │ │ ├── com.sweethome3d.Sweethome3d.svg │ │ │ │ │ ├── com.syntevo.SmartGit.svg │ │ │ │ │ ├── com.syntevo.SmartSynchronize.svg │ │ │ │ │ ├── com.system76.Popsicle.svg │ │ │ │ │ ├── com.teamspeak.TeamSpeak.svg │ │ │ │ │ ├── com.teeworlds.Teeworlds.svg │ │ │ │ │ ├── com.todoist.Todoist.svg │ │ │ │ │ ├── com.toggl.TogglDesktop.svg │ │ │ │ │ ├── com.ugetdm.uGet.svg │ │ │ │ │ ├── com.ulduzsoft.KchmViewer.svg │ │ │ │ │ ├── com.unity.UnityEditor.svg │ │ │ │ │ ├── com.uploadedlobster.peek.svg │ │ │ │ │ ├── com.usebottles.bottles.svg │ │ │ │ │ ├── com.valvesoftware.Steam.svg │ │ │ │ │ ├── com.viber.Viber.svg │ │ │ │ │ ├── com.viewizard.AstroMenace.svg │ │ │ │ │ ├── com.vinszent.GnomeTwitch.svg │ │ │ │ │ ├── com.visualstudio.code-oss.svg │ │ │ │ │ ├── com.visualstudio.code.insiders.svg │ │ │ │ │ ├── com.visualstudio.code.oss.svg │ │ │ │ │ ├── com.visualstudio.code.svg │ │ │ │ │ ├── com.vscodium.codium.svg │ │ │ │ │ ├── com.wings3d.WINGS.svg │ │ │ │ │ ├── com.wire.Coax.svg │ │ │ │ │ ├── com.wire.WireDesktop.svg │ │ │ │ │ ├── com.wiz.Note.svg │ │ │ │ │ ├── com.xamarin.MonoDevelop.svg │ │ │ │ │ ├── com.xnview.XnConvert.svg │ │ │ │ │ ├── com.xnview.XnViewMP.svg │ │ │ │ │ ├── com.zandronum.Zandronum.svg │ │ │ │ │ ├── com.zulipchat.Zulip.svg │ │ │ │ │ ├── comix.svg │ │ │ │ │ ├── commonist.svg │ │ │ │ │ ├── compared.svg │ │ │ │ │ ├── compton.svg │ │ │ │ │ ├── computerjanitor.svg │ │ │ │ │ ├── confclerk.svg │ │ │ │ │ ├── config-date.svg │ │ │ │ │ ├── config-language.svg │ │ │ │ │ ├── config-users.svg │ │ │ │ │ ├── configuration_section.svg │ │ │ │ │ ├── configurator.svg │ │ │ │ │ ├── configure-debian.svg │ │ │ │ │ ├── confy.svg │ │ │ │ │ ├── conky-manager.svg │ │ │ │ │ ├── conky.svg │ │ │ │ │ ├── connectagram.svg │ │ │ │ │ ├── contact-editor.svg │ │ │ │ │ ├── contact.svg │ │ │ │ │ ├── contacts.svg │ │ │ │ │ ├── control-center2.svg │ │ │ │ │ ├── converseen.svg │ │ │ │ │ ├── convertall-icon.svg │ │ │ │ │ ├── convertall.svg │ │ │ │ │ ├── cool-retro-term.svg │ │ │ │ │ ├── copy-agent.svg │ │ │ │ │ ├── copy.svg │ │ │ │ │ ├── copyq.svg │ │ │ │ │ ├── coquillo.svg │ │ │ │ │ ├── corebird.svg │ │ │ │ │ ├── corectl.svg │ │ │ │ │ ├── coulr.svg │ │ │ │ │ ├── covergloobus.svg │ │ │ │ │ ├── coypu.svg │ │ │ │ │ ├── cozy.svg │ │ │ │ │ ├── cozydrive.svg │ │ │ │ │ ├── cpeditor-icon.svg │ │ │ │ │ ├── cpeditor.svg │ │ │ │ │ ├── cpod.svg │ │ │ │ │ ├── cpu-x.svg │ │ │ │ │ ├── cpuinfo.svg │ │ │ │ │ ├── cpupower-gui.svg │ │ │ │ │ ├── cqrlog.svg │ │ │ │ │ ├── crashplan.svg │ │ │ │ │ ├── crawl-sdl_icon.svg │ │ │ │ │ ├── crawl.svg │ │ │ │ │ ├── crayon-physics-deluxe.svg │ │ │ │ │ ├── crayon-physics-demo.svg │ │ │ │ │ ├── cream.svg │ │ │ │ │ ├── credentials-preferences.svg │ │ │ │ │ ├── crossover.svg │ │ │ │ │ ├── crow-translate.svg │ │ │ │ │ ├── crusader-kings.svg │ │ │ │ │ ├── cryfs-gui.svg │ │ │ │ │ ├── cryptkeeper.svg │ │ │ │ │ ├── cryptobox-search.svg │ │ │ │ │ ├── cryptobox-wizard.svg │ │ │ │ │ ├── cryptocat.svg │ │ │ │ │ ├── cryptomator.svg │ │ │ │ │ ├── cryptote.svg │ │ │ │ │ ├── cryptr.svg │ │ │ │ │ ├── crystal-picnic.svg │ │ │ │ │ ├── cs-applets.svg │ │ │ │ │ ├── cs-backgrounds.svg │ │ │ │ │ ├── cs-bluetooth.svg │ │ │ │ │ ├── cs-cat-admin.svg │ │ │ │ │ ├── cs-cat-appearance.svg │ │ │ │ │ ├── cs-cat-hardware.svg │ │ │ │ │ ├── cs-cat-prefs.svg │ │ │ │ │ ├── cs-cat-themes.svg │ │ │ │ │ ├── cs-color.svg │ │ │ │ │ ├── cs-date-time.svg │ │ │ │ │ ├── cs-default-applications.svg │ │ │ │ │ ├── cs-desklets.svg │ │ │ │ │ ├── cs-desktop-effects.svg │ │ │ │ │ ├── cs-desktop.svg │ │ │ │ │ ├── cs-details.svg │ │ │ │ │ ├── cs-display.svg │ │ │ │ │ ├── cs-drivers.svg │ │ │ │ │ ├── cs-extensions.svg │ │ │ │ │ ├── cs-firewall.svg │ │ │ │ │ ├── cs-fonts.svg │ │ │ │ │ ├── cs-general.svg │ │ │ │ │ ├── cs-input-method.svg │ │ │ │ │ ├── cs-keyboard.svg │ │ │ │ │ ├── cs-language.svg │ │ │ │ │ ├── cs-login.svg │ │ │ │ │ ├── cs-mouse.svg │ │ │ │ │ ├── cs-network.svg │ │ │ │ │ ├── cs-notifications.svg │ │ │ │ │ ├── cs-online-accounts.svg │ │ │ │ │ ├── cs-overview.svg │ │ │ │ │ ├── cs-panel.svg │ │ │ │ │ ├── cs-power.svg │ │ │ │ │ ├── cs-printer.svg │ │ │ │ │ ├── cs-privacy.svg │ │ │ │ │ ├── cs-region.svg │ │ │ │ │ ├── cs-screen.svg │ │ │ │ │ ├── cs-screensaver.svg │ │ │ │ │ ├── cs-software-properties.svg │ │ │ │ │ ├── cs-sound.svg │ │ │ │ │ ├── cs-sources.svg │ │ │ │ │ ├── cs-startup-programs.svg │ │ │ │ │ ├── cs-tablet.svg │ │ │ │ │ ├── cs-themes.svg │ │ │ │ │ ├── cs-tiling.svg │ │ │ │ │ ├── cs-universal-access.svg │ │ │ │ │ ├── cs-user-accounts.svg │ │ │ │ │ ├── cs-user.svg │ │ │ │ │ ├── cs-windows.svg │ │ │ │ │ ├── cs-workspaces.svg │ │ │ │ │ ├── csoundqt.svg │ │ │ │ │ ├── cuckoo.svg │ │ │ │ │ ├── cudatext-256.svg │ │ │ │ │ ├── cudatext.svg │ │ │ │ │ ├── cumulonimbus.svg │ │ │ │ │ ├── cups-launcher.svg │ │ │ │ │ ├── cups.svg │ │ │ │ │ ├── cura-icon.svg │ │ │ │ │ ├── cura.svg │ │ │ │ │ ├── curlew.svg │ │ │ │ │ ├── currency.svg │ │ │ │ │ ├── cutecom.svg │ │ │ │ │ ├── cutegram.svg │ │ │ │ │ ├── cutemarked.svg │ │ │ │ │ ├── cutter.svg │ │ │ │ │ ├── cuttlefish.svg │ │ │ │ │ ├── cx.ring.Ring.svg │ │ │ │ │ ├── cx.ring.ring-kde.svg │ │ │ │ │ ├── cxmenu-cxoffice-0-crossover.svg │ │ │ │ │ ├── cxmenu-cxoffice-0-cxdoc.svg │ │ │ │ │ ├── cxmenu-cxoffice-0-cxregister.svg │ │ │ │ │ ├── cxmenu-cxoffice-0-cxreset.svg │ │ │ │ │ ├── cxmenu-cxoffice-0-cxrun.svg │ │ │ │ │ ├── cxmenu-cxoffice-0-cxuninstall.svg │ │ │ │ │ ├── cyclograph.svg │ │ │ │ │ ├── cz.zeropage.Formiko.svg │ │ │ │ │ ├── d-feet-icon.svg │ │ │ │ │ ├── d-feet.svg │ │ │ │ │ ├── dabradio.svg │ │ │ │ │ ├── daetools-48x48.svg │ │ │ │ │ ├── daetools.svg │ │ │ │ │ ├── darkmod.svg │ │ │ │ │ ├── darktable.svg │ │ │ │ │ ├── dart-editor.svg │ │ │ │ │ ├── dart.svg │ │ │ │ │ ├── darwinia.svg │ │ │ │ │ ├── dassault-systemes.draftsight.svg │ │ │ │ │ ├── datagrip.svg │ │ │ │ │ ├── date.svg │ │ │ │ │ ├── dates.svg │ │ │ │ │ ├── daty.svg │ │ │ │ │ ├── davmail.svg │ │ │ │ │ ├── dayfolder.svg │ │ │ │ │ ├── dbeaver-ce.svg │ │ │ │ │ ├── dbeaver-ee.svg │ │ │ │ │ ├── dbeaver.svg │ │ │ │ │ ├── dc++.svg │ │ │ │ │ ├── dconf-editor.svg │ │ │ │ │ ├── dcplusplus.svg │ │ │ │ │ ├── ddcopy.svg │ │ │ │ │ ├── dde-calendar.svg │ │ │ │ │ ├── dde-file-manager.svg │ │ │ │ │ ├── dde-introduction.svg │ │ │ │ │ ├── ddms.svg │ │ │ │ │ ├── ddnet.svg │ │ │ │ │ ├── ddrescue-gui.svg │ │ │ │ │ ├── ddrescueview.svg │ │ │ │ │ ├── de.billardgl.Billardgl.svg │ │ │ │ │ ├── de.blobbyvolley.BlobbyVolley2.svg │ │ │ │ │ ├── de.create3000.Titania.svg │ │ │ │ │ ├── de.finnik.PassVault.svg │ │ │ │ │ ├── de.haeckerfelix.Fragments.svg │ │ │ │ │ ├── de.haeckerfelix.Shortwave.svg │ │ │ │ │ ├── de.haeckerfelix.Souk.svg │ │ │ │ │ ├── de.haeckerfelix.gradio.svg │ │ │ │ │ ├── de.ient.RDPlot.svg │ │ │ │ │ ├── de.ient.YUView.svg │ │ │ │ │ ├── de.ifw_dresden.nagstamon.svg │ │ │ │ │ ├── de.klayout.KLayout.svg │ │ │ │ │ ├── de.lucaswerkmeister.corebird.svg │ │ │ │ │ ├── de.ma-nic.Friendiqa.svg │ │ │ │ │ ├── de.manuel_kehl.go-for-it.svg │ │ │ │ │ ├── de.mediathekview.MediathekView.svg │ │ │ │ │ ├── de.openstreetmap.josm.svg │ │ │ │ │ ├── de.rwth_aachen.ient.RDPlot.svg │ │ │ │ │ ├── de.rwth_aachen.ient.YUView.svg │ │ │ │ │ ├── de.wolfvollprecht.UberWriter.svg │ │ │ │ │ ├── deadbeef.svg │ │ │ │ │ ├── debian-logo.svg │ │ │ │ │ ├── debian-plymouth-manager.svg │ │ │ │ │ ├── debian-reference.svg │ │ │ │ │ ├── debian-swirl.svg │ │ │ │ │ ├── debian.svg │ │ │ │ │ ├── debreate.svg │ │ │ │ │ ├── decibel.svg │ │ │ │ │ ├── deepin-appstore.svg │ │ │ │ │ ├── deepin-boot-maker.svg │ │ │ │ │ ├── deepin-calculator.svg │ │ │ │ │ ├── deepin-calendar.svg │ │ │ │ │ ├── deepin-clone.svg │ │ │ │ │ ├── deepin-cloud-configuration.svg │ │ │ │ │ ├── deepin-cloud-print-configurator.svg │ │ │ │ │ ├── deepin-cloud-scan-config-helper.svg │ │ │ │ │ ├── deepin-crossover.svg │ │ │ │ │ ├── deepin-deb-installer.svg │ │ │ │ │ ├── deepin-draw.svg │ │ │ │ │ ├── deepin-editor.svg │ │ │ │ │ ├── deepin-emacs.svg │ │ │ │ │ ├── deepin-feedback.svg │ │ │ │ │ ├── deepin-font-installer.svg │ │ │ │ │ ├── deepin-game-center.svg │ │ │ │ │ ├── deepin-graphics-driver-manager.svg │ │ │ │ │ ├── deepin-image-viewer.svg │ │ │ │ │ ├── deepin-installer-oem.svg │ │ │ │ │ ├── deepin-installer.svg │ │ │ │ │ ├── deepin-launcher.svg │ │ │ │ │ ├── deepin-manual.svg │ │ │ │ │ ├── deepin-media-player.svg │ │ │ │ │ ├── deepin-movie.svg │ │ │ │ │ ├── deepin-multitasking-view.svg │ │ │ │ │ ├── deepin-music-player.svg │ │ │ │ │ ├── deepin-music.svg │ │ │ │ │ ├── deepin-picker.svg │ │ │ │ │ ├── deepin-remote-assistance.svg │ │ │ │ │ ├── deepin-repair-tools.svg │ │ │ │ │ ├── deepin-repair.svg │ │ │ │ │ ├── deepin-screen-recorder.svg │ │ │ │ │ ├── deepin-screenrecorder.svg │ │ │ │ │ ├── deepin-screenshot.svg │ │ │ │ │ ├── deepin-show-desktop.svg │ │ │ │ │ ├── deepin-software-center.svg │ │ │ │ │ ├── deepin-system-monitor.svg │ │ │ │ │ ├── deepin-terminal.svg │ │ │ │ │ ├── deepin-toggle-desktop.svg │ │ │ │ │ ├── deepin-translator.svg │ │ │ │ │ ├── deepin-voice-recorder.svg │ │ │ │ │ ├── deepin.com.wechat.devtools.svg │ │ │ │ │ ├── deepin.com.wechat.svg │ │ │ │ │ ├── deepinwine-7zip.svg │ │ │ │ │ ├── deepinwine-qq.svg │ │ │ │ │ ├── defcon.svg │ │ │ │ │ ├── deja-dup.svg │ │ │ │ │ ├── deltachat-desktop.svg │ │ │ │ │ ├── deltachat.svg │ │ │ │ │ ├── deluge-torrent.svg │ │ │ │ │ ├── deluge.svg │ │ │ │ │ ├── dementia.svg │ │ │ │ │ ├── denemo.svg │ │ │ │ │ ├── designer-qt4.svg │ │ │ │ │ ├── designer-qt5.svg │ │ │ │ │ ├── designer.svg │ │ │ │ │ ├── deskbar-applet.svg │ │ │ │ │ ├── deskbar.svg │ │ │ │ │ ├── desktop-effect.svg │ │ │ │ │ ├── desktop-effects.svg │ │ │ │ │ ├── desktop-environment-budgie.svg │ │ │ │ │ ├── desktop-environment-cinnamon.svg │ │ │ │ │ ├── desktop-environment-gnome.svg │ │ │ │ │ ├── desktop-environment-kde.svg │ │ │ │ │ ├── desktop-environment-lxde.svg │ │ │ │ │ ├── desktop-environment-lxqt.svg │ │ │ │ │ ├── desktop-environment-mate.svg │ │ │ │ │ ├── desktop-environment-tde.svg │ │ │ │ │ ├── desktop-environment-unity.svg │ │ │ │ │ ├── desktop-environment-xfce.svg │ │ │ │ │ ├── desktop.svg │ │ │ │ │ ├── desura.svg │ │ │ │ │ ├── detwinner.svg │ │ │ │ │ ├── dev.Cogitri.Health.svg │ │ │ │ │ ├── dev.alextren.Spot.svg │ │ │ │ │ ├── dev.geopjr.Hashbrown.svg │ │ │ │ │ ├── dev.tchx84.Portfolio.svg │ │ │ │ │ ├── devassistant.svg │ │ │ │ │ ├── devdocs-desktop.svg │ │ │ │ │ ├── devdocs.svg │ │ │ │ │ ├── devede.svg │ │ │ │ │ ├── devedeng.svg │ │ │ │ │ ├── devhelp.svg │ │ │ │ │ ├── devhub.svg │ │ │ │ │ ├── device-notifier.svg │ │ │ │ │ ├── dexed.svg │ │ │ │ │ ├── dgse_logo_128.svg │ │ │ │ │ ├── dia.svg │ │ │ │ │ ├── dialer.svg │ │ │ │ │ ├── dianara.svg │ │ │ │ │ ├── dibuja.svg │ │ │ │ │ ├── dictionary.svg │ │ │ │ │ ├── diffpdf.svg │ │ │ │ │ ├── diffuse-player.svg │ │ │ │ │ ├── diffuse.svg │ │ │ │ │ ├── digikam.svg │ │ │ │ │ ├── digital-assets.svg │ │ │ │ │ ├── dillo.svg │ │ │ │ │ ├── din.svg │ │ │ │ │ ├── ding.svg │ │ │ │ │ ├── dino.svg │ │ │ │ │ ├── diodon.svg │ │ │ │ │ ├── discord-bin.svg │ │ │ │ │ ├── discord-canary.svg │ │ │ │ │ ├── discord-ptb.svg │ │ │ │ │ ├── discord.svg │ │ │ │ │ ├── disk-burner.svg │ │ │ │ │ ├── disk-check.svg │ │ │ │ │ ├── disk-usage-analyzer.svg │ │ │ │ │ ├── diskmonitor.svg │ │ │ │ │ ├── disks.svg │ │ │ │ │ ├── disper.svg │ │ │ │ │ ├── display-capplet.svg │ │ │ │ │ ├── display-im6.Q16.svg │ │ │ │ │ ├── display-im6.q16.svg │ │ │ │ │ ├── display.im6.svg │ │ │ │ │ ├── distributor-logo-absolute.svg │ │ │ │ │ ├── distributor-logo-aix.svg │ │ │ │ │ ├── distributor-logo-alpine.svg │ │ │ │ │ ├── distributor-logo-android.svg │ │ │ │ │ ├── distributor-logo-antergos.svg │ │ │ │ │ ├── distributor-logo-antix.svg │ │ │ │ │ ├── distributor-logo-archbang.svg │ │ │ │ │ ├── distributor-logo-archcraft.svg │ │ │ │ │ ├── distributor-logo-archlinux.svg │ │ │ │ │ ├── distributor-logo-arco.svg │ │ │ │ │ ├── distributor-logo-arya.svg │ │ │ │ │ ├── distributor-logo-backbox.svg │ │ │ │ │ ├── distributor-logo-bluestar.svg │ │ │ │ │ ├── distributor-logo-bodhi.svg │ │ │ │ │ ├── distributor-logo-bsd.svg │ │ │ │ │ ├── distributor-logo-bunsenlabs.svg │ │ │ │ │ ├── distributor-logo-centos.svg │ │ │ │ │ ├── distributor-logo-chakra.svg │ │ │ │ │ ├── distributor-logo-chaletos.svg │ │ │ │ │ ├── distributor-logo-connochaetos.svg │ │ │ │ │ ├── distributor-logo-crux.svg │ │ │ │ │ ├── distributor-logo-cub.svg │ │ │ │ │ ├── distributor-logo-debian.svg │ │ │ │ │ ├── distributor-logo-deepin.svg │ │ │ │ │ ├── distributor-logo-devuan.svg │ │ │ │ │ ├── distributor-logo-dragonflybsd.svg │ │ │ │ │ ├── distributor-logo-elementaryos.svg │ │ │ │ │ ├── distributor-logo-endeavouros.svg │ │ │ │ │ ├── distributor-logo-endlessos.svg │ │ │ │ │ ├── distributor-logo-exherbo.svg │ │ │ │ │ ├── distributor-logo-extix.svg │ │ │ │ │ ├── distributor-logo-fedora.svg │ │ │ │ │ ├── distributor-logo-ferenos.svg │ │ │ │ │ ├── distributor-logo-freebsd.svg │ │ │ │ │ ├── distributor-logo-funtoo.svg │ │ │ │ │ ├── distributor-logo-furybsd.svg │ │ │ │ │ ├── distributor-logo-gentoo.svg │ │ │ │ │ ├── distributor-logo-ghostbsd.svg │ │ │ │ │ ├── distributor-logo-gnu.svg │ │ │ │ │ ├── distributor-logo-guixsd.svg │ │ │ │ │ ├── distributor-logo-handylinux.svg │ │ │ │ │ ├── distributor-logo-hardenedbsd.svg │ │ │ │ │ ├── distributor-logo-hyperbola.svg │ │ │ │ │ ├── distributor-logo-illumos.svg │ │ │ │ │ ├── distributor-logo-kali.svg │ │ │ │ │ ├── distributor-logo-kaos.svg │ │ │ │ │ ├── distributor-logo-kdeneon.svg │ │ │ │ │ ├── distributor-logo-korora.svg │ │ │ │ │ ├── distributor-logo-kubuntu.svg │ │ │ │ │ ├── distributor-logo-lfs.svg │ │ │ │ │ ├── distributor-logo-libertybsd.svg │ │ │ │ │ ├── distributor-logo-linux.svg │ │ │ │ │ ├── distributor-logo-lite.svg │ │ │ │ │ ├── distributor-logo-lmde.svg │ │ │ │ │ ├── distributor-logo-lubuntu.svg │ │ │ │ │ ├── distributor-logo-lxle.svg │ │ │ │ │ ├── distributor-logo-mac.svg │ │ │ │ │ ├── distributor-logo-mageia.svg │ │ │ │ │ ├── distributor-logo-manjaro.svg │ │ │ │ │ ├── distributor-logo-maui.svg │ │ │ │ │ ├── distributor-logo-midnightbsd.svg │ │ │ │ │ ├── distributor-logo-mint.svg │ │ │ │ │ ├── distributor-logo-mirbsd.svg │ │ │ │ │ ├── distributor-logo-msdos.svg │ │ │ │ │ ├── distributor-logo-mx.svg │ │ │ │ │ ├── distributor-logo-neptuneos.svg │ │ │ │ │ ├── distributor-logo-netbsd.svg │ │ │ │ │ ├── distributor-logo-netrunner.svg │ │ │ │ │ ├── distributor-logo-nitrux.svg │ │ │ │ │ ├── distributor-logo-nixos.svg │ │ │ │ │ ├── distributor-logo-nomadbsd.svg │ │ │ │ │ ├── distributor-logo-openbsd.svg │ │ │ │ │ ├── distributor-logo-openindiana.svg │ │ │ │ │ ├── distributor-logo-openmandriva.svg │ │ │ │ │ ├── distributor-logo-opensuse.svg │ │ │ │ │ ├── distributor-logo-parabola.svg │ │ │ │ │ ├── distributor-logo-parsix.svg │ │ │ │ │ ├── distributor-logo-pcbsd.svg │ │ │ │ │ ├── distributor-logo-pclinuxos.svg │ │ │ │ │ ├── distributor-logo-peppermint.svg │ │ │ │ │ ├── distributor-logo-plan9.svg │ │ │ │ │ ├── distributor-logo-popos.svg │ │ │ │ │ ├── distributor-logo-porteus.svg │ │ │ │ │ ├── distributor-logo-postmarketos.svg │ │ │ │ │ ├── distributor-logo-puppy.svg │ │ │ │ │ ├── distributor-logo-pureos.svg │ │ │ │ │ ├── distributor-logo-qubes.svg │ │ │ │ │ ├── distributor-logo-quirky.svg │ │ │ │ │ ├── distributor-logo-raspbian.svg │ │ │ │ │ ├── distributor-logo-redcore.svg │ │ │ │ │ ├── distributor-logo-rhel.svg │ │ │ │ │ ├── distributor-logo-rosa.svg │ │ │ │ │ ├── distributor-logo-sabayon.svg │ │ │ │ │ ├── distributor-logo-salix.svg │ │ │ │ │ ├── distributor-logo-scientificlinux.svg │ │ │ │ │ ├── distributor-logo-siduction.svg │ │ │ │ │ ├── distributor-logo-slackware.svg │ │ │ │ │ ├── distributor-logo-slax.svg │ │ │ │ │ ├── distributor-logo-smartos.svg │ │ │ │ │ ├── distributor-logo-solaris-oracle.svg │ │ │ │ │ ├── distributor-logo-solaris-sun.svg │ │ │ │ │ ├── distributor-logo-solus.svg │ │ │ │ │ ├── distributor-logo-sparkylinux.svg │ │ │ │ │ ├── distributor-logo-tails.svg │ │ │ │ │ ├── distributor-logo-tanglu.svg │ │ │ │ │ ├── distributor-logo-trident.svg │ │ │ │ │ ├── distributor-logo-trisquel.svg │ │ │ │ │ ├── distributor-logo-trueos.svg │ │ │ │ │ ├── distributor-logo-ubuntu-budgie.svg │ │ │ │ │ ├── distributor-logo-ubuntu-gnome.svg │ │ │ │ │ ├── distributor-logo-ubuntu-kylin.svg │ │ │ │ │ ├── distributor-logo-ubuntu-mate.svg │ │ │ │ │ ├── distributor-logo-ubuntu-studio.svg │ │ │ │ │ ├── distributor-logo-ubuntu.svg │ │ │ │ │ ├── distributor-logo-ultimate.svg │ │ │ │ │ ├── distributor-logo-void.svg │ │ │ │ │ ├── distributor-logo-voyager.svg │ │ │ │ │ ├── distributor-logo-windows.svg │ │ │ │ │ ├── distributor-logo-xubuntu.svg │ │ │ │ │ ├── distributor-logo-zenwalk.svg │ │ │ │ │ ├── distributor-logo-zorin.svg │ │ │ │ │ ├── distributor-logo.svg │ │ │ │ │ ├── djv.svg │ │ │ │ │ ├── djv_view.svg │ │ │ │ │ ├── djvulibre-djview4.svg │ │ │ │ │ ├── dk.sunsite.foobillard.svg │ │ │ │ │ ├── dmitry.svg │ │ │ │ │ ├── dnfdragora.svg │ │ │ │ │ ├── do.svg │ │ │ │ │ ├── docear.svg │ │ │ │ │ ├── docfetcher.svg │ │ │ │ │ ├── dock.svg │ │ │ │ │ ├── dockbarx.svg │ │ │ │ │ ├── dockremoteclient.svg │ │ │ │ │ ├── docky.svg │ │ │ │ │ ├── dogecoin.svg │ │ │ │ │ ├── doki-doki-literature-club.svg │ │ │ │ │ ├── doki-doki-mod-manager.svg │ │ │ │ │ ├── dolphin-emu.svg │ │ │ │ │ ├── dolphin.svg │ │ │ │ │ ├── donut.svg │ │ │ │ │ ├── doom3.svg │ │ │ │ │ ├── doomseeker.svg │ │ │ │ │ ├── dopewars-weed.svg │ │ │ │ │ ├── dopewars.svg │ │ │ │ │ ├── dosbox-ece.svg │ │ │ │ │ ├── dosbox-staging.svg │ │ │ │ │ ├── dosbox.svg │ │ │ │ │ ├── dota.svg │ │ │ │ │ ├── doublecmd.svg │ │ │ │ │ ├── downline.svg │ │ │ │ │ ├── dpscreenocr.svg │ │ │ │ │ ├── dradis.svg │ │ │ │ │ ├── dragit.svg │ │ │ │ │ ├── dragonplayer.svg │ │ │ │ │ ├── drakconf.svg │ │ │ │ │ ├── drakmenustyle.svg │ │ │ │ │ ├── draksec-mdk.svg │ │ │ │ │ ├── drakstats.svg │ │ │ │ │ ├── draw-io.svg │ │ │ │ │ ├── draw.io.svg │ │ │ │ │ ├── drawing.svg │ │ │ │ │ ├── drawio.svg │ │ │ │ │ ├── drawpile.svg │ │ │ │ │ ├── dreamchess.svg │ │ │ │ │ ├── drgeo.svg │ │ │ │ │ ├── drgeo2.svg │ │ │ │ │ ├── drgeo_32x32.svg │ │ │ │ │ ├── driftnet.svg │ │ │ │ │ ├── drill-search-gtk.svg │ │ │ │ │ ├── driver-manager.svg │ │ │ │ │ ├── dropbox.svg │ │ │ │ │ ├── drracket.svg │ │ │ │ │ ├── drumkv1.svg │ │ │ │ │ ├── drumstick.svg │ │ │ │ │ ├── ds9.svg │ │ │ │ │ ├── dukto.svg │ │ │ │ │ ├── dunelegacy.svg │ │ │ │ │ ├── duolingo.svg │ │ │ │ │ ├── dupeguru.svg │ │ │ │ │ ├── duplicati.svg │ │ │ │ │ ├── duskplayer.svg │ │ │ │ │ ├── dust3d.svg │ │ │ │ │ ├── dvdisaster.svg │ │ │ │ │ ├── dvdrip.svg │ │ │ │ │ ├── dvdstyler.svg │ │ │ │ │ ├── dynamic-wallpaper-editor.svg │ │ │ │ │ ├── e-mail.svg │ │ │ │ │ ├── eTube.svg │ │ │ │ │ ├── eagle.svg │ │ │ │ │ ├── earth.svg │ │ │ │ │ ├── easy-tag.svg │ │ │ │ │ ├── easylife.svg │ │ │ │ │ ├── easyrpg.svg │ │ │ │ │ ├── easyssh.svg │ │ │ │ │ ├── easystroke.svg │ │ │ │ │ ├── easytag.svg │ │ │ │ │ ├── easytags.svg │ │ │ │ │ ├── echomixer.svg │ │ │ │ │ ├── eclipse-cdt.svg │ │ │ │ │ ├── eclipse-theia.svg │ │ │ │ │ ├── eclipse.svg │ │ │ │ │ ├── ecwolf.svg │ │ │ │ │ ├── edb-debugger.svg │ │ │ │ │ ├── edb.svg │ │ │ │ │ ├── edb48-logo.svg │ │ │ │ │ ├── eddy.svg │ │ │ │ │ ├── edex-ui.svg │ │ │ │ │ ├── edgar.svg │ │ │ │ │ ├── edit-urpm-sources.svg │ │ │ │ │ ├── edrawmax.svg │ │ │ │ │ ├── edu.mit.Scratch.svg │ │ │ │ │ ├── edu.stanford.Almond.svg │ │ │ │ │ ├── eekboard.svg │ │ │ │ │ ├── eeschema.svg │ │ │ │ │ ├── efax-gtk.svg │ │ │ │ │ ├── eiciel.svg │ │ │ │ │ ├── eid-viewer.svg │ │ │ │ │ ├── eidete.svg │ │ │ │ │ ├── eintopf.svg │ │ │ │ │ ├── eiskaltdcpp.svg │ │ │ │ │ ├── ejecter.svg │ │ │ │ │ ├── ekiga.svg │ │ │ │ │ ├── eko.svg │ │ │ │ │ ├── electric.svg │ │ │ │ │ ├── electron-cash.svg │ │ │ │ │ ├── electron-mail.svg │ │ │ │ │ ├── electron-outlook.svg │ │ │ │ │ ├── electron.svg │ │ │ │ │ ├── electron2.svg │ │ │ │ │ ├── electron3.svg │ │ │ │ │ ├── electron4.svg │ │ │ │ │ ├── electron5.svg │ │ │ │ │ ├── electron6.svg │ │ │ │ │ ├── electron7.svg │ │ │ │ │ ├── electron8.svg │ │ │ │ │ ├── electron9.svg │ │ │ │ │ ├── electrum-dash.svg │ │ │ │ │ ├── electrum-ltc.svg │ │ │ │ │ ├── electrum.svg │ │ │ │ │ ├── elegance-colors.svg │ │ │ │ │ ├── elektra.svg │ │ │ │ │ ├── element-desktop-bin.svg │ │ │ │ │ ├── element-desktop.svg │ │ │ │ │ ├── element-nightly.svg │ │ │ │ │ ├── element.svg │ │ │ │ │ ├── elisa.svg │ │ │ │ │ ├── elki-icon.svg │ │ │ │ │ ├── emacs-25.svg │ │ │ │ │ ├── emacs-snapshot.svg │ │ │ │ │ ├── emacs.svg │ │ │ │ │ ├── emacs22.svg │ │ │ │ │ ├── emacs23.svg │ │ │ │ │ ├── emacs24.svg │ │ │ │ │ ├── emacs25.svg │ │ │ │ │ ├── email-client.svg │ │ │ │ │ ├── email.svg │ │ │ │ │ ├── emerald-decorator.svg │ │ │ │ │ ├── emerald-theme-manager-icon.svg │ │ │ │ │ ├── emerald-theme-manager-icons.svg │ │ │ │ │ ├── emerald-theme-manager.svg │ │ │ │ │ ├── emerald.svg │ │ │ │ │ ├── emerillon.svg │ │ │ │ │ ├── emesene.svg │ │ │ │ │ ├── empathy.svg │ │ │ │ │ ├── encryptpad.svg │ │ │ │ │ ├── encryptr.svg │ │ │ │ │ ├── endless-sky.svg │ │ │ │ │ ├── engauge-digitizer-with-name.svg │ │ │ │ │ ├── engauge-digitizer.svg │ │ │ │ │ ├── engrampa.svg │ │ │ │ │ ├── enigma.svg │ │ │ │ │ ├── enpass.svg │ │ │ │ │ ├── entangle.svg │ │ │ │ │ ├── enve.svg │ │ │ │ │ ├── envelope.svg │ │ │ │ │ ├── envy24control.svg │ │ │ │ │ ├── eog.svg │ │ │ │ │ ├── eolie.svg │ │ │ │ │ ├── eom.svg │ │ │ │ │ ├── epdfview.svg │ │ │ │ │ ├── ephemeral.svg │ │ │ │ │ ├── epiphany-browser.svg │ │ │ │ │ ├── epiphany-gecko.svg │ │ │ │ │ ├── epiphany-icon.svg │ │ │ │ │ ├── epiphany-webkit.svg │ │ │ │ │ ├── epiphany.svg │ │ │ │ │ ├── epoptes.svg │ │ │ │ │ ├── epsxe.svg │ │ │ │ │ ├── eqonomize.svg │ │ │ │ │ ├── equaliser.svg │ │ │ │ │ ├── eradio.svg │ │ │ │ │ ├── eric.svg │ │ │ │ │ ├── ericWeb.svg │ │ │ │ │ ├── esd.svg │ │ │ │ │ ├── espeak-gui.svg │ │ │ │ │ ├── espeak-qtgui.svg │ │ │ │ │ ├── etcher-electron.svg │ │ │ │ │ ├── etcher.svg │ │ │ │ │ ├── etherape.svg │ │ │ │ │ ├── ethereumwallet.svg │ │ │ │ │ ├── etr.svg │ │ │ │ │ ├── etracericon.svg │ │ │ │ │ ├── ettercap.svg │ │ │ │ │ ├── etube.svg │ │ │ │ │ ├── eu.scarpetta.PDFMixTool.svg │ │ │ │ │ ├── eu.tiliado.Nuvola.svg │ │ │ │ │ ├── eu.tiliado.NuvolaApp8tracks.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppBandcamp.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppBbcIplayer.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppDeezer.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppGooglePlayMusic.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppJamendo.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppOwncloudMusic.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppSoundcloud.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppSpotify.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppYoutube.svg │ │ │ │ │ ├── eu.tiliado.NuvolaAppYoutubeMusic.svg │ │ │ │ │ ├── eureka.svg │ │ │ │ │ ├── evernote.svg │ │ │ │ │ ├── everpad.svg │ │ │ │ │ ├── evince.svg │ │ │ │ │ ├── evolution.svg │ │ │ │ │ ├── evoplex.svg │ │ │ │ │ ├── exaile.svg │ │ │ │ │ ├── exfalso.svg │ │ │ │ │ ├── exifcleaner.svg │ │ │ │ │ ├── exponent-xde.svg │ │ │ │ │ ├── extensions.svg │ │ │ │ │ ├── extraterm.svg │ │ │ │ │ ├── exult.svg │ │ │ │ │ ├── ezame.svg │ │ │ │ │ ├── f-spot.svg │ │ │ │ │ ├── f3d.svg │ │ │ │ │ ├── facebook-facebook.com.svg │ │ │ │ │ ├── facebookresource.svg │ │ │ │ │ ├── factorio.svg │ │ │ │ │ ├── fadein.svg │ │ │ │ │ ├── falkon.svg │ │ │ │ │ ├── falling_time.svg │ │ │ │ │ ├── fbmessenger.svg │ │ │ │ │ ├── fceux.svg │ │ │ │ │ ├── fcitx-sogoupinyin.svg │ │ │ │ │ ├── fcitx.svg │ │ │ │ │ ├── fdroid-repomaker.svg │ │ │ │ │ ├── feathernotes.svg │ │ │ │ │ ├── featherpad.svg │ │ │ │ │ ├── fedora-documentation.svg │ │ │ │ │ ├── fedora-release-notes.svg │ │ │ │ │ ├── fedora-utils.svg │ │ │ │ │ ├── fedorausb.svg │ │ │ │ │ ├── fedorautils.svg │ │ │ │ │ ├── fedy.svg │ │ │ │ │ ├── feedly.svg │ │ │ │ │ ├── feedreader.svg │ │ │ │ │ ├── feh.svg │ │ │ │ │ ├── ferdi.svg │ │ │ │ │ ├── ffDiaporama.svg │ │ │ │ │ ├── ffado-mixer.svg │ │ │ │ │ ├── ffaudioconverter.svg │ │ │ │ │ ├── ffdiaporama.svg │ │ │ │ │ ├── ffmulticonverter.svg │ │ │ │ │ ├── fgfs.svg │ │ │ │ │ ├── fgmk.svg │ │ │ │ │ ├── fgo.svg │ │ │ │ │ ├── fgrun.svg │ │ │ │ │ ├── fgx.svg │ │ │ │ │ ├── fi.skyjake.Lagrange.svg │ │ │ │ │ ├── fiddler.svg │ │ │ │ │ ├── fidocadj.svg │ │ │ │ │ ├── figma-linux.svg │ │ │ │ │ ├── fiji.svg │ │ │ │ │ ├── file-manager-blue.svg │ │ │ │ │ ├── file-manager-green.svg │ │ │ │ │ ├── file-manager-red.svg │ │ │ │ │ ├── file-manager.svg │ │ │ │ │ ├── file-roller.svg │ │ │ │ │ ├── filebot.svg │ │ │ │ │ ├── filelight.svg │ │ │ │ │ ├── filerunner.svg │ │ │ │ │ ├── filezilla.svg │ │ │ │ │ ├── fillets-ng.svg │ │ │ │ │ ├── filmulator-gui.svg │ │ │ │ │ ├── final-term.svg │ │ │ │ │ ├── fingerprint-gui.svg │ │ │ │ │ ├── fips.svg │ │ │ │ │ ├── firefox-3.0.svg │ │ │ │ │ ├── firefox-3.5.svg │ │ │ │ │ ├── firefox-4.0.svg │ │ │ │ │ ├── firefox-aurora-icon.svg │ │ │ │ │ ├── firefox-aurora.svg │ │ │ │ │ ├── firefox-beta-bin.svg │ │ │ │ │ ├── firefox-beta.svg │ │ │ │ │ ├── firefox-bin.svg │ │ │ │ │ ├── firefox-default.svg │ │ │ │ │ ├── firefox-developer-edition.svg │ │ │ │ │ ├── firefox-developer-icon.svg │ │ │ │ │ ├── firefox-esr.svg │ │ │ │ │ ├── firefox-gtk3.svg │ │ │ │ │ ├── firefox-icon-unbranded.svg │ │ │ │ │ ├── firefox-icon.svg │ │ │ │ │ ├── firefox-nightly-icon.svg │ │ │ │ │ ├── firefox-nightly.svg │ │ │ │ │ ├── firefox-original.svg │ │ │ │ │ ├── firefox-trunk.svg │ │ │ │ │ ├── firefox.svg │ │ │ │ │ ├── firefox3.svg │ │ │ │ │ ├── firejail-ui.svg │ │ │ │ │ ├── firestarter.svg │ │ │ │ │ ├── firetools.svg │ │ │ │ │ ├── firewall-config.svg │ │ │ │ │ ├── firewall.svg │ │ │ │ │ ├── firmware-manager.svg │ │ │ │ │ ├── fityk.svg │ │ │ │ │ ├── fitzthefox.svg │ │ │ │ │ ├── five-or-more.svg │ │ │ │ │ ├── fjt.svg │ │ │ │ │ ├── flacon.svg │ │ │ │ │ ├── flamerobin.svg │ │ │ │ │ ├── flameshot.svg │ │ │ │ │ ├── flare.svg │ │ │ │ │ ├── flareget.svg │ │ │ │ │ ├── flash-player-properties.svg │ │ │ │ │ ├── flash.svg │ │ │ │ │ ├── flashplayer.svg │ │ │ │ │ ├── flashplayerproperties.svg │ │ │ │ │ ├── flatcam.svg │ │ │ │ │ ├── flatpak.svg │ │ │ │ │ ├── flatseal.svg │ │ │ │ │ ├── flaw.svg │ │ │ │ │ ├── flegita.svg │ │ │ │ │ ├── flickr.svg │ │ │ │ │ ├── flightgear.svg │ │ │ │ │ ├── flipboard.svg │ │ │ │ │ ├── flippy.svg │ │ │ │ │ ├── flock-browser.svg │ │ │ │ │ ├── flowblade.svg │ │ │ │ │ ├── flpsed.svg │ │ │ │ │ ├── fluajho.svg │ │ │ │ │ ├── fluendo-dvd-player.svg │ │ │ │ │ ├── fluffychat.svg │ │ │ │ │ ├── fluid.svg │ │ │ │ │ ├── fluxgui.svg │ │ │ │ │ ├── fma-config-tool.svg │ │ │ │ │ ├── fmit.svg │ │ │ │ │ ├── focuswriter.svg │ │ │ │ │ ├── fogger.svg │ │ │ │ │ ├── folder-remote-properties.svg │ │ │ │ │ ├── folder-sparkleshare.svg │ │ │ │ │ ├── foliate.svg │ │ │ │ │ ├── fondo.svg │ │ │ │ │ ├── font-downloader.svg │ │ │ │ │ ├── font-editor.svg │ │ │ │ │ ├── font-manager.svg │ │ │ │ │ ├── font-viewer.svg │ │ │ │ │ ├── fontforge.svg │ │ │ │ │ ├── fontlink.svg │ │ │ │ │ ├── fontmatrix.svg │ │ │ │ │ ├── fonts.svg │ │ │ │ │ ├── foobillardplus.svg │ │ │ │ │ ├── foobnix.svg │ │ │ │ │ ├── footnote-1.svg │ │ │ │ │ ├── footnote.svg │ │ │ │ │ ├── formiko.svg │ │ │ │ │ ├── foto.svg │ │ │ │ │ ├── fotoprint.svg │ │ │ │ │ ├── fotowall.svg │ │ │ │ │ ├── fotoxx.svg │ │ │ │ │ ├── four-in-a-row.svg │ │ │ │ │ ├── foxit-reader.svg │ │ │ │ │ ├── foxitreader.svg │ │ │ │ │ ├── fr.fgrabenstaetter.DigitalAssets.svg │ │ │ │ │ ├── fr.free.Homebank.svg │ │ │ │ │ ├── fr.handbrake.ghb.svg │ │ │ │ │ ├── fr.natron.Natron.svg │ │ │ │ │ ├── fractal.svg │ │ │ │ │ ├── fragments.svg │ │ │ │ │ ├── fraidycat.svg │ │ │ │ │ ├── frama-c.svg │ │ │ │ │ ├── franbow-demo.svg │ │ │ │ │ ├── franbow.svg │ │ │ │ │ ├── franz.svg │ │ │ │ │ ├── fraqtive.svg │ │ │ │ │ ├── freac.svg │ │ │ │ │ ├── freealchemist.svg │ │ │ │ │ ├── freecad.svg │ │ │ │ │ ├── freechartgeany.svg │ │ │ │ │ ├── freeciv-client.svg │ │ │ │ │ ├── freeciv-modpack.svg │ │ │ │ │ ├── freeciv-server.svg │ │ │ │ │ ├── freecol.svg │ │ │ │ │ ├── freedoom.svg │ │ │ │ │ ├── freedoom2.svg │ │ │ │ │ ├── freedroid.svg │ │ │ │ │ ├── freedv.svg │ │ │ │ │ ├── freefilesync.svg │ │ │ │ │ ├── freegish.svg │ │ │ │ │ ├── freemind.svg │ │ │ │ │ ├── freeminer.svg │ │ │ │ │ ├── freenet.svg │ │ │ │ │ ├── freeorion.svg │ │ │ │ │ ├── freeplane.svg │ │ │ │ │ ├── freerct.svg │ │ │ │ │ ├── freetube.svg │ │ │ │ │ ├── freetuxtv.svg │ │ │ │ │ ├── frescobaldi.svg │ │ │ │ │ ├── friends.svg │ │ │ │ │ ├── frinika.svg │ │ │ │ │ ├── friture.svg │ │ │ │ │ ├── fritzing.svg │ │ │ │ │ ├── fritzing_icon.svg │ │ │ │ │ ├── frogatto.svg │ │ │ │ │ ├── frogr.svg │ │ │ │ │ ├── fromscratch.svg │ │ │ │ │ ├── frostwire.svg │ │ │ │ │ ├── frozen-bubble.svg │ │ │ │ │ ├── frozensynapse.svg │ │ │ │ │ ├── fruho.svg │ │ │ │ │ ├── fs-uae.svg │ │ │ │ │ ├── fslint_icon.svg │ │ │ │ │ ├── funguloids.svg │ │ │ │ │ ├── funkcio.svg │ │ │ │ │ ├── furiusisomount.svg │ │ │ │ │ ├── fuse-emulator.svg │ │ │ │ │ ├── fusion-icon.svg │ │ │ │ │ ├── fwbuilder.svg │ │ │ │ │ ├── fyi.zoey.Boop-GTK.svg │ │ │ │ │ ├── fyi.zoey.TeX-Match.svg │ │ │ │ │ ├── gCAD3D.svg │ │ │ │ │ ├── gFTP.svg │ │ │ │ │ ├── gPicon.svg │ │ │ │ │ ├── gSTM.svg │ │ │ │ │ ├── gaiksaurus.svg │ │ │ │ │ ├── gajim.svg │ │ │ │ │ ├── galculator.svg │ │ │ │ │ ├── galeon.svg │ │ │ │ │ ├── gallery-app.svg │ │ │ │ │ ├── galois.svg │ │ │ │ │ ├── gambas.svg │ │ │ │ │ ├── gambas3.svg │ │ │ │ │ ├── gambitchess.svg │ │ │ │ │ ├── gamehub.svg │ │ │ │ │ ├── gamemaker-studio-2.svg │ │ │ │ │ ├── gamma-editor.svg │ │ │ │ │ ├── gammastep.svg │ │ │ │ │ ├── ganttproject.svg │ │ │ │ │ ├── gaphor.svg │ │ │ │ │ ├── gaupol.svg │ │ │ │ │ ├── gazebo.svg │ │ │ │ │ ├── gazpacho-icon.svg │ │ │ │ │ ├── gazpacho.svg │ │ │ │ │ ├── gba.svg │ │ │ │ │ ├── gbrainy.svg │ │ │ │ │ ├── gc.svg │ │ │ │ │ ├── gcad3d.svg │ │ │ │ │ ├── gcalculator.svg │ │ │ │ │ ├── gcdemu.svg │ │ │ │ │ ├── gchem3d.svg │ │ │ │ │ ├── gchemcalc.svg │ │ │ │ │ ├── gchempaint.svg │ │ │ │ │ ├── gchemtable.svg │ │ │ │ │ ├── gcleaner.svg │ │ │ │ │ ├── gcolor.svg │ │ │ │ │ ├── gcolor2.svg │ │ │ │ │ ├── gcolor3.svg │ │ │ │ │ ├── gcompris-qt.svg │ │ │ │ │ ├── gcompris.svg │ │ │ │ │ ├── gconf-cleaner.svg │ │ │ │ │ ├── gconf-editor.svg │ │ │ │ │ ├── gconfeditor.svg │ │ │ │ │ ├── gcr-gnupg.svg │ │ │ │ │ ├── gcrystal.svg │ │ │ │ │ ├── gcstar.svg │ │ │ │ │ ├── gda-browser-5.0.svg │ │ │ │ │ ├── gda-control-center.svg │ │ │ │ │ ├── gddccontrol.svg │ │ │ │ │ ├── gdeb.svg │ │ │ │ │ ├── gdebi.svg │ │ │ │ │ ├── gdiceroller.svg │ │ │ │ │ ├── gdiskdump.svg │ │ │ │ │ ├── gdm-login-photo.svg │ │ │ │ │ ├── gdm-setup.svg │ │ │ │ │ ├── gdm-xnest.svg │ │ │ │ │ ├── gdm.svg │ │ │ │ │ ├── gdm2setup.svg │ │ │ │ │ ├── gdmap.svg │ │ │ │ │ ├── gdmap_icon.svg │ │ │ │ │ ├── gdmflexiserver.svg │ │ │ │ │ ├── gdmsetup.svg │ │ │ │ │ ├── gdu-check-disk.svg │ │ │ │ │ ├── geany.svg │ │ │ │ │ ├── geary.svg │ │ │ │ │ ├── geda-gattrib.svg │ │ │ │ │ ├── geda-gschem.svg │ │ │ │ │ ├── geda-xgsch2pcb.svg │ │ │ │ │ ├── gedbi.svg │ │ │ │ │ ├── gedit-icon.svg │ │ │ │ │ ├── gedit-logo.svg │ │ │ │ │ ├── gedit.svg │ │ │ │ │ ├── gedit1.svg │ │ │ │ │ ├── gedit2.svg │ │ │ │ │ ├── geeqie.svg │ │ │ │ │ ├── gelemental.svg │ │ │ │ │ ├── gemrb.svg │ │ │ │ │ ├── gendarme.svg │ │ │ │ │ ├── gensgs.svg │ │ │ │ │ ├── genymotion-bin.svg │ │ │ │ │ ├── genymotion-player.svg │ │ │ │ │ ├── genymotion.svg │ │ │ │ │ ├── geogebra-classic.svg │ │ │ │ │ ├── geogebra.svg │ │ │ │ │ ├── geonkick.svg │ │ │ │ │ ├── geppetto.svg │ │ │ │ │ ├── gerbv.svg │ │ │ │ │ ├── gerbview.svg │ │ │ │ │ ├── gespeaker.svg │ │ │ │ │ ├── getit.svg │ │ │ │ │ ├── getthermal.svg │ │ │ │ │ ├── gfeedline.svg │ │ │ │ │ ├── gfeeds.svg │ │ │ │ │ ├── gftp.svg │ │ │ │ │ ├── ghetto-skype.svg │ │ │ │ │ ├── ghex.svg │ │ │ │ │ ├── ghidra.svg │ │ │ │ │ ├── ghostwriter.svg │ │ │ │ │ ├── giada.svg │ │ │ │ │ ├── gifcurry-icon.svg │ │ │ │ │ ├── gifcurry.svg │ │ │ │ │ ├── giggle.svg │ │ │ │ │ ├── gimagereader.svg │ │ │ │ │ ├── gimp.svg │ │ │ │ │ ├── girens.svg │ │ │ │ │ ├── girl.svg │ │ │ │ │ ├── gis-weather.svg │ │ │ │ │ ├── gisto.svg │ │ │ │ │ ├── git-cola.svg │ │ │ │ │ ├── git-gui.svg │ │ │ │ │ ├── git-it.svg │ │ │ │ │ ├── gitahead.svg │ │ │ │ │ ├── giteye.svg │ │ │ │ │ ├── gitg.svg │ │ │ │ │ ├── github-desktop.svg │ │ │ │ │ ├── github.svg │ │ │ │ │ ├── gitk.svg │ │ │ │ │ ├── gitkraken.svg │ │ │ │ │ ├── gitlab.svg │ │ │ │ │ ├── gitqlient.svg │ │ │ │ │ ├── gitter.svg │ │ │ │ │ ├── givemelyrics.svg │ │ │ │ │ ├── gjots2.svg │ │ │ │ │ ├── gkdebconf-icon.svg │ │ │ │ │ ├── gkdebconf.svg │ │ │ │ │ ├── gksu-debian.svg │ │ │ │ │ ├── gksu-icon.svg │ │ │ │ │ ├── gksu-root-terminal.svg │ │ │ │ │ ├── gksu.svg │ │ │ │ │ ├── gksuexec-debian.svg │ │ │ │ │ ├── glViewImage.svg │ │ │ │ │ ├── glabels-3.0.svg │ │ │ │ │ ├── glabels.svg │ │ │ │ │ ├── glade-3.svg │ │ │ │ │ ├── glade.svg │ │ │ │ │ ├── glc_player.svg │ │ │ │ │ ├── glchess.svg │ │ │ │ │ ├── glines.svg │ │ │ │ │ ├── glippy.svg │ │ │ │ │ ├── glogg.svg │ │ │ │ │ ├── glogic.svg │ │ │ │ │ ├── glom.svg │ │ │ │ │ ├── gloobus-preview.svg │ │ │ │ │ ├── gloobus.svg │ │ │ │ │ ├── glrp.svg │ │ │ │ │ ├── gltron.svg │ │ │ │ │ ├── glyphr-studio-desktop.svg │ │ │ │ │ ├── glyphr.svg │ │ │ │ │ ├── gmail-desktop.svg │ │ │ │ │ ├── gmail-notify-icon.svg │ │ │ │ │ ├── gmail-offline.svg │ │ │ │ │ ├── gmail-plasmoid.svg │ │ │ │ │ ├── gmail.svg │ │ │ │ │ ├── gmailwatcher.svg │ │ │ │ │ ├── gmpc.svg │ │ │ │ │ ├── gmplayer-dvb.svg │ │ │ │ │ ├── gmsh.svg │ │ │ │ │ ├── gmtpicon.svg │ │ │ │ │ ├── gmusicbrowser.svg │ │ │ │ │ ├── gnac.svg │ │ │ │ │ ├── gnash.svg │ │ │ │ │ ├── gnect.svg │ │ │ │ │ ├── gneelight.svg │ │ │ │ │ ├── gnibbles.svg │ │ │ │ │ ├── gnobots.svg │ │ │ │ │ ├── gnobots2.svg │ │ │ │ │ ├── gnochm.svg │ │ │ │ │ ├── gnoduino.svg │ │ │ │ │ ├── gnofract4d-logo.svg │ │ │ │ │ ├── gnofract4d.svg │ │ │ │ │ ├── gnome-2048.svg │ │ │ │ │ ├── gnome-about-logo.svg │ │ │ │ │ ├── gnome-abrt.svg │ │ │ │ │ ├── gnome-activity-journal.svg │ │ │ │ │ ├── gnome-aisleriot.svg │ │ │ │ │ ├── gnome-alsamixer-icon.svg │ │ │ │ │ ├── gnome-app-install.svg │ │ │ │ │ ├── gnome-appfolders-manager.svg │ │ │ │ │ ├── gnome-apt.svg │ │ │ │ │ ├── gnome-arcade.svg │ │ │ │ │ ├── gnome-audio.svg │ │ │ │ │ ├── gnome-balsa.svg │ │ │ │ │ ├── gnome-balsa2.svg │ │ │ │ │ ├── gnome-books.svg │ │ │ │ │ ├── gnome-boxes.svg │ │ │ │ │ ├── gnome-break-timer.svg │ │ │ │ │ ├── gnome-calculator.svg │ │ │ │ │ ├── gnome-calendar.svg │ │ │ │ │ ├── gnome-character-map.svg │ │ │ │ │ ├── gnome-characters.svg │ │ │ │ │ ├── gnome-chess.svg │ │ │ │ │ ├── gnome-clocks.svg │ │ │ │ │ ├── gnome-color-chooser.svg │ │ │ │ │ ├── gnome-color-manager.svg │ │ │ │ │ ├── gnome-commander.svg │ │ │ │ │ ├── gnome-connections.svg │ │ │ │ │ ├── gnome-contacts.svg │ │ │ │ │ ├── gnome-control-center.svg │ │ │ │ │ ├── gnome-debian.svg │ │ │ │ │ ├── gnome-design-bannerviewer.svg │ │ │ │ │ ├── gnome-design-contrast.svg │ │ │ │ │ ├── gnome-design-iconlibrary.svg │ │ │ │ │ ├── gnome-design-symbolicpreview.svg │ │ │ │ │ ├── gnome-design-typography.svg │ │ │ │ │ ├── gnome-design-vectorslicer.svg │ │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ │ ├── gnome-desktop-item-edit.svg │ │ │ │ │ ├── gnome-device-manager.svg │ │ │ │ │ ├── gnome-dictionary.svg │ │ │ │ │ ├── gnome-disks.svg │ │ │ │ │ ├── gnome-display-properties.svg │ │ │ │ │ ├── gnome-do-panel.svg │ │ │ │ │ ├── gnome-do.svg │ │ │ │ │ ├── gnome-documents.svg │ │ │ │ │ ├── gnome-dsiplay-properties.svg │ │ │ │ │ ├── gnome-emacs.svg │ │ │ │ │ ├── gnome-encfs-manager.svg │ │ │ │ │ ├── gnome-eterm.svg │ │ │ │ │ ├── gnome-feeds.svg │ │ │ │ │ ├── gnome-firmware.svg │ │ │ │ │ ├── gnome-freecell.svg │ │ │ │ │ ├── gnome-games.svg │ │ │ │ │ ├── gnome-genius.svg │ │ │ │ │ ├── gnome-glchess.svg │ │ │ │ │ ├── gnome-glines.svg │ │ │ │ │ ├── gnome-gmail.svg │ │ │ │ │ ├── gnome-gmenu.svg │ │ │ │ │ ├── gnome-gnect.svg │ │ │ │ │ ├── gnome-gnibbles.svg │ │ │ │ │ ├── gnome-gnibbless.svg │ │ │ │ │ ├── gnome-gnumeric.svg │ │ │ │ │ ├── gnome-health.svg │ │ │ │ │ ├── gnome-hearts.svg │ │ │ │ │ ├── gnome-help.svg │ │ │ │ │ ├── gnome-hideseek.svg │ │ │ │ │ ├── gnome-iagno.svg │ │ │ │ │ ├── gnome-icon-preview.svg │ │ │ │ │ ├── gnome-info.svg │ │ │ │ │ ├── gnome-internet-radio-locator.svg │ │ │ │ │ ├── gnome-internet.svg │ │ │ │ │ ├── gnome-keysign.svg │ │ │ │ │ ├── gnome-klotski.svg │ │ │ │ │ ├── gnome-latex.svg │ │ │ │ │ ├── gnome-ldraw.svg │ │ │ │ │ ├── gnome-lightsoff.svg │ │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ │ ├── gnome-logo-icon-transparent.svg │ │ │ │ │ ├── gnome-logo-icon.svg │ │ │ │ │ ├── gnome-logs.svg │ │ │ │ │ ├── gnome-mahjongg.svg │ │ │ │ │ ├── gnome-maps.svg │ │ │ │ │ ├── gnome-menu.svg │ │ │ │ │ ├── gnome-mime-application-x-deb.svg │ │ │ │ │ ├── gnome-mime-text-x-vcalendar.svg │ │ │ │ │ ├── gnome-mines.svg │ │ │ │ │ ├── gnome-mixer.svg │ │ │ │ │ ├── gnome-monitor.svg │ │ │ │ │ ├── gnome-mouse-properties.svg │ │ │ │ │ ├── gnome-mouse.svg │ │ │ │ │ ├── gnome-mplayer.svg │ │ │ │ │ ├── gnome-mpv.svg │ │ │ │ │ ├── gnome-multi-writer.svg │ │ │ │ │ ├── gnome-music.svg │ │ │ │ │ ├── gnome-nettool.svg │ │ │ │ │ ├── gnome-nettools.svg │ │ │ │ │ ├── gnome-network-displays.svg │ │ │ │ │ ├── gnome-network-properties.svg │ │ │ │ │ ├── gnome-networktool.svg │ │ │ │ │ ├── gnome-news.svg │ │ │ │ │ ├── gnome-nibbles.svg │ │ │ │ │ ├── gnome-note.svg │ │ │ │ │ ├── gnome-oregano.svg │ │ │ │ │ ├── gnome-package.svg │ │ │ │ │ ├── gnome-paint.svg │ │ │ │ │ ├── gnome-panel-clock.svg │ │ │ │ │ ├── gnome-panel-drawer.svg │ │ │ │ │ ├── gnome-panel-launcher.svg │ │ │ │ │ ├── gnome-panel-screenshoot.svg │ │ │ │ │ ├── gnome-panel-screenshot.svg │ │ │ │ │ ├── gnome-panel-window-list.svg │ │ │ │ │ ├── gnome-panel-window-menu.svg │ │ │ │ │ ├── gnome-panel-workspace-switcher.svg │ │ │ │ │ ├── gnome-panel.svg │ │ │ │ │ ├── gnome-pdf.svg │ │ │ │ │ ├── gnome-photos.svg │ │ │ │ │ ├── gnome-pie.svg │ │ │ │ │ ├── gnome-planner.svg │ │ │ │ │ ├── gnome-podcasts.svg │ │ │ │ │ ├── gnome-pomodoro.svg │ │ │ │ │ ├── gnome-power-manager.svg │ │ │ │ │ ├── gnome-power-statistics.svg │ │ │ │ │ ├── gnome-ppp.svg │ │ │ │ │ ├── gnome-quadrapassel.svg │ │ │ │ │ ├── gnome-rdp.svg │ │ │ │ │ ├── gnome-recipes.svg │ │ │ │ │ ├── gnome-remote-desktop.svg │ │ │ │ │ ├── gnome-robots.svg │ │ │ │ │ ├── gnome-run.svg │ │ │ │ │ ├── gnome-samegnome.svg │ │ │ │ │ ├── gnome-schedule.svg │ │ │ │ │ ├── gnome-screenruler.svg │ │ │ │ │ ├── gnome-screenshot.svg │ │ │ │ │ ├── gnome-search-tool.svg │ │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ │ ├── gnome-session-hibernate.svg │ │ │ │ │ ├── gnome-session-properties.svg │ │ │ │ │ ├── gnome-session-suspend.svg │ │ │ │ │ ├── gnome-session.svg │ │ │ │ │ ├── gnome-set-time.svg │ │ │ │ │ ├── gnome-settings-accessibility-keyboard.svg │ │ │ │ │ ├── gnome-settings-accessibility-technologies.svg │ │ │ │ │ ├── gnome-settings-background.svg │ │ │ │ │ ├── gnome-settings-default-applications.svg │ │ │ │ │ ├── gnome-settings-font.svg │ │ │ │ │ ├── gnome-settings-keybinding.svg │ │ │ │ │ ├── gnome-settings-keybindings.svg │ │ │ │ │ ├── gnome-settings-mouse.svg │ │ │ │ │ ├── gnome-settings-sound.svg │ │ │ │ │ ├── gnome-settings-theme.svg │ │ │ │ │ ├── gnome-settings-ui-behavior.svg │ │ │ │ │ ├── gnome-settings.svg │ │ │ │ │ ├── gnome-shell-extension-prefs.svg │ │ │ │ │ ├── gnome-social.svg │ │ │ │ │ ├── gnome-software.svg │ │ │ │ │ ├── gnome-sound-properties.svg │ │ │ │ │ ├── gnome-sound-recorder.svg │ │ │ │ │ ├── gnome-status.svg │ │ │ │ │ ├── gnome-sticky-notes-applet.svg │ │ │ │ │ ├── gnome-subtitles.svg │ │ │ │ │ ├── gnome-sudoku.svg │ │ │ │ │ ├── gnome-swell-foop.svg │ │ │ │ │ ├── gnome-system-config.svg │ │ │ │ │ ├── gnome-system-log.svg │ │ │ │ │ ├── gnome-system-monitor.svg │ │ │ │ │ ├── gnome-system.svg │ │ │ │ │ ├── gnome-tali.svg │ │ │ │ │ ├── gnome-taquin.svg │ │ │ │ │ ├── gnome-term.svg │ │ │ │ │ ├── gnome-terminal.svg │ │ │ │ │ ├── gnome-tetraves.svg │ │ │ │ │ ├── gnome-tetravex.svg │ │ │ │ │ ├── gnome-todo.svg │ │ │ │ │ ├── gnome-translate.svg │ │ │ │ │ ├── gnome-tweak-tool.svg │ │ │ │ │ ├── gnome-tweaks.svg │ │ │ │ │ ├── gnome-twitch.svg │ │ │ │ │ ├── gnome-twofactorauth.svg │ │ │ │ │ ├── gnome-unknown.svg │ │ │ │ │ ├── gnome-usage.svg │ │ │ │ │ ├── gnome-user-share.svg │ │ │ │ │ ├── gnome-video-arcade.svg │ │ │ │ │ ├── gnome-volume-control.svg │ │ │ │ │ ├── gnome-warning.svg │ │ │ │ │ ├── gnome-weather.svg │ │ │ │ │ ├── gnome-web-browser.svg │ │ │ │ │ ├── gnome-web.svg │ │ │ │ │ ├── gnome-window-manager.svg │ │ │ │ │ ├── gnome-windows.svg │ │ │ │ │ ├── gnome-wm.svg │ │ │ │ │ ├── gnome-word.svg │ │ │ │ │ ├── gnome-xterm.svg │ │ │ │ │ ├── gnomecast.svg │ │ │ │ │ ├── gnomeradio.svg │ │ │ │ │ ├── gnomine.svg │ │ │ │ │ ├── gnomit.svg │ │ │ │ │ ├── gnormalize.svg │ │ │ │ │ ├── gnote.svg │ │ │ │ │ ├── gnotravex.svg │ │ │ │ │ ├── gnotski.svg │ │ │ │ │ ├── gns3.svg │ │ │ │ │ ├── gnu-r.svg │ │ │ │ │ ├── gnuaccounting.svg │ │ │ │ │ ├── gnubg.svg │ │ │ │ │ ├── gnubik.svg │ │ │ │ │ ├── gnucash-icon.svg │ │ │ │ │ ├── gnucash.svg │ │ │ │ │ ├── gnugo.svg │ │ │ │ │ ├── gnugo48.svg │ │ │ │ │ ├── gnujump.svg │ │ │ │ │ ├── gnumeric.svg │ │ │ │ │ ├── gnunet-fs-gtk.svg │ │ │ │ │ ├── gnunet-setup.svg │ │ │ │ │ ├── gnupg-scripts-config.svg │ │ │ │ │ ├── gnupg-scripts-groups.svg │ │ │ │ │ ├── gnupg-scripts-janitor.svg │ │ │ │ │ ├── gnupg.svg │ │ │ │ │ ├── gnuradio-grc.svg │ │ │ │ │ ├── gnvim.svg │ │ │ │ │ ├── go-for-it.svg │ │ │ │ │ ├── goa-panel.svg │ │ │ │ │ ├── gobby-0.5.svg │ │ │ │ │ ├── gobby.svg │ │ │ │ │ ├── godot.svg │ │ │ │ │ ├── gog-stardew-valley.svg │ │ │ │ │ ├── gog-stargunner.svg │ │ │ │ │ ├── gogglesmm.svg │ │ │ │ │ ├── gogui.svg │ │ │ │ │ ├── goldencheetah.svg │ │ │ │ │ ├── goldendict.svg │ │ │ │ │ ├── golly.svg │ │ │ │ │ ├── gonvert.svg │ │ │ │ │ ├── goobox.svg │ │ │ │ │ ├── goodvibes.svg │ │ │ │ │ ├── google-calendar.svg │ │ │ │ │ ├── google-chrome-beta.svg │ │ │ │ │ ├── google-chrome-unstable.svg │ │ │ │ │ ├── google-chrome.svg │ │ │ │ │ ├── google-chrome2.svg │ │ │ │ │ ├── google-chromium.svg │ │ │ │ │ ├── google-docs.svg │ │ │ │ │ ├── google-drive.svg │ │ │ │ │ ├── google-earth-pro.svg │ │ │ │ │ ├── google-earth.svg │ │ │ │ │ ├── google-hangouts-chat.svg │ │ │ │ │ ├── google-hangouts.svg │ │ │ │ │ ├── google-keep.svg │ │ │ │ │ ├── google-music.svg │ │ │ │ │ ├── google-musicmanager.svg │ │ │ │ │ ├── google-news.svg │ │ │ │ │ ├── google-play-books.svg │ │ │ │ │ ├── google-play-music-desktop-player.svg │ │ │ │ │ ├── google-play.svg │ │ │ │ │ ├── google-plus.svg │ │ │ │ │ ├── google-reader.svg │ │ │ │ │ ├── google-sheets.svg │ │ │ │ │ ├── google-translate.svg │ │ │ │ │ ├── google-webdesigner.svg │ │ │ │ │ ├── google2ubuntu.svg │ │ │ │ │ ├── googlechrome.svg │ │ │ │ │ ├── googleearth-icon.svg │ │ │ │ │ ├── googleearth.svg │ │ │ │ │ ├── googlemusicframe.svg │ │ │ │ │ ├── googleplaydownloader.svg │ │ │ │ │ ├── googleplus.svg │ │ │ │ │ ├── gottengeography.svg │ │ │ │ │ ├── gottet.svg │ │ │ │ │ ├── gourmet.svg │ │ │ │ │ ├── goverlay.svg │ │ │ │ │ ├── goxel.svg │ │ │ │ │ ├── gp.svg │ │ │ │ │ ├── gpa.svg │ │ │ │ │ ├── gpaint.svg │ │ │ │ │ ├── gparted.svg │ │ │ │ │ ├── gperiodic.svg │ │ │ │ │ ├── gpg-crypter.svg │ │ │ │ │ ├── gpick.svg │ │ │ │ │ ├── gpicview.svg │ │ │ │ │ ├── gpk-log.svg │ │ │ │ │ ├── gpk-prefs.svg │ │ │ │ │ ├── gpk-repo.svg │ │ │ │ │ ├── gpk-service-pack.svg │ │ │ │ │ ├── gpmdp.svg │ │ │ │ │ ├── gpodder.svg │ │ │ │ │ ├── gpredict-icon.svg │ │ │ │ │ ├── gpredict.svg │ │ │ │ │ ├── gprename.svg │ │ │ │ │ ├── gpsbabel.svg │ │ │ │ │ ├── gpscorrelate-gui.svg │ │ │ │ │ ├── gpsd-logo.svg │ │ │ │ │ ├── gpsd.svg │ │ │ │ │ ├── gpsprune.svg │ │ │ │ │ ├── gpx-viewer.svg │ │ │ │ │ ├── gpxsee.svg │ │ │ │ │ ├── gpxviewer.svg │ │ │ │ │ ├── gqrx.svg │ │ │ │ │ ├── grace.svg │ │ │ │ │ ├── gradio.svg │ │ │ │ │ ├── gradle.svg │ │ │ │ │ ├── grafx2.svg │ │ │ │ │ ├── gramps.svg │ │ │ │ │ ├── granatier.svg │ │ │ │ │ ├── graphics-image-editor.svg │ │ │ │ │ ├── graphics-image-viewer.svg │ │ │ │ │ ├── graphics-viewer-document.svg │ │ │ │ │ ├── graphiql-app.svg │ │ │ │ │ ├── graphql-playground-electron.svg │ │ │ │ │ ├── graphui.svg │ │ │ │ │ ├── grass.svg │ │ │ │ │ ├── grass64.svg │ │ │ │ │ ├── grass70.svg │ │ │ │ │ ├── grass71.svg │ │ │ │ │ ├── grass_64x64.svg │ │ │ │ │ ├── greader.svg │ │ │ │ │ ├── green-recorder.svg │ │ │ │ │ ├── green-tunnel.svg │ │ │ │ │ ├── greenfoot.svg │ │ │ │ │ ├── greenfot-icon-48.svg │ │ │ │ │ ├── gretl.svg │ │ │ │ │ ├── grip.svg │ │ │ │ │ ├── grisbi.svg │ │ │ │ │ ├── grive.svg │ │ │ │ │ ├── grock.svg │ │ │ │ │ ├── gromit-mpx.svg │ │ │ │ │ ├── gromit.svg │ │ │ │ │ ├── grooveoff.svg │ │ │ │ │ ├── grooveshark.svg │ │ │ │ │ ├── groovy.svg │ │ │ │ │ ├── grsync.svg │ │ │ │ │ ├── grub-customizer.svg │ │ │ │ │ ├── gscan2pdf.svg │ │ │ │ │ ├── gscope.svg │ │ │ │ │ ├── gscreenshot.svg │ │ │ │ │ ├── gsearchtool.svg │ │ │ │ │ ├── gsmartcontrol.svg │ │ │ │ │ ├── gsopcast.svg │ │ │ │ │ ├── gspectrum.svg │ │ │ │ │ ├── gst-debug-viewer.svg │ │ │ │ │ ├── gstm.svg │ │ │ │ │ ├── gstreamer-properties.svg │ │ │ │ │ ├── gstreamer.svg │ │ │ │ │ ├── gtali.svg │ │ │ │ │ ├── gtg.svg │ │ │ │ │ ├── gthumb.svg │ │ │ │ │ ├── gtick.svg │ │ │ │ │ ├── gtimelog.svg │ │ │ │ │ ├── gtk-gnutella.svg │ │ │ │ │ ├── gtk-ppp.svg │ │ │ │ │ ├── gtk-recordmydesktop.svg │ │ │ │ │ ├── gtk-redshift.svg │ │ │ │ │ ├── gtk-stress-testing.svg │ │ │ │ │ ├── gtk-theme-config.svg │ │ │ │ │ ├── gtk-youtube-viewer.svg │ │ │ │ │ ├── gtk3-demo.svg │ │ │ │ │ ├── gtk3-icon-browser.svg │ │ │ │ │ ├── gtk3-widget-factory.svg │ │ │ │ │ ├── gtk4-demo.svg │ │ │ │ │ ├── gtk4-icon-browser.svg │ │ │ │ │ ├── gtk4-widget-factory.svg │ │ │ │ │ ├── gtkam.svg │ │ │ │ │ ├── gtkatlantic.svg │ │ │ │ │ ├── gtkdialog.svg │ │ │ │ │ ├── gtkhash.svg │ │ │ │ │ ├── gtklick.svg │ │ │ │ │ ├── gtkpod.svg │ │ │ │ │ ├── gtkpycad.svg │ │ │ │ │ ├── gtkterm.svg │ │ │ │ │ ├── gtktranslate.svg │ │ │ │ │ ├── gtkwave.svg │ │ │ │ │ ├── gtranslator.svg │ │ │ │ │ ├── gtubeclock.svg │ │ │ │ │ ├── gtwitter.svg │ │ │ │ │ ├── guake-notification.svg │ │ │ │ │ ├── guake-prefs.svg │ │ │ │ │ ├── guake.svg │ │ │ │ │ ├── guayadeque.svg │ │ │ │ │ ├── gucharmap.svg │ │ │ │ │ ├── gufw.svg │ │ │ │ │ ├── gufw_menu.svg │ │ │ │ │ ├── guilogon.svg │ │ │ │ │ ├── guiscrcpy.svg │ │ │ │ │ ├── guiscrcpy_logo.svg │ │ │ │ │ ├── guitar.svg │ │ │ │ │ ├── guitarpro6.svg │ │ │ │ │ ├── guitarrig5.svg │ │ │ │ │ ├── gummi.svg │ │ │ │ │ ├── guvcview.svg │ │ │ │ │ ├── gv.svg │ │ │ │ │ ├── gvbam.svg │ │ │ │ │ ├── gvfsd-archive-file.svg │ │ │ │ │ ├── gvim.svg │ │ │ │ │ ├── gwc.svg │ │ │ │ │ ├── gweled.svg │ │ │ │ │ ├── gwenview.svg │ │ │ │ │ ├── gwibber.svg │ │ │ │ │ ├── gwoffice.svg │ │ │ │ │ ├── gworldclock.svg │ │ │ │ │ ├── gwyddion.svg │ │ │ │ │ ├── gx52.svg │ │ │ │ │ ├── gx_head.svg │ │ │ │ │ ├── gxi.svg │ │ │ │ │ ├── gxine.svg │ │ │ │ │ ├── gxneur.svg │ │ │ │ │ ├── gyazo.svg │ │ │ │ │ ├── gydl.svg │ │ │ │ │ ├── gzdoom.svg │ │ │ │ │ ├── h2-icon.svg │ │ │ │ │ ├── hackup.svg │ │ │ │ │ ├── haguichi.svg │ │ │ │ │ ├── hakuneko-desktop.svg │ │ │ │ │ ├── hammerfight.svg │ │ │ │ │ ├── hamsket.svg │ │ │ │ │ ├── hamster-applet.svg │ │ │ │ │ ├── hamster-indicator.svg │ │ │ │ │ ├── hamster-time-tracker.svg │ │ │ │ │ ├── hamster.svg │ │ │ │ │ ├── handbrake.svg │ │ │ │ │ ├── harbour-pure-maps.svg │ │ │ │ │ ├── harbour-puzzle-master.svg │ │ │ │ │ ├── harddrake2.svg │ │ │ │ │ ├── hardinfo.svg │ │ │ │ │ ├── harmony.svg │ │ │ │ │ ├── haroopad.svg │ │ │ │ │ ├── haruna.svg │ │ │ │ │ ├── harvey.svg │ │ │ │ │ ├── hashbrown.svg │ │ │ │ │ ├── hatari.svg │ │ │ │ │ ├── hb-icon.svg │ │ │ │ │ ├── hdspconf.svg │ │ │ │ │ ├── hdspmixer.svg │ │ │ │ │ ├── headset.svg │ │ │ │ │ ├── heaptrack.svg │ │ │ │ │ ├── hearthstone.svg │ │ │ │ │ ├── hedgewars.svg │ │ │ │ │ ├── heimdall-frontend.svg │ │ │ │ │ ├── heimer.svg │ │ │ │ │ ├── helia.svg │ │ │ │ │ ├── helm.svg │ │ │ │ │ ├── help-browser.svg │ │ │ │ │ ├── hermes-wireshare.svg │ │ │ │ │ ├── hexalate.svg │ │ │ │ │ ├── hexchat.svg │ │ │ │ │ ├── hexedit.svg │ │ │ │ │ ├── hexo-client.svg │ │ │ │ │ ├── hexon.svg │ │ │ │ │ ├── heybuddy.svg │ │ │ │ │ ├── hi48-app-wireshark.svg │ │ │ │ │ ├── hi64-apps-ffado.svg │ │ │ │ │ ├── hierarchyviewer.svg │ │ │ │ │ ├── higan.svg │ │ │ │ │ ├── highlight.svg │ │ │ │ │ ├── hipchat-attention.svg │ │ │ │ │ ├── hipchat.svg │ │ │ │ │ ├── hipchat4.svg │ │ │ │ │ ├── hitori.svg │ │ │ │ │ ├── hmtimer.svg │ │ │ │ │ ├── holc-icon192x192.svg │ │ │ │ │ ├── holc.svg │ │ │ │ │ ├── homebank.svg │ │ │ │ │ ├── hopper-debugger-v3.svg │ │ │ │ │ ├── hopper-disassembler-v3.svg │ │ │ │ │ ├── hopsan-holc.svg │ │ │ │ │ ├── hopsan.svg │ │ │ │ │ ├── hopsan128x128.svg │ │ │ │ │ ├── hopsangui.svg │ │ │ │ │ ├── horizon-eda.svg │ │ │ │ │ ├── hotot.svg │ │ │ │ │ ├── hotshots.svg │ │ │ │ │ ├── hotspot.svg │ │ │ │ │ ├── hotwire-openssh.svg │ │ │ │ │ ├── hotwire.svg │ │ │ │ │ ├── hourglass.svg │ │ │ │ │ ├── howl.svg │ │ │ │ │ ├── hp-toolbox.svg │ │ │ │ │ ├── hp_logo.svg │ │ │ │ │ ├── hplip.svg │ │ │ │ │ ├── hterm.svg │ │ │ │ │ ├── htop.svg │ │ │ │ │ ├── httrack.svg │ │ │ │ │ ├── httraqt.svg │ │ │ │ │ ├── huayra-motion.svg │ │ │ │ │ ├── hugin.svg │ │ │ │ │ ├── hw-probe.svg │ │ │ │ │ ├── hwbrowser.svg │ │ │ │ │ ├── hwinfo.svg │ │ │ │ │ ├── hwmixvolume.svg │ │ │ │ │ ├── hydra.svg │ │ │ │ │ ├── hydrapaper.svg │ │ │ │ │ ├── hydrogen.svg │ │ │ │ │ ├── hyper.svg │ │ │ │ │ ├── hyperdex.svg │ │ │ │ │ ├── hyperrogue.svg │ │ │ │ │ ├── hyperspace.svg │ │ │ │ │ ├── hyperterm.svg │ │ │ │ │ ├── hypnotix.svg │ │ │ │ │ ├── i-nex-128.svg │ │ │ │ │ ├── i-nex.svg │ │ │ │ │ ├── i-score.svg │ │ │ │ │ ├── i2pd.svg │ │ │ │ │ ├── i2prouter.svg │ │ │ │ │ ├── iViewer.svg │ │ │ │ │ ├── iagno.svg │ │ │ │ │ ├── ibus-bopomofo.svg │ │ │ │ │ ├── ibus-engine.svg │ │ │ │ │ ├── ibus-keyboard.svg │ │ │ │ │ ├── ibus-pinyin.svg │ │ │ │ │ ├── ibus-setup.svg │ │ │ │ │ ├── ibus.svg │ │ │ │ │ ├── icaconfigmgr.svg │ │ │ │ │ ├── icaconncenter.svg │ │ │ │ │ ├── icamanager.svg │ │ │ │ │ ├── icaselfservice.svg │ │ │ │ │ ├── ice.svg │ │ │ │ │ ├── icecat-icon.svg │ │ │ │ │ ├── icecat.svg │ │ │ │ │ ├── icedove-icon.svg │ │ │ │ │ ├── icedove.svg │ │ │ │ │ ├── icemon.svg │ │ │ │ │ ├── iceweasel-icon.svg │ │ │ │ │ ├── iceweasel.svg │ │ │ │ │ ├── icon-preview-app.svg │ │ │ │ │ ├── icon.svg │ │ │ │ │ ├── icono_rakarrack_128x128.svg │ │ │ │ │ ├── idea.svg │ │ │ │ │ ├── identity.svg │ │ │ │ │ ├── iease-music.svg │ │ │ │ │ ├── iep.svg │ │ │ │ │ ├── ignuit.svg │ │ │ │ │ ├── ikona.svg │ │ │ │ │ ├── im-chooser.svg │ │ │ │ │ ├── im.bernard.Funkcio.svg │ │ │ │ │ ├── im.bernard.Nostalgia.svg │ │ │ │ │ ├── im.dino.Dino.svg │ │ │ │ │ ├── im.fluffychat.Fluffychat.svg │ │ │ │ │ ├── im.gitter.Gitter.svg │ │ │ │ │ ├── im.kaidan.kaidan.svg │ │ │ │ │ ├── im.pidgin.Pidgin.svg │ │ │ │ │ ├── im.pidgin.Pidgin3.svg │ │ │ │ │ ├── im.riot.Riot.svg │ │ │ │ │ ├── im.srain.Srain.svg │ │ │ │ │ ├── image-optimizer.svg │ │ │ │ │ ├── image-viewer.svg │ │ │ │ │ ├── imageburner.svg │ │ │ │ │ ├── imagej.svg │ │ │ │ │ ├── imagemagick.svg │ │ │ │ │ ├── imageshack.svg │ │ │ │ │ ├── imagewriter.svg │ │ │ │ │ ├── imaginario.svg │ │ │ │ │ ├── imaginary-teleprompter.svg │ │ │ │ │ ├── imagination.svg │ │ │ │ │ ├── imap.svg │ │ │ │ │ ├── imcompressor.svg │ │ │ │ │ ├── imeditor.svg │ │ │ │ │ ├── impro-visor.svg │ │ │ │ │ ├── in.bharatkalluri.splash.svg │ │ │ │ │ ├── inboxer.svg │ │ │ │ │ ├── incubator-netbeans.svg │ │ │ │ │ ├── ind.ie.Gnomit.svg │ │ │ │ │ ├── indicator-applet.svg │ │ │ │ │ ├── indicator-china-weather.svg │ │ │ │ │ ├── indicator-privacy.svg │ │ │ │ │ ├── indicator-remindor.svg │ │ │ │ │ ├── indicator-sound-switcher.svg │ │ │ │ │ ├── indicator-stickynotes.svg │ │ │ │ │ ├── indicator-weather.svg │ │ │ │ │ ├── infinite.svg │ │ │ │ │ ├── info.bibletime.BibleTime.svg │ │ │ │ │ ├── info.colobot.Colobot.svg │ │ │ │ │ ├── info.febvre.Komikku.svg │ │ │ │ │ ├── info.mumble.Mumble.svg │ │ │ │ │ ├── info.olasagasti.revelation.svg │ │ │ │ │ ├── info.portfolio_performance.PortfolioPerformance.svg │ │ │ │ │ ├── inkscape-logo.svg │ │ │ │ │ ├── inkscape.svg │ │ │ │ │ ├── innstereo-icon.svg │ │ │ │ │ ├── innstereo.svg │ │ │ │ │ ├── inox.svg │ │ │ │ │ ├── input-keyboard.svg │ │ │ │ │ ├── input-mouse.svg │ │ │ │ │ ├── input-tablet.svg │ │ │ │ │ ├── input-touchpad.svg │ │ │ │ │ ├── input_device_settings.svg │ │ │ │ │ ├── insomnia-designer.svg │ │ │ │ │ ├── insomnia.svg │ │ │ │ │ ├── insync.svg │ │ │ │ │ ├── intel-installer.svg │ │ │ │ │ ├── intellij-idea-ce.svg │ │ │ │ │ ├── intellij-idea-community.svg │ │ │ │ │ ├── intellij-idea-ue-bundled-jre.svg │ │ │ │ │ ├── intellij-idea-ultimate-edition.svg │ │ │ │ │ ├── intellij-idea.svg │ │ │ │ │ ├── intellij.svg │ │ │ │ │ ├── intellij_idea.svg │ │ │ │ │ ├── internet-chat.svg │ │ │ │ │ ├── internet-feed-reader.svg │ │ │ │ │ ├── internet-mail.svg │ │ │ │ │ ├── internet-news-reader.svg │ │ │ │ │ ├── internet-telephony.svg │ │ │ │ │ ├── internet-web-browser.svg │ │ │ │ │ ├── internet.svg │ │ │ │ │ ├── internet_mail.svg │ │ │ │ │ ├── io.ark.Desktop.svg │ │ │ │ │ ├── io.atom.Atom.svg │ │ │ │ │ ├── io.atom.electron.BaseApp.svg │ │ │ │ │ ├── io.balena.etcher.svg │ │ │ │ │ ├── io.bit3.WhatsAppQT.svg │ │ │ │ │ ├── io.brackets.Brackets.svg │ │ │ │ │ ├── io.dbeaver.DBeaverCommunity.svg │ │ │ │ │ ├── io.element.Element.svg │ │ │ │ │ ├── io.elementary.appcenter.svg │ │ │ │ │ ├── io.elementary.calculator.svg │ │ │ │ │ ├── io.elementary.calendar.svg │ │ │ │ │ ├── io.elementary.camera.svg │ │ │ │ │ ├── io.elementary.code.svg │ │ │ │ │ ├── io.elementary.files.svg │ │ │ │ │ ├── io.elementary.mail.svg │ │ │ │ │ ├── io.elementary.meteo.svg │ │ │ │ │ ├── io.elementary.monitor.svg │ │ │ │ │ ├── io.elementary.music.svg │ │ │ │ │ ├── io.elementary.onboarding.svg │ │ │ │ │ ├── io.elementary.photos-viewer.svg │ │ │ │ │ ├── io.elementary.photos.svg │ │ │ │ │ ├── io.elementary.reminders.svg │ │ │ │ │ ├── io.elementary.screenshot-tool.svg │ │ │ │ │ ├── io.elementary.sideload.svg │ │ │ │ │ ├── io.elementary.switchboard.svg │ │ │ │ │ ├── io.elementary.tasks.svg │ │ │ │ │ ├── io.elementary.terminal.svg │ │ │ │ │ ├── io.elementary.videos.svg │ │ │ │ │ ├── io.freetubeapp.FreeTube.svg │ │ │ │ │ ├── io.github.Celluloid.svg │ │ │ │ │ ├── io.github.Cockatrice.cockatrice.svg │ │ │ │ │ ├── io.github.Cockatrice.oracle.svg │ │ │ │ │ ├── io.github.Cockatrice.servatrice.svg │ │ │ │ │ ├── io.github.EndlessSky.endless-sky.svg │ │ │ │ │ ├── io.github.Figma_Linux.figma_linux.svg │ │ │ │ │ ├── io.github.Fontforge.svg │ │ │ │ │ ├── io.github.Freedoom-Phase-1.svg │ │ │ │ │ ├── io.github.Freedoom-Phase-2.svg │ │ │ │ │ ├── io.github.GnomeMpv.svg │ │ │ │ │ ├── io.github.Hexchat.svg │ │ │ │ │ ├── io.github.HotShots.svg │ │ │ │ │ ├── io.github.ImEditor.svg │ │ │ │ │ ├── io.github.Nheko-Reborn.Nheko.svg │ │ │ │ │ ├── io.github.OpenToonz.svg │ │ │ │ │ ├── io.github.Pithos.svg │ │ │ │ │ ├── io.github.RodZill4.Material-Maker.svg │ │ │ │ │ ├── io.github.Soundux.svg │ │ │ │ │ ├── io.github.Tahoma2D.svg │ │ │ │ │ ├── io.github.TransmissionRemoteGtk.svg │ │ │ │ │ ├── io.github.antimicrox.antimicrox.svg │ │ │ │ │ ├── io.github.celluloid-player.Celluloid.svg │ │ │ │ │ ├── io.github.celluloid_player.Celluloid.svg │ │ │ │ │ ├── io.github.cges30901.hmtimer.svg │ │ │ │ │ ├── io.github.chris2511.xca.svg │ │ │ │ │ ├── io.github.cloose.CuteMarkEd.svg │ │ │ │ │ ├── io.github.dfandrich.gpscorrelate.svg │ │ │ │ │ ├── io.github.dosbox-staging.svg │ │ │ │ │ ├── io.github.endless-sky.endless-sky.svg │ │ │ │ │ ├── io.github.gillesdegottex.FMIT.svg │ │ │ │ │ ├── io.github.hakuneko.HakuNeko.svg │ │ │ │ │ ├── io.github.janbar.noson.svg │ │ │ │ │ ├── io.github.jeanslack.videomass.svg │ │ │ │ │ ├── io.github.jkozera.ZevDocs.svg │ │ │ │ │ ├── io.github.jliljebl.Flowblade.svg │ │ │ │ │ ├── io.github.kaschpal.timetable.svg │ │ │ │ │ ├── io.github.lainsce.Khronos.svg │ │ │ │ │ ├── io.github.markummitchell.Engauge_Digitizer.svg │ │ │ │ │ ├── io.github.martinrotter.textosaurus.svg │ │ │ │ │ ├── io.github.maurycyliebner.enve.svg │ │ │ │ │ ├── io.github.mhogomchungu.SiriKali.svg │ │ │ │ │ ├── io.github.mirukana.mirage.svg │ │ │ │ │ ├── io.github.mki1967.mki3dgame.svg │ │ │ │ │ ├── io.github.mmstick.FontFinder.svg │ │ │ │ │ ├── io.github.mujx.Nheko.svg │ │ │ │ │ ├── io.github.narunlifescience.AlphaPlot.svg │ │ │ │ │ ├── io.github.openWMail.openWMail.svg │ │ │ │ │ ├── io.github.peazip.PeaZip.svg │ │ │ │ │ ├── io.github.qalculate.Qalculate.svg │ │ │ │ │ ├── io.github.qnapi.svg │ │ │ │ │ ├── io.github.quodlibet.ExFalso.svg │ │ │ │ │ ├── io.github.quodlibet.QuodLibet.svg │ │ │ │ │ ├── io.github.seadve.Kooha.svg │ │ │ │ │ ├── io.github.seadve.Mousai.svg │ │ │ │ │ ├── io.github.veusz.Veusz.svg │ │ │ │ │ ├── io.github.wereturtle.ghostwriter.svg │ │ │ │ │ ├── io.github.wxmaxima_developers.wxMaxima.svg │ │ │ │ │ ├── io.github.yairm210.unciv.svg │ │ │ │ │ ├── io.gitlab.Goodvibes.svg │ │ │ │ │ ├── io.gitlab.LibreWolf.svg │ │ │ │ │ ├── io.gitlab.Turtlico.svg │ │ │ │ │ ├── io.gitlab.hamadmarri.gamma.svg │ │ │ │ │ ├── io.gitlab.jstest_gtk.jstest_gtk.svg │ │ │ │ │ ├── io.gitlab.leesonwai.Sums.svg │ │ │ │ │ ├── io.gitlab.osslugaru.Lugaru.svg │ │ │ │ │ ├── io.gitlab.sdl_jstest.sdl2_jstest.svg │ │ │ │ │ ├── io.gitlab.sdl_jstest.sdl_jstest.svg │ │ │ │ │ ├── io.gpodder.gPodder.svg │ │ │ │ │ ├── io.howl.Editor.svg │ │ │ │ │ ├── io.itch.azagaya.Laigter.svg │ │ │ │ │ ├── io.itch.pyLinuxWheel.svg │ │ │ │ │ ├── io.jamulus.Jamulus.svg │ │ │ │ │ ├── io.kavan.GUADEC.svg │ │ │ │ │ ├── io.lbry.lbry-app.svg │ │ │ │ │ ├── io.liri.Browser.svg │ │ │ │ │ ├── io.liri.Calculator.svg │ │ │ │ │ ├── io.liri.Text.svg │ │ │ │ │ ├── io.lmms.LMMS.svg │ │ │ │ │ ├── io.lmms.Lmms.svg │ │ │ │ │ ├── io.mgba.mGBA.svg │ │ │ │ │ ├── io.mjml.mjml-app.svg │ │ │ │ │ ├── io.mpv.Mpv.svg │ │ │ │ │ ├── io.mrarm.mcpelauncher-ui.svg │ │ │ │ │ ├── io.mrarm.mcpelauncher.svg │ │ │ │ │ ├── io.openrct2.OpenRCT2.svg │ │ │ │ │ ├── io.otsaloma.gaupol.svg │ │ │ │ │ ├── io.otsaloma.nfoview.svg │ │ │ │ │ ├── io.pext.pext.svg │ │ │ │ │ ├── io.photoflare.photoflare.svg │ │ │ │ │ ├── io.poez.Poezio.svg │ │ │ │ │ ├── io.qt.QtCreator.svg │ │ │ │ │ ├── io.sonlink.mpp.svg │ │ │ │ │ ├── io.sourceforge.Pixelitor.svg │ │ │ │ │ ├── io.sourceforge.RedNotebook.svg │ │ │ │ │ ├── io.srevinsaju.guiscrcpy.svg │ │ │ │ │ ├── io.webtorrent.WebTorrent.svg │ │ │ │ │ ├── iok.svg │ │ │ │ │ ├── ipfs-desktop.svg │ │ │ │ │ ├── ipscan.svg │ │ │ │ │ ├── ipython-notebook.svg │ │ │ │ │ ├── ipython.svg │ │ │ │ │ ├── ipython3.svg │ │ │ │ │ ├── iqpuzzle.svg │ │ │ │ │ ├── irccloud-desktop.svg │ │ │ │ │ ├── irccloud.svg │ │ │ │ │ ├── iridium-browser.svg │ │ │ │ │ ├── irssi.svg │ │ │ │ │ ├── isoimagewriter.svg │ │ │ │ │ ├── ispconfig.svg │ │ │ │ │ ├── istanbul.svg │ │ │ │ │ ├── itch.svg │ │ │ │ │ ├── itinerary.svg │ │ │ │ │ ├── itunes.svg │ │ │ │ │ ├── jabber-im.svg │ │ │ │ │ ├── jabref.svg │ │ │ │ │ ├── jack-keyboard.svg │ │ │ │ │ ├── jack_mixer.svg │ │ │ │ │ ├── jajuk-icon_16x16.svg │ │ │ │ │ ├── jajuk.svg │ │ │ │ │ ├── jalbum.svg │ │ │ │ │ ├── jami.svg │ │ │ │ │ ├── jammr.svg │ │ │ │ │ ├── jamovi.svg │ │ │ │ │ ├── jamulus.svg │ │ │ │ │ ├── jasp-desktop.svg │ │ │ │ │ ├── java-1.6.0.svg │ │ │ │ │ ├── java-1.7.0.svg │ │ │ │ │ ├── java-1.8.0.svg │ │ │ │ │ ├── java-1.9.0.svg │ │ │ │ │ ├── java.svg │ │ │ │ │ ├── java10-openjdk.svg │ │ │ │ │ ├── java11-openjdk.svg │ │ │ │ │ ├── java12-openjdk.svg │ │ │ │ │ ├── java13-openjdk.svg │ │ │ │ │ ├── java14-openjdk.svg │ │ │ │ │ ├── java8-openjdk.svg │ │ │ │ │ ├── java9-openjdk.svg │ │ │ │ │ ├── javaws.svg │ │ │ │ │ ├── jbds.svg │ │ │ │ │ ├── jd-gui.svg │ │ │ │ │ ├── jdo256.svg │ │ │ │ │ ├── jdownloader-beta.svg │ │ │ │ │ ├── jdownloader.svg │ │ │ │ │ ├── jedit.svg │ │ │ │ │ ├── jellyfin-mpv-shim.svg │ │ │ │ │ ├── jellyfin-theater.svg │ │ │ │ │ ├── jellyfin-theatre.svg │ │ │ │ │ ├── jellyfin.svg │ │ │ │ │ ├── jetbrains-clion.svg │ │ │ │ │ ├── jetbrains-datagrip.svg │ │ │ │ │ ├── jetbrains-intellij-idea.svg │ │ │ │ │ ├── jetbrains-intellij.svg │ │ │ │ │ ├── jetbrains-phpstorm.svg │ │ │ │ │ ├── jetbrains-pycharm-edu.svg │ │ │ │ │ ├── jetbrains-pycharm.svg │ │ │ │ │ ├── jetbrains-rider.svg │ │ │ │ │ ├── jetbrains-rubymine.svg │ │ │ │ │ ├── jetbrains-webstorm.svg │ │ │ │ │ ├── jftp.svg │ │ │ │ │ ├── jiten.svg │ │ │ │ │ ├── jitsi-meet-desktop.svg │ │ │ │ │ ├── jitsi-meet-electron.svg │ │ │ │ │ ├── jitsi-meet.svg │ │ │ │ │ ├── jitsi.svg │ │ │ │ │ ├── jmeter.svg │ │ │ │ │ ├── jmol-icon.svg │ │ │ │ │ ├── jockey-gtk.svg │ │ │ │ │ ├── jockey-kde.svg │ │ │ │ │ ├── jockey.svg │ │ │ │ │ ├── jokosher.svg │ │ │ │ │ ├── joplin-desktop.svg │ │ │ │ │ ├── joplin.svg │ │ │ │ │ ├── josm-latest.svg │ │ │ │ │ ├── josm.svg │ │ │ │ │ ├── jotasync.svg │ │ │ │ │ ├── journable.svg │ │ │ │ │ ├── journal.svg │ │ │ │ │ ├── jp.yvt.OpenSpades.svg │ │ │ │ │ ├── jrommanager.svg │ │ │ │ │ ├── jsampler-classic.svg │ │ │ │ │ ├── jsampler.svg │ │ │ │ │ ├── jskat.svg │ │ │ │ │ ├── jstest-gtk.svg │ │ │ │ │ ├── jubler.svg │ │ │ │ │ ├── juci.svg │ │ │ │ │ ├── juffed.svg │ │ │ │ │ ├── juk.svg │ │ │ │ │ ├── julia.svg │ │ │ │ │ ├── jumpnbump.svg │ │ │ │ │ ├── jupiter.svg │ │ │ │ │ ├── jupyter-console.svg │ │ │ │ │ ├── jupyter-lab.svg │ │ │ │ │ ├── jupyter-notebook.svg │ │ │ │ │ ├── jupyter.svg │ │ │ │ │ ├── jvgs.svg │ │ │ │ │ ├── jxplorer.svg │ │ │ │ │ ├── k3b.svg │ │ │ │ │ ├── k9-copy.svg │ │ │ │ │ ├── k9copy.svg │ │ │ │ │ ├── kadas.svg │ │ │ │ │ ├── kaddressbook.svg │ │ │ │ │ ├── kadu.svg │ │ │ │ │ ├── kaffeine.svg │ │ │ │ │ ├── kaidan.svg │ │ │ │ │ ├── kajongg.svg │ │ │ │ │ ├── kakoune.svg │ │ │ │ │ ├── kaku.svg │ │ │ │ │ ├── kalarm.svg │ │ │ │ │ ├── kalgebra.svg │ │ │ │ │ ├── kali-afl.svg │ │ │ │ │ ├── kali-aircrack-ng.svg │ │ │ │ │ ├── kali-armitage.svg │ │ │ │ │ ├── kali-dmitry.svg │ │ │ │ │ ├── kali-dradis.svg │ │ │ │ │ ├── kali-driftnet.svg │ │ │ │ │ ├── kali-hydra.svg │ │ │ │ │ ├── kali-jd-gui.svg │ │ │ │ │ ├── kali-mitmproxy.svg │ │ │ │ │ ├── kalk.svg │ │ │ │ │ ├── kalzium.svg │ │ │ │ │ ├── kamoso.svg │ │ │ │ │ ├── kamule.svg │ │ │ │ │ ├── kanagram.svg │ │ │ │ │ ├── kanatest.svg │ │ │ │ │ ├── kapman.svg │ │ │ │ │ ├── kapow.svg │ │ │ │ │ ├── karbon.svg │ │ │ │ │ ├── kate.svg │ │ │ │ │ ├── katomic.svg │ │ │ │ │ ├── kaudiocreator.svg │ │ │ │ │ ├── kazam.svg │ │ │ │ │ ├── kbackup.svg │ │ │ │ │ ├── kbibtex.svg │ │ │ │ │ ├── kblackbox.svg │ │ │ │ │ ├── kblocks.svg │ │ │ │ │ ├── kblogger.svg │ │ │ │ │ ├── kbounce.svg │ │ │ │ │ ├── kbreakout.svg │ │ │ │ │ ├── kbruch.svg │ │ │ │ │ ├── kbugbuster.svg │ │ │ │ │ ├── kbugster.svg │ │ │ │ │ ├── kcachegrind.svg │ │ │ │ │ ├── kcalc.svg │ │ │ │ │ ├── kcharselect.svg │ │ │ │ │ ├── kchart.svg │ │ │ │ │ ├── kchmviewer.svg │ │ │ │ │ ├── kcmkwm.svg │ │ │ │ │ ├── kcmsound.svg │ │ │ │ │ ├── kcmx.svg │ │ │ │ │ ├── kcnmsound.svg │ │ │ │ │ ├── kcolorchooser.svg │ │ │ │ │ ├── kcontrol.svg │ │ │ │ │ ├── kdbg.svg │ │ │ │ │ ├── kde-frameworks.svg │ │ │ │ │ ├── kde-gtk-config.svg │ │ │ │ │ ├── kde-logo.svg │ │ │ │ │ ├── kde-windows.svg │ │ │ │ │ ├── kde.svg │ │ │ │ │ ├── kdeapp.svg │ │ │ │ │ ├── kdeconnect.svg │ │ │ │ │ ├── kdeneur.svg │ │ │ │ │ ├── kdenlive.svg │ │ │ │ │ ├── kdesnake.svg │ │ │ │ │ ├── kdesvn.svg │ │ │ │ │ ├── kdevelop.svg │ │ │ │ │ ├── kdf.svg │ │ │ │ │ ├── kdiamond.svg │ │ │ │ │ ├── kdiff3.svg │ │ │ │ │ ├── kdiskmark.svg │ │ │ │ │ ├── kedit.svg │ │ │ │ │ ├── keepass.svg │ │ │ │ │ ├── keepass2.svg │ │ │ │ │ ├── keepassx.svg │ │ │ │ │ ├── keepassx2.svg │ │ │ │ │ ├── keepassxc.svg │ │ │ │ │ ├── keepnote.svg │ │ │ │ │ ├── keeweb.svg │ │ │ │ │ ├── kentoo.svg │ │ │ │ │ ├── kerry.svg │ │ │ │ │ ├── keurocalc.svg │ │ │ │ │ ├── key_bindings.svg │ │ │ │ │ ├── keybase.svg │ │ │ │ │ ├── keyring-manager.svg │ │ │ │ │ ├── keysync.svg │ │ │ │ │ ├── kfilereplace.svg │ │ │ │ │ ├── kfind.svg │ │ │ │ │ ├── kflickr.svg │ │ │ │ │ ├── kfloppy.svg │ │ │ │ │ ├── kfm.svg │ │ │ │ │ ├── kfoldersync.svg │ │ │ │ │ ├── kfontview.svg │ │ │ │ │ ├── kformula.svg │ │ │ │ │ ├── kfourinline.svg │ │ │ │ │ ├── kgeography.svg │ │ │ │ │ ├── kget.svg │ │ │ │ │ ├── kgoldrunner.svg │ │ │ │ │ ├── kgpg.svg │ │ │ │ │ ├── kgraphviewer.svg │ │ │ │ │ ├── khangman.svg │ │ │ │ │ ├── khelpcenter.svg │ │ │ │ │ ├── khronos.svg │ │ │ │ │ ├── kicad.svg │ │ │ │ │ ├── kicker.svg │ │ │ │ │ ├── kickoff-player.svg │ │ │ │ │ ├── kid3-qt.svg │ │ │ │ │ ├── kid3.svg │ │ │ │ │ ├── kig.svg │ │ │ │ │ ├── kigo.svg │ │ │ │ │ ├── kile.svg │ │ │ │ │ ├── killbots.svg │ │ │ │ │ ├── kimtoy.svg │ │ │ │ │ ├── kingscross.svg │ │ │ │ │ ├── kingsoft-presentation.svg │ │ │ │ │ ├── kingsoft-spreadsheets.svg │ │ │ │ │ ├── kingsoft-writer.svg │ │ │ │ │ ├── kipi-jalbum.svg │ │ │ │ │ ├── kirigami2gallery.svg │ │ │ │ │ ├── kiriki.svg │ │ │ │ │ ├── kitematic.svg │ │ │ │ │ ├── kiten.svg │ │ │ │ │ ├── kitty.svg │ │ │ │ │ ├── kivio.svg │ │ │ │ │ ├── kiwix-desktop.svg │ │ │ │ │ ├── kiwix.svg │ │ │ │ │ ├── kjots.svg │ │ │ │ │ ├── kjournal.svg │ │ │ │ │ ├── kjumpingcube.svg │ │ │ │ │ ├── klatexformula.svg │ │ │ │ │ ├── klavaro.svg │ │ │ │ │ ├── klayout.svg │ │ │ │ │ ├── kleopatra.svg │ │ │ │ │ ├── klettres.svg │ │ │ │ │ ├── klickety.svg │ │ │ │ │ ├── klimbgrades.svg │ │ │ │ │ ├── klines.svg │ │ │ │ │ ├── klipper.svg │ │ │ │ │ ├── klock.svg │ │ │ │ │ ├── klogg.svg │ │ │ │ │ ├── klogic4.svg │ │ │ │ │ ├── kmag.svg │ │ │ │ │ ├── kmahjongg.svg │ │ │ │ │ ├── kmail.svg │ │ │ │ │ ├── kmail2.svg │ │ │ │ │ ├── kmailcvt.svg │ │ │ │ │ ├── kmenu.svg │ │ │ │ │ ├── kmenuedit.svg │ │ │ │ │ ├── kmetronome.svg │ │ │ │ │ ├── kmines.svg │ │ │ │ │ ├── kmix.svg │ │ │ │ │ ├── kmousetool.svg │ │ │ │ │ ├── kmouth.svg │ │ │ │ │ ├── kmplayer.svg │ │ │ │ │ ├── kmplot.svg │ │ │ │ │ ├── kmymoney.svg │ │ │ │ │ ├── knavalbattle.svg │ │ │ │ │ ├── knemo.svg │ │ │ │ │ ├── knetattach.svg │ │ │ │ │ ├── knetwalk.svg │ │ │ │ │ ├── knewsticker.svg │ │ │ │ │ ├── knights.svg │ │ │ │ │ ├── knotes.svg │ │ │ │ │ ├── knotify.svg │ │ │ │ │ ├── knowthelist.svg │ │ │ │ │ ├── koala.svg │ │ │ │ │ ├── kodi.svg │ │ │ │ │ ├── koko.svg │ │ │ │ │ ├── kolf.svg │ │ │ │ │ ├── kollision.svg │ │ │ │ │ ├── kolourpaint.svg │ │ │ │ │ ├── komikku.svg │ │ │ │ │ ├── komodo-ide.svg │ │ │ │ │ ├── komodo.svg │ │ │ │ │ ├── kompare.svg │ │ │ │ │ ├── kongdash.svg │ │ │ │ │ ├── kongress.svg │ │ │ │ │ ├── konqueror.svg │ │ │ │ │ ├── konquest.svg │ │ │ │ │ ├── konsole.svg │ │ │ │ │ ├── konstruktor.svg │ │ │ │ │ ├── kontact.svg │ │ │ │ │ ├── kontena-lens.svg │ │ │ │ │ ├── konversation.svg │ │ │ │ │ ├── kooha.svg │ │ │ │ │ ├── kopete.svg │ │ │ │ │ ├── kopia-ui.svg │ │ │ │ │ ├── koreader.svg │ │ │ │ │ ├── korgac.svg │ │ │ │ │ ├── korganizer.svg │ │ │ │ │ ├── korora-welcome.svg │ │ │ │ │ ├── kotatogram.svg │ │ │ │ │ ├── kpackage.svg │ │ │ │ │ ├── kpat.svg │ │ │ │ │ ├── kpatience.svg │ │ │ │ │ ├── kphotoalbum.svg │ │ │ │ │ ├── kpl.svg │ │ │ │ │ ├── kplato.svg │ │ │ │ │ ├── kplayer.svg │ │ │ │ │ ├── kppp.svg │ │ │ │ │ ├── kpresenter.svg │ │ │ │ │ ├── kradio.svg │ │ │ │ │ ├── kradio4.svg │ │ │ │ │ ├── krdc.svg │ │ │ │ │ ├── krecipes.svg │ │ │ │ │ ├── krecorder.svg │ │ │ │ │ ├── krename.svg │ │ │ │ │ ├── kreogist-mu.svg │ │ │ │ │ ├── kreversi.svg │ │ │ │ │ ├── krfb.svg │ │ │ │ │ ├── krita.svg │ │ │ │ │ ├── kronometer.svg │ │ │ │ │ ├── kruler.svg │ │ │ │ │ ├── krusader.svg │ │ │ │ │ ├── krusader_root.svg │ │ │ │ │ ├── krusader_user.svg │ │ │ │ │ ├── kscd.svg │ │ │ │ │ ├── kscreensaver.svg │ │ │ │ │ ├── kscreenshot.svg │ │ │ │ │ ├── kshisen.svg │ │ │ │ │ ├── kshutdown.svg │ │ │ │ │ ├── ksirk.svg │ │ │ │ │ ├── ksmiletris.svg │ │ │ │ │ ├── ksnakeduel.svg │ │ │ │ │ ├── ksnapshot.svg │ │ │ │ │ ├── ksniffer.svg │ │ │ │ │ ├── ksnip.svg │ │ │ │ │ ├── kspaceduel.svg │ │ │ │ │ ├── kspread.svg │ │ │ │ │ ├── ksquares.svg │ │ │ │ │ ├── kst.svg │ │ │ │ │ ├── kstars.svg │ │ │ │ │ ├── ksudoku.svg │ │ │ │ │ ├── ksysguard.svg │ │ │ │ │ ├── ktechlab.svg │ │ │ │ │ ├── kthesaurus.svg │ │ │ │ │ ├── ktikz.svg │ │ │ │ │ ├── ktimer.svg │ │ │ │ │ ├── ktimetracker.svg │ │ │ │ │ ├── ktip.svg │ │ │ │ │ ├── ktorrent.svg │ │ │ │ │ ├── ktouch.svg │ │ │ │ │ ├── ktp-contacts.svg │ │ │ │ │ ├── ktron.svg │ │ │ │ │ ├── ktuberling.svg │ │ │ │ │ ├── kturtle.svg │ │ │ │ │ ├── kuaipan4uk.svg │ │ │ │ │ ├── kube.svg │ │ │ │ │ ├── kube_icon.svg │ │ │ │ │ ├── kubrick.svg │ │ │ │ │ ├── kubuntu.svg │ │ │ │ │ ├── kuickshow.svg │ │ │ │ │ ├── kup.svg │ │ │ │ │ ├── kupfer.svg │ │ │ │ │ ├── kuser.svg │ │ │ │ │ ├── kvantum.svg │ │ │ │ │ ├── kverbos.svg │ │ │ │ │ ├── kvirc.svg │ │ │ │ │ ├── kwalletmanager.svg │ │ │ │ │ ├── kwave.svg │ │ │ │ │ ├── kweather.svg │ │ │ │ │ ├── kwin.svg │ │ │ │ │ ├── kwordquiz.svg │ │ │ │ │ ├── kwords.svg │ │ │ │ │ ├── kwplayer.svg │ │ │ │ │ ├── kwrite.svg │ │ │ │ │ ├── kxneur.svg │ │ │ │ │ ├── kylin-assistant.svg │ │ │ │ │ ├── kylin-user-guide.svg │ │ │ │ │ ├── kylin-video.svg │ │ │ │ │ ├── kynaptic.svg │ │ │ │ │ ├── l3afpad.svg │ │ │ │ │ ├── laborejo.svg │ │ │ │ │ ├── labplot2.svg │ │ │ │ │ ├── laby.svg │ │ │ │ │ ├── labyrinth.svg │ │ │ │ │ ├── lagrange.svg │ │ │ │ │ ├── laigter.svg │ │ │ │ │ ├── lantern.svg │ │ │ │ │ ├── laptop-mode-tools.svg │ │ │ │ │ ├── lash_panel.svg │ │ │ │ │ ├── last-fm.svg │ │ │ │ │ ├── lastfm-audioscrobbler.svg │ │ │ │ │ ├── lastfm-valut.svg │ │ │ │ │ ├── lastfm-www.last.fm.svg │ │ │ │ │ ├── lastfm.svg │ │ │ │ │ ├── lastpass.svg │ │ │ │ │ ├── latexdraw.svg │ │ │ │ │ ├── latexila.svg │ │ │ │ │ ├── latte-dock.svg │ │ │ │ │ ├── launcher_bfb.png │ │ │ │ │ ├── launcher_bfb_numix.png │ │ │ │ │ ├── launcher_bfb_ubuntu.png │ │ │ │ │ ├── launchpad.svg │ │ │ │ │ ├── laverna.svg │ │ │ │ │ ├── layout.svg │ │ │ │ │ ├── lazarus.svg │ │ │ │ │ ├── lazpaint.svg │ │ │ │ │ ├── lbry.svg │ │ │ │ │ ├── ldlite.svg │ │ │ │ │ ├── ldraw.svg │ │ │ │ │ ├── ldview.svg │ │ │ │ │ ├── leafpad.svg │ │ │ │ │ ├── lector.svg │ │ │ │ │ ├── leftpad.svg │ │ │ │ │ ├── lenmus.svg │ │ │ │ │ ├── lens.svg │ │ │ │ │ ├── leocad.svg │ │ │ │ │ ├── lepton-attrib.svg │ │ │ │ │ ├── lepton-schematic.svg │ │ │ │ │ ├── lepton-snippet-manager.svg │ │ │ │ │ ├── lftp-icon.svg │ │ │ │ │ ├── lftp.svg │ │ │ │ │ ├── libinput-gestures-qt.svg │ │ │ │ │ ├── libinput-gestures.svg │ │ │ │ │ ├── library-internet-radio.svg │ │ │ │ │ ├── library-podcast.svg │ │ │ │ │ ├── librecad.svg │ │ │ │ │ ├── libreoffice-base.svg │ │ │ │ │ ├── libreoffice-calc.svg │ │ │ │ │ ├── libreoffice-draw.svg │ │ │ │ │ ├── libreoffice-impress.svg │ │ │ │ │ ├── libreoffice-main.svg │ │ │ │ │ ├── libreoffice-math.svg │ │ │ │ │ ├── libreoffice-printeradmin.svg │ │ │ │ │ ├── libreoffice-start-centre.svg │ │ │ │ │ ├── libreoffice-startcenter.svg │ │ │ │ │ ├── libreoffice-template.svg │ │ │ │ │ ├── libreoffice-writer.svg │ │ │ │ │ ├── libreoffice.svg │ │ │ │ │ ├── libreoffice3-base.svg │ │ │ │ │ ├── libreoffice3-calc.svg │ │ │ │ │ ├── libreoffice3-draw.svg │ │ │ │ │ ├── libreoffice3-impress.svg │ │ │ │ │ ├── libreoffice3-main.svg │ │ │ │ │ ├── libreoffice3-math.svg │ │ │ │ │ ├── libreoffice3-printeradmin.svg │ │ │ │ │ ├── libreoffice3-startcenter.svg │ │ │ │ │ ├── libreoffice3-template.svg │ │ │ │ │ ├── libreoffice3-writer.svg │ │ │ │ │ ├── libreoffice3.svg │ │ │ │ │ ├── libreoffice34-base.svg │ │ │ │ │ ├── libreoffice34-calc.svg │ │ │ │ │ ├── libreoffice34-draw.svg │ │ │ │ │ ├── libreoffice34-impress.svg │ │ │ │ │ ├── libreoffice34-main.svg │ │ │ │ │ ├── libreoffice34-math.svg │ │ │ │ │ ├── libreoffice34-printeradmin.svg │ │ │ │ │ ├── libreoffice34-startcenter.svg │ │ │ │ │ ├── libreoffice34-template.svg │ │ │ │ │ ├── libreoffice34-writer.svg │ │ │ │ │ ├── libreoffice34.svg │ │ │ │ │ ├── libreoffice4.2-base.svg │ │ │ │ │ ├── libreoffice4.2-calc.svg │ │ │ │ │ ├── libreoffice4.2-draw.svg │ │ │ │ │ ├── libreoffice4.2-impress.svg │ │ │ │ │ ├── libreoffice4.2-math.svg │ │ │ │ │ ├── libreoffice4.2-writer.svg │ │ │ │ │ ├── libreoffice4.svg │ │ │ │ │ ├── libreoffice5.3-base.svg │ │ │ │ │ ├── libreoffice5.3-calc.svg │ │ │ │ │ ├── libreoffice5.3-draw.svg │ │ │ │ │ ├── libreoffice5.3-impress.svg │ │ │ │ │ ├── libreoffice5.3-math.svg │ │ │ │ │ ├── libreoffice5.3-startcenter.svg │ │ │ │ │ ├── libreoffice5.3-writer.svg │ │ │ │ │ ├── libreoffice6.3-base.svg │ │ │ │ │ ├── libreoffice6.3-calc.svg │ │ │ │ │ ├── libreoffice6.3-draw.svg │ │ │ │ │ ├── libreoffice6.3-impress.svg │ │ │ │ │ ├── libreoffice6.3-math.svg │ │ │ │ │ ├── libreoffice6.3-startcenter.svg │ │ │ │ │ ├── libreoffice6.3-writer.svg │ │ │ │ │ ├── libreoffice6.4-base.svg │ │ │ │ │ ├── libreoffice6.4-calc.svg │ │ │ │ │ ├── libreoffice6.4-draw.svg │ │ │ │ │ ├── libreoffice6.4-impress.svg │ │ │ │ │ ├── libreoffice6.4-math.svg │ │ │ │ │ ├── libreoffice6.4-startcenter.svg │ │ │ │ │ ├── libreoffice6.4-writer.svg │ │ │ │ │ ├── libreoffice7.0-base.svg │ │ │ │ │ ├── libreoffice7.0-calc.svg │ │ │ │ │ ├── libreoffice7.0-draw.svg │ │ │ │ │ ├── libreoffice7.0-impress.svg │ │ │ │ │ ├── libreoffice7.0-math.svg │ │ │ │ │ ├── libreoffice7.0-startcenter.svg │ │ │ │ │ ├── libreoffice7.0-writer.svg │ │ │ │ │ ├── libreoffice7.1-base.svg │ │ │ │ │ ├── libreoffice7.1-calc.svg │ │ │ │ │ ├── libreoffice7.1-draw.svg │ │ │ │ │ ├── libreoffice7.1-impress.svg │ │ │ │ │ ├── libreoffice7.1-math.svg │ │ │ │ │ ├── libreoffice7.1-startcenter.svg │ │ │ │ │ ├── libreoffice7.1-writer.svg │ │ │ │ │ ├── libreofficedev6.1-base.svg │ │ │ │ │ ├── libreofficedev6.1-calc.svg │ │ │ │ │ ├── libreofficedev6.1-draw.svg │ │ │ │ │ ├── libreofficedev6.1-impress.svg │ │ │ │ │ ├── libreofficedev6.1-math.svg │ │ │ │ │ ├── libreofficedev6.1-startcenter.svg │ │ │ │ │ ├── libreofficedev6.1-writer.svg │ │ │ │ │ ├── librepcb.svg │ │ │ │ │ ├── libresprite.svg │ │ │ │ │ ├── librevault.svg │ │ │ │ │ ├── librewolf.svg │ │ │ │ │ ├── lifeograph.svg │ │ │ │ │ ├── liferea.svg │ │ │ │ │ ├── light_neovim_gtk.svg │ │ │ │ │ ├── lightdm-gtk-greeter-settings.svg │ │ │ │ │ ├── lightdm-settings.svg │ │ │ │ │ ├── lightread.svg │ │ │ │ │ ├── lightsoff.svg │ │ │ │ │ ├── lighttable.svg │ │ │ │ │ ├── lightworks.svg │ │ │ │ │ ├── lightzone.svg │ │ │ │ │ ├── lime.svg │ │ │ │ │ ├── lincity-ng.svg │ │ │ │ │ ├── linconnect-server.svg │ │ │ │ │ ├── linconnect.svg │ │ │ │ │ ├── lingot-icon.svg │ │ │ │ │ ├── linguist-qt4.svg │ │ │ │ │ ├── linguist-qt5.svg │ │ │ │ │ ├── linguist.svg │ │ │ │ │ ├── linguistic.svg │ │ │ │ │ ├── links.svg │ │ │ │ │ ├── links2.svg │ │ │ │ │ ├── linphone.svg │ │ │ │ │ ├── linssid.svg │ │ │ │ │ ├── linthesia.svg │ │ │ │ │ ├── linuxdcpp.svg │ │ │ │ │ ├── linuxdeployqt.svg │ │ │ │ │ ├── liquidwar.svg │ │ │ │ │ ├── liri-browser.svg │ │ │ │ │ ├── liteide.svg │ │ │ │ │ ├── liveinst.svg │ │ │ │ │ ├── lives.svg │ │ │ │ │ ├── livestreamer-twitch-gui.svg │ │ │ │ │ ├── liveusb-creator.svg │ │ │ │ │ ├── livewallpaper-config.svg │ │ │ │ │ ├── livewallpaper.svg │ │ │ │ │ ├── lmms.svg │ │ │ │ │ ├── locale.svg │ │ │ │ │ ├── lock-ok.svg │ │ │ │ │ ├── lock-screen.svg │ │ │ │ │ ├── lock.svg │ │ │ │ │ ├── loggerpro.svg │ │ │ │ │ ├── login-photo.svg │ │ │ │ │ ├── login.svg │ │ │ │ │ ├── loginized.svg │ │ │ │ │ ├── logisim-icon-128.svg │ │ │ │ │ ├── logisim.svg │ │ │ │ │ ├── logjam.svg │ │ │ │ │ ├── logo.svg │ │ │ │ │ ├── logoqle2.svg │ │ │ │ │ ├── logview.svg │ │ │ │ │ ├── logviewer.svg │ │ │ │ │ ├── lokalize.svg │ │ │ │ │ ├── lollypop.svg │ │ │ │ │ ├── losslesscut.svg │ │ │ │ │ ├── lottanzb.svg │ │ │ │ │ ├── lottery.svg │ │ │ │ │ ├── love-app.svg │ │ │ │ │ ├── love-wallpaper.svg │ │ │ │ │ ├── love.svg │ │ │ │ │ ├── lpi-bug.svg │ │ │ │ │ ├── lpi-translate.svg │ │ │ │ │ ├── lpub.svg │ │ │ │ │ ├── lpub3d.svg │ │ │ │ │ ├── lrfviewer.svg │ │ │ │ │ ├── lshw-gtk.svg │ │ │ │ │ ├── lskat.svg │ │ │ │ │ ├── lsp-plugins.svg │ │ │ │ │ ├── ltris.svg │ │ │ │ │ ├── ltspice.svg │ │ │ │ │ ├── luakit.svg │ │ │ │ │ ├── lubuntu-software-center.svg │ │ │ │ │ ├── luckyBackup.svg │ │ │ │ │ ├── luckybackup.svg │ │ │ │ │ ├── lugaru.svg │ │ │ │ │ ├── luminance-hdr.svg │ │ │ │ │ ├── luna.svg │ │ │ │ │ ├── luppp.svg │ │ │ │ │ ├── lutris.svg │ │ │ │ │ ├── luxrender.svg │ │ │ │ │ ├── lximage-qt.svg │ │ │ │ │ ├── lximage.svg │ │ │ │ │ ├── lxmusic.svg │ │ │ │ │ ├── lxterminal.svg │ │ │ │ │ ├── lyricfier.svg │ │ │ │ │ ├── lyx.svg │ │ │ │ │ ├── m64py.svg │ │ │ │ │ ├── machinarium.svg │ │ │ │ │ ├── macintosh.js.svg │ │ │ │ │ ├── madedit.svg │ │ │ │ │ ├── mahjong.svg │ │ │ │ │ ├── mahjongg.svg │ │ │ │ │ ├── mail-generic.svg │ │ │ │ │ ├── mail-notification.svg │ │ │ │ │ ├── mail_generic.svg │ │ │ │ │ ├── mailer.svg │ │ │ │ │ ├── mailnag.svg │ │ │ │ │ ├── mailru-mail.ru.svg │ │ │ │ │ ├── mailspring.svg │ │ │ │ │ ├── makagiga.svg │ │ │ │ │ ├── makehuman.svg │ │ │ │ │ ├── makemkv.svg │ │ │ │ │ ├── mame.svg │ │ │ │ │ ├── manager-accounting.svg │ │ │ │ │ ├── manaplus.svg │ │ │ │ │ ├── mancy.svg │ │ │ │ │ ├── mandelbulber.svg │ │ │ │ │ ├── mandelbulber2.svg │ │ │ │ │ ├── mandrivaupdate.svg │ │ │ │ │ ├── mangareader.svg │ │ │ │ │ ├── manjaro-architect.svg │ │ │ │ │ ├── manjaro.svg │ │ │ │ │ ├── mansa.svg │ │ │ │ │ ├── manta.svg │ │ │ │ │ ├── mapollage.svg │ │ │ │ │ ├── maps.svg │ │ │ │ │ ├── marble.svg │ │ │ │ │ ├── marker.svg │ │ │ │ │ ├── markets.svg │ │ │ │ │ ├── marktext.svg │ │ │ │ │ ├── marlin.svg │ │ │ │ │ ├── marp.svg │ │ │ │ │ ├── mars.svg │ │ │ │ │ ├── marsshooter.svg │ │ │ │ │ ├── massif-visualizer.svg │ │ │ │ │ ├── master-key.svg │ │ │ │ │ ├── master-pdf-editor.svg │ │ │ │ │ ├── masterpassword-gui.svg │ │ │ │ │ ├── mat.svg │ │ │ │ │ ├── mat2.svg │ │ │ │ │ ├── mate-color-manager.svg │ │ │ │ │ ├── mate-desktop.svg │ │ │ │ │ ├── mate-disk-usage-analyzer.svg │ │ │ │ │ ├── mate-indicator-applet.svg │ │ │ │ │ ├── mate-netspeed-applet.svg │ │ │ │ │ ├── mate-nettool.svg │ │ │ │ │ ├── mate-network-properties.svg │ │ │ │ │ ├── mate-notification-properties.svg │ │ │ │ │ ├── mate-panel-clock.svg │ │ │ │ │ ├── mate-panel-fish.svg │ │ │ │ │ ├── mate-panel-launcher.svg │ │ │ │ │ ├── mate-panel-notification-area.svg │ │ │ │ │ ├── mate-panel-window-list.svg │ │ │ │ │ ├── mate-panel-window-menu.svg │ │ │ │ │ ├── mate-panel-workspace-switcher.svg │ │ │ │ │ ├── mate-panel.svg │ │ │ │ │ ├── mate-power-manager.svg │ │ │ │ │ ├── mate-power-statistics.svg │ │ │ │ │ ├── mate-preferences-desktop-display.svg │ │ │ │ │ ├── mate-sensors-applet.svg │ │ │ │ │ ├── mate-sensors.svg │ │ │ │ │ ├── mate-session-properties.svg │ │ │ │ │ ├── mate-sticky-notes-applet.svg │ │ │ │ │ ├── mate-system-log.svg │ │ │ │ │ ├── mate.svg │ │ │ │ │ ├── matepalimpsest.svg │ │ │ │ │ ├── material-maker.svg │ │ │ │ │ ├── mathematica.svg │ │ │ │ │ ├── matlab-desktop.svg │ │ │ │ │ ├── matlab.svg │ │ │ │ │ ├── mattermost-desktop-bin.svg │ │ │ │ │ ├── mattermost-desktop.svg │ │ │ │ │ ├── mattermost.svg │ │ │ │ │ ├── maui-cinema.svg │ │ │ │ │ ├── maui-contacts.svg │ │ │ │ │ ├── maui-nota.svg │ │ │ │ │ ├── maui-shelf.svg │ │ │ │ │ ├── maui-sol.svg │ │ │ │ │ ├── maui-station.svg │ │ │ │ │ ├── maxima-icon.svg │ │ │ │ │ ├── maxima-new.svg │ │ │ │ │ ├── maxima.svg │ │ │ │ │ ├── maxthon-browser.svg │ │ │ │ │ ├── maxthon.svg │ │ │ │ │ ├── maya.svg │ │ │ │ │ ├── mc.svg │ │ │ │ │ ├── mcomix.svg │ │ │ │ │ ├── mcomix3.svg │ │ │ │ │ ├── mcpelauncher-ui-qt.svg │ │ │ │ │ ├── mcpelauncher-ui.svg │ │ │ │ │ ├── mdmflexiserver.svg │ │ │ │ │ ├── mdmsetup.svg │ │ │ │ │ ├── me-tv.svg │ │ │ │ │ ├── me.kozec.syncthingtk.svg │ │ │ │ │ ├── me.leucoso.Grock.svg │ │ │ │ │ ├── me.mitya57.ReText.svg │ │ │ │ │ ├── me.vinsce.Gneelight.svg │ │ │ │ │ ├── meandmyshadow.svg │ │ │ │ │ ├── media-cdrom.svg │ │ │ │ │ ├── media-downloader.svg │ │ │ │ │ ├── media-dupes.svg │ │ │ │ │ ├── media-player-banshee.svg │ │ │ │ │ ├── media-toc.svg │ │ │ │ │ ├── mediaelch.svg │ │ │ │ │ ├── mediainfo.svg │ │ │ │ │ ├── mediathekview.svg │ │ │ │ │ ├── mediawriter.svg │ │ │ │ │ ├── medit.svg │ │ │ │ │ ├── mega.svg │ │ │ │ │ ├── megaglest.svg │ │ │ │ │ ├── meld.svg │ │ │ │ │ ├── mellowplayer.svg │ │ │ │ │ ├── mendeley.svg │ │ │ │ │ ├── mendeleydesktop.svg │ │ │ │ │ ├── menu-editor.svg │ │ │ │ │ ├── menulibre.svg │ │ │ │ │ ├── merkaartor.svg │ │ │ │ │ ├── mesen.svg │ │ │ │ │ ├── meshlab.svg │ │ │ │ │ ├── messengerfordesktop.svg │ │ │ │ │ ├── metacity.svg │ │ │ │ │ ├── metamorphose2.svg │ │ │ │ │ ├── metronome.svg │ │ │ │ │ ├── mgba.svg │ │ │ │ │ ├── mged.svg │ │ │ │ │ ├── miamplayer.svg │ │ │ │ │ ├── micropad.svg │ │ │ │ │ ├── micropolis.svg │ │ │ │ │ ├── micropolisj.svg │ │ │ │ │ ├── microscope.svg │ │ │ │ │ ├── midica.svg │ │ │ │ │ ├── midieditor.svg │ │ │ │ │ ├── midori.svg │ │ │ │ │ ├── mikrolock.svg │ │ │ │ │ ├── milkytracker.svg │ │ │ │ │ ├── milton.svg │ │ │ │ │ ├── min.svg │ │ │ │ │ ├── minder.svg │ │ │ │ │ ├── mindustry.svg │ │ │ │ │ ├── minecraft-launcher.svg │ │ │ │ │ ├── minecraft-pi.svg │ │ │ │ │ ├── minecraft.svg │ │ │ │ │ ├── minetest-icon.svg │ │ │ │ │ ├── minetest.svg │ │ │ │ │ ├── minigalaxy.svg │ │ │ │ │ ├── minimal-podcasts-player.svg │ │ │ │ │ ├── minitube-ubuntu.svg │ │ │ │ │ ├── minitube.svg │ │ │ │ │ ├── minitunes.svg │ │ │ │ │ ├── mintBackup.svg │ │ │ │ │ ├── mintNanny.svg │ │ │ │ │ ├── mintUpdate.svg │ │ │ │ │ ├── mintUpload.svg │ │ │ │ │ ├── mintWelcome.svg │ │ │ │ │ ├── mintbackup.svg │ │ │ │ │ ├── mintdrivers.svg │ │ │ │ │ ├── mintinstall.svg │ │ │ │ │ ├── mintlocale-im.svg │ │ │ │ │ ├── mintnanny.svg │ │ │ │ │ ├── mintreport.svg │ │ │ │ │ ├── mintsources-mint.svg │ │ │ │ │ ├── mintsources.svg │ │ │ │ │ ├── mintstick.svg │ │ │ │ │ ├── mintupdate-release-upgrade.svg │ │ │ │ │ ├── mintupdate.svg │ │ │ │ │ ├── mintupload.svg │ │ │ │ │ ├── mintwelcome.svg │ │ │ │ │ ├── minuet.svg │ │ │ │ │ ├── mirage.svg │ │ │ │ │ ├── miro-72x72.svg │ │ │ │ │ ├── miro-browse.svg │ │ │ │ │ ├── miro-guide-source.svg │ │ │ │ │ ├── miro.svg │ │ │ │ │ ├── mirovideoconverter.svg │ │ │ │ │ ├── mist.svg │ │ │ │ │ ├── mitmproxy.svg │ │ │ │ │ ├── mitter.svg │ │ │ │ │ ├── mixxx-icon.svg │ │ │ │ │ ├── mixxx.svg │ │ │ │ │ ├── mixxx_icon.svg │ │ │ │ │ ├── mjml-app.svg │ │ │ │ │ ├── mkbib.svg │ │ │ │ │ ├── mkchromecast.svg │ │ │ │ │ ├── mki3dgame.svg │ │ │ │ │ ├── mkisg_icon.svg │ │ │ │ │ ├── mkv-extractor-gui.svg │ │ │ │ │ ├── mkv-gui.svg │ │ │ │ │ ├── mkvinfo.svg │ │ │ │ │ ├── mkvmerge.svg │ │ │ │ │ ├── mkvmergeGUI.svg │ │ │ │ │ ├── mkvtoolnix-gui.svg │ │ │ │ │ ├── ml.prevete.Daty.svg │ │ │ │ │ ├── mlcad.svg │ │ │ │ │ ├── mlclient-icon-24colors-1.svg │ │ │ │ │ ├── mlclient.svg │ │ │ │ │ ├── mlterm-icon-24colors-1.svg │ │ │ │ │ ├── mlterm.svg │ │ │ │ │ ├── mm.svg │ │ │ │ │ ├── mmapper.svg │ │ │ │ │ ├── mmex.svg │ │ │ │ │ ├── mntray.svg │ │ │ │ │ ├── modelio.svg │ │ │ │ │ ├── modem-manager-gui.svg │ │ │ │ │ ├── moe._999eagle.OkunaDesktop.svg │ │ │ │ │ ├── moeditor.svg │ │ │ │ │ ├── moinmoin.svg │ │ │ │ │ ├── molsketch.svg │ │ │ │ │ ├── monero-qt.svg │ │ │ │ │ ├── monero-wallet-gui.svg │ │ │ │ │ ├── monero.svg │ │ │ │ │ ├── money-manager-ex.svg │ │ │ │ │ ├── mongodb.svg │ │ │ │ │ ├── mono-runtime-common.svg │ │ │ │ │ ├── mono-runtime.svg │ │ │ │ │ ├── mono.svg │ │ │ │ │ ├── monodevelop.svg │ │ │ │ │ ├── monodoc.svg │ │ │ │ │ ├── monogame.svg │ │ │ │ │ ├── monster-rpg-2.svg │ │ │ │ │ ├── monte-note.svg │ │ │ │ │ ├── moonplayer.svg │ │ │ │ │ ├── morpheus.svg │ │ │ │ │ ├── moserial.svg │ │ │ │ │ ├── mousai.svg │ │ │ │ │ ├── mouse.svg │ │ │ │ │ ├── mousepad.svg │ │ │ │ │ ├── movie-editor.svg │ │ │ │ │ ├── movie-monad.svg │ │ │ │ │ ├── mozilla-firefox.svg │ │ │ │ │ ├── mozilla-thunderbird.svg │ │ │ │ │ ├── mozo.svg │ │ │ │ │ ├── mp3splt-gtk_ico.svg │ │ │ │ │ ├── mpc-qt.svg │ │ │ │ │ ├── mpdevil.svg │ │ │ │ │ ├── mplayer.svg │ │ │ │ │ ├── mpv-icon-8bit-64x64.svg │ │ │ │ │ ├── mpv.svg │ │ │ │ │ ├── ms-calendar.svg │ │ │ │ │ ├── ms-excel.svg │ │ │ │ │ ├── ms-onenote.svg │ │ │ │ │ ├── ms-outlook.svg │ │ │ │ │ ├── ms-people.svg │ │ │ │ │ ├── ms-powerpoint.svg │ │ │ │ │ ├── ms-skype.svg │ │ │ │ │ ├── ms-word.svg │ │ │ │ │ ├── mscore.svg │ │ │ │ │ ├── msiexec.svg │ │ │ │ │ ├── mtcelledit.svg │ │ │ │ │ ├── mtpaint.svg │ │ │ │ │ ├── mu-editor.svg │ │ │ │ │ ├── mu.codewith.editor.svg │ │ │ │ │ ├── mu.svg │ │ │ │ │ ├── mucommander.svg │ │ │ │ │ ├── mudlet.svg │ │ │ │ │ ├── mugshot.svg │ │ │ │ │ ├── mula-desktop.svg │ │ │ │ │ ├── mullvad-vpn.svg │ │ │ │ │ ├── multibit-hd.svg │ │ │ │ │ ├── multibit.svg │ │ │ │ │ ├── multibootusb.svg │ │ │ │ │ ├── multidoge.svg │ │ │ │ │ ├── multimc.svg │ │ │ │ │ ├── multimedia-audio-player.svg │ │ │ │ │ ├── multimedia-photo-manager.svg │ │ │ │ │ ├── multimedia-photo-viewer.svg │ │ │ │ │ ├── multimedia-player.svg │ │ │ │ │ ├── multimedia-video-player.svg │ │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ │ ├── multimedia.svg │ │ │ │ │ ├── multisystem-liveusb.svg │ │ │ │ │ ├── multisystem-test-iso.svg │ │ │ │ │ ├── multisystem-vbox.svg │ │ │ │ │ ├── multisystem.svg │ │ │ │ │ ├── multitasking-view.svg │ │ │ │ │ ├── multiwinia.svg │ │ │ │ │ ├── mumble.svg │ │ │ │ │ ├── mundus.svg │ │ │ │ │ ├── muon-discover.svg │ │ │ │ │ ├── muon.svg │ │ │ │ │ ├── muondis-cover.svg │ │ │ │ │ ├── muondiscover.svg │ │ │ │ │ ├── mupdf.svg │ │ │ │ │ ├── mupen64plus-qt.svg │ │ │ │ │ ├── mupen64plus.svg │ │ │ │ │ ├── muse_icon.svg │ │ │ │ │ ├── museeks.svg │ │ │ │ │ ├── museeq.svg │ │ │ │ │ ├── musescore.svg │ │ │ │ │ ├── musictube.svg │ │ │ │ │ ├── musikcube.svg │ │ │ │ │ ├── musique.svg │ │ │ │ │ ├── mutt.svg │ │ │ │ │ ├── mx-update.svg │ │ │ │ │ ├── mx.pwmc.Svgvi.svg │ │ │ │ │ ├── mygnuhealth.svg │ │ │ │ │ ├── mynotes.svg │ │ │ │ │ ├── mynotex.svg │ │ │ │ │ ├── mypaint.svg │ │ │ │ │ ├── mysms.svg │ │ │ │ │ ├── mysql-workbench.svg │ │ │ │ │ ├── mystiq.svg │ │ │ │ │ ├── mytourbook.svg │ │ │ │ │ ├── myunity.svg │ │ │ │ │ ├── myvpn.svg │ │ │ │ │ ├── n-puzzle.svg │ │ │ │ │ ├── naev.svg │ │ │ │ │ ├── nagstamon.svg │ │ │ │ │ ├── nasc.svg │ │ │ │ │ ├── natron.svg │ │ │ │ │ ├── natronIcon256_linux.svg │ │ │ │ │ ├── nautilus-actions-config-tool.svg │ │ │ │ │ ├── nautilus-actions.svg │ │ │ │ │ ├── nautilus-cd-burner.svg │ │ │ │ │ ├── nautilus-pastebin.svg │ │ │ │ │ ├── nautilus-scripts-manager.svg │ │ │ │ │ ├── nautilus.svg │ │ │ │ │ ├── navicat.svg │ │ │ │ │ ├── navit.svg │ │ │ │ │ ├── ndm.svg │ │ │ │ │ ├── nemiver.svg │ │ │ │ │ ├── nemo.svg │ │ │ │ │ ├── neochat.svg │ │ │ │ │ ├── neovim.svg │ │ │ │ │ ├── nepomuk.svg │ │ │ │ │ ├── nero-linux-express.svg │ │ │ │ │ ├── nero-linux.svg │ │ │ │ │ ├── nero.svg │ │ │ │ │ ├── nerolinux.svg │ │ │ │ │ ├── nestopia.svg │ │ │ │ │ ├── net.ankiweb.Anki.svg │ │ │ │ │ ├── net.bartkessels.SimpleConvert.svg │ │ │ │ │ ├── net.bartkessels.advancedmetronome.svg │ │ │ │ │ ├── net.bartkessels.getit.svg │ │ │ │ │ ├── net.bartkessels.simpleconvert.svg │ │ │ │ │ ├── net.christianbeier.Gromit-MPX.svg │ │ │ │ │ ├── net.codeindustry.MasterPDFEditor.svg │ │ │ │ │ ├── net.cozic.joplin_desktop.svg │ │ │ │ │ ├── net.daase.journable.svg │ │ │ │ │ ├── net.danielgm.CloudCompare.Viewer.svg │ │ │ │ │ ├── net.danielgm.CloudCompare.svg │ │ │ │ │ ├── net.danigm.timetrack.svg │ │ │ │ │ ├── net.drawpile.drawpile.svg │ │ │ │ │ ├── net.fsuae.FS-UAE.svg │ │ │ │ │ ├── net.gwyddion.Gwyddion.svg │ │ │ │ │ ├── net.jami.Jami.svg │ │ │ │ │ ├── net.jammr.jammr.svg │ │ │ │ │ ├── net.kirgroup.confy.svg │ │ │ │ │ ├── net.lugsole.bible_gui.svg │ │ │ │ │ ├── net.lutris.Lutris.svg │ │ │ │ │ ├── net.mediaarea.AVIMetaEdit.svg │ │ │ │ │ ├── net.mediaarea.MediaInfo.svg │ │ │ │ │ ├── net.minetest.Minetest.svg │ │ │ │ │ ├── net.openra.OpenRA.svg │ │ │ │ │ ├── net.openra.openra.svg │ │ │ │ │ ├── net.oz9aec.Gpredict.svg │ │ │ │ │ ├── net.pcsx2.PCSX2.svg │ │ │ │ │ ├── net.pioneerspacesim.Pioneer.svg │ │ │ │ │ ├── net.poedit.Poedit.svg │ │ │ │ │ ├── net.purrdata.PurrData.svg │ │ │ │ │ ├── net.redeclipse.RedEclipse.svg │ │ │ │ │ ├── net.rpcs3.RPCS3.svg │ │ │ │ │ ├── net.rpdev.OpenTodoList.svg │ │ │ │ │ ├── net.runelite.RuneLite.svg │ │ │ │ │ ├── net.scribus.Scribus.svg │ │ │ │ │ ├── net.sf.VICE.svg │ │ │ │ │ ├── net.sf.fuse_emulator.svg │ │ │ │ │ ├── net.sf.nootka.svg │ │ │ │ │ ├── net.sonic_pi.SonicPi.svg │ │ │ │ │ ├── net.sonobus.SonoBus.svg │ │ │ │ │ ├── net.sourceforge.Chessx.svg │ │ │ │ │ ├── net.sourceforge.ExtremeTuxRacer.svg │ │ │ │ │ ├── net.sourceforge.Fillets.svg │ │ │ │ │ ├── net.sourceforge.Hugin.svg │ │ │ │ │ ├── net.sourceforge.Klavaro.svg │ │ │ │ │ ├── net.sourceforge.Lifeograph.svg │ │ │ │ │ ├── net.sourceforge.VMPK.svg │ │ │ │ │ ├── net.sourceforge.atanks.svg │ │ │ │ │ ├── net.sourceforge.btanks.svg │ │ │ │ │ ├── net.sourceforge.chromium-bsu.svg │ │ │ │ │ ├── net.sourceforge.liferea.svg │ │ │ │ │ ├── net.sourceforge.maxima.svg │ │ │ │ │ ├── net.sourceforge.qtpfsgui.LuminanceHDR.svg │ │ │ │ │ ├── net.sourceforge.scidavis.Scidavis.svg │ │ │ │ │ ├── net.sourceforge.squirrel_sql.svg │ │ │ │ │ ├── net.sourceforge.xournal.svg │ │ │ │ │ ├── net.supertuxkart.SuperTuxKart.svg │ │ │ │ │ ├── net.veloren.veloren.svg │ │ │ │ │ ├── net.wz2100.wz2100.svg │ │ │ │ │ ├── net.xm1math.Texmaker.svg │ │ │ │ │ ├── net.xmind.XMind8.svg │ │ │ │ │ ├── net.xmind.ZEN.svg │ │ │ │ │ ├── netactview.svg │ │ │ │ │ ├── netbeans-beta.svg │ │ │ │ │ ├── netbeans-ide.svg │ │ │ │ │ ├── netbeans.svg │ │ │ │ │ ├── netease-cloud-music.svg │ │ │ │ │ ├── netflix-desktop.svg │ │ │ │ │ ├── netflix.svg │ │ │ │ │ ├── netgen.svg │ │ │ │ │ ├── netgen16x16.svg │ │ │ │ │ ├── netron.svg │ │ │ │ │ ├── netsurf.svg │ │ │ │ │ ├── network-workgroup.svg │ │ │ │ │ ├── network.loki.Session.svg │ │ │ │ │ ├── networkmanager.svg │ │ │ │ │ ├── neverball.svg │ │ │ │ │ ├── neverputt.svg │ │ │ │ │ ├── newbreeze.svg │ │ │ │ │ ├── news-feed.svg │ │ │ │ │ ├── newsflash.svg │ │ │ │ │ ├── nextcloud.svg │ │ │ │ │ ├── nexuiz.svg │ │ │ │ │ ├── nfoview.svg │ │ │ │ │ ├── nginx.svg │ │ │ │ │ ├── ngraph.svg │ │ │ │ │ ├── nheko.svg │ │ │ │ │ ├── nicotine-plus.svg │ │ │ │ │ ├── nicotine_plus.svg │ │ │ │ │ ├── nightingale.svg │ │ │ │ │ ├── nimbus.svg │ │ │ │ │ ├── ninja-ide.svg │ │ │ │ │ ├── nip2.svg │ │ │ │ │ ├── nitro.svg │ │ │ │ │ ├── nitrogen.svg │ │ │ │ │ ├── nitroshare.svg │ │ │ │ │ ├── nitrotasks.svg │ │ │ │ │ ├── nixnote.svg │ │ │ │ │ ├── nixwriter.svg │ │ │ │ │ ├── nl.g4d.Girens.svg │ │ │ │ │ ├── nl.hjdskes.Gcolor3.svg │ │ │ │ │ ├── nl.hjdskes.gcolor3.svg │ │ │ │ │ ├── nl.openoffice.bluefish.svg │ │ │ │ │ ├── nmap_icon.svg │ │ │ │ │ ├── nmm_qt_client.svg │ │ │ │ │ ├── nnn.svg │ │ │ │ │ ├── no.mifi.losslesscut.svg │ │ │ │ │ ├── noaa-apt.svg │ │ │ │ │ ├── nodejs.svg │ │ │ │ │ ├── noise.svg │ │ │ │ │ ├── nomacs.svg │ │ │ │ │ ├── non-mixer.svg │ │ │ │ │ ├── non-sequencer.svg │ │ │ │ │ ├── non-session-manager.svg │ │ │ │ │ ├── non-timeline.svg │ │ │ │ │ ├── nootka.svg │ │ │ │ │ ├── noson.svg │ │ │ │ │ ├── nostalgia.svg │ │ │ │ │ ├── nostlan.svg │ │ │ │ │ ├── notable.svg │ │ │ │ │ ├── notecase.svg │ │ │ │ │ ├── notepad-48.svg │ │ │ │ │ ├── notepad.svg │ │ │ │ │ ├── notepadqq.svg │ │ │ │ │ ├── notes-up.svg │ │ │ │ │ ├── notes.svg │ │ │ │ │ ├── notifyosdconf.svg │ │ │ │ │ ├── notorious.svg │ │ │ │ │ ├── nsight.svg │ │ │ │ │ ├── nteract.svg │ │ │ │ │ ├── ntfs-config.svg │ │ │ │ │ ├── nuclear.svg │ │ │ │ │ ├── null_team-48.svg │ │ │ │ │ ├── null_team.svg │ │ │ │ │ ├── numix-folders.svg │ │ │ │ │ ├── numix.svg │ │ │ │ │ ├── nuntius.svg │ │ │ │ │ ├── nutty.svg │ │ │ │ │ ├── nuvolaplayer.svg │ │ │ │ │ ├── nuvolaplayer3.svg │ │ │ │ │ ├── nuvolaplayer3_8tracks.svg │ │ │ │ │ ├── nuvolaplayer3_bandcamp.svg │ │ │ │ │ ├── nuvolaplayer3_deezer.svg │ │ │ │ │ ├── nuvolaplayer3_google_play_music.svg │ │ │ │ │ ├── nuvolaplayer3_jamendo.svg │ │ │ │ │ ├── nuvolaplayer3_plex.svg │ │ │ │ │ ├── nuvolaplayer3_soundcloud.svg │ │ │ │ │ ├── nuvolaplayer3_spotify.svg │ │ │ │ │ ├── nuvolaplayer3_youtube-music.svg │ │ │ │ │ ├── nuvolaplayer3_youtube.svg │ │ │ │ │ ├── nvclock.svg │ │ │ │ │ ├── nvdock.svg │ │ │ │ │ ├── nvidia-310-settings.svg │ │ │ │ │ ├── nvidia-current-settings.svg │ │ │ │ │ ├── nvidia-current-updates-settings.svg │ │ │ │ │ ├── nvidia-ddm-mx.svg │ │ │ │ │ ├── nvidia-drivers-settings.svg │ │ │ │ │ ├── nvidia-settings.svg │ │ │ │ │ ├── nvidia-x-server-setting.svg │ │ │ │ │ ├── nvidia-x-server-settings.svg │ │ │ │ │ ├── nvidia.svg │ │ │ │ │ ├── nvim-gtk.svg │ │ │ │ │ ├── nvim-qt.svg │ │ │ │ │ ├── nvim.svg │ │ │ │ │ ├── nvvp.svg │ │ │ │ │ ├── nwn.svg │ │ │ │ │ ├── nx-software-center.svg │ │ │ │ │ ├── nx-software-updater.svg │ │ │ │ │ ├── nxclient-wizard.svg │ │ │ │ │ ├── nylas-mail.svg │ │ │ │ │ ├── nylas.svg │ │ │ │ │ ├── nyrna.svg │ │ │ │ │ ├── nz.mega.MEGAsync.svg │ │ │ │ │ ├── nz.scuttlebutt.Patchwork.svg │ │ │ │ │ ├── oStorybook-icon.svg │ │ │ │ │ ├── obconf-qt.svg │ │ │ │ │ ├── obconf.svg │ │ │ │ │ ├── obfuscate.svg │ │ │ │ │ ├── obozrenie-short.svg │ │ │ │ │ ├── obs.svg │ │ │ │ │ ├── ocenaudio.svg │ │ │ │ │ ├── ocrfeeder.svg │ │ │ │ │ ├── ocsstore.svg │ │ │ │ │ ├── octave-icon.svg │ │ │ │ │ ├── octave-logo.svg │ │ │ │ │ ├── octave.svg │ │ │ │ │ ├── octopi-repoeditor.svg │ │ │ │ │ ├── octopi.svg │ │ │ │ │ ├── office-address-book.svg │ │ │ │ │ ├── office-calendar.svg │ │ │ │ │ ├── office-database.svg │ │ │ │ │ ├── office-date.svg │ │ │ │ │ ├── office-printer.svg │ │ │ │ │ ├── office-runner.svg │ │ │ │ │ ├── office-writer.svg │ │ │ │ │ ├── oggconvert.svg │ │ │ │ │ ├── ogmrip.svg │ │ │ │ │ ├── okteta.svg │ │ │ │ │ ├── okular.svg │ │ │ │ │ ├── okuna-desktop.svg │ │ │ │ │ ├── okuna.svg │ │ │ │ │ ├── olive-editor.svg │ │ │ │ │ ├── omegat.svg │ │ │ │ │ ├── omgubuntu.svg │ │ │ │ │ ├── omgwords.svg │ │ │ │ │ ├── omp.svg │ │ │ │ │ ├── onboard-settings.svg │ │ │ │ │ ├── onboard.svg │ │ │ │ │ ├── onedrive.svg │ │ │ │ │ ├── onenote.svg │ │ │ │ │ ├── oni.svg │ │ │ │ │ ├── onionshare.svg │ │ │ │ │ ├── onionshare80.svg │ │ │ │ │ ├── online-accounts.svg │ │ │ │ │ ├── onlyoffice-desktopeditors.svg │ │ │ │ │ ├── onlyoffice.svg │ │ │ │ │ ├── oomox.svg │ │ │ │ │ ├── ooo-base.svg │ │ │ │ │ ├── ooo-base2.svg │ │ │ │ │ ├── ooo-base24.svg │ │ │ │ │ ├── ooo-base3.0.svg │ │ │ │ │ ├── ooo-calc.svg │ │ │ │ │ ├── ooo-calc2.svg │ │ │ │ │ ├── ooo-calc24.svg │ │ │ │ │ ├── ooo-calc3.0.svg │ │ │ │ │ ├── ooo-draw.svg │ │ │ │ │ ├── ooo-draw24.svg │ │ │ │ │ ├── ooo-draw3.0.svg │ │ │ │ │ ├── ooo-gulls.svg │ │ │ │ │ ├── ooo-impress.svg │ │ │ │ │ ├── ooo-impress2.svg │ │ │ │ │ ├── ooo-impress24.svg │ │ │ │ │ ├── ooo-impress3.0.svg │ │ │ │ │ ├── ooo-math.svg │ │ │ │ │ ├── ooo-math2.svg │ │ │ │ │ ├── ooo-math24.svg │ │ │ │ │ ├── ooo-math3.0.svg │ │ │ │ │ ├── ooo-printeradmin.svg │ │ │ │ │ ├── ooo-template-default.svg │ │ │ │ │ ├── ooo-template.svg │ │ │ │ │ ├── ooo-template3.0.svg │ │ │ │ │ ├── ooo-web.svg │ │ │ │ │ ├── ooo-web2.svg │ │ │ │ │ ├── ooo-web24.svg │ │ │ │ │ ├── ooo-writer.svg │ │ │ │ │ ├── ooo-writer2.svg │ │ │ │ │ ├── ooo-writer24.svg │ │ │ │ │ ├── ooo-writer3.0.svg │ │ │ │ │ ├── ooo.svg │ │ │ │ │ ├── open-invaders.svg │ │ │ │ │ ├── open-orienteering-mapper.svg │ │ │ │ │ ├── open-stage-control.svg │ │ │ │ │ ├── openage.svg │ │ │ │ │ ├── openarena.svg │ │ │ │ │ ├── openarena128.svg │ │ │ │ │ ├── openbazaar.svg │ │ │ │ │ ├── openbazaar2.svg │ │ │ │ │ ├── openbazaar2client.svg │ │ │ │ │ ├── openblok.svg │ │ │ │ │ ├── openboard.svg │ │ │ │ │ ├── openboardview.svg │ │ │ │ │ ├── openbravo-erp.svg │ │ │ │ │ ├── openbve.svg │ │ │ │ │ ├── openclonk.svg │ │ │ │ │ ├── opencomic.svg │ │ │ │ │ ├── opencpn.svg │ │ │ │ │ ├── opendesktop-app.svg │ │ │ │ │ ├── opendict.svg │ │ │ │ │ ├── openerp-client.svg │ │ │ │ │ ├── openjdk-10.svg │ │ │ │ │ ├── openjdk-11.svg │ │ │ │ │ ├── openjdk-12.svg │ │ │ │ │ ├── openjdk-13.svg │ │ │ │ │ ├── openjdk-14.svg │ │ │ │ │ ├── openjdk-6.svg │ │ │ │ │ ├── openjdk-7.svg │ │ │ │ │ ├── openjdk-8.svg │ │ │ │ │ ├── openjdk-9.svg │ │ │ │ │ ├── openlugaru.svg │ │ │ │ │ ├── openmusicplayer.svg │ │ │ │ │ ├── openmw-cs.svg │ │ │ │ │ ├── openmw.svg │ │ │ │ │ ├── openoffice-new.svg │ │ │ │ │ ├── openoffice4-base.svg │ │ │ │ │ ├── openoffice4-calc.svg │ │ │ │ │ ├── openoffice4-draw.svg │ │ │ │ │ ├── openoffice4-impress.svg │ │ │ │ │ ├── openoffice4-math.svg │ │ │ │ │ ├── openoffice4-printeradmin.svg │ │ │ │ │ ├── openoffice4-startcenter.svg │ │ │ │ │ ├── openoffice4-writer.svg │ │ │ │ │ ├── openofficeorg-base.svg │ │ │ │ │ ├── openofficeorg-calc.svg │ │ │ │ │ ├── openofficeorg-draw.svg │ │ │ │ │ ├── openofficeorg-impress.svg │ │ │ │ │ ├── openofficeorg-main.svg │ │ │ │ │ ├── openofficeorg-math.svg │ │ │ │ │ ├── openofficeorg-printeradmin.svg │ │ │ │ │ ├── openofficeorg-template.svg │ │ │ │ │ ├── openofficeorg-web.svg │ │ │ │ │ ├── openofficeorg-writer.svg │ │ │ │ │ ├── openofficeorg.svg │ │ │ │ │ ├── openofficeorg24-base.svg │ │ │ │ │ ├── openofficeorg24-calc.svg │ │ │ │ │ ├── openofficeorg24-draw.svg │ │ │ │ │ ├── openofficeorg24-impress.svg │ │ │ │ │ ├── openofficeorg24-math.svg │ │ │ │ │ ├── openofficeorg24-web.svg │ │ │ │ │ ├── openofficeorg24-writer.svg │ │ │ │ │ ├── openofficeorg3-base.svg │ │ │ │ │ ├── openofficeorg3-calc.svg │ │ │ │ │ ├── openofficeorg3-draw.svg │ │ │ │ │ ├── openofficeorg3-impress.svg │ │ │ │ │ ├── openofficeorg3-main.svg │ │ │ │ │ ├── openofficeorg3-math.svg │ │ │ │ │ ├── openofficeorg3-printeradmin.svg │ │ │ │ │ ├── openofficeorg3-startcenter.svg │ │ │ │ │ ├── openofficeorg3-template.svg │ │ │ │ │ ├── openofficeorg3-web.svg │ │ │ │ │ ├── openofficeorg3-writer.svg │ │ │ │ │ ├── openofficeorg3.0-base.svg │ │ │ │ │ ├── openofficeorg3.0-calc.svg │ │ │ │ │ ├── openofficeorg3.0-draw.svg │ │ │ │ │ ├── openofficeorg3.0-impress.svg │ │ │ │ │ ├── openofficeorg3.0-math.svg │ │ │ │ │ ├── openofficeorg3.0-printeradmin.svg │ │ │ │ │ ├── openofficeorg3.0-template.svg │ │ │ │ │ ├── openofficeorg3.0-writer.svg │ │ │ │ │ ├── openpht.svg │ │ │ │ │ ├── openra-editor.svg │ │ │ │ │ ├── openra.svg │ │ │ │ │ ├── openrct.svg │ │ │ │ │ ├── openrct2.svg │ │ │ │ │ ├── openrgb.svg │ │ │ │ │ ├── openscad.svg │ │ │ │ │ ├── opensesame.svg │ │ │ │ │ ├── openshot-qt.svg │ │ │ │ │ ├── openshot.svg │ │ │ │ │ ├── opensnitch-ui.svg │ │ │ │ │ ├── opensnitch.svg │ │ │ │ │ ├── opensong.svg │ │ │ │ │ ├── opensonic.svg │ │ │ │ │ ├── openspades.svg │ │ │ │ │ ├── openteacher.svg │ │ │ │ │ ├── openterm.svg │ │ │ │ │ ├── opentodolist.svg │ │ │ │ │ ├── opentoonz.svg │ │ │ │ │ ├── openttd.svg │ │ │ │ │ ├── opentyrian.svg │ │ │ │ │ ├── openwmail.svg │ │ │ │ │ ├── openxcom.svg │ │ │ │ │ ├── openyahtzee.svg │ │ │ │ │ ├── opera-beta.svg │ │ │ │ │ ├── opera-browser-icon.svg │ │ │ │ │ ├── opera-browser-icons.svg │ │ │ │ │ ├── opera-browser.svg │ │ │ │ │ ├── opera-developer.svg │ │ │ │ │ ├── opera-icon.svg │ │ │ │ │ ├── opera-next-browser.svg │ │ │ │ │ ├── opera-widget-manager.svg │ │ │ │ │ ├── opera-widget.svg │ │ │ │ │ ├── opera.svg │ │ │ │ │ ├── opsu.svg │ │ │ │ │ ├── oracle-javaws.svg │ │ │ │ │ ├── oracle-sqldeveloper.svg │ │ │ │ │ ├── oracle.svg │ │ │ │ │ ├── oracle_java10.svg │ │ │ │ │ ├── oracle_java11.svg │ │ │ │ │ ├── oracle_java12.svg │ │ │ │ │ ├── oracle_java13.svg │ │ │ │ │ ├── oracle_java14.svg │ │ │ │ │ ├── oracle_java6.svg │ │ │ │ │ ├── oracle_java7.svg │ │ │ │ │ ├── oracle_java8.svg │ │ │ │ │ ├── oracle_java9.svg │ │ │ │ │ ├── orage.svg │ │ │ │ │ ├── orage_globaltime.svg │ │ │ │ │ ├── orange-canvas.svg │ │ │ │ │ ├── orca.svg │ │ │ │ │ ├── oregano.svg │ │ │ │ │ ├── org.DolphinEmu.dolphin-emu.svg │ │ │ │ │ ├── org.aegisub.Aegisub.svg │ │ │ │ │ ├── org.apache.netbeans-beta.svg │ │ │ │ │ ├── org.apache.netbeans.svg │ │ │ │ │ ├── org.ardour.Ardour.svg │ │ │ │ │ ├── org.ardour.Ardour5.svg │ │ │ │ │ ├── org.ardour.Ardour6.svg │ │ │ │ │ ├── org.armagetronad.ArmagetronAdvanced.svg │ │ │ │ │ ├── org.atheme.audacious.svg │ │ │ │ │ ├── org.audacious_media_player.Audacious.svg │ │ │ │ │ ├── org.audacityteam.Audacity.svg │ │ │ │ │ ├── org.avidemux.Avidemux.svg │ │ │ │ │ ├── org.azymohliad.Qwertone.svg │ │ │ │ │ ├── org.baedert.corebird.svg │ │ │ │ │ ├── org.berarma.Oversteer.svg │ │ │ │ │ ├── org.bitcoincore.bitcoin-qt.svg │ │ │ │ │ ├── org.blender.Blender.svg │ │ │ │ │ ├── org.bluej.BlueJ.svg │ │ │ │ │ ├── org.bunkus.mkvtoolnix-gui.svg │ │ │ │ │ ├── org.caione.GScope.svg │ │ │ │ │ ├── org.chromium.Chromium.svg │ │ │ │ │ ├── org.claws_mail.Claws-Mail.svg │ │ │ │ │ ├── org.clawsmail.Claws.svg │ │ │ │ │ ├── org.clementine_player.Clementine.svg │ │ │ │ │ ├── org.cloudcompare.CloudCompare.Viewer.svg │ │ │ │ │ ├── org.cloudcompare.CloudCompare.svg │ │ │ │ │ ├── org.cmst.cmst.svg │ │ │ │ │ ├── org.codeblocks.codeblocks.svg │ │ │ │ │ ├── org.codecoop.kjo.bookletimposer.svg │ │ │ │ │ ├── org.corectrl.corectrl.svg │ │ │ │ │ ├── org.cryptomator.Cryptomator.svg │ │ │ │ │ ├── org.cunidev.gestures.svg │ │ │ │ │ ├── org.cvfosammmm.Porto.svg │ │ │ │ │ ├── org.cvfosammmm.Setzer.svg │ │ │ │ │ ├── org.daa.NeovimGtk.svg │ │ │ │ │ ├── org.darktable.Darktable.svg │ │ │ │ │ ├── org.dash.electrum.electrum_dash.svg │ │ │ │ │ ├── org.davmail.DavMail.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-calculator.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-calendar.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-image-viewer.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-music.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-screen-recorder.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-screenshot.svg │ │ │ │ │ ├── org.deepin.flatdeb.deepin-voice-recorder.svg │ │ │ │ │ ├── org.deluge_torrent.deluge.svg │ │ │ │ │ ├── org.delugetorrent.Deluge.svg │ │ │ │ │ ├── org.desmume.DeSmuME.svg │ │ │ │ │ ├── org.develz.Crawl.svg │ │ │ │ │ ├── org.dharkael.Flameshot.svg │ │ │ │ │ ├── org.dust3d.dust3d.svg │ │ │ │ │ ├── org.eclipse.Committers.svg │ │ │ │ │ ├── org.eclipse.Eclipse.svg │ │ │ │ │ ├── org.eclipse.Java.svg │ │ │ │ │ ├── org.eclipse.Javascript.svg │ │ │ │ │ ├── org.eclipse.iot.fourdiac.Ide.svg │ │ │ │ │ ├── org.electronjs.Electron.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron2.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron3.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron4.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron5.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron6.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron7.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron8.BaseApp.svg │ │ │ │ │ ├── org.electronjs.Electron9.BaseApp.svg │ │ │ │ │ ├── org.electrum.electrum.svg │ │ │ │ │ ├── org.entangle_photo.Manager.svg │ │ │ │ │ ├── org.equeim.Tremotesf.svg │ │ │ │ │ ├── org.ethereum.Mist.svg │ │ │ │ │ ├── org.ethereum.Wallet.svg │ │ │ │ │ ├── org.eu.encom.spectral.svg │ │ │ │ │ ├── org.exaile.Exaile.svg │ │ │ │ │ ├── org.fdroid.Repomaker.svg │ │ │ │ │ ├── org.fedoraproject.MediaWriter.svg │ │ │ │ │ ├── org.fengalin.media-toc.svg │ │ │ │ │ ├── org.filezillaproject.Filezilla.svg │ │ │ │ │ ├── org.filmulator.Filmulator.svg │ │ │ │ │ ├── org.flameshot.Flameshot.svg │ │ │ │ │ ├── org.flarerpg.Flare.svg │ │ │ │ │ ├── org.flatpak.demo.svg │ │ │ │ │ ├── org.flatpak.qtdemo.svg │ │ │ │ │ ├── org.flightgear.FlightGear.svg │ │ │ │ │ ├── org.fontforge.FontForge.svg │ │ │ │ │ ├── org.freac.freac.svg │ │ │ │ │ ├── org.free-astro.siril.svg │ │ │ │ │ ├── org.freecadweb.FreeCAD.svg │ │ │ │ │ ├── org.freeciv.Freeciv.svg │ │ │ │ │ ├── org.freecol.FreeCol.svg │ │ │ │ │ ├── org.freedesktop.Bustle.svg │ │ │ │ │ ├── org.freedesktop.GnomeAbrt.svg │ │ │ │ │ ├── org.freedesktop.GstDebugViewer.svg │ │ │ │ │ ├── org.freedesktop.LinuxAudio.LadspaPlugins.LSP.svg │ │ │ │ │ ├── org.freedesktop.LinuxAudio.Lv2Plugins.Geonkick.svg │ │ │ │ │ ├── org.freedesktop.LinuxAudio.Lv2Plugins.Helm.svg │ │ │ │ │ ├── org.freedesktop.LinuxAudio.Lv2Plugins.LSP.svg │ │ │ │ │ ├── org.freedesktop.LinuxAudio.Lv2Plugins.setBfree.svg │ │ │ │ │ ├── org.freedesktop.LinuxAudio.Plugins.LSP.svg │ │ │ │ │ ├── org.freedesktop.LinuxAudio.Plugins.Yoshimi.svg │ │ │ │ │ ├── org.freedesktop.MalcontentControl.svg │ │ │ │ │ ├── org.freedesktop.Piper.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk10.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk11.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk12.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk13.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk14.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk8.svg │ │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk9.svg │ │ │ │ │ ├── org.freedesktop.adriconf.svg │ │ │ │ │ ├── org.freedesktop.problems.applet.svg │ │ │ │ │ ├── org.freefilesync.FreeFileSync.svg │ │ │ │ │ ├── org.freeorion.FreeOrion.svg │ │ │ │ │ ├── org.freeplane.App.svg │ │ │ │ │ ├── org.frescobaldi.Frescobaldi.svg │ │ │ │ │ ├── org.fritzing.Fritzing.svg │ │ │ │ │ ├── org.frozen_bubble.frozen-bubble.svg │ │ │ │ │ ├── org.gabmus.gfeeds.svg │ │ │ │ │ ├── org.gabmus.giara.svg │ │ │ │ │ ├── org.gabmus.gnome-feeds.svg │ │ │ │ │ ├── org.gabmus.hydrapaper.svg │ │ │ │ │ ├── org.gabmus.notorious.svg │ │ │ │ │ ├── org.gabmus.redditgtk.svg │ │ │ │ │ ├── org.gabmus.whatip.svg │ │ │ │ │ ├── org.gajim.Gajim.svg │ │ │ │ │ ├── org.gaphor.Gaphor.svg │ │ │ │ │ ├── org.geeqie.Geeqie.svg │ │ │ │ │ ├── org.geogebra.GeoGebra.svg │ │ │ │ │ ├── org.getmonero.Monero.svg │ │ │ │ │ ├── org.getmonero.Wallet.svg │ │ │ │ │ ├── org.ghidra_sre.Desktop.svg │ │ │ │ │ ├── org.gimp.GIMP.svg │ │ │ │ │ ├── org.gna.Warmux.svg │ │ │ │ │ ├── org.gnome.2048.svg │ │ │ │ │ ├── org.gnome.Aisleriot.svg │ │ │ │ │ ├── org.gnome.ArchiveManager.svg │ │ │ │ │ ├── org.gnome.Atomix.svg │ │ │ │ │ ├── org.gnome.Authenticator.svg │ │ │ │ │ ├── org.gnome.Baobab.svg │ │ │ │ │ ├── org.gnome.BatteryBench.svg │ │ │ │ │ ├── org.gnome.Bijiben.svg │ │ │ │ │ ├── org.gnome.Books.svg │ │ │ │ │ ├── org.gnome.Boxes.svg │ │ │ │ │ ├── org.gnome.BreakTimer.svg │ │ │ │ │ ├── org.gnome.Builder.svg │ │ │ │ │ ├── org.gnome.Calculator.svg │ │ │ │ │ ├── org.gnome.Calendar.svg │ │ │ │ │ ├── org.gnome.Calls.svg │ │ │ │ │ ├── org.gnome.CharacterMap.svg │ │ │ │ │ ├── org.gnome.Characters.svg │ │ │ │ │ ├── org.gnome.Chatty.svg │ │ │ │ │ ├── org.gnome.Cheese.svg │ │ │ │ │ ├── org.gnome.Chess.svg │ │ │ │ │ ├── org.gnome.ChromeGnomeShell.svg │ │ │ │ │ ├── org.gnome.Clocks.svg │ │ │ │ │ ├── org.gnome.ColorProfileViewer.svg │ │ │ │ │ ├── org.gnome.ColorViewer.svg │ │ │ │ │ ├── org.gnome.Connections.svg │ │ │ │ │ ├── org.gnome.Contacts.svg │ │ │ │ │ ├── org.gnome.DFeet.svg │ │ │ │ │ ├── org.gnome.DejaDup.svg │ │ │ │ │ ├── org.gnome.Devhelp.svg │ │ │ │ │ ├── org.gnome.Dictionary.svg │ │ │ │ │ ├── org.gnome.DiskUtility.svg │ │ │ │ │ ├── org.gnome.Documents.svg │ │ │ │ │ ├── org.gnome.EasyTAG.svg │ │ │ │ │ ├── org.gnome.Empathy.svg │ │ │ │ │ ├── org.gnome.Eolie.svg │ │ │ │ │ ├── org.gnome.Epiphany.Devel.svg │ │ │ │ │ ├── org.gnome.Epiphany.svg │ │ │ │ │ ├── org.gnome.Evince-previewer.svg │ │ │ │ │ ├── org.gnome.Evince.svg │ │ │ │ │ ├── org.gnome.Evolution.svg │ │ │ │ │ ├── org.gnome.Extensions.svg │ │ │ │ │ ├── org.gnome.FeedReader.svg │ │ │ │ │ ├── org.gnome.FileRoller.svg │ │ │ │ │ ├── org.gnome.Firmware.svg │ │ │ │ │ ├── org.gnome.Five-or-more.svg │ │ │ │ │ ├── org.gnome.FontManager.svg │ │ │ │ │ ├── org.gnome.FontViewer.svg │ │ │ │ │ ├── org.gnome.Fonts.svg │ │ │ │ │ ├── org.gnome.Four-in-a-row.svg │ │ │ │ │ ├── org.gnome.Fractal.svg │ │ │ │ │ ├── org.gnome.Fragments.svg │ │ │ │ │ ├── org.gnome.GHex.svg │ │ │ │ │ ├── org.gnome.GScope.svg │ │ │ │ │ ├── org.gnome.GSmartControl.svg │ │ │ │ │ ├── org.gnome.GTG.svg │ │ │ │ │ ├── org.gnome.Games.svg │ │ │ │ │ ├── org.gnome.Geany.svg │ │ │ │ │ ├── org.gnome.Geary.svg │ │ │ │ │ ├── org.gnome.Genius.svg │ │ │ │ │ ├── org.gnome.Glade.svg │ │ │ │ │ ├── org.gnome.GnomeSubtitles.svg │ │ │ │ │ ├── org.gnome.Gnote.svg │ │ │ │ │ ├── org.gnome.Goobox.svg │ │ │ │ │ ├── org.gnome.Gtranslator.svg │ │ │ │ │ ├── org.gnome.Hamster.GUI.svg │ │ │ │ │ ├── org.gnome.Hitori.svg │ │ │ │ │ ├── org.gnome.Iagno.svg │ │ │ │ │ ├── org.gnome.IconPreview.svg │ │ │ │ │ ├── org.gnome.Keysign.svg │ │ │ │ │ ├── org.gnome.Klotski.svg │ │ │ │ │ ├── org.gnome.LightsOff.svg │ │ │ │ │ ├── org.gnome.Logs.svg │ │ │ │ │ ├── org.gnome.Lollypop.svg │ │ │ │ │ ├── org.gnome.Mahjongg.svg │ │ │ │ │ ├── org.gnome.Maps.svg │ │ │ │ │ ├── org.gnome.Mines.svg │ │ │ │ │ ├── org.gnome.MultiWriter.svg │ │ │ │ │ ├── org.gnome.Music.svg │ │ │ │ │ ├── org.gnome.Nautilus.svg │ │ │ │ │ ├── org.gnome.NetworkDisplays.svg │ │ │ │ │ ├── org.gnome.News.svg │ │ │ │ │ ├── org.gnome.Nibbles.svg │ │ │ │ │ ├── org.gnome.Nostalgia.svg │ │ │ │ │ ├── org.gnome.Notes.svg │ │ │ │ │ ├── org.gnome.OCRFeeder.svg │ │ │ │ │ ├── org.gnome.OfficeRunner.svg │ │ │ │ │ ├── org.gnome.Passbook.svg │ │ │ │ │ ├── org.gnome.PasswordSafe.svg │ │ │ │ │ ├── org.gnome.Photos.svg │ │ │ │ │ ├── org.gnome.Pitivi.svg │ │ │ │ │ ├── org.gnome.Podcasts.svg │ │ │ │ │ ├── org.gnome.Polari.svg │ │ │ │ │ ├── org.gnome.Pomodoro.svg │ │ │ │ │ ├── org.gnome.PowerStats.svg │ │ │ │ │ ├── org.gnome.PurpleEgg.svg │ │ │ │ │ ├── org.gnome.Quadrapassel.svg │ │ │ │ │ ├── org.gnome.Recipes.svg │ │ │ │ │ ├── org.gnome.Reversi.svg │ │ │ │ │ ├── org.gnome.Rhythmbox.svg │ │ │ │ │ ├── org.gnome.Rhythmbox3.svg │ │ │ │ │ ├── org.gnome.Robots.svg │ │ │ │ │ ├── org.gnome.Screenshot.svg │ │ │ │ │ ├── org.gnome.Seahorse.svg │ │ │ │ │ ├── org.gnome.Settings.svg │ │ │ │ │ ├── org.gnome.Shortwave.svg │ │ │ │ │ ├── org.gnome.Shotwell.svg │ │ │ │ │ ├── org.gnome.SimpleScan.svg │ │ │ │ │ ├── org.gnome.Social.svg │ │ │ │ │ ├── org.gnome.Software.Editor.svg │ │ │ │ │ ├── org.gnome.Software.svg │ │ │ │ │ ├── org.gnome.Solanum.svg │ │ │ │ │ ├── org.gnome.SoundJuicer.svg │ │ │ │ │ ├── org.gnome.SoundRecorder.svg │ │ │ │ │ ├── org.gnome.Sudoku.svg │ │ │ │ │ ├── org.gnome.SwellFoop.svg │ │ │ │ │ ├── org.gnome.Sysprof.svg │ │ │ │ │ ├── org.gnome.Sysprof2.svg │ │ │ │ │ ├── org.gnome.Sysprof3.svg │ │ │ │ │ ├── org.gnome.SystemMonitor.svg │ │ │ │ │ ├── org.gnome.Tali.svg │ │ │ │ │ ├── org.gnome.Taquin.svg │ │ │ │ │ ├── org.gnome.Tau.svg │ │ │ │ │ ├── org.gnome.Terminal.svg │ │ │ │ │ ├── org.gnome.Tetravex.svg │ │ │ │ │ ├── org.gnome.TextEditor.svg │ │ │ │ │ ├── org.gnome.Todo.svg │ │ │ │ │ ├── org.gnome.Tomboy.svg │ │ │ │ │ ├── org.gnome.Totem.svg │ │ │ │ │ ├── org.gnome.Tour.svg │ │ │ │ │ ├── org.gnome.Tweaks.svg │ │ │ │ │ ├── org.gnome.TwentyFortyEight.svg │ │ │ │ │ ├── org.gnome.Usage.svg │ │ │ │ │ ├── org.gnome.Weather.Application.svg │ │ │ │ │ ├── org.gnome.Weather.svg │ │ │ │ │ ├── org.gnome.World.PikaBackup.svg │ │ │ │ │ ├── org.gnome.Yelp.svg │ │ │ │ │ ├── org.gnome.almanah.svg │ │ │ │ │ ├── org.gnome.baobab.svg │ │ │ │ │ ├── org.gnome.bijiben.svg │ │ │ │ │ ├── org.gnome.books.svg │ │ │ │ │ ├── org.gnome.chess.svg │ │ │ │ │ ├── org.gnome.clocks.svg │ │ │ │ │ ├── org.gnome.dconf-editor.svg │ │ │ │ │ ├── org.gnome.design.AppIconPreview.svg │ │ │ │ │ ├── org.gnome.design.BannerViewer.svg │ │ │ │ │ ├── org.gnome.design.Contrast.svg │ │ │ │ │ ├── org.gnome.design.IconLibrary.svg │ │ │ │ │ ├── org.gnome.design.Palette.svg │ │ │ │ │ ├── org.gnome.design.SymbolicPreview.svg │ │ │ │ │ ├── org.gnome.design.Typography.svg │ │ │ │ │ ├── org.gnome.design.VectorSlicer.svg │ │ │ │ │ ├── org.gnome.dfeet.svg │ │ │ │ │ ├── org.gnome.eog.svg │ │ │ │ │ ├── org.gnome.feedreader.svg │ │ │ │ │ ├── org.gnome.five-or-more.svg │ │ │ │ │ ├── org.gnome.font-viewer.svg │ │ │ │ │ ├── org.gnome.four-in-a-row.svg │ │ │ │ │ ├── org.gnome.frogr.svg │ │ │ │ │ ├── org.gnome.gThumb.svg │ │ │ │ │ ├── org.gnome.gbrainy.svg │ │ │ │ │ ├── org.gnome.gedit.svg │ │ │ │ │ ├── org.gnome.ghex.svg │ │ │ │ │ ├── org.gnome.gitg.svg │ │ │ │ │ ├── org.gnome.gitlab.YaLTeR.Identity.svg │ │ │ │ │ ├── org.gnome.gitlab.YaLTeR.VideoTrimmer.svg │ │ │ │ │ ├── org.gnome.gitlab.somas.Apostrophe.svg │ │ │ │ │ ├── org.gnome.glabels-3.svg │ │ │ │ │ ├── org.gnome.gnome-2048.svg │ │ │ │ │ ├── org.gnome.gnome-latex.svg │ │ │ │ │ ├── org.gnome.gnome-mahjongg.svg │ │ │ │ │ ├── org.gnome.iagno.svg │ │ │ │ │ ├── org.gnome.lollypop.svg │ │ │ │ │ ├── org.gnome.meld.svg │ │ │ │ │ ├── org.gnome.quadrapassel.svg │ │ │ │ │ ├── org.gnome.seahorse.Application.svg │ │ │ │ │ ├── org.gnome.taquin.svg │ │ │ │ │ ├── org.gnome.tetravex.svg │ │ │ │ │ ├── org.gnome.timetrack.svg │ │ │ │ │ ├── org.gnome.tweak.svg │ │ │ │ │ ├── org.gnome.tweaks.svg │ │ │ │ │ ├── org.gnome.wolf.Apostrophe.svg │ │ │ │ │ ├── org.gnome.zbrown.KingsCross.svg │ │ │ │ │ ├── org.gnome.zbrown.Palette.svg │ │ │ │ │ ├── org.gnu.emacs.svg │ │ │ │ │ ├── org.gnucash.GnuCash.svg │ │ │ │ │ ├── org.godotengine.Godot.svg │ │ │ │ │ ├── org.goldendict.GoldenDict.svg │ │ │ │ │ ├── org.goldendict.desktop.svg │ │ │ │ │ ├── org.gottcode.Connectagram.svg │ │ │ │ │ ├── org.gottcode.FocusWriter.svg │ │ │ │ │ ├── org.gottcode.Gottet.svg │ │ │ │ │ ├── org.gottcode.Hexalate.svg │ │ │ │ │ ├── org.gottcode.Kapow.svg │ │ │ │ │ ├── org.gottcode.Peg-E.svg │ │ │ │ │ ├── org.gottcode.Simsu.svg │ │ │ │ │ ├── org.gottcode.Tanglet.svg │ │ │ │ │ ├── org.gottcode.Tetzle.svg │ │ │ │ │ ├── org.gramps_project.Gramps.svg │ │ │ │ │ ├── org.gtimelog.GTimeLog.svg │ │ │ │ │ ├── org.gtk.Demo3.svg │ │ │ │ │ ├── org.gtk.Demo4.svg │ │ │ │ │ ├── org.gtk.IconBrowser3.svg │ │ │ │ │ ├── org.gtk.IconBrowser4.svg │ │ │ │ │ ├── org.gtk.WidgetFactory3.svg │ │ │ │ │ ├── org.gtk.WidgetFactory4.svg │ │ │ │ │ ├── org.gtkhash.gtkhash.svg │ │ │ │ │ ├── org.guerinoni.qTsConverter.svg │ │ │ │ │ ├── org.guitarix.Guitarix.svg │ │ │ │ │ ├── org.gustavoperedo.FontDownloader.svg │ │ │ │ │ ├── org.gustavoperedo.VideoDownloader.svg │ │ │ │ │ ├── org.hedgewars.Hedgewars.svg │ │ │ │ │ ├── org.holylobster.nuntius.svg │ │ │ │ │ ├── org.homelinuxserver.vance.biblereader.svg │ │ │ │ │ ├── org.horizon_eda.HorizonEDA.svg │ │ │ │ │ ├── org.hydrogenmusic.hydrogen.svg │ │ │ │ │ ├── org.inkscape.Inkscape.svg │ │ │ │ │ ├── org.jabref.jabref.svg │ │ │ │ │ ├── org.jamovi.jamovi.svg │ │ │ │ │ ├── org.jasp-stats.JASP.svg │ │ │ │ │ ├── org.jasp.JASP.svg │ │ │ │ │ ├── org.jdownloader.JDownloader.svg │ │ │ │ │ ├── org.jitsi.jitsi-meet.svg │ │ │ │ │ ├── org.joplinapp.joplin.svg │ │ │ │ │ ├── org.js.nuclear.Nuclear.svg │ │ │ │ │ ├── org.kde.Gwenview.svg │ │ │ │ │ ├── org.kde.Ikona.svg │ │ │ │ │ ├── org.kde.akregator.svg │ │ │ │ │ ├── org.kde.alligator.svg │ │ │ │ │ ├── org.kde.amarok.svg │ │ │ │ │ ├── org.kde.ark.svg │ │ │ │ │ ├── org.kde.artikulate.svg │ │ │ │ │ ├── org.kde.atcore.svg │ │ │ │ │ ├── org.kde.atelier.svg │ │ │ │ │ ├── org.kde.audiotube.svg │ │ │ │ │ ├── org.kde.babe.svg │ │ │ │ │ ├── org.kde.blinken.svg │ │ │ │ │ ├── org.kde.blogilo.svg │ │ │ │ │ ├── org.kde.bomber.svg │ │ │ │ │ ├── org.kde.bovo.svg │ │ │ │ │ ├── org.kde.bruch.svg │ │ │ │ │ ├── org.kde.buho.svg │ │ │ │ │ ├── org.kde.calindori.svg │ │ │ │ │ ├── org.kde.calligraauthor.svg │ │ │ │ │ ├── org.kde.calligraflow.svg │ │ │ │ │ ├── org.kde.calligragemini.svg │ │ │ │ │ ├── org.kde.calligrakexi.svg │ │ │ │ │ ├── org.kde.calligraplan.svg │ │ │ │ │ ├── org.kde.calligrasheets.svg │ │ │ │ │ ├── org.kde.calligrastage.svg │ │ │ │ │ ├── org.kde.calligrawords.svg │ │ │ │ │ ├── org.kde.cantor.svg │ │ │ │ │ ├── org.kde.digikam.svg │ │ │ │ │ ├── org.kde.discover.svg │ │ │ │ │ ├── org.kde.dolphin.svg │ │ │ │ │ ├── org.kde.dragon.svg │ │ │ │ │ ├── org.kde.dragonplayer.svg │ │ │ │ │ ├── org.kde.elisa.svg │ │ │ │ │ ├── org.kde.falkon.svg │ │ │ │ │ ├── org.kde.filelight.svg │ │ │ │ │ ├── org.kde.gcompris.svg │ │ │ │ │ ├── org.kde.granatier.svg │ │ │ │ │ ├── org.kde.gwenview.svg │ │ │ │ │ ├── org.kde.hexedit.svg │ │ │ │ │ ├── org.kde.ikona.svg │ │ │ │ │ ├── org.kde.itinerary.svg │ │ │ │ │ ├── org.kde.juk.svg │ │ │ │ │ ├── org.kde.k3b.svg │ │ │ │ │ ├── org.kde.kaddressbook.svg │ │ │ │ │ ├── org.kde.kaidan.svg │ │ │ │ │ ├── org.kde.kajongg.svg │ │ │ │ │ ├── org.kde.kalarm.svg │ │ │ │ │ ├── org.kde.kalgebra.svg │ │ │ │ │ ├── org.kde.kalk.svg │ │ │ │ │ ├── org.kde.kalzium.svg │ │ │ │ │ ├── org.kde.kamoso.svg │ │ │ │ │ ├── org.kde.kanagram.svg │ │ │ │ │ ├── org.kde.kapman.svg │ │ │ │ │ ├── org.kde.karbon.svg │ │ │ │ │ ├── org.kde.kate.svg │ │ │ │ │ ├── org.kde.katomic.svg │ │ │ │ │ ├── org.kde.kblackbox.svg │ │ │ │ │ ├── org.kde.kblocks.svg │ │ │ │ │ ├── org.kde.kbounce.svg │ │ │ │ │ ├── org.kde.kbreakout.svg │ │ │ │ │ ├── org.kde.kcachegrind.svg │ │ │ │ │ ├── org.kde.kcalc.svg │ │ │ │ │ ├── org.kde.kcharselect.svg │ │ │ │ │ ├── org.kde.kclock.svg │ │ │ │ │ ├── org.kde.kcolorchooser.svg │ │ │ │ │ ├── org.kde.kdeconnect.kcm.svg │ │ │ │ │ ├── org.kde.kdeconnect.svg │ │ │ │ │ ├── org.kde.kdenlive.svg │ │ │ │ │ ├── org.kde.kdesearch.svg │ │ │ │ │ ├── org.kde.kdevelop.svg │ │ │ │ │ ├── org.kde.kdiamond.svg │ │ │ │ │ ├── org.kde.kdiff3.svg │ │ │ │ │ ├── org.kde.kexi.svg │ │ │ │ │ ├── org.kde.kfloppy.svg │ │ │ │ │ ├── org.kde.kfourinlines.svg │ │ │ │ │ ├── org.kde.kgeography.svg │ │ │ │ │ ├── org.kde.kget.svg │ │ │ │ │ ├── org.kde.kgoldrunner.svg │ │ │ │ │ ├── org.kde.kgpg.svg │ │ │ │ │ ├── org.kde.khangman.svg │ │ │ │ │ ├── org.kde.kid3.svg │ │ │ │ │ ├── org.kde.kig.svg │ │ │ │ │ ├── org.kde.kigo.svg │ │ │ │ │ ├── org.kde.kile.svg │ │ │ │ │ ├── org.kde.killbots.svg │ │ │ │ │ ├── org.kde.kimtoy.svg │ │ │ │ │ ├── org.kde.kirigami2.gallery.svg │ │ │ │ │ ├── org.kde.kiriki.svg │ │ │ │ │ ├── org.kde.kiten.svg │ │ │ │ │ ├── org.kde.kjots.svg │ │ │ │ │ ├── org.kde.kjumpingcube.svg │ │ │ │ │ ├── org.kde.kleopatra.svg │ │ │ │ │ ├── org.kde.klettres.svg │ │ │ │ │ ├── org.kde.klimbgrades.svg │ │ │ │ │ ├── org.kde.klines.svg │ │ │ │ │ ├── org.kde.kmag.svg │ │ │ │ │ ├── org.kde.kmahjongg.svg │ │ │ │ │ ├── org.kde.kmail.svg │ │ │ │ │ ├── org.kde.kmail2.svg │ │ │ │ │ ├── org.kde.kmines.svg │ │ │ │ │ ├── org.kde.kmix.svg │ │ │ │ │ ├── org.kde.kmplot.svg │ │ │ │ │ ├── org.kde.kmymoney.svg │ │ │ │ │ ├── org.kde.knavalbattle.svg │ │ │ │ │ ├── org.kde.knetattach.svg │ │ │ │ │ ├── org.kde.knetwalk.svg │ │ │ │ │ ├── org.kde.knotes.svg │ │ │ │ │ ├── org.kde.koko.svg │ │ │ │ │ ├── org.kde.kolf.svg │ │ │ │ │ ├── org.kde.kollision.svg │ │ │ │ │ ├── org.kde.kolourpaint.svg │ │ │ │ │ ├── org.kde.kompare.svg │ │ │ │ │ ├── org.kde.kongress.svg │ │ │ │ │ ├── org.kde.konqueror.svg │ │ │ │ │ ├── org.kde.konquest.svg │ │ │ │ │ ├── org.kde.konsole.svg │ │ │ │ │ ├── org.kde.kontact.svg │ │ │ │ │ ├── org.kde.konversation.svg │ │ │ │ │ ├── org.kde.kopete.svg │ │ │ │ │ ├── org.kde.korganizer.svg │ │ │ │ │ ├── org.kde.kpat.svg │ │ │ │ │ ├── org.kde.kphotoalbum.svg │ │ │ │ │ ├── org.kde.krdc.svg │ │ │ │ │ ├── org.kde.krecorder.svg │ │ │ │ │ ├── org.kde.krename.svg │ │ │ │ │ ├── org.kde.kreversi.svg │ │ │ │ │ ├── org.kde.krfb.svg │ │ │ │ │ ├── org.kde.krita.svg │ │ │ │ │ ├── org.kde.kronometer.svg │ │ │ │ │ ├── org.kde.kruler.svg │ │ │ │ │ ├── org.kde.krusader.svg │ │ │ │ │ ├── org.kde.kshisen.svg │ │ │ │ │ ├── org.kde.ksirk.svg │ │ │ │ │ ├── org.kde.ksnakeduel.svg │ │ │ │ │ ├── org.kde.kspaceduel.svg │ │ │ │ │ ├── org.kde.ksquares.svg │ │ │ │ │ ├── org.kde.kstars.svg │ │ │ │ │ ├── org.kde.ksudoku.svg │ │ │ │ │ ├── org.kde.ktechlab.svg │ │ │ │ │ ├── org.kde.ktimer.svg │ │ │ │ │ ├── org.kde.ktorrent.svg │ │ │ │ │ ├── org.kde.ktouch.svg │ │ │ │ │ ├── org.kde.ktuberling.svg │ │ │ │ │ ├── org.kde.kturtle.svg │ │ │ │ │ ├── org.kde.kup.svg │ │ │ │ │ ├── org.kde.kweather.svg │ │ │ │ │ ├── org.kde.kwordquiz.svg │ │ │ │ │ ├── org.kde.kwrite.svg │ │ │ │ │ ├── org.kde.labplot2.svg │ │ │ │ │ ├── org.kde.lokalize.svg │ │ │ │ │ ├── org.kde.lskat.svg │ │ │ │ │ ├── org.kde.marble.svg │ │ │ │ │ ├── org.kde.massif-visualizer.svg │ │ │ │ │ ├── org.kde.massifvisualizer.svg │ │ │ │ │ ├── org.kde.minuet.svg │ │ │ │ │ ├── org.kde.mobile.angelfish.svg │ │ │ │ │ ├── org.kde.mobile.calindori.svg │ │ │ │ │ ├── org.kde.mygnuhealth.svg │ │ │ │ │ ├── org.kde.neochat.svg │ │ │ │ │ ├── org.kde.nota.svg │ │ │ │ │ ├── org.kde.okteta.svg │ │ │ │ │ ├── org.kde.okular.svg │ │ │ │ │ ├── org.kde.palapeli.svg │ │ │ │ │ ├── org.kde.parley.svg │ │ │ │ │ ├── org.kde.partitionmanager.svg │ │ │ │ │ ├── org.kde.peruse.svg │ │ │ │ │ ├── org.kde.phone.calindori.svg │ │ │ │ │ ├── org.kde.phone.dialer.svg │ │ │ │ │ ├── org.kde.phonebook.svg │ │ │ │ │ ├── org.kde.picmi.svg │ │ │ │ │ ├── org.kde.pix.svg │ │ │ │ │ ├── org.kde.qrca.svg │ │ │ │ │ ├── org.kde.renku.svg │ │ │ │ │ ├── org.kde.ring-kde.svg │ │ │ │ │ ├── org.kde.rocs.svg │ │ │ │ │ ├── org.kde.rsibreak.svg │ │ │ │ │ ├── org.kde.ruqola.svg │ │ │ │ │ ├── org.kde.showfoto.svg │ │ │ │ │ ├── org.kde.skanlite.svg │ │ │ │ │ ├── org.kde.skrooge.svg │ │ │ │ │ ├── org.kde.smb4k.svg │ │ │ │ │ ├── org.kde.sol.svg │ │ │ │ │ ├── org.kde.spacebar.svg │ │ │ │ │ ├── org.kde.spectacle.svg │ │ │ │ │ ├── org.kde.station.svg │ │ │ │ │ ├── org.kde.step.svg │ │ │ │ │ ├── org.kde.trojita.svg │ │ │ │ │ ├── org.kde.umbrello.svg │ │ │ │ │ ├── org.kde.vvave.svg │ │ │ │ │ ├── org.kde.yakuake.svg │ │ │ │ │ ├── org.kde.zanshin.svg │ │ │ │ │ ├── org.keepassxc.KeePassXC.svg │ │ │ │ │ ├── org.kicad_pcb.KiCad.svg │ │ │ │ │ ├── org.kitone.subtitleeditor.svg │ │ │ │ │ ├── org.kiwix.Client.svg │ │ │ │ │ ├── org.krita.krita.svg │ │ │ │ │ ├── org.laborejo.agordejo.svg │ │ │ │ │ ├── org.laborejo.fluajho.svg │ │ │ │ │ ├── org.laborejo.laborejo.svg │ │ │ │ │ ├── org.laborejo.patroneo.svg │ │ │ │ │ ├── org.lamport.tla.toolbox.svg │ │ │ │ │ ├── org.leocad.LeoCAD.svg │ │ │ │ │ ├── org.librehunt.Organizer.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-base.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-calc.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-draw.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-impress.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-math.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-startcenter.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice-writer.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.base.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.calc.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.draw.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.impress.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.math.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.startcenter.svg │ │ │ │ │ ├── org.libreoffice.LibreOffice.writer.svg │ │ │ │ │ ├── org.librepcb.LibrePCB.svg │ │ │ │ │ ├── org.libretro.RetroArch.svg │ │ │ │ │ ├── org.limetext.qml.LimeText.svg │ │ │ │ │ ├── org.linux_hardware.hw-probe.svg │ │ │ │ │ ├── org.linuxmint.warp.svg │ │ │ │ │ ├── org.majsterklepka.bacade.svg │ │ │ │ │ ├── org.manaplus.ManaPlus.svg │ │ │ │ │ ├── org.mapeditor.Tiled.svg │ │ │ │ │ ├── org.maui.cinema.svg │ │ │ │ │ ├── org.maui.contacts.svg │ │ │ │ │ ├── org.maui.shelf.svg │ │ │ │ │ ├── org.megaglest.MegaGlest.svg │ │ │ │ │ ├── org.midori_browser.Midori.svg │ │ │ │ │ ├── org.mixxx.Mixxx.svg │ │ │ │ │ ├── org.mozilla.Firefox.svg │ │ │ │ │ ├── org.mozilla.FirefoxNightly.svg │ │ │ │ │ ├── org.mozilla.FirefoxNightlyWayland.svg │ │ │ │ │ ├── org.mozilla.Thunderbird.svg │ │ │ │ │ ├── org.mozilla.firefox.svg │ │ │ │ │ ├── org.mpdevil.mpdevil.svg │ │ │ │ │ ├── org.multimc.MultiMC.svg │ │ │ │ │ ├── org.mume.MMapper.svg │ │ │ │ │ ├── org.mupen64plus.Mupen64Plus.svg │ │ │ │ │ ├── org.musescore.MuseScore.svg │ │ │ │ │ ├── org.musesequencer.Muse3.svg │ │ │ │ │ ├── org.musicbrainz.Picard.svg │ │ │ │ │ ├── org.mypaint.MyPaint.svg │ │ │ │ │ ├── org.naev.Naev.svg │ │ │ │ │ ├── org.neovim.nvim.svg │ │ │ │ │ ├── org.netsurf_browser.NetSurf.svg │ │ │ │ │ ├── org.neverball.Neverball.svg │ │ │ │ │ ├── org.nextcloud.Nextcloud.svg │ │ │ │ │ ├── org.nicotine_plus.Nicotine.svg │ │ │ │ │ ├── org.nomacs.ImageLounge.svg │ │ │ │ │ ├── org.nongnu.lingot.svg │ │ │ │ │ ├── org.nxos.softwarecenter.svg │ │ │ │ │ ├── org.octave.Octave.svg │ │ │ │ │ ├── org.octave.Octave_64_64.svg │ │ │ │ │ ├── org.olivevideoeditor.Olive.svg │ │ │ │ │ ├── org.onionshare.OnionShare.svg │ │ │ │ │ ├── org.onlyoffice.desktopeditors.svg │ │ │ │ │ ├── org.openchemistry.avogadro2.svg │ │ │ │ │ ├── org.openclonk.OpenClonk.svg │ │ │ │ │ ├── org.opencpn.OpenCPN.svg │ │ │ │ │ ├── org.openmw.OpenMW.svg │ │ │ │ │ ├── org.openscad.OpenSCAD.svg │ │ │ │ │ ├── org.openshot.OpenShot.svg │ │ │ │ │ ├── org.openstreetmap.josm.svg │ │ │ │ │ ├── org.openttd.openttd.svg │ │ │ │ │ ├── org.osgeo.grass.svg │ │ │ │ │ ├── org.otter_browser.OtterBrowser.svg │ │ │ │ │ ├── org.pantheon.noise.svg │ │ │ │ │ ├── org.paraview.ParaView.svg │ │ │ │ │ ├── org.parlatype.Parlatype.svg │ │ │ │ │ ├── org.pencil2d.Pencil2D.svg │ │ │ │ │ ├── org.perezdecastro.Revolt.svg │ │ │ │ │ ├── org.phoenicis.playonlinux.svg │ │ │ │ │ ├── org.photoqt.PhotoQt.svg │ │ │ │ │ ├── org.pitivi.Pitivi.svg │ │ │ │ │ ├── org.ppsspp.PPSSPP.svg │ │ │ │ │ ├── org.processing.processingide.svg │ │ │ │ │ ├── org.projecthamster.hamster-gtk.svg │ │ │ │ │ ├── org.pulseaudio.pavucontrol.svg │ │ │ │ │ ├── org.pwmt.zathura.svg │ │ │ │ │ ├── org.pyzo.pyzo.svg │ │ │ │ │ ├── org.qbittorrent.qBittorrent.svg │ │ │ │ │ ├── org.qelectrotech.QElectroTech.svg │ │ │ │ │ ├── org.qgis.qgis-ltr.svg │ │ │ │ │ ├── org.qgis.qgis.svg │ │ │ │ │ ├── org.qownnotes.QOwnNotes.svg │ │ │ │ │ ├── org.qt-project.qtcreator.svg │ │ │ │ │ ├── org.quassel_irc.QuasselClient.svg │ │ │ │ │ ├── org.qutebrowser.qutebrowser.svg │ │ │ │ │ ├── org.radare.Cutter.svg │ │ │ │ │ ├── org.raspberrypi.rpi-imager.svg │ │ │ │ │ ├── org.remmina.Remmina.svg │ │ │ │ │ ├── org.robocode.Robocode.svg │ │ │ │ │ ├── org.robomongo.Robo3T.svg │ │ │ │ │ ├── org.rolisteam.rolisteam.svg │ │ │ │ │ ├── org.sauerbraten.Sauerbraten.svg │ │ │ │ │ ├── org.scantailor.ScanTailor.svg │ │ │ │ │ ├── org.scintilla.SciTE.svg │ │ │ │ │ ├── org.scummvm.ScummVM.svg │ │ │ │ │ ├── org.sdrangel.SDRangel.svg │ │ │ │ │ ├── org.seul.pingus.svg │ │ │ │ │ ├── org.shadered.SHADERed.svg │ │ │ │ │ ├── org.shadowsocks.qt5client.svg │ │ │ │ │ ├── org.shotcut.Shotcut.svg │ │ │ │ │ ├── org.signal.Signal.svg │ │ │ │ │ ├── org.sigrok.PulseView.svg │ │ │ │ │ ├── org.small_tech.Gnomit.svg │ │ │ │ │ ├── org.snowflake_ssh.App.svg │ │ │ │ │ ├── org.soundconverter.SoundConverter.svg │ │ │ │ │ ├── org.sparkleshare.SparkleShare.svg │ │ │ │ │ ├── org.speedcrunch.SpeedCrunch.svg │ │ │ │ │ ├── org.srb2.SRB2.svg │ │ │ │ │ ├── org.standardnotes.standardnotes.svg │ │ │ │ │ ├── org.stellarium.Stellarium.svg │ │ │ │ │ ├── org.strawberrymusicplayer.strawberry.svg │ │ │ │ │ ├── org.subsurface_divelog.Subsurface.svg │ │ │ │ │ ├── org.supertux.SuperTux-Milestone1.svg │ │ │ │ │ ├── org.supertux.SuperTux.svg │ │ │ │ │ ├── org.supertuxproject.SuperTux.svg │ │ │ │ │ ├── org.synfig.SynfigStudio.svg │ │ │ │ │ ├── org.tabos.roger.svg │ │ │ │ │ ├── org.taskcoach.TaskCoach.svg │ │ │ │ │ ├── org.team_hermes.WireShare.svg │ │ │ │ │ ├── org.telegram.desktop.svg │ │ │ │ │ ├── org.texstudio.TeXstudio.svg │ │ │ │ │ ├── org.tlauncher.TLauncher.svg │ │ │ │ │ ├── org.tordini.flavio.Minitube.svg │ │ │ │ │ ├── org.torproject.torbrowser.svg │ │ │ │ │ ├── org.trevorsandy.lpub3d.svg │ │ │ │ │ ├── org.tribler.Tribler.svg │ │ │ │ │ ├── org.tug.texworks.svg │ │ │ │ │ ├── org.tuxfamily.StuntRally.svg │ │ │ │ │ ├── org.tuxfamily.XMoto.svg │ │ │ │ │ ├── org.unknown_horizons.UnknownHorizons.svg │ │ │ │ │ ├── org.upnproutercontrol.UPnPRouterControl.svg │ │ │ │ │ ├── org.vergecurrency.verge-qt.svg │ │ │ │ │ ├── org.videolan.VLC.svg │ │ │ │ │ ├── org.viking.Viking.svg │ │ │ │ │ ├── org.vim.Vim.svg │ │ │ │ │ ├── org.virt_manager.virt-manager.svg │ │ │ │ │ ├── org.virt_manager.virt-viewer.svg │ │ │ │ │ ├── org.vranki.spectral.svg │ │ │ │ │ ├── org.wesnoth.Wesnoth.svg │ │ │ │ │ ├── org.widelands.Widelands.svg │ │ │ │ │ ├── org.widelands.widelands.svg │ │ │ │ │ ├── org.wireshark.gtk.svg │ │ │ │ │ ├── org.wireshark.qt.svg │ │ │ │ │ ├── org.wxhexeditor.wxHexEditor.svg │ │ │ │ │ ├── org.x.Warpinator.svg │ │ │ │ │ ├── org.x.adriconf.svg │ │ │ │ │ ├── org.xfce.Dictionary.svg │ │ │ │ │ ├── org.xfce.Gigolo.svg │ │ │ │ │ ├── org.xfce.PanelProfiles.svg │ │ │ │ │ ├── org.xfce.Parole.svg │ │ │ │ │ ├── org.xfce.ScreenSaver.svg │ │ │ │ │ ├── org.xfce.about.svg │ │ │ │ │ ├── org.xfce.appfinder.svg │ │ │ │ │ ├── org.xfce.catfish.svg │ │ │ │ │ ├── org.xfce.filemanager.svg │ │ │ │ │ ├── org.xfce.genmon.svg │ │ │ │ │ ├── org.xfce.mailreader.svg │ │ │ │ │ ├── org.xfce.mousepad.svg │ │ │ │ │ ├── org.xfce.notification.svg │ │ │ │ │ ├── org.xfce.panel.svg │ │ │ │ │ ├── org.xfce.parole.svg │ │ │ │ │ ├── org.xfce.powermanager.svg │ │ │ │ │ ├── org.xfce.ristretto.svg │ │ │ │ │ ├── org.xfce.screenshooter.svg │ │ │ │ │ ├── org.xfce.session.svg │ │ │ │ │ ├── org.xfce.settings.accessibility.svg │ │ │ │ │ ├── org.xfce.settings.appearance.svg │ │ │ │ │ ├── org.xfce.settings.color.svg │ │ │ │ │ ├── org.xfce.settings.default-applications.svg │ │ │ │ │ ├── org.xfce.settings.display.svg │ │ │ │ │ ├── org.xfce.settings.editor.svg │ │ │ │ │ ├── org.xfce.settings.keyboard.svg │ │ │ │ │ ├── org.xfce.settings.manager.svg │ │ │ │ │ ├── org.xfce.settings.mouse.svg │ │ │ │ │ ├── org.xfce.taskmanager.svg │ │ │ │ │ ├── org.xfce.terminal-settings.svg │ │ │ │ │ ├── org.xfce.terminal.svg │ │ │ │ │ ├── org.xfce.terminalemulator.svg │ │ │ │ │ ├── org.xfce.thunar.svg │ │ │ │ │ ├── org.xfce.volman.svg │ │ │ │ │ ├── org.xfce.webbrowser.svg │ │ │ │ │ ├── org.xfce.workspaces.svg │ │ │ │ │ ├── org.xfce.xfburn.svg │ │ │ │ │ ├── org.xfce.xfdashboard.svg │ │ │ │ │ ├── org.xfce.xfdesktop.svg │ │ │ │ │ ├── org.xfce.xfmp.svg │ │ │ │ │ ├── org.xfce.xfwm4-tweaks.svg │ │ │ │ │ ├── org.xfce.xfwm4.svg │ │ │ │ │ ├── org.xiphos.Xiphos.svg │ │ │ │ │ ├── org.xonotic.Xonotic.svg │ │ │ │ │ ├── org.yamagi.YamagiQ2.svg │ │ │ │ │ ├── org.yorba.geary.svg │ │ │ │ │ ├── org.yuzu_emu.yuzu.svg │ │ │ │ │ ├── org.zdoom.GZDoom.svg │ │ │ │ │ ├── org.zealdocs.Zeal.svg │ │ │ │ │ ├── org.zim_wiki.Zim.svg │ │ │ │ │ ├── org.zimwiki.Zim.svg │ │ │ │ │ ├── org.zotero.Zotero.svg │ │ │ │ │ ├── org.zrythm.Zrythm.svg │ │ │ │ │ ├── org.zulip.Zulip.svg │ │ │ │ │ ├── organizer.svg │ │ │ │ │ ├── orion.svg │ │ │ │ │ ├── osmo.svg │ │ │ │ │ ├── ossia-score.svg │ │ │ │ │ ├── ostorybook.svg │ │ │ │ │ ├── othman-browser.svg │ │ │ │ │ ├── otpclient.svg │ │ │ │ │ ├── otter-browser.svg │ │ │ │ │ ├── outline-manager.svg │ │ │ │ │ ├── oversteer.svg │ │ │ │ │ ├── owncloud.svg │ │ │ │ │ ├── oxygen.svg │ │ │ │ │ ├── p7zip-gui.svg │ │ │ │ │ ├── p7zip.svg │ │ │ │ │ ├── pac.svg │ │ │ │ │ ├── pace.svg │ │ │ │ │ ├── package-manager-icon.svg │ │ │ │ │ ├── package_graphics_scanning.svg │ │ │ │ │ ├── package_internet_email.svg │ │ │ │ │ ├── package_internet_news-feed-reader.svg │ │ │ │ │ ├── package_internet_newsreader.svg │ │ │ │ │ ├── package_office_addressbook.svg │ │ │ │ │ ├── package_toys.svg │ │ │ │ │ ├── packet-tracer.svg │ │ │ │ │ ├── packettracer.svg │ │ │ │ │ ├── pacmanxg.svg │ │ │ │ │ ├── padthv1.svg │ │ │ │ │ ├── paintown.svg │ │ │ │ │ ├── palapeli.svg │ │ │ │ │ ├── palaura.svg │ │ │ │ │ ├── palemoon.svg │ │ │ │ │ ├── palimpsest.svg │ │ │ │ │ ├── pamac-manager.svg │ │ │ │ │ ├── pamac-updater.svg │ │ │ │ │ ├── pamac.svg │ │ │ │ │ ├── pan.svg │ │ │ │ │ ├── pandoracom-pandora.com.svg │ │ │ │ │ ├── panel-applets.svg │ │ │ │ │ ├── panel-searchtool.svg │ │ │ │ │ ├── panel.svg │ │ │ │ │ ├── paper_green.svg │ │ │ │ │ ├── paperwork.svg │ │ │ │ │ ├── paprefs.svg │ │ │ │ │ ├── paradroid.svg │ │ │ │ │ ├── parano-icon.svg │ │ │ │ │ ├── parano.svg │ │ │ │ │ ├── paraview.svg │ │ │ │ │ ├── parcellite.svg │ │ │ │ │ ├── parental-control.svg │ │ │ │ │ ├── parlatype.svg │ │ │ │ │ ├── parley.svg │ │ │ │ │ ├── parnold-x.timer.svg │ │ │ │ │ ├── parole.svg │ │ │ │ │ ├── particl-desktop.svg │ │ │ │ │ ├── partitionmanager.svg │ │ │ │ │ ├── partitions.svg │ │ │ │ │ ├── partner.svg │ │ │ │ │ ├── pasaffe.svg │ │ │ │ │ ├── passbook.svg │ │ │ │ │ ├── passvault.svg │ │ │ │ │ ├── password.svg │ │ │ │ │ ├── passwords.svg │ │ │ │ │ ├── passwordsafe.svg │ │ │ │ │ ├── patchage.svg │ │ │ │ │ ├── patchmatrix.svg │ │ │ │ │ ├── patroneo.svg │ │ │ │ │ ├── pattern-kde.svg │ │ │ │ │ ├── pattern-kde4.svg │ │ │ │ │ ├── pattern-x11.svg │ │ │ │ │ ├── paypal.svg │ │ │ │ │ ├── pb-for-desktop.svg │ │ │ │ │ ├── pcb.svg │ │ │ │ │ ├── pcbcalculator.svg │ │ │ │ │ ├── pcbnew.svg │ │ │ │ │ ├── pcsx-icon.svg │ │ │ │ │ ├── pcsx2.svg │ │ │ │ │ ├── pcsxr-icon.svg │ │ │ │ │ ├── pd-extended.svg │ │ │ │ │ ├── pd.svg │ │ │ │ │ ├── pde-512.svg │ │ │ │ │ ├── pdf-presenter-console.svg │ │ │ │ │ ├── pdf-xchange.svg │ │ │ │ │ ├── pdfarranger.svg │ │ │ │ │ ├── pdfchain.svg │ │ │ │ │ ├── pdfmixtool.svg │ │ │ │ │ ├── pdfmod.svg │ │ │ │ │ ├── pdfsam.svg │ │ │ │ │ ├── pdfshuffler.svg │ │ │ │ │ ├── pdfslicer.svg │ │ │ │ │ ├── pdfstudio9.svg │ │ │ │ │ ├── pdftag.svg │ │ │ │ │ ├── pdftricks.svg │ │ │ │ │ ├── peazip.svg │ │ │ │ │ ├── peek.svg │ │ │ │ │ ├── peerio-client.svg │ │ │ │ │ ├── peg-e.svg │ │ │ │ │ ├── peg.svg │ │ │ │ │ ├── pencil.svg │ │ │ │ │ ├── pencil2d.svg │ │ │ │ │ ├── pentobi.svg │ │ │ │ │ ├── performous.svg │ │ │ │ │ ├── persepolis.svg │ │ │ │ │ ├── peruse-creator.svg │ │ │ │ │ ├── peruse.svg │ │ │ │ │ ├── pext.svg │ │ │ │ │ ├── pgAdmin4.svg │ │ │ │ │ ├── pgadmin.svg │ │ │ │ │ ├── pgadmin3.svg │ │ │ │ │ ├── pglgui.svg │ │ │ │ │ ├── pharlap.svg │ │ │ │ │ ├── phatch-inspector.svg │ │ │ │ │ ├── phatch.svg │ │ │ │ │ ├── phd2.svg │ │ │ │ │ ├── phoenicis.svg │ │ │ │ │ ├── phonon-gstreamer.svg │ │ │ │ │ ├── phoronix-test-suite.svg │ │ │ │ │ ├── photocollage.svg │ │ │ │ │ ├── photofilmstrip.svg │ │ │ │ │ ├── photofiltrelx.svg │ │ │ │ │ ├── photoflare.svg │ │ │ │ │ ├── photoflow.svg │ │ │ │ │ ├── photokinesis.svg │ │ │ │ │ ├── photoqt.svg │ │ │ │ │ ├── phototonic.svg │ │ │ │ │ ├── php.svg │ │ │ │ │ ├── phpmyadmin.svg │ │ │ │ │ ├── phpstorm.svg │ │ │ │ │ ├── pia-manager.svg │ │ │ │ │ ├── pia.svg │ │ │ │ │ ├── picard.svg │ │ │ │ │ ├── picasa-fontcfg.svg │ │ │ │ │ ├── picasa.svg │ │ │ │ │ ├── picasa32x32.svg │ │ │ │ │ ├── pick-colour-picker.svg │ │ │ │ │ ├── picmi.svg │ │ │ │ │ ├── pico-8.svg │ │ │ │ │ ├── picom.svg │ │ │ │ │ ├── picsaw.svg │ │ │ │ │ ├── pidgin-menu.svg │ │ │ │ │ ├── pidgin.svg │ │ │ │ │ ├── pika-backup.svg │ │ │ │ │ ├── pinball.svg │ │ │ │ │ ├── pingnoo.svg │ │ │ │ │ ├── pingus-icon.svg │ │ │ │ │ ├── pino.svg │ │ │ │ │ ├── pinta.svg │ │ │ │ │ ├── pioneer.svg │ │ │ │ │ ├── pioneers-editor.svg │ │ │ │ │ ├── pioneers-server.svg │ │ │ │ │ ├── pioneers.svg │ │ │ │ │ ├── pirut.svg │ │ │ │ │ ├── pithos.svg │ │ │ │ │ ├── pitivi.svg │ │ │ │ │ ├── pix.svg │ │ │ │ │ ├── pixel-dungeon.svg │ │ │ │ │ ├── pixel-vision-8.svg │ │ │ │ │ ├── pixelitor.svg │ │ │ │ │ ├── pixelorama.svg │ │ │ │ │ ├── pk-package-sources.svg │ │ │ │ │ ├── pkgbrowser.svg │ │ │ │ │ ├── plague.svg │ │ │ │ │ ├── plan.svg │ │ │ │ │ ├── planeshift.svg │ │ │ │ │ ├── plank-config.svg │ │ │ │ │ ├── plank.svg │ │ │ │ │ ├── plasma.svg │ │ │ │ │ ├── plasmadiscover.svg │ │ │ │ │ ├── plasmafox.svg │ │ │ │ │ ├── plasmagik.svg │ │ │ │ │ ├── playbox.svg │ │ │ │ │ ├── playitslowly.svg │ │ │ │ │ ├── playmymusic.svg │ │ │ │ │ ├── playonlinux.svg │ │ │ │ │ ├── playonlinux32.svg │ │ │ │ │ ├── plex-icon-256.svg │ │ │ │ │ ├── plex-media-player.svg │ │ │ │ │ ├── plex.svg │ │ │ │ │ ├── plexhometheater.svg │ │ │ │ │ ├── plexmediamanager.svg │ │ │ │ │ ├── plexmediaplayer.svg │ │ │ │ │ ├── plexmediaserver.svg │ │ │ │ │ ├── pling-store.svg │ │ │ │ │ ├── plot2d.svg │ │ │ │ │ ├── plotdigitizer.svg │ │ │ │ │ ├── plots.svg │ │ │ │ │ ├── plt.svg │ │ │ │ │ ├── plume-creator.svg │ │ │ │ │ ├── pnmixer.svg │ │ │ │ │ ├── podbrowser.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── poedit.svg │ │ │ │ │ ├── poezio.svg │ │ │ │ │ ├── pogo.svg │ │ │ │ │ ├── pokerth.svg │ │ │ │ │ ├── polar-bookshelf.svg │ │ │ │ │ ├── polari.svg │ │ │ │ │ ├── polly.svg │ │ │ │ │ ├── polo.svg │ │ │ │ │ ├── polychromatic-controller.svg │ │ │ │ │ ├── polychromatic.svg │ │ │ │ │ ├── polycode.svg │ │ │ │ │ ├── polyphone.svg │ │ │ │ │ ├── pomidor.svg │ │ │ │ │ ├── pomotroid.svg │ │ │ │ │ ├── pop-os-logo-icon.svg │ │ │ │ │ ├── pop3.svg │ │ │ │ │ ├── popcorn-time.svg │ │ │ │ │ ├── popcorntime-ce.svg │ │ │ │ │ ├── popcorntime.svg │ │ │ │ │ ├── popsicle.svg │ │ │ │ │ ├── portal.svg │ │ │ │ │ ├── portecle.svg │ │ │ │ │ ├── portfolio-performance.svg │ │ │ │ │ ├── portfolio.svg │ │ │ │ │ ├── porthole.svg │ │ │ │ │ ├── porto.svg │ │ │ │ │ ├── postman-image-uploader.svg │ │ │ │ │ ├── postman.svg │ │ │ │ │ ├── postr.svg │ │ │ │ │ ├── powder-toy.svg │ │ │ │ │ ├── powder.svg │ │ │ │ │ ├── power-installer.svg │ │ │ │ │ ├── ppa.svg │ │ │ │ │ ├── ppsspp.svg │ │ │ │ │ ├── pr0gramm.com.svg │ │ │ │ │ ├── praat.svg │ │ │ │ │ ├── pragha.svg │ │ │ │ │ ├── prboom-plus.svg │ │ │ │ │ ├── preferences-calendar-and-tasks.svg │ │ │ │ │ ├── preferences-color.svg │ │ │ │ │ ├── preferences-contact-list.svg │ │ │ │ │ ├── preferences-cryptography.svg │ │ │ │ │ ├── preferences-desktop-accessibility.svg │ │ │ │ │ ├── preferences-desktop-color.svg │ │ │ │ │ ├── preferences-desktop-cryptography.svg │ │ │ │ │ ├── preferences-desktop-default-applications.svg │ │ │ │ │ ├── preferences-desktop-display-color.svg │ │ │ │ │ ├── preferences-desktop-display.svg │ │ │ │ │ ├── preferences-desktop-emoticons.svg │ │ │ │ │ ├── preferences-desktop-filetype-association.svg │ │ │ │ │ ├── preferences-desktop-font.svg │ │ │ │ │ ├── preferences-desktop-gaming.svg │ │ │ │ │ ├── preferences-desktop-icons.svg │ │ │ │ │ ├── preferences-desktop-keyboard-shortcuts.svg │ │ │ │ │ ├── preferences-desktop-keyboard.svg │ │ │ │ │ ├── preferences-desktop-launch-feedback.svg │ │ │ │ │ ├── preferences-desktop-locale.svg │ │ │ │ │ ├── preferences-desktop-mouse.svg │ │ │ │ │ ├── preferences-desktop-multimedia.svg │ │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ │ ├── preferences-desktop-notification.svg │ │ │ │ │ ├── preferences-desktop-notifications.svg │ │ │ │ │ ├── preferences-desktop-online-accounts.svg │ │ │ │ │ ├── preferences-desktop-peripherals.svg │ │ │ │ │ ├── preferences-desktop-printer.svg │ │ │ │ │ ├── preferences-desktop-remote-desktop.svg │ │ │ │ │ ├── preferences-desktop-screensaver.svg │ │ │ │ │ ├── preferences-desktop-sound.svg │ │ │ │ │ ├── preferences-desktop-text-to-speech.svg │ │ │ │ │ ├── preferences-desktop-theme.svg │ │ │ │ │ ├── preferences-desktop-touchpad.svg │ │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ │ ├── preferences-desktop-user.svg │ │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ │ ├── preferences-desktop.svg │ │ │ │ │ ├── preferences-kcalc-constants.svg │ │ │ │ │ ├── preferences-mail.svg │ │ │ │ │ ├── preferences-management-service.svg │ │ │ │ │ ├── preferences-plugin-script.svg │ │ │ │ │ ├── preferences-plugin.svg │ │ │ │ │ ├── preferences-remote-desktop.svg │ │ │ │ │ ├── preferences-sound.svg │ │ │ │ │ ├── preferences-system-bluetooth-inactive.svg │ │ │ │ │ ├── preferences-system-bluetooth.svg │ │ │ │ │ ├── preferences-system-cron.svg │ │ │ │ │ ├── preferences-system-firewall.svg │ │ │ │ │ ├── preferences-system-hotcorners.svg │ │ │ │ │ ├── preferences-system-login.svg │ │ │ │ │ ├── preferences-system-network-sharing.svg │ │ │ │ │ ├── preferences-system-network.svg │ │ │ │ │ ├── preferences-system-notifications.svg │ │ │ │ │ ├── preferences-system-parental-controls.svg │ │ │ │ │ ├── preferences-system-performance.svg │ │ │ │ │ ├── preferences-system-power-management.svg │ │ │ │ │ ├── preferences-system-power.svg │ │ │ │ │ ├── preferences-system-privacy-housekeeping.svg │ │ │ │ │ ├── preferences-system-privacy.svg │ │ │ │ │ ├── preferences-system-search.svg │ │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ │ ├── preferences-system-session.svg │ │ │ │ │ ├── preferences-system-sharing.svg │ │ │ │ │ ├── preferences-system-sound.svg │ │ │ │ │ ├── preferences-system-time.svg │ │ │ │ │ ├── preferences-system-windows-actions.svg │ │ │ │ │ ├── preferences-system-windows-move.svg │ │ │ │ │ ├── preferences-system-windows.svg │ │ │ │ │ ├── preferences-system.svg │ │ │ │ │ ├── preferences-theme.svg │ │ │ │ │ ├── preferences-ubuntu-panel.svg │ │ │ │ │ ├── preferences-wallpaper.svg │ │ │ │ │ ├── preferences-web-browser-adblock.svg │ │ │ │ │ ├── preferences-web-browser-cache.svg │ │ │ │ │ ├── preferences-web-browser-cookies.svg │ │ │ │ │ ├── preferences-web-browser-identification.svg │ │ │ │ │ ├── preferences-web-browser-shortcuts.svg │ │ │ │ │ ├── preferences-web-browser-stylesheets.svg │ │ │ │ │ ├── prefixsuffix.svg │ │ │ │ │ ├── printer.svg │ │ │ │ │ ├── pritunl-client.svg │ │ │ │ │ ├── pritunl_client_electron.svg │ │ │ │ │ ├── prjm16-transparent.svg │ │ │ │ │ ├── processing-pde.svg │ │ │ │ │ ├── processing.svg │ │ │ │ │ ├── projectlibre.svg │ │ │ │ │ ├── projectpad.svg │ │ │ │ │ ├── proton.svg │ │ │ │ │ ├── protonmail-desktop-unofficial.svg │ │ │ │ │ ├── protonmail-desktop.svg │ │ │ │ │ ├── protonmail.svg │ │ │ │ │ ├── psensor.svg │ │ │ │ │ ├── psi-plus.svg │ │ │ │ │ ├── pspp.svg │ │ │ │ │ ├── ptask.svg │ │ │ │ │ ├── ptb.svg │ │ │ │ │ ├── ptbatcher.svg │ │ │ │ │ ├── ptbl.svg │ │ │ │ │ ├── pterm.svg │ │ │ │ │ ├── publii.svg │ │ │ │ │ ├── puddletag.svg │ │ │ │ │ ├── pulse-secure.svg │ │ │ │ │ ├── pulse-sms.svg │ │ │ │ │ ├── pulseeffects.svg │ │ │ │ │ ├── pulseview.svg │ │ │ │ │ ├── pumpa.svg │ │ │ │ │ ├── pup.svg │ │ │ │ │ ├── pure-data.svg │ │ │ │ │ ├── pure-maps.svg │ │ │ │ │ ├── pureref.svg │ │ │ │ │ ├── purism-chatty.svg │ │ │ │ │ ├── pushbullet-indicator.svg │ │ │ │ │ ├── putty.svg │ │ │ │ │ ├── puzzle-master.svg │ │ │ │ │ ├── puzzlemoppet.svg │ │ │ │ │ ├── pwcalculator.svg │ │ │ │ │ ├── pwsafe.svg │ │ │ │ │ ├── pyLinuxWheel.svg │ │ │ │ │ ├── pyakm.svg │ │ │ │ │ ├── pybik.svg │ │ │ │ │ ├── pybitmessage.svg │ │ │ │ │ ├── pybliographic.svg │ │ │ │ │ ├── pycad.svg │ │ │ │ │ ├── pycharm-community.svg │ │ │ │ │ ├── pycharm-education.svg │ │ │ │ │ ├── pycharm-professional.svg │ │ │ │ │ ├── pycharm.svg │ │ │ │ │ ├── pychess.svg │ │ │ │ │ ├── pyhoca-gui.svg │ │ │ │ │ ├── pyhoca_x2go-logo-ubuntu.svg │ │ │ │ │ ├── pyhoca_x2go.svg │ │ │ │ │ ├── pylinuxwheel.svg │ │ │ │ │ ├── pymol.svg │ │ │ │ │ ├── pyneighborhood_48x48.svg │ │ │ │ │ ├── pynocchio.svg │ │ │ │ │ ├── pynvim.svg │ │ │ │ │ ├── pypar.svg │ │ │ │ │ ├── pyrenamer.svg │ │ │ │ │ ├── pysol.svg │ │ │ │ │ ├── pyspread.svg │ │ │ │ │ ├── python-idle.svg │ │ │ │ │ ├── python.svg │ │ │ │ │ ├── python2.6.svg │ │ │ │ │ ├── python2.7.svg │ │ │ │ │ ├── python3.0.svg │ │ │ │ │ ├── python3.1.svg │ │ │ │ │ ├── python3.2.svg │ │ │ │ │ ├── python3.3.svg │ │ │ │ │ ├── python3.4.svg │ │ │ │ │ ├── python3.5.svg │ │ │ │ │ ├── pytrainer.svg │ │ │ │ │ ├── pyzologo.svg │ │ │ │ │ ├── q4wine.svg │ │ │ │ │ ├── qTox.svg │ │ │ │ │ ├── qalculate.svg │ │ │ │ │ ├── qarte.svg │ │ │ │ │ ├── qbittorrent.svg │ │ │ │ │ ├── qbrowser.svg │ │ │ │ │ ├── qcad.svg │ │ │ │ │ ├── qcad_icon.svg │ │ │ │ │ ├── qcomicbook.svg │ │ │ │ │ ├── qdbusviewer-qt4.svg │ │ │ │ │ ├── qdbusviewer-qt5.svg │ │ │ │ │ ├── qdbusviewer.svg │ │ │ │ │ ├── qdbusviewer5.svg │ │ │ │ │ ├── qdigidoc-client.svg │ │ │ │ │ ├── qdigidoc-crypto.svg │ │ │ │ │ ├── qdigidoc.svg │ │ │ │ │ ├── qdirstat.svg │ │ │ │ │ ├── qelectrotech.svg │ │ │ │ │ ├── qemu-launcher.svg │ │ │ │ │ ├── qemu-system-aarch64.svg │ │ │ │ │ ├── qemu-system-arm.svg │ │ │ │ │ ├── qemu-system-i386.svg │ │ │ │ │ ├── qemu-system-x86_64-spice.svg │ │ │ │ │ ├── qemu-system-x86_64.svg │ │ │ │ │ ├── qemu.svg │ │ │ │ │ ├── qesteidutil.svg │ │ │ │ │ ├── qfractalnow.svg │ │ │ │ │ ├── qgifer.svg │ │ │ │ │ ├── qgis-icon.svg │ │ │ │ │ ├── qgis-ltr.svg │ │ │ │ │ ├── qgis.svg │ │ │ │ │ ├── qgit.svg │ │ │ │ │ ├── qgo.svg │ │ │ │ │ ├── qgroundcontrol.svg │ │ │ │ │ ├── qimgv.svg │ │ │ │ │ ├── qjackctl.svg │ │ │ │ │ ├── qjackrcd.svg │ │ │ │ │ ├── qlandkartegt.svg │ │ │ │ │ ├── qlcplus-fixtureeditor.svg │ │ │ │ │ ├── qlcplus.svg │ │ │ │ │ ├── qlipper.svg │ │ │ │ │ ├── qmaptool.svg │ │ │ │ │ ├── qmasterpassword.svg │ │ │ │ │ ├── qmc2.svg │ │ │ │ │ ├── qmidiarp.svg │ │ │ │ │ ├── qmidictl.svg │ │ │ │ │ ├── qmidinet.svg │ │ │ │ │ ├── qmlscene.svg │ │ │ │ │ ├── qmmp.svg │ │ │ │ │ ├── qnapi-48.svg │ │ │ │ │ ├── qnapi.svg │ │ │ │ │ ├── qnetstatview.svg │ │ │ │ │ ├── qomp.svg │ │ │ │ │ ├── qopenvpn.svg │ │ │ │ │ ├── qoppa.svg │ │ │ │ │ ├── qpdfview.svg │ │ │ │ │ ├── qphotorec.svg │ │ │ │ │ ├── qps.svg │ │ │ │ │ ├── qqintl.svg │ │ │ │ │ ├── qrca.svg │ │ │ │ │ ├── qreator.svg │ │ │ │ │ ├── qrestclient.svg │ │ │ │ │ ├── qsampler.svg │ │ │ │ │ ├── qshutdown.svg │ │ │ │ │ ├── qspectrumanalyzer.svg │ │ │ │ │ ├── qstardict.svg │ │ │ │ │ ├── qstopmotion.svg │ │ │ │ │ ├── qsynth.svg │ │ │ │ │ ├── qt-dab.svg │ │ │ │ │ ├── qt.svg │ │ │ │ │ ├── qt4-logo.svg │ │ │ │ │ ├── qt4logo.svg │ │ │ │ │ ├── qt5-logo.svg │ │ │ │ │ ├── qtassistant.svg │ │ │ │ │ ├── qtchat.svg │ │ │ │ │ ├── qtconfig-qt4.svg │ │ │ │ │ ├── qtconfig-qt5.svg │ │ │ │ │ ├── qtconfig.svg │ │ │ │ │ ├── qtcreator.svg │ │ │ │ │ ├── qtcreator_logo_32.svg │ │ │ │ │ ├── qtcreatorubuntu.svg │ │ │ │ │ ├── qtcs.svg │ │ │ │ │ ├── qtdbusviewer.svg │ │ │ │ │ ├── qtdesigner.svg │ │ │ │ │ ├── qtemu.svg │ │ │ │ │ ├── qterminal.svg │ │ │ │ │ ├── qtikz.svg │ │ │ │ │ ├── qtiplot.svg │ │ │ │ │ ├── qtlinguist.svg │ │ │ │ │ ├── qtlinguistic.svg │ │ │ │ │ ├── qtlmovie.svg │ │ │ │ │ ├── qtoctave.svg │ │ │ │ │ ├── qtox.svg │ │ │ │ │ ├── qtpass.svg │ │ │ │ │ ├── qtqr.svg │ │ │ │ │ ├── qtractor.svg │ │ │ │ │ ├── qtrans.svg │ │ │ │ │ ├── qtsconverter.svg │ │ │ │ │ ├── qtsixa.svg │ │ │ │ │ ├── quadrapassel.svg │ │ │ │ │ ├── quake-armagon.svg │ │ │ │ │ ├── quake-dissolution.svg │ │ │ │ │ ├── quake-shareware.svg │ │ │ │ │ ├── quake.svg │ │ │ │ │ ├── quake2.svg │ │ │ │ │ ├── quake3.svg │ │ │ │ │ ├── quake4.svg │ │ │ │ │ ├── quarry.svg │ │ │ │ │ ├── quassel.svg │ │ │ │ │ ├── quasselclient.svg │ │ │ │ │ ├── quaternion.svg │ │ │ │ │ ├── qucs.svg │ │ │ │ │ ├── quearcode.svg │ │ │ │ │ ├── quickdocs.svg │ │ │ │ │ ├── quickhash.svg │ │ │ │ │ ├── quicksynergy.svg │ │ │ │ │ ├── quicktube.svg │ │ │ │ │ ├── quickviewer.svg │ │ │ │ │ ├── quilter.svg │ │ │ │ │ ├── quiterss.svg │ │ │ │ │ ├── quodlibet.svg │ │ │ │ │ ├── qupzilla.svg │ │ │ │ │ ├── qutebrowser.svg │ │ │ │ │ ├── qutim.svg │ │ │ │ │ ├── qv2ray.svg │ │ │ │ │ ├── qv4l2.svg │ │ │ │ │ ├── qvidcap.svg │ │ │ │ │ ├── qview.svg │ │ │ │ │ ├── qwertone.svg │ │ │ │ │ ├── qwinff.svg │ │ │ │ │ ├── qxgedit.svg │ │ │ │ │ ├── qxmledit.svg │ │ │ │ │ ├── raccoon.svg │ │ │ │ │ ├── racket-logo.svg │ │ │ │ │ ├── radio.svg │ │ │ │ │ ├── radiotray.svg │ │ │ │ │ ├── raine.svg │ │ │ │ │ ├── rakarrack.svg │ │ │ │ │ ├── raktpdf.svg │ │ │ │ │ ├── rambox-os.svg │ │ │ │ │ ├── rambox.svg │ │ │ │ │ ├── ramme.svg │ │ │ │ │ ├── rapid-photo-downloader.svg │ │ │ │ │ ├── rapidsvn.svg │ │ │ │ │ ├── rationalplan-multi.svg │ │ │ │ │ ├── rationalplan-project.svg │ │ │ │ │ ├── rationalplan-single.svg │ │ │ │ │ ├── raven-reader.svg │ │ │ │ │ ├── rawstudio.svg │ │ │ │ │ ├── rawtherapee.svg │ │ │ │ │ ├── razer.svg │ │ │ │ │ ├── razergenie.svg │ │ │ │ │ ├── rbutil.svg │ │ │ │ │ ├── rclock.svg │ │ │ │ │ ├── rclone-browser.svg │ │ │ │ │ ├── rcmdr.svg │ │ │ │ │ ├── rct.svg │ │ │ │ │ ├── rdm.svg │ │ │ │ │ ├── rdplot.svg │ │ │ │ │ ├── re.chiaki.Chiaki.svg │ │ │ │ │ ├── re.rizin.cutter.svg │ │ │ │ │ ├── re.sonny.Tangram.svg │ │ │ │ │ ├── reactotron.svg │ │ │ │ │ ├── readitlater.svg │ │ │ │ │ ├── realtimesync.svg │ │ │ │ │ ├── recapp.svg │ │ │ │ │ ├── receitanet-ajuda.svg │ │ │ │ │ ├── receitanet.svg │ │ │ │ │ ├── reco.svg │ │ │ │ │ ├── recoll.svg │ │ │ │ │ ├── red_glasses.svg │ │ │ │ │ ├── reddit-is-a-dead-bird.svg │ │ │ │ │ ├── redeclipse.svg │ │ │ │ │ ├── redhat-email.svg │ │ │ │ │ ├── redhat-filemanager.svg │ │ │ │ │ ├── redhat-server_settings.svg │ │ │ │ │ ├── redhat-tools.svg │ │ │ │ │ ├── redhat-web-browser.svg │ │ │ │ │ ├── redict.svg │ │ │ │ │ ├── reditr.svg │ │ │ │ │ ├── rednotebook.svg │ │ │ │ │ ├── redshift-gtk.svg │ │ │ │ │ ├── redshift.svg │ │ │ │ │ ├── redshiftgui.svg │ │ │ │ │ ├── redtimer.svg │ │ │ │ │ ├── referencer.svg │ │ │ │ │ ├── regextester.svg │ │ │ │ │ ├── regexxer.svg │ │ │ │ │ ├── regina.svg │ │ │ │ │ ├── reicast.svg │ │ │ │ │ ├── rekonq.svg │ │ │ │ │ ├── relational.svg │ │ │ │ │ ├── relay.svg │ │ │ │ │ ├── remarkable.svg │ │ │ │ │ ├── remmina.svg │ │ │ │ │ ├── remote-desktop.svg │ │ │ │ │ ├── remote-touchpad.svg │ │ │ │ │ ├── remotebox.svg │ │ │ │ │ ├── renku.svg │ │ │ │ │ ├── renoise.svg │ │ │ │ │ ├── renoise3.svg │ │ │ │ │ ├── renpy.svg │ │ │ │ │ ├── rest.getinsomnia.Designer.svg │ │ │ │ │ ├── rest.getinsomnia.Insomnia.svg │ │ │ │ │ ├── rest.insomnia.Designer.svg │ │ │ │ │ ├── rest.insomnia.Insomnia.svg │ │ │ │ │ ├── retext.svg │ │ │ │ │ ├── retroarch.svg │ │ │ │ │ ├── retroshare.svg │ │ │ │ │ ├── retux.svg │ │ │ │ │ ├── revelation.svg │ │ │ │ │ ├── revolt.svg │ │ │ │ │ ├── rezonator.svg │ │ │ │ │ ├── rezonator2.svg │ │ │ │ │ ├── rhythmbox.svg │ │ │ │ │ ├── ricin.svg │ │ │ │ │ ├── ricochet.svg │ │ │ │ │ ├── rider.svg │ │ │ │ │ ├── ring-jami.svg │ │ │ │ │ ├── ring-kde.svg │ │ │ │ │ ├── ring.svg │ │ │ │ │ ├── riot-desktop.svg │ │ │ │ │ ├── riot-nightly.svg │ │ │ │ │ ├── riot-web.svg │ │ │ │ │ ├── riot.svg │ │ │ │ │ ├── ripperx.svg │ │ │ │ │ ├── ristretto.svg │ │ │ │ │ ├── rkward.svg │ │ │ │ │ ├── rlogo_icon.svg │ │ │ │ │ ├── robo3t.svg │ │ │ │ │ ├── robocode.svg │ │ │ │ │ ├── robomongo.svg │ │ │ │ │ ├── roccat.svg │ │ │ │ │ ├── rocketchat-desktop.svg │ │ │ │ │ ├── rocketchat.svg │ │ │ │ │ ├── rocs.svg │ │ │ │ │ ├── rodeo.svg │ │ │ │ │ ├── roger.svg │ │ │ │ │ ├── rolisteam.svg │ │ │ │ │ ├── rosa-imagewriter.svg │ │ │ │ │ ├── rosamp.svg │ │ │ │ │ ├── rosegarden.svg │ │ │ │ │ ├── roxterm.svg │ │ │ │ │ ├── rpcs3.svg │ │ │ │ │ ├── rpi-imager.svg │ │ │ │ │ ├── rpi.svg │ │ │ │ │ ├── rpmdrake.svg │ │ │ │ │ ├── rsibreak.svg │ │ │ │ │ ├── rss.svg │ │ │ │ │ ├── rssguard.svg │ │ │ │ │ ├── rssowl.svg │ │ │ │ │ ├── rstudio.svg │ │ │ │ │ ├── rtcw.svg │ │ │ │ │ ├── rtwizard.svg │ │ │ │ │ ├── rubymine.svg │ │ │ │ │ ├── rubyripper.svg │ │ │ │ │ ├── runelite.svg │ │ │ │ │ ├── runescape.svg │ │ │ │ │ ├── ruqola.svg │ │ │ │ │ ├── rygel.svg │ │ │ │ │ ├── sa.edu.ksa.ayat.svg │ │ │ │ │ ├── sabaki.svg │ │ │ │ │ ├── sabnzbdplus.svg │ │ │ │ │ ├── saga.svg │ │ │ │ │ ├── sage-notebook.svg │ │ │ │ │ ├── samplv1.svg │ │ │ │ │ ├── samrewritten.svg │ │ │ │ │ ├── samsung-driver.svg │ │ │ │ │ ├── sauerbraten.svg │ │ │ │ │ ├── sayonara.svg │ │ │ │ │ ├── sc-controller.svg │ │ │ │ │ ├── sc_ide.svg │ │ │ │ │ ├── scanner.svg │ │ │ │ │ ├── scans2pdf.svg │ │ │ │ │ ├── scantailor.svg │ │ │ │ │ ├── schism-icon-128.svg │ │ │ │ │ ├── schismtracker.svg │ │ │ │ │ ├── scid.svg │ │ │ │ │ ├── scidavis.svg │ │ │ │ │ ├── sciencefair.svg │ │ │ │ │ ├── scilab.svg │ │ │ │ │ ├── scinotes.svg │ │ │ │ │ ├── scinsynth.svg │ │ │ │ │ ├── scorched3d.svg │ │ │ │ │ ├── scram.svg │ │ │ │ │ ├── scratch-desktop.svg │ │ │ │ │ ├── scratch-text-editor.svg │ │ │ │ │ ├── scratch.svg │ │ │ │ │ ├── scratch2.svg │ │ │ │ │ ├── screen-recorder.svg │ │ │ │ │ ├── screencloud.svg │ │ │ │ │ ├── screengrab.svg │ │ │ │ │ ├── screenie-qt.svg │ │ │ │ │ ├── screenie.svg │ │ │ │ │ ├── screenlets.svg │ │ │ │ │ ├── screenrecorder.svg │ │ │ │ │ ├── screenruler-icon-32x32.svg │ │ │ │ │ ├── screenruler-icon.svg │ │ │ │ │ ├── screenruler.svg │ │ │ │ │ ├── screensaver.svg │ │ │ │ │ ├── screentranslator.svg │ │ │ │ │ ├── scribes.svg │ │ │ │ │ ├── scribus-ng.svg │ │ │ │ │ ├── scribus-trunk.svg │ │ │ │ │ ├── scribus.svg │ │ │ │ │ ├── scrum-daily-standup-picker.svg │ │ │ │ │ ├── scudcloud.svg │ │ │ │ │ ├── scummvm.svg │ │ │ │ │ ├── scuolabook.svg │ │ │ │ │ ├── sdl-ball.svg │ │ │ │ │ ├── sdrangel.svg │ │ │ │ │ ├── sdrangel_icon.svg │ │ │ │ │ ├── seafile-client-qt5.svg │ │ │ │ │ ├── seafile-client.svg │ │ │ │ │ ├── seafile.svg │ │ │ │ │ ├── seahorse-preferences.svg │ │ │ │ │ ├── seahorse.svg │ │ │ │ │ ├── seamly2d.svg │ │ │ │ │ ├── seamlyme.svg │ │ │ │ │ ├── search.svg │ │ │ │ │ ├── searchmonkey.svg │ │ │ │ │ ├── securecrt.svg │ │ │ │ │ ├── securecrt_64.svg │ │ │ │ │ ├── securefx.svg │ │ │ │ │ ├── security-medium.svg │ │ │ │ │ ├── selektoricon.svg │ │ │ │ │ ├── selene.svg │ │ │ │ │ ├── selinux.svg │ │ │ │ │ ├── semantik-d.svg │ │ │ │ │ ├── semaphor.svg │ │ │ │ │ ├── semn.svg │ │ │ │ │ ├── sencha-animator.svg │ │ │ │ │ ├── sequeler.svg │ │ │ │ │ ├── ser-player.svg │ │ │ │ │ ├── serialplot.svg │ │ │ │ │ ├── servatrice.svg │ │ │ │ │ ├── session-messenger-desktop.svg │ │ │ │ │ ├── session-messenger.svg │ │ │ │ │ ├── session-properties.svg │ │ │ │ │ ├── setBfree.svg │ │ │ │ │ ├── setbfree.svg │ │ │ │ │ ├── setroubleshoot_icon.svg │ │ │ │ │ ├── setroubleshoot_red_icon.svg │ │ │ │ │ ├── setzer.svg │ │ │ │ │ ├── sflphone.svg │ │ │ │ │ ├── sgt-blackbox.svg │ │ │ │ │ ├── sgt-mines.svg │ │ │ │ │ ├── sgt-net.svg │ │ │ │ │ ├── sgt-pegs.svg │ │ │ │ │ ├── sgt-solo.svg │ │ │ │ │ ├── sh.popcorntime.PopcornTime.svg │ │ │ │ │ ├── shadered.svg │ │ │ │ │ ├── shadow-beta.svg │ │ │ │ │ ├── shadow-dev.svg │ │ │ │ │ ├── shadow-preprod.svg │ │ │ │ │ ├── shadow-testing.svg │ │ │ │ │ ├── shadow.svg │ │ │ │ │ ├── shadowsocks-qt5.svg │ │ │ │ │ ├── share.svg │ │ │ │ │ ├── shares.svg │ │ │ │ │ ├── shattered-pixel-dungeon.svg │ │ │ │ │ ├── shortcuts.svg │ │ │ │ │ ├── shotcut.svg │ │ │ │ │ ├── shotwell.svg │ │ │ │ │ ├── show-background.svg │ │ │ │ │ ├── show-desktop.svg │ │ │ │ │ ├── showdown.svg │ │ │ │ │ ├── showfoto.svg │ │ │ │ │ ├── showimage.svg │ │ │ │ │ ├── shredder.svg │ │ │ │ │ ├── shuriken.svg │ │ │ │ │ ├── shutdownscheduler.svg │ │ │ │ │ ├── shutter-encoder.svg │ │ │ │ │ ├── shutter.svg │ │ │ │ │ ├── sideload.svg │ │ │ │ │ ├── sigil.svg │ │ │ │ │ ├── signal-desktop.svg │ │ │ │ │ ├── signal.svg │ │ │ │ │ ├── sigram.svg │ │ │ │ │ ├── sigviewer.svg │ │ │ │ │ ├── sigviewer128.svg │ │ │ │ │ ├── silverjuke.svg │ │ │ │ │ ├── simple-ccsm.svg │ │ │ │ │ ├── simple-scan.svg │ │ │ │ │ ├── simpleconvert.svg │ │ │ │ │ ├── simplenote.svg │ │ │ │ │ ├── simplescreenrecorder.svg │ │ │ │ │ ├── simplesok.svg │ │ │ │ │ ├── simsu.svg │ │ │ │ │ ├── simutrans.svg │ │ │ │ │ ├── sirikali.svg │ │ │ │ │ ├── siril.svg │ │ │ │ │ ├── sk1-color-picker.svg │ │ │ │ │ ├── sk1.svg │ │ │ │ │ ├── skanlite.svg │ │ │ │ │ ├── skifra.svg │ │ │ │ │ ├── skrooge.svg │ │ │ │ │ ├── skychart.svg │ │ │ │ │ ├── skydmin.svg │ │ │ │ │ ├── skylendar.svg │ │ │ │ │ ├── skype-call-recorder.svg │ │ │ │ │ ├── skype.svg │ │ │ │ │ ├── skypeforlinux.svg │ │ │ │ │ ├── slack.svg │ │ │ │ │ ├── slgui.svg │ │ │ │ │ ├── slic3r-prusa3d.svg │ │ │ │ │ ├── slic3r.svg │ │ │ │ │ ├── slidewall.svg │ │ │ │ │ ├── slimevolley.svg │ │ │ │ │ ├── slingscold.svg │ │ │ │ │ ├── sm-ssc.svg │ │ │ │ │ ├── sm.puri.Calls.svg │ │ │ │ │ ├── sm.puri.Chatty.svg │ │ │ │ │ ├── smartcode-stremio.svg │ │ │ │ │ ├── smartgit.svg │ │ │ │ │ ├── smartgithg.svg │ │ │ │ │ ├── smartsvn.svg │ │ │ │ │ ├── smartsynchronize.svg │ │ │ │ │ ├── smarttrafficmeter.svg │ │ │ │ │ ├── smb4k.svg │ │ │ │ │ ├── smc.svg │ │ │ │ │ ├── smplayer.svg │ │ │ │ │ ├── smtube.svg │ │ │ │ │ ├── smuxi-frontend-gnome.svg │ │ │ │ │ ├── smuxi.svg │ │ │ │ │ ├── snap-icon.svg │ │ │ │ │ ├── snap-photobooth.svg │ │ │ │ │ ├── snappy.svg │ │ │ │ │ ├── snaptastic.svg │ │ │ │ │ ├── snes9x-gtk.svg │ │ │ │ │ ├── snes9x.svg │ │ │ │ │ ├── snowflake.svg │ │ │ │ │ ├── soapui.svg │ │ │ │ │ ├── software-center.svg │ │ │ │ │ ├── software-manager.svg │ │ │ │ │ ├── software-properties.svg │ │ │ │ │ ├── software-sources.svg │ │ │ │ │ ├── software.svg │ │ │ │ │ ├── softwarecenter-debian.svg │ │ │ │ │ ├── softwarecenter-ubuntu.svg │ │ │ │ │ ├── softwarecenter.svg │ │ │ │ │ ├── solaar.svg │ │ │ │ │ ├── solanum.svg │ │ │ │ │ ├── solarus-launcher.svg │ │ │ │ │ ├── solarus-quest-editor.svg │ │ │ │ │ ├── solarus.svg │ │ │ │ │ ├── solfege.svg │ │ │ │ │ ├── solvespace.svg │ │ │ │ │ ├── sonata.svg │ │ │ │ │ ├── sonic-pi.svg │ │ │ │ │ ├── sonic-the-hedgehog-2.svg │ │ │ │ │ ├── sonic-the-hedgehog.svg │ │ │ │ │ ├── sonic-visualiser.svg │ │ │ │ │ ├── sonobus.svg │ │ │ │ │ ├── sooperlooper.svg │ │ │ │ │ ├── souk.svg │ │ │ │ │ ├── soulseek-qt.svg │ │ │ │ │ ├── soulseek.svg │ │ │ │ │ ├── sound-juicer.svg │ │ │ │ │ ├── soundcloud.svg │ │ │ │ │ ├── soundconverter-logo.svg │ │ │ │ │ ├── soundconverter.svg │ │ │ │ │ ├── soundkonverter.svg │ │ │ │ │ ├── soundnode.svg │ │ │ │ │ ├── soundux.svg │ │ │ │ │ ├── sourcetrail.svg │ │ │ │ │ ├── space-invaders.svg │ │ │ │ │ ├── space.fips.Fips.svg │ │ │ │ │ ├── spacebar.svg │ │ │ │ │ ├── spacefm-blue.svg │ │ │ │ │ ├── spacefm-find.svg │ │ │ │ │ ├── spacefm-green.svg │ │ │ │ │ ├── spacefm-red.svg │ │ │ │ │ ├── spacefm.svg │ │ │ │ │ ├── spacemacs.svg │ │ │ │ │ ├── spaghetti-armageddon.svg │ │ │ │ │ ├── spark.svg │ │ │ │ │ ├── sparkleshare-16.svg │ │ │ │ │ ├── sparkleshare-22.svg │ │ │ │ │ ├── sparkleshare-24.svg │ │ │ │ │ ├── sparkleshare-256.svg │ │ │ │ │ ├── sparkleshare-32.svg │ │ │ │ │ ├── sparkleshare-48.svg │ │ │ │ │ ├── sparkleshare.svg │ │ │ │ │ ├── spe.svg │ │ │ │ │ ├── spectacle.svg │ │ │ │ │ ├── spectator.svg │ │ │ │ │ ├── spectral.svg │ │ │ │ │ ├── spectrum3d.svg │ │ │ │ │ ├── speedcrunch.svg │ │ │ │ │ ├── spek.svg │ │ │ │ │ ├── spice-up.svg │ │ │ │ │ ├── spideroak.svg │ │ │ │ │ ├── spine.svg │ │ │ │ │ ├── spivak.svg │ │ │ │ │ ├── sportstracker.svg │ │ │ │ │ ├── spotify-client.svg │ │ │ │ │ ├── spotify-linux-48x48.svg │ │ │ │ │ ├── spotify-linux-512x512.svg │ │ │ │ │ ├── spotify-web-player.svg │ │ │ │ │ ├── spotify.svg │ │ │ │ │ ├── spotifywebplayer.svg │ │ │ │ │ ├── spring.svg │ │ │ │ │ ├── springlobby.svg │ │ │ │ │ ├── springseed.svg │ │ │ │ │ ├── spriteilluminator.svg │ │ │ │ │ ├── spyder.svg │ │ │ │ │ ├── spyder3.svg │ │ │ │ │ ├── sqldeveloper.svg │ │ │ │ │ ├── sqlitebrowser.svg │ │ │ │ │ ├── sqliteman.svg │ │ │ │ │ ├── sqlitestudio.svg │ │ │ │ │ ├── sqlrestore.svg │ │ │ │ │ ├── squirrel-sql.svg │ │ │ │ │ ├── sr-editor.svg │ │ │ │ │ ├── srain.svg │ │ │ │ │ ├── srb2.svg │ │ │ │ │ ├── srtnr.svg │ │ │ │ │ ├── ssb-patchwork.svg │ │ │ │ │ ├── stacer.svg │ │ │ │ │ ├── standard-notes.svg │ │ │ │ │ ├── standardnotes.svg │ │ │ │ │ ├── starcal2.svg │ │ │ │ │ ├── starcraft-2.svg │ │ │ │ │ ├── stardict.svg │ │ │ │ │ ├── starfighter.svg │ │ │ │ │ ├── start-here-archlinux.svg │ │ │ │ │ ├── start-here-arcolinux.svg │ │ │ │ │ ├── start-here-kde.svg │ │ │ │ │ ├── start-here-pop-os.svg │ │ │ │ │ ├── startupmanager.svg │ │ │ │ │ ├── staruml.svg │ │ │ │ │ ├── steadyflow.svg │ │ │ │ │ ├── steam-launcher.svg │ │ │ │ │ ├── steam-native.svg │ │ │ │ │ ├── steam.svg │ │ │ │ │ ├── steam_icon_10.svg │ │ │ │ │ ├── steam_icon_100.svg │ │ │ │ │ ├── steam_icon_100980.svg │ │ │ │ │ ├── steam_icon_102300.svg │ │ │ │ │ ├── steam_icon_102840.svg │ │ │ │ │ ├── steam_icon_1046930.svg │ │ │ │ │ ├── steam_icon_10500.svg │ │ │ │ │ ├── steam_icon_105600.svg │ │ │ │ │ ├── steam_icon_107100.svg │ │ │ │ │ ├── steam_icon_107800.svg │ │ │ │ │ ├── steam_icon_108200.svg │ │ │ │ │ ├── steam_icon_108600.svg │ │ │ │ │ ├── steam_icon_1097150.svg │ │ │ │ │ ├── steam_icon_112100.svg │ │ │ │ │ ├── steam_icon_1127400.svg │ │ │ │ │ ├── steam_icon_1128180.svg │ │ │ │ │ ├── steam_icon_113020.svg │ │ │ │ │ ├── steam_icon_11500.svg │ │ │ │ │ ├── steam_icon_115100.svg │ │ │ │ │ ├── steam_icon_115800.svg │ │ │ │ │ ├── steam_icon_1159660.svg │ │ │ │ │ ├── steam_icon_1194110.svg │ │ │ │ │ ├── steam_icon_1194120.svg │ │ │ │ │ ├── steam_icon_1250.svg │ │ │ │ │ ├── steam_icon_1275890.svg │ │ │ │ │ ├── steam_icon_1289310.svg │ │ │ │ │ ├── steam_icon_130.svg │ │ │ │ │ ├── steam_icon_1318690.svg │ │ │ │ │ ├── steam_icon_1500.svg │ │ │ │ │ ├── steam_icon_1510.svg │ │ │ │ │ ├── steam_icon_1520.svg │ │ │ │ │ ├── steam_icon_1530.svg │ │ │ │ │ ├── steam_icon_1536610.svg │ │ │ │ │ ├── steam_icon_18700.svg │ │ │ │ │ ├── steam_icon_18710.svg │ │ │ │ │ ├── steam_icon_20.svg │ │ │ │ │ ├── steam_icon_200390.svg │ │ │ │ │ ├── steam_icon_200510.svg │ │ │ │ │ ├── steam_icon_200710.svg │ │ │ │ │ ├── steam_icon_200900.svg │ │ │ │ │ ├── steam_icon_201420.svg │ │ │ │ │ ├── steam_icon_201430.svg │ │ │ │ │ ├── steam_icon_202730.svg │ │ │ │ │ ├── steam_icon_202800.svg │ │ │ │ │ ├── steam_icon_203160.svg │ │ │ │ │ ├── steam_icon_203210.svg │ │ │ │ │ ├── steam_icon_203770.svg │ │ │ │ │ ├── steam_icon_204060.svg │ │ │ │ │ ├── steam_icon_204180.svg │ │ │ │ │ ├── steam_icon_204220.svg │ │ │ │ │ ├── steam_icon_204240.svg │ │ │ │ │ ├── steam_icon_204300.svg │ │ │ │ │ ├── steam_icon_204360.svg │ │ │ │ │ ├── steam_icon_204680.svg │ │ │ │ │ ├── steam_icon_204940.svg │ │ │ │ │ ├── steam_icon_206310.svg │ │ │ │ │ ├── steam_icon_207100.svg │ │ │ │ │ ├── steam_icon_207250.svg │ │ │ │ │ ├── steam_icon_208580.svg │ │ │ │ │ ├── steam_icon_20900.svg │ │ │ │ │ ├── steam_icon_209080.svg │ │ │ │ │ ├── steam_icon_209190.svg │ │ │ │ │ ├── steam_icon_20920.svg │ │ │ │ │ ├── steam_icon_209370.svg │ │ │ │ │ ├── steam_icon_209790.svg │ │ │ │ │ ├── steam_icon_210890.svg │ │ │ │ │ ├── steam_icon_210910.svg │ │ │ │ │ ├── steam_icon_211400.svg │ │ │ │ │ ├── steam_icon_211820.svg │ │ │ │ │ ├── steam_icon_212070.svg │ │ │ │ │ ├── steam_icon_212680.svg │ │ │ │ │ ├── steam_icon_213650.svg │ │ │ │ │ ├── steam_icon_214490.svg │ │ │ │ │ ├── steam_icon_214560.svg │ │ │ │ │ ├── steam_icon_214770.svg │ │ │ │ │ ├── steam_icon_214810.svg │ │ │ │ │ ├── steam_icon_215080.svg │ │ │ │ │ ├── steam_icon_215160.svg │ │ │ │ │ ├── steam_icon_217690.svg │ │ │ │ │ ├── steam_icon_218060.svg │ │ │ │ │ ├── steam_icon_219150.svg │ │ │ │ │ ├── steam_icon_219190.svg │ │ │ │ │ ├── steam_icon_219200.svg │ │ │ │ │ ├── steam_icon_219680.svg │ │ │ │ │ ├── steam_icon_219740.svg │ │ │ │ │ ├── steam_icon_219830.svg │ │ │ │ │ ├── steam_icon_219890.svg │ │ │ │ │ ├── steam_icon_220.svg │ │ │ │ │ ├── steam_icon_22000.svg │ │ │ │ │ ├── steam_icon_22010.svg │ │ │ │ │ ├── steam_icon_220200.svg │ │ │ │ │ ├── steam_icon_220780.svg │ │ │ │ │ ├── steam_icon_221180.svg │ │ │ │ │ ├── steam_icon_22120.svg │ │ │ │ │ ├── steam_icon_221260.svg │ │ │ │ │ ├── steam_icon_22140.svg │ │ │ │ │ ├── steam_icon_221450.svg │ │ │ │ │ ├── steam_icon_221640.svg │ │ │ │ │ ├── steam_icon_22180.svg │ │ │ │ │ ├── steam_icon_221830.svg │ │ │ │ │ ├── steam_icon_221910.svg │ │ │ │ │ ├── steam_icon_222750.svg │ │ │ │ │ ├── steam_icon_222880.svg │ │ │ │ │ ├── steam_icon_223280.svg │ │ │ │ │ ├── steam_icon_223530.svg │ │ │ │ │ ├── steam_icon_223830.svg │ │ │ │ │ ├── steam_icon_224260.svg │ │ │ │ │ ├── steam_icon_224480.svg │ │ │ │ │ ├── steam_icon_224540.svg │ │ │ │ │ ├── steam_icon_224760.svg │ │ │ │ │ ├── steam_icon_225140.svg │ │ │ │ │ ├── steam_icon_225420.svg │ │ │ │ │ ├── steam_icon_22600.svg │ │ │ │ │ ├── steam_icon_226300.svg │ │ │ │ │ ├── steam_icon_22690.svg │ │ │ │ │ ├── steam_icon_227200.svg │ │ │ │ │ ├── steam_icon_227300.svg │ │ │ │ │ ├── steam_icon_230150.svg │ │ │ │ │ ├── steam_icon_230290.svg │ │ │ │ │ ├── steam_icon_230410.svg │ │ │ │ │ ├── steam_icon_231160.svg │ │ │ │ │ ├── steam_icon_231200.svg │ │ │ │ │ ├── steam_icon_231430.svg │ │ │ │ │ ├── steam_icon_231670.svg │ │ │ │ │ ├── steam_icon_232430.svg │ │ │ │ │ ├── steam_icon_232790.svg │ │ │ │ │ ├── steam_icon_233230.svg │ │ │ │ │ ├── steam_icon_233450.svg │ │ │ │ │ ├── steam_icon_233610.svg │ │ │ │ │ ├── steam_icon_233720.svg │ │ │ │ │ ├── steam_icon_234650.svg │ │ │ │ │ ├── steam_icon_235800.svg │ │ │ │ │ ├── steam_icon_235820.svg │ │ │ │ │ ├── steam_icon_236090.svg │ │ │ │ │ ├── steam_icon_236390.svg │ │ │ │ │ ├── steam_icon_236850.svg │ │ │ │ │ ├── steam_icon_237530.svg │ │ │ │ │ ├── steam_icon_238210.svg │ │ │ │ │ ├── steam_icon_238320.svg │ │ │ │ │ ├── steam_icon_238460.svg │ │ │ │ │ ├── steam_icon_238710.svg │ │ │ │ │ ├── steam_icon_239030.svg │ │ │ │ │ ├── steam_icon_239070.svg │ │ │ │ │ ├── steam_icon_239200.svg │ │ │ │ │ ├── steam_icon_239350.svg │ │ │ │ │ ├── steam_icon_239820.svg │ │ │ │ │ ├── steam_icon_240.svg │ │ │ │ │ ├── steam_icon_241600.svg │ │ │ │ │ ├── steam_icon_241930.svg │ │ │ │ │ ├── steam_icon_242820.svg │ │ │ │ │ ├── steam_icon_243780.svg │ │ │ │ │ ├── steam_icon_244870.svg │ │ │ │ │ ├── steam_icon_245470.svg │ │ │ │ │ ├── steam_icon_246620.svg │ │ │ │ │ ├── steam_icon_247080.svg │ │ │ │ │ ├── steam_icon_248570.svg │ │ │ │ │ ├── steam_icon_248820.svg │ │ │ │ │ ├── steam_icon_249050.svg │ │ │ │ │ ├── steam_icon_249990.svg │ │ │ │ │ ├── steam_icon_250420.svg │ │ │ │ │ ├── steam_icon_250620.svg │ │ │ │ │ ├── steam_icon_250900.svg │ │ │ │ │ ├── steam_icon_251470.svg │ │ │ │ │ ├── steam_icon_251570.svg │ │ │ │ │ ├── steam_icon_252490.svg │ │ │ │ │ ├── steam_icon_252950.svg │ │ │ │ │ ├── steam_icon_253030.svg │ │ │ │ │ ├── steam_icon_255710.svg │ │ │ │ │ ├── steam_icon_257510.svg │ │ │ │ │ ├── steam_icon_261640.svg │ │ │ │ │ ├── steam_icon_263060.svg │ │ │ │ │ ├── steam_icon_264910.svg │ │ │ │ │ ├── steam_icon_26500.svg │ │ │ │ │ ├── steam_icon_265630.svg │ │ │ │ │ ├── steam_icon_265930.svg │ │ │ │ │ ├── steam_icon_266010.svg │ │ │ │ │ ├── steam_icon_266840.svg │ │ │ │ │ ├── steam_icon_26800.svg │ │ │ │ │ ├── steam_icon_26900.svg │ │ │ │ │ ├── steam_icon_26910.svg │ │ │ │ │ ├── steam_icon_269950.svg │ │ │ │ │ ├── steam_icon_270880.svg │ │ │ │ │ ├── steam_icon_271590.svg │ │ │ │ │ ├── steam_icon_273390.svg │ │ │ │ │ ├── steam_icon_274170.svg │ │ │ │ │ ├── steam_icon_275390.svg │ │ │ │ │ ├── steam_icon_275850.svg │ │ │ │ │ ├── steam_icon_2760.svg │ │ │ │ │ ├── steam_icon_278360.svg │ │ │ │ │ ├── steam_icon_278670.svg │ │ │ │ │ ├── steam_icon_280.svg │ │ │ │ │ ├── steam_icon_280680.svg │ │ │ │ │ ├── steam_icon_281200.svg │ │ │ │ │ ├── steam_icon_281990.svg │ │ │ │ │ ├── steam_icon_282070.svg │ │ │ │ │ ├── steam_icon_282800.svg │ │ │ │ │ ├── steam_icon_283960.svg │ │ │ │ │ ├── steam_icon_284160.svg │ │ │ │ │ ├── steam_icon_285540.svg │ │ │ │ │ ├── steam_icon_285900.svg │ │ │ │ │ ├── steam_icon_285920.svg │ │ │ │ │ ├── steam_icon_286000.svg │ │ │ │ │ ├── steam_icon_286100.svg │ │ │ │ │ ├── steam_icon_286570.svg │ │ │ │ │ ├── steam_icon_286690.svg │ │ │ │ │ ├── steam_icon_287390.svg │ │ │ │ │ ├── steam_icon_287980.svg │ │ │ │ │ ├── steam_icon_289070.svg │ │ │ │ │ ├── steam_icon_289690.svg │ │ │ │ │ ├── steam_icon_290340.svg │ │ │ │ │ ├── steam_icon_290930.svg │ │ │ │ │ ├── steam_icon_292030.svg │ │ │ │ │ ├── steam_icon_292180.svg │ │ │ │ │ ├── steam_icon_292600.svg │ │ │ │ │ ├── steam_icon_292910.svg │ │ │ │ │ ├── steam_icon_293780.svg │ │ │ │ │ ├── steam_icon_294100.svg │ │ │ │ │ ├── steam_icon_295690.svg │ │ │ │ │ ├── steam_icon_297120.svg │ │ │ │ │ ├── steam_icon_298630.svg │ │ │ │ │ ├── steam_icon_299660.svg │ │ │ │ │ ├── steam_icon_30.svg │ │ │ │ │ ├── steam_icon_300.svg │ │ │ │ │ ├── steam_icon_300550.svg │ │ │ │ │ ├── steam_icon_301520.svg │ │ │ │ │ ├── steam_icon_302380.svg │ │ │ │ │ ├── steam_icon_302610.svg │ │ │ │ │ ├── steam_icon_304440.svg │ │ │ │ │ ├── steam_icon_304930.svg │ │ │ │ │ ├── steam_icon_308420.svg │ │ │ │ │ ├── steam_icon_311690.svg │ │ │ │ │ ├── steam_icon_313740.svg │ │ │ │ │ ├── steam_icon_317360.svg │ │ │ │ │ ├── steam_icon_317400.svg │ │ │ │ │ ├── steam_icon_319630.svg │ │ │ │ │ ├── steam_icon_319870.svg │ │ │ │ │ ├── steam_icon_319910.svg │ │ │ │ │ ├── steam_icon_320.svg │ │ │ │ │ ├── steam_icon_322170.svg │ │ │ │ │ ├── steam_icon_322330.svg │ │ │ │ │ ├── steam_icon_323190.svg │ │ │ │ │ ├── steam_icon_323320.svg │ │ │ │ │ ├── steam_icon_325910.svg │ │ │ │ │ ├── steam_icon_327220.svg │ │ │ │ │ ├── steam_icon_329030.svg │ │ │ │ │ ├── steam_icon_329130.svg │ │ │ │ │ ├── steam_icon_330160.svg │ │ │ │ │ ├── steam_icon_330710.svg │ │ │ │ │ ├── steam_icon_330820.svg │ │ │ │ │ ├── steam_icon_332200.svg │ │ │ │ │ ├── steam_icon_332970.svg │ │ │ │ │ ├── steam_icon_336390.svg │ │ │ │ │ ├── steam_icon_33680.svg │ │ │ │ │ ├── steam_icon_336940.svg │ │ │ │ │ ├── steam_icon_339280.svg │ │ │ │ │ ├── steam_icon_340.svg │ │ │ │ │ ├── steam_icon_341800.svg │ │ │ │ │ ├── steam_icon_342170.svg │ │ │ │ │ ├── steam_icon_342610.svg │ │ │ │ │ ├── steam_icon_344850.svg │ │ │ │ │ ├── steam_icon_346010.svg │ │ │ │ │ ├── steam_icon_346110.svg │ │ │ │ │ ├── steam_icon_346900.svg │ │ │ │ │ ├── steam_icon_35480.svg │ │ │ │ │ ├── steam_icon_355410.svg │ │ │ │ │ ├── steam_icon_356670.svg │ │ │ │ │ ├── steam_icon_35700.svg │ │ │ │ │ ├── steam_icon_35720.svg │ │ │ │ │ ├── steam_icon_360.svg │ │ │ │ │ ├── steam_icon_362680.svg │ │ │ │ │ ├── steam_icon_362890.svg │ │ │ │ │ ├── steam_icon_365450.svg │ │ │ │ │ ├── steam_icon_365670.svg │ │ │ │ │ ├── steam_icon_365900.svg │ │ │ │ │ ├── steam_icon_367520.svg │ │ │ │ │ ├── steam_icon_370070.svg │ │ │ │ │ ├── steam_icon_371970.svg │ │ │ │ │ ├── steam_icon_373960.svg │ │ │ │ │ ├── steam_icon_375820.svg │ │ │ │ │ ├── steam_icon_375950.svg │ │ │ │ │ ├── steam_icon_380.svg │ │ │ │ │ ├── steam_icon_380840.svg │ │ │ │ │ ├── steam_icon_383270.svg │ │ │ │ │ ├── steam_icon_383870.svg │ │ │ │ │ ├── steam_icon_386070.svg │ │ │ │ │ ├── steam_icon_386940.svg │ │ │ │ │ ├── steam_icon_38700.svg │ │ │ │ │ ├── steam_icon_38710.svg │ │ │ │ │ ├── steam_icon_38740.svg │ │ │ │ │ ├── steam_icon_391220.svg │ │ │ │ │ ├── steam_icon_391540.svg │ │ │ │ │ ├── steam_icon_393500.svg │ │ │ │ │ ├── steam_icon_399780.svg │ │ │ │ │ ├── steam_icon_400.svg │ │ │ │ │ ├── steam_icon_4000.svg │ │ │ │ │ ├── steam_icon_400020.svg │ │ │ │ │ ├── steam_icon_400630.svg │ │ │ │ │ ├── steam_icon_404790.svg │ │ │ │ │ ├── steam_icon_405640.svg │ │ │ │ │ ├── steam_icon_40700.svg │ │ │ │ │ ├── steam_icon_40710.svg │ │ │ │ │ ├── steam_icon_40800.svg │ │ │ │ │ ├── steam_icon_409370.svg │ │ │ │ │ ├── steam_icon_41070.svg │ │ │ │ │ ├── steam_icon_41100.svg │ │ │ │ │ ├── steam_icon_41300.svg │ │ │ │ │ ├── steam_icon_413150.svg │ │ │ │ │ ├── steam_icon_415890.svg │ │ │ │ │ ├── steam_icon_420.svg │ │ │ │ │ ├── steam_icon_427520.svg │ │ │ │ │ ├── steam_icon_43110.svg │ │ │ │ │ ├── steam_icon_43160.svg │ │ │ │ │ ├── steam_icon_431730.svg │ │ │ │ │ ├── steam_icon_433340.svg │ │ │ │ │ ├── steam_icon_434520.svg │ │ │ │ │ ├── steam_icon_435530.svg │ │ │ │ │ ├── steam_icon_438100.svg │ │ │ │ │ ├── steam_icon_440.svg │ │ │ │ │ ├── steam_icon_441960.svg │ │ │ │ │ ├── steam_icon_444200.svg │ │ │ │ │ ├── steam_icon_445220.svg │ │ │ │ │ ├── steam_icon_447530.svg │ │ │ │ │ ├── steam_icon_449380.svg │ │ │ │ │ ├── steam_icon_450140.svg │ │ │ │ │ ├── steam_icon_452280.svg │ │ │ │ │ ├── steam_icon_454060.svg │ │ │ │ │ ├── steam_icon_454510.svg │ │ │ │ │ ├── steam_icon_457140.svg │ │ │ │ │ ├── steam_icon_457760.svg │ │ │ │ │ ├── steam_icon_474750.svg │ │ │ │ │ ├── steam_icon_475550.svg │ │ │ │ │ ├── steam_icon_48000.svg │ │ │ │ │ ├── steam_icon_48950.svg │ │ │ │ │ ├── steam_icon_4920.svg │ │ │ │ │ ├── steam_icon_49520.svg │ │ │ │ │ ├── steam_icon_49600.svg │ │ │ │ │ ├── steam_icon_49610.svg │ │ │ │ │ ├── steam_icon_50.svg │ │ │ │ │ ├── steam_icon_500.svg │ │ │ │ │ ├── steam_icon_50300.svg │ │ │ │ │ ├── steam_icon_503560.svg │ │ │ │ │ ├── steam_icon_514900.svg │ │ │ │ │ ├── steam_icon_515220.svg │ │ │ │ │ ├── steam_icon_530390.svg │ │ │ │ │ ├── steam_icon_535610.svg │ │ │ │ │ ├── steam_icon_541570.svg │ │ │ │ │ ├── steam_icon_550.svg │ │ │ │ │ ├── steam_icon_55040.svg │ │ │ │ │ ├── steam_icon_55050.svg │ │ │ │ │ ├── steam_icon_552440.svg │ │ │ │ │ ├── steam_icon_563560.svg │ │ │ │ │ ├── steam_icon_570.svg │ │ │ │ │ ├── steam_icon_57300.svg │ │ │ │ │ ├── steam_icon_57310.svg │ │ │ │ │ ├── steam_icon_57640.svg │ │ │ │ │ ├── steam_icon_577690.svg │ │ │ │ │ ├── steam_icon_585190.svg │ │ │ │ │ ├── steam_icon_585410.svg │ │ │ │ │ ├── steam_icon_585600.svg │ │ │ │ │ ├── steam_icon_585610.svg │ │ │ │ │ ├── steam_icon_585620.svg │ │ │ │ │ ├── steam_icon_58610.svg │ │ │ │ │ ├── steam_icon_597220.svg │ │ │ │ │ ├── steam_icon_598530.svg │ │ │ │ │ ├── steam_icon_599390.svg │ │ │ │ │ ├── steam_icon_60.svg │ │ │ │ │ ├── steam_icon_602320.svg │ │ │ │ │ ├── steam_icon_607260.svg │ │ │ │ │ ├── steam_icon_6120.svg │ │ │ │ │ ├── steam_icon_6130.svg │ │ │ │ │ ├── steam_icon_61600.svg │ │ │ │ │ ├── steam_icon_620.svg │ │ │ │ │ ├── steam_icon_622050.svg │ │ │ │ │ ├── steam_icon_630.svg │ │ │ │ │ ├── steam_icon_644390.svg │ │ │ │ │ ├── steam_icon_65980.svg │ │ │ │ │ ├── steam_icon_698780.svg │ │ │ │ │ ├── steam_icon_70.svg │ │ │ │ │ ├── steam_icon_70300.svg │ │ │ │ │ ├── steam_icon_711660.svg │ │ │ │ │ ├── steam_icon_717640.svg │ │ │ │ │ ├── steam_icon_72000.svg │ │ │ │ │ ├── steam_icon_730.svg │ │ │ │ │ ├── steam_icon_73080.svg │ │ │ │ │ ├── steam_icon_736260.svg │ │ │ │ │ ├── steam_icon_743450.svg │ │ │ │ │ ├── steam_icon_744050.svg │ │ │ │ │ ├── steam_icon_744570.svg │ │ │ │ │ ├── steam_icon_746470.svg │ │ │ │ │ ├── steam_icon_750920.svg │ │ │ │ │ ├── steam_icon_761620.svg │ │ │ │ │ ├── steam_icon_761890.svg │ │ │ │ │ ├── steam_icon_80.svg │ │ │ │ │ ├── steam_icon_838400.svg │ │ │ │ │ ├── steam_icon_841.svg │ │ │ │ │ ├── steam_icon_8870.svg │ │ │ │ │ ├── steam_icon_8930.svg │ │ │ │ │ ├── steam_icon_90400.svg │ │ │ │ │ ├── steam_icon_90410.svg │ │ │ │ │ ├── steam_icon_9050.svg │ │ │ │ │ ├── steam_icon_9100.svg │ │ │ │ │ ├── steam_icon_93200.svg │ │ │ │ │ ├── steam_icon_9420.svg │ │ │ │ │ ├── steam_icon_9500.svg │ │ │ │ │ ├── steam_icon_9510.svg │ │ │ │ │ ├── steam_icon_97000.svg │ │ │ │ │ ├── steam_icon_978680.svg │ │ │ │ │ ├── steam_icon_978690.svg │ │ │ │ │ ├── steam_icon_98200.svg │ │ │ │ │ ├── steam_icon_98800.svg │ │ │ │ │ ├── steamos-logo-icon.svg │ │ │ │ │ ├── steampowered.svg │ │ │ │ │ ├── steamskinmanager.svg │ │ │ │ │ ├── stella.svg │ │ │ │ │ ├── stellarium.svg │ │ │ │ │ ├── step.svg │ │ │ │ │ ├── stepmania-ssc.svg │ │ │ │ │ ├── stepmania.svg │ │ │ │ │ ├── sticky-notes.svg │ │ │ │ │ ├── stm32workbench.svg │ │ │ │ │ ├── stock_addressbook.svg │ │ │ │ │ ├── stock_alarm.svg │ │ │ │ │ ├── stock_calendar.svg │ │ │ │ │ ├── stock_help-agent.svg │ │ │ │ │ ├── stock_keyring.svg │ │ │ │ │ ├── stock_news.svg │ │ │ │ │ ├── stock_tasks.svg │ │ │ │ │ ├── stock_xfburn.svg │ │ │ │ │ ├── stoken-gui.svg │ │ │ │ │ ├── stopmotion.svg │ │ │ │ │ ├── stormcloud.svg │ │ │ │ │ ├── strawberry.svg │ │ │ │ │ ├── streamlink-twitch-gui.svg │ │ │ │ │ ├── streamtuner.svg │ │ │ │ │ ├── streamtuner2.svg │ │ │ │ │ ├── stremio.svg │ │ │ │ │ ├── strife.svg │ │ │ │ │ ├── strigi.svg │ │ │ │ │ ├── stuntrally.svg │ │ │ │ │ ├── style.svg │ │ │ │ │ ├── subdownloader.svg │ │ │ │ │ ├── sublime-merge.svg │ │ │ │ │ ├── sublime-text-2.svg │ │ │ │ │ ├── sublime-text-3.svg │ │ │ │ │ ├── sublime-text.svg │ │ │ │ │ ├── sublime.svg │ │ │ │ │ ├── sublime_merge.svg │ │ │ │ │ ├── sublime_text.svg │ │ │ │ │ ├── sublimemerge.svg │ │ │ │ │ ├── sublimetext.svg │ │ │ │ │ ├── substance.svg │ │ │ │ │ ├── subsurface-icon.svg │ │ │ │ │ ├── subtitleeditor.svg │ │ │ │ │ ├── sudoku.svg │ │ │ │ │ ├── sudokuki.svg │ │ │ │ │ ├── sun-java-jdk6.svg │ │ │ │ │ ├── sun-java-jdk7.svg │ │ │ │ │ ├── sun-java-jdk8.svg │ │ │ │ │ ├── sun-java-jre8.svg │ │ │ │ │ ├── sun-java.svg │ │ │ │ │ ├── sun-java6.svg │ │ │ │ │ ├── sun-java7.svg │ │ │ │ │ ├── sun-java8.svg │ │ │ │ │ ├── sun-javaws-jdk6.svg │ │ │ │ │ ├── sun-javaws-jdk7.svg │ │ │ │ │ ├── sun-javaws-jdk8.svg │ │ │ │ │ ├── sun-javaws-jre8.svg │ │ │ │ │ ├── sun-javaws.svg │ │ │ │ │ ├── sun-jcontrol-jdk6.svg │ │ │ │ │ ├── sun-jcontrol-jdk7.svg │ │ │ │ │ ├── sun-jcontrol-jdk8.svg │ │ │ │ │ ├── sun-jcontrol-jre8.svg │ │ │ │ │ ├── sun-jcontrol.svg │ │ │ │ │ ├── sun_java.svg │ │ │ │ │ ├── sunflower.svg │ │ │ │ │ ├── sunvox.svg │ │ │ │ │ ├── super-hexagon.svg │ │ │ │ │ ├── superpaper.svg │ │ │ │ │ ├── superproductivity.svg │ │ │ │ │ ├── supertux.svg │ │ │ │ │ ├── supertux2.svg │ │ │ │ │ ├── supertuxkart.svg │ │ │ │ │ ├── supertuxkart_128.svg │ │ │ │ │ ├── susehelpcenter.svg │ │ │ │ │ ├── susers.svg │ │ │ │ │ ├── sv-icon.svg │ │ │ │ │ ├── svgcleaner.svg │ │ │ │ │ ├── svgvi.svg │ │ │ │ │ ├── sw4stm32.svg │ │ │ │ │ ├── swami.svg │ │ │ │ │ ├── swatchbooker.svg │ │ │ │ │ ├── sweeper.svg │ │ │ │ │ ├── sweethome3d-furniture-editor.svg │ │ │ │ │ ├── sweethome3d-textures-editor.svg │ │ │ │ │ ├── sweethome3d.svg │ │ │ │ │ ├── swell-foop.svg │ │ │ │ │ ├── sylpheed.svg │ │ │ │ │ ├── symphonium.svg │ │ │ │ │ ├── synapse.svg │ │ │ │ │ ├── synaptic.svg │ │ │ │ │ ├── syncplay.svg │ │ │ │ │ ├── syncthing-gtk.svg │ │ │ │ │ ├── syncthing.svg │ │ │ │ │ ├── synergy.svg │ │ │ │ │ ├── synfig_icon.svg │ │ │ │ │ ├── synfigstudio.svg │ │ │ │ │ ├── synthv1.svg │ │ │ │ │ ├── sysmontask.svg │ │ │ │ │ ├── syspeek.svg │ │ │ │ │ ├── sysprof-icon.svg │ │ │ │ │ ├── sysprof.svg │ │ │ │ │ ├── system-config-authentication.svg │ │ │ │ │ ├── system-config-boot.svg │ │ │ │ │ ├── system-config-date.svg │ │ │ │ │ ├── system-config-displayca.svg │ │ │ │ │ ├── system-config-firewall.svg │ │ │ │ │ ├── system-config-printer.svg │ │ │ │ │ ├── system-config-samba.svg │ │ │ │ │ ├── system-config-selinux.svg │ │ │ │ │ ├── system-config-services.svg │ │ │ │ │ ├── system-config-users.svg │ │ │ │ │ ├── system-error.svg │ │ │ │ │ ├── system-file-manager.svg │ │ │ │ │ ├── system-help.svg │ │ │ │ │ ├── system-hibernate.svg │ │ │ │ │ ├── system-installer.svg │ │ │ │ │ ├── system-lock-screen.svg │ │ │ │ │ ├── system-restart.svg │ │ │ │ │ ├── system-search.svg │ │ │ │ │ ├── system-software-install.svg │ │ │ │ │ ├── system-software-installer.svg │ │ │ │ │ ├── system-software-update.svg │ │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ │ ├── system-suspend.svg │ │ │ │ │ ├── system-switch-java.svg │ │ │ │ │ ├── system-switch-user.svg │ │ │ │ │ ├── system-upgrade.svg │ │ │ │ │ ├── system-users.svg │ │ │ │ │ ├── system-utilities-logviewer.svg │ │ │ │ │ ├── system76-driver.svg │ │ │ │ │ ├── systemback.svg │ │ │ │ │ ├── tagainijisho.svg │ │ │ │ │ ├── tageditor.svg │ │ │ │ │ ├── tagspaces.svg │ │ │ │ │ ├── tagua.svg │ │ │ │ │ ├── tahoma2d.svg │ │ │ │ │ ├── taigo.svg │ │ │ │ │ ├── tales-of-majeyal.svg │ │ │ │ │ ├── tali.svg │ │ │ │ │ ├── tangerine-properties.svg │ │ │ │ │ ├── tangerine.svg │ │ │ │ │ ├── tanglet.svg │ │ │ │ │ ├── tangram.svg │ │ │ │ │ ├── tape.svg │ │ │ │ │ ├── tartube.svg │ │ │ │ │ ├── taskcoach.svg │ │ │ │ │ ├── tasque.svg │ │ │ │ │ ├── tau.svg │ │ │ │ │ ├── tauonmb.svg │ │ │ │ │ ├── taxi.svg │ │ │ │ │ ├── tc-twitch.svg │ │ │ │ │ ├── tc.svg │ │ │ │ │ ├── tde.svg │ │ │ │ │ ├── tea.svg │ │ │ │ │ ├── teamspeak.svg │ │ │ │ │ ├── teamspeak3.svg │ │ │ │ │ ├── teamsql.svg │ │ │ │ │ ├── teamviewer.svg │ │ │ │ │ ├── teeworlds.svg │ │ │ │ │ ├── telegram-classic.svg │ │ │ │ │ ├── telegram-desktop-bin.svg │ │ │ │ │ ├── telegram-desktop.svg │ │ │ │ │ ├── telegram-simple.svg │ │ │ │ │ ├── telegram.svg │ │ │ │ │ ├── telepathy-kde.svg │ │ │ │ │ ├── telepathy.svg │ │ │ │ │ ├── teleport.svg │ │ │ │ │ ├── tellico.svg │ │ │ │ │ ├── temps.svg │ │ │ │ │ ├── terasology.svg │ │ │ │ │ ├── terminal-tango.svg │ │ │ │ │ ├── terminal.svg │ │ │ │ │ ├── terminator-128.svg │ │ │ │ │ ├── terminator.svg │ │ │ │ │ ├── terminatorX.svg │ │ │ │ │ ├── terminix.svg │ │ │ │ │ ├── terminology.svg │ │ │ │ │ ├── terminus.svg │ │ │ │ │ ├── terminusdb.svg │ │ │ │ │ ├── terra.svg │ │ │ │ │ ├── tesseract.svg │ │ │ │ │ ├── testdrive-gtk.svg │ │ │ │ │ ├── testdrive.svg │ │ │ │ │ ├── tetzle.svg │ │ │ │ │ ├── tex-match.svg │ │ │ │ │ ├── texmacs.svg │ │ │ │ │ ├── texmaker.svg │ │ │ │ │ ├── texmaker128x128.svg │ │ │ │ │ ├── texstudio.svg │ │ │ │ │ ├── text-editor.svg │ │ │ │ │ ├── textadept.svg │ │ │ │ │ ├── textosaurus.svg │ │ │ │ │ ├── thedarkmod.svg │ │ │ │ │ ├── theia-electron.svg │ │ │ │ │ ├── theia-ide.svg │ │ │ │ │ ├── theia.svg │ │ │ │ │ ├── theme-config.svg │ │ │ │ │ ├── themonospot.svg │ │ │ │ │ ├── thg_logo.svg │ │ │ │ │ ├── thonny.svg │ │ │ │ │ ├── thrive-launcher.svg │ │ │ │ │ ├── thunar-filemanager.svg │ │ │ │ │ ├── thunar.svg │ │ │ │ │ ├── thunderbird-beta-bin.svg │ │ │ │ │ ├── thunderbird-beta.svg │ │ │ │ │ ├── thunderbird-bin.svg │ │ │ │ │ ├── thunderbird-branded.svg │ │ │ │ │ ├── thunderbird-early-bird.svg │ │ │ │ │ ├── thunderbird-icon.svg │ │ │ │ │ ├── thunderbird-trunk.svg │ │ │ │ │ ├── thunderbird.svg │ │ │ │ │ ├── tictactoe-wood.svg │ │ │ │ │ ├── tictactoe.svg │ │ │ │ │ ├── tigervnc.svg │ │ │ │ │ ├── tikzit.svg │ │ │ │ │ ├── tilda.svg │ │ │ │ │ ├── tiled.svg │ │ │ │ │ ├── tilitin.svg │ │ │ │ │ ├── time-admin.svg │ │ │ │ │ ├── time.svg │ │ │ │ │ ├── timeline.svg │ │ │ │ │ ├── timeshift.svg │ │ │ │ │ ├── timetable.svg │ │ │ │ │ ├── timetrack.svg │ │ │ │ │ ├── tint2conf.svg │ │ │ │ │ ├── tintii.svg │ │ │ │ │ ├── tipp10.svg │ │ │ │ │ ├── titania.svg │ │ │ │ │ ├── tixati.svg │ │ │ │ │ ├── tk.turtlico.Turtlico.svg │ │ │ │ │ ├── tkabber.svg │ │ │ │ │ ├── tkcon-icon.svg │ │ │ │ │ ├── tkcon.svg │ │ │ │ │ ├── tkgate.svg │ │ │ │ │ ├── tkpacman-icon.svg │ │ │ │ │ ├── tkpacman.svg │ │ │ │ │ ├── tla+toolbox.svg │ │ │ │ │ ├── tla-toolbox.svg │ │ │ │ │ ├── tlauncher.svg │ │ │ │ │ ├── toggldesktop.svg │ │ │ │ │ ├── tomahawk.svg │ │ │ │ │ ├── tomate.svg │ │ │ │ │ ├── tomato.svg │ │ │ │ │ ├── tomboy-note.svg │ │ │ │ │ ├── tomboy.svg │ │ │ │ │ ├── tools-report-bug.svg │ │ │ │ │ ├── tootle.svg │ │ │ │ │ ├── topcat.svg │ │ │ │ │ ├── tor-browser-en.svg │ │ │ │ │ ├── tor-browser.svg │ │ │ │ │ ├── torbrowser.svg │ │ │ │ │ ├── torrent-file-editor.svg │ │ │ │ │ ├── torrential.svg │ │ │ │ │ ├── totem.svg │ │ │ │ │ ├── touche.svg │ │ │ │ │ ├── touchpad-indicator.svg │ │ │ │ │ ├── tracker.svg │ │ │ │ │ ├── trackma.svg │ │ │ │ │ ├── tranqil.svg │ │ │ │ │ ├── transcoder.svg │ │ │ │ │ ├── transgui-2.svg │ │ │ │ │ ├── transgui.svg │ │ │ │ │ ├── translator.svg │ │ │ │ │ ├── translit.svg │ │ │ │ │ ├── transmageddon.svg │ │ │ │ │ ├── transmission-gtk.svg │ │ │ │ │ ├── transmission-qt.svg │ │ │ │ │ ├── transmission-remote-gtk.svg │ │ │ │ │ ├── transmission.svg │ │ │ │ │ ├── transporter.svg │ │ │ │ │ ├── treeline.svg │ │ │ │ │ ├── trelby.svg │ │ │ │ │ ├── trello.svg │ │ │ │ │ ├── tremotesf.svg │ │ │ │ │ ├── tresorit.svg │ │ │ │ │ ├── trillian.svg │ │ │ │ │ ├── trimage.svg │ │ │ │ │ ├── trinity-desktop.svg │ │ │ │ │ ├── trinity-wallet.svg │ │ │ │ │ ├── triplea.svg │ │ │ │ │ ├── trojita.svg │ │ │ │ │ ├── tropy.svg │ │ │ │ │ ├── truecrypt.svg │ │ │ │ │ ├── tryton-icon.svg │ │ │ │ │ ├── tryton.svg │ │ │ │ │ ├── ts3client_linux_amd64.svg │ │ │ │ │ ├── tsMuxerGUI.svg │ │ │ │ │ ├── tsclient.svg │ │ │ │ │ ├── tumblr-downloader-client.svg │ │ │ │ │ ├── tumblr.svg │ │ │ │ │ ├── tumblrcrawl.svg │ │ │ │ │ ├── tumiki-fighters.svg │ │ │ │ │ ├── tunepack-desktop.svg │ │ │ │ │ ├── tunepack.svg │ │ │ │ │ ├── tunesview.svg │ │ │ │ │ ├── tupi.svg │ │ │ │ │ ├── turpial.svg │ │ │ │ │ ├── turtlico.svg │ │ │ │ │ ├── tusk-app.svg │ │ │ │ │ ├── tusk.svg │ │ │ │ │ ├── tuxguitar.svg │ │ │ │ │ ├── tuxpaint.svg │ │ │ │ │ ├── tv.kodi.Kodi.svg │ │ │ │ │ ├── tvbrowser.svg │ │ │ │ │ ├── tvmaxe.svg │ │ │ │ │ ├── tvtime.svg │ │ │ │ │ ├── tw.ddnet.ddnet.svg │ │ │ │ │ ├── tweetdeck.svg │ │ │ │ │ ├── twine.svg │ │ │ │ │ ├── twinejs.svg │ │ │ │ │ ├── twitux.svg │ │ │ │ │ ├── typecatcher.svg │ │ │ │ │ ├── typhoon.svg │ │ │ │ │ ├── typora.svg │ │ │ │ │ ├── uTox.svg │ │ │ │ │ ├── uberwriter.svg │ │ │ │ │ ├── ubinary.svg │ │ │ │ │ ├── ubuntu-app-test.svg │ │ │ │ │ ├── ubuntu-cleaner.svg │ │ │ │ │ ├── ubuntu-kylin-software-center.svg │ │ │ │ │ ├── ubuntu-mate.svg │ │ │ │ │ ├── ubuntu-online-tour.svg │ │ │ │ │ ├── ubuntu-qtcreator.svg │ │ │ │ │ ├── ubuntu-sdk.svg │ │ │ │ │ ├── ubuntu-tweak.svg │ │ │ │ │ ├── ubuntu.svg │ │ │ │ │ ├── ubuntuone-client.svg │ │ │ │ │ ├── ubuntuone-installer.svg │ │ │ │ │ ├── ubuntuone-music.svg │ │ │ │ │ ├── ubuntuone.svg │ │ │ │ │ ├── ubuntuoneUP.svg │ │ │ │ │ ├── ubuntusoftware.svg │ │ │ │ │ ├── ue4editor.svg │ │ │ │ │ ├── ufraw.svg │ │ │ │ │ ├── ufw-frontends.svg │ │ │ │ │ ├── ugene.svg │ │ │ │ │ ├── uget-icon.svg │ │ │ │ │ ├── uk.co.ibboard.cawbird.svg │ │ │ │ │ ├── uk.co.mrbenshef.Boop-GTK.svg │ │ │ │ │ ├── uk.co.mrbenshef.TeX-Match.svg │ │ │ │ │ ├── uk.co.powdertoy.tpt.svg │ │ │ │ │ ├── uk.jnthn.backgammony.svg │ │ │ │ │ ├── ukuu.svg │ │ │ │ │ ├── ulauncher.svg │ │ │ │ │ ├── ulcc.svg │ │ │ │ │ ├── ultragrid.svg │ │ │ │ │ ├── umbrello.svg │ │ │ │ │ ├── ums.svg │ │ │ │ │ ├── un-reboot.svg │ │ │ │ │ ├── unciv.svg │ │ │ │ │ ├── unetbootin.svg │ │ │ │ │ ├── ungoogled-chromium.svg │ │ │ │ │ ├── unison-gtk.svg │ │ │ │ │ ├── unison.svg │ │ │ │ │ ├── unity-color-panel.svg │ │ │ │ │ ├── unity-datetime-panel.svg │ │ │ │ │ ├── unity-display-panel.svg │ │ │ │ │ ├── unity-editor-beta-icon.svg │ │ │ │ │ ├── unity-editor-icon.svg │ │ │ │ │ ├── unity-launcherswitcher.svg │ │ │ │ │ ├── unity-lens-photos.svg │ │ │ │ │ ├── unity-mail.svg │ │ │ │ │ ├── unity-monodevelop.svg │ │ │ │ │ ├── unity-power-panel.svg │ │ │ │ │ ├── unity-scope-gdrive.svg │ │ │ │ │ ├── unity-sound-panel.svg │ │ │ │ │ ├── unity-tweak-tool.svg │ │ │ │ │ ├── unity-webapps-amazoncloudreader.svg │ │ │ │ │ ├── unity-webapps-angrybirds.svg │ │ │ │ │ ├── unity-webapps-deviantart.svg │ │ │ │ │ ├── unity-webapps-facebook.svg │ │ │ │ │ ├── unity-webapps-gmail.svg │ │ │ │ │ ├── unity-webapps-google-calendar.svg │ │ │ │ │ ├── unity-webapps-google-docs.svg │ │ │ │ │ ├── unity-webapps-google-news.svg │ │ │ │ │ ├── unity-webapps-google-plus.svg │ │ │ │ │ ├── unity-webapps-googleplus.svg │ │ │ │ │ ├── unity-webapps-grooveshark.svg │ │ │ │ │ ├── unity-webapps-hotmail.svg │ │ │ │ │ ├── unity-webapps-instagram.svg │ │ │ │ │ ├── unity-webapps-lastfm.svg │ │ │ │ │ ├── unity-webapps-launchpad.svg │ │ │ │ │ ├── unity-webapps-linkedin.svg │ │ │ │ │ ├── unity-webapps-mail-ru.svg │ │ │ │ │ ├── unity-webapps-newsblur.svg │ │ │ │ │ ├── unity-webapps-outlook.svg │ │ │ │ │ ├── unity-webapps-pandora.svg │ │ │ │ │ ├── unity-webapps-reddit.svg │ │ │ │ │ ├── unity-webapps-trello.svg │ │ │ │ │ ├── unity-webapps-tumblr.svg │ │ │ │ │ ├── unity-webapps-twitter.svg │ │ │ │ │ ├── unity-webapps-vkcom.svg │ │ │ │ │ ├── unity-webapps-vkontakte-ru.svg │ │ │ │ │ ├── unity-webapps-wordpress.svg │ │ │ │ │ ├── unity-webapps-yahoo-mail.svg │ │ │ │ │ ├── unity-webapps-yahoo-news.svg │ │ │ │ │ ├── unity-webapps-yahoonews.svg │ │ │ │ │ ├── unity-webapps-youtube.svg │ │ │ │ │ ├── universalindentgui.svg │ │ │ │ │ ├── universalmediaserver.svg │ │ │ │ │ ├── unknown-horizons.svg │ │ │ │ │ ├── unsettings.svg │ │ │ │ │ ├── unvanquished.svg │ │ │ │ │ ├── update-manager.svg │ │ │ │ │ ├── update-notifier.svg │ │ │ │ │ ├── upnp-router-control.svg │ │ │ │ │ ├── upterm.svg │ │ │ │ │ ├── urbanlightscape.svg │ │ │ │ │ ├── urserver.svg │ │ │ │ │ ├── us.zoom.Zoom.svg │ │ │ │ │ ├── usb-creator-gtk.svg │ │ │ │ │ ├── usb-creator-kde.svg │ │ │ │ │ ├── usb-creator.svg │ │ │ │ │ ├── usb-imagewriter-ng.svg │ │ │ │ │ ├── usbguard-icon.svg │ │ │ │ │ ├── usbguard.svg │ │ │ │ │ ├── usbview.svg │ │ │ │ │ ├── user-file-manager.svg │ │ │ │ │ ├── user-info.svg │ │ │ │ │ ├── user_auth.svg │ │ │ │ │ ├── user_icon.svg │ │ │ │ │ ├── userdrake.svg │ │ │ │ │ ├── userinfo.svg │ │ │ │ │ ├── usermount.svg │ │ │ │ │ ├── users.svg │ │ │ │ │ ├── utilities-desktop-extra.svg │ │ │ │ │ ├── utilities-file-archiver.svg │ │ │ │ │ ├── utilities-log-viewer.svg │ │ │ │ │ ├── utilities-system-monitor.svg │ │ │ │ │ ├── utilities-terminal.svg │ │ │ │ │ ├── utilities_terminal.svg │ │ │ │ │ ├── utox.svg │ │ │ │ │ ├── uzbl.svg │ │ │ │ │ ├── v4l2ucp.svg │ │ │ │ │ ├── vacuum.svg │ │ │ │ │ ├── vala-compiler.svg │ │ │ │ │ ├── vala-terminal.svg │ │ │ │ │ ├── vala.svg │ │ │ │ │ ├── valama.svg │ │ │ │ │ ├── valentina.svg │ │ │ │ │ ├── valyriatear.svg │ │ │ │ │ ├── varicad-viewer.svg │ │ │ │ │ ├── variety-slideshow.svg │ │ │ │ │ ├── variety.svg │ │ │ │ │ ├── vbaexpress.svg │ │ │ │ │ ├── vbam.svg │ │ │ │ │ ├── vbox.svg │ │ │ │ │ ├── vcalendar.svg │ │ │ │ │ ├── vcash-electron.svg │ │ │ │ │ ├── vcash.svg │ │ │ │ │ ├── vcmiclient.svg │ │ │ │ │ ├── vcvrack.svg │ │ │ │ │ ├── vectr.svg │ │ │ │ │ ├── vega.svg │ │ │ │ │ ├── veloren.svg │ │ │ │ │ ├── venom.svg │ │ │ │ │ ├── veracrypt.svg │ │ │ │ │ ├── verbiste.svg │ │ │ │ │ ├── verge-qt.svg │ │ │ │ │ ├── verge.svg │ │ │ │ │ ├── verge128.svg │ │ │ │ │ ├── vertris.svg │ │ │ │ │ ├── veusz.svg │ │ │ │ │ ├── veyon-configurator.svg │ │ │ │ │ ├── veyon-master.svg │ │ │ │ │ ├── viber.svg │ │ │ │ │ ├── vice.svg │ │ │ │ │ ├── vidalia.svg │ │ │ │ │ ├── vidcutter.svg │ │ │ │ │ ├── videomass.svg │ │ │ │ │ ├── videotrimmer.svg │ │ │ │ │ ├── vidiot.svg │ │ │ │ │ ├── view3dscene.svg │ │ │ │ │ ├── viewnior.svg │ │ │ │ │ ├── vifm.svg │ │ │ │ │ ├── viking.svg │ │ │ │ │ ├── vim.svg │ │ │ │ │ ├── vimiv.svg │ │ │ │ │ ├── vimlogo.svg │ │ │ │ │ ├── vinagre.svg │ │ │ │ │ ├── vineyard-preferences.svg │ │ │ │ │ ├── vineyard.svg │ │ │ │ │ ├── violetumleditor.svg │ │ │ │ │ ├── virt-manager.svg │ │ │ │ │ ├── virt-viewer.svg │ │ │ │ │ ├── virtual-box.svg │ │ │ │ │ ├── virtual-engineering.svg │ │ │ │ │ ├── virtualbox-bin.svg │ │ │ │ │ ├── virtualbox-ose.svg │ │ │ │ │ ├── virtualbox.svg │ │ │ │ │ ├── virtualplanet.svg │ │ │ │ │ ├── visicut.svg │ │ │ │ │ ├── visual-studio-code.svg │ │ │ │ │ ├── visualparadigm.svg │ │ │ │ │ ├── visualstudiocode.svg │ │ │ │ │ ├── visualvm.svg │ │ │ │ │ ├── viva.svg │ │ │ │ │ ├── vivaldi-beta.svg │ │ │ │ │ ├── vivaldi-snapshot.svg │ │ │ │ │ ├── vivaldi.svg │ │ │ │ │ ├── vlc.svg │ │ │ │ │ ├── vlmc.svg │ │ │ │ │ ├── vmnetcfg.svg │ │ │ │ │ ├── vmpk.svg │ │ │ │ │ ├── vmplayer.svg │ │ │ │ │ ├── vmware-netcfg.svg │ │ │ │ │ ├── vmware-player.svg │ │ │ │ │ ├── vmware-workstation.svg │ │ │ │ │ ├── vmware.svg │ │ │ │ │ ├── vn.hoabinh.quan.CoBang.svg │ │ │ │ │ ├── vn.hoabinh.quan.cobang.svg │ │ │ │ │ ├── vncaddrbook.svg │ │ │ │ │ ├── vnclicensewiz.svg │ │ │ │ │ ├── vncserver.svg │ │ │ │ │ ├── vncviewer.svg │ │ │ │ │ ├── vncviewer48x48.svg │ │ │ │ │ ├── vnote.svg │ │ │ │ │ ├── vocal.svg │ │ │ │ │ ├── vokoscreen.svg │ │ │ │ │ ├── vokoscreenNG.svg │ │ │ │ │ ├── vollyball.svg │ │ │ │ │ ├── volume-knob.svg │ │ │ │ │ ├── vorta.svg │ │ │ │ │ ├── voxelands.svg │ │ │ │ │ ├── vsc.svg │ │ │ │ │ ├── vscode.svg │ │ │ │ │ ├── vscodium.svg │ │ │ │ │ ├── vsedit.svg │ │ │ │ │ ├── vserver.svg │ │ │ │ │ ├── vso.svg │ │ │ │ │ ├── vstudio.svg │ │ │ │ │ ├── vvave.svg │ │ │ │ │ ├── wallch.svg │ │ │ │ │ ├── wallpaper.svg │ │ │ │ │ ├── warmux.svg │ │ │ │ │ ├── warmux_128x128.svg │ │ │ │ │ ├── warpinator.svg │ │ │ │ │ ├── warsow.svg │ │ │ │ │ ├── warsow128x128.svg │ │ │ │ │ ├── warspear.svg │ │ │ │ │ ├── warzone2100.svg │ │ │ │ │ ├── waterfox-icon.svg │ │ │ │ │ ├── waterfox.svg │ │ │ │ │ ├── wavebox.svg │ │ │ │ │ ├── wayland.svg │ │ │ │ │ ├── wdos.svg │ │ │ │ │ ├── web-8tracks.svg │ │ │ │ │ ├── web-9gag.svg │ │ │ │ │ ├── web-ai-dungeon.svg │ │ │ │ │ ├── web-amazon.svg │ │ │ │ │ ├── web-angry-birds.svg │ │ │ │ │ ├── web-anydo.svg │ │ │ │ │ ├── web-bandcamp.svg │ │ │ │ │ ├── web-bbc.svg │ │ │ │ │ ├── web-blogger.svg │ │ │ │ │ ├── web-browser-app.svg │ │ │ │ │ ├── web-browser.svg │ │ │ │ │ ├── web-circ.svg │ │ │ │ │ ├── web-delicious.svg │ │ │ │ │ ├── web-deviantart.svg │ │ │ │ │ ├── web-diffuse.svg │ │ │ │ │ ├── web-dillinger.svg │ │ │ │ │ ├── web-discord.svg │ │ │ │ │ ├── web-dotpict.svg │ │ │ │ │ ├── web-duckduckgo.svg │ │ │ │ │ ├── web-evernote.svg │ │ │ │ │ ├── web-facebook.svg │ │ │ │ │ ├── web-feedly.svg │ │ │ │ │ ├── web-flickr.svg │ │ │ │ │ ├── web-friendica.svg │ │ │ │ │ ├── web-google-apps-script.svg │ │ │ │ │ ├── web-google-calendar.svg │ │ │ │ │ ├── web-google-docs.svg │ │ │ │ │ ├── web-google-drawings.svg │ │ │ │ │ ├── web-google-drive.svg │ │ │ │ │ ├── web-google-forms.svg │ │ │ │ │ ├── web-google-fusion-tables.svg │ │ │ │ │ ├── web-google-gmail-offline.svg │ │ │ │ │ ├── web-google-gmail.svg │ │ │ │ │ ├── web-google-hangouts.svg │ │ │ │ │ ├── web-google-keep.svg │ │ │ │ │ ├── web-google-maps.svg │ │ │ │ │ ├── web-google-movies.svg │ │ │ │ │ ├── web-google-play-books.svg │ │ │ │ │ ├── web-google-play-music.svg │ │ │ │ │ ├── web-google-play.svg │ │ │ │ │ ├── web-google-plus.svg │ │ │ │ │ ├── web-google-sheets.svg │ │ │ │ │ ├── web-google-slides.svg │ │ │ │ │ ├── web-google-youtube.svg │ │ │ │ │ ├── web-google.svg │ │ │ │ │ ├── web-grooveshark.svg │ │ │ │ │ ├── web-hootsuite.svg │ │ │ │ │ ├── web-hotmail.svg │ │ │ │ │ ├── web-inbox.svg │ │ │ │ │ ├── web-instagram.svg │ │ │ │ │ ├── web-jamendo.svg │ │ │ │ │ ├── web-jolicloud.svg │ │ │ │ │ ├── web-kindle.svg │ │ │ │ │ ├── web-lastfm.svg │ │ │ │ │ ├── web-lastpass.svg │ │ │ │ │ ├── web-launchpad.svg │ │ │ │ │ ├── web-lounge.svg │ │ │ │ │ ├── web-mailru.svg │ │ │ │ │ ├── web-mastodon.svg │ │ │ │ │ ├── web-memrise.svg │ │ │ │ │ ├── web-microsoft-onedrive.svg │ │ │ │ │ ├── web-microsoft.svg │ │ │ │ │ ├── web-mixer.svg │ │ │ │ │ ├── web-netflix.svg │ │ │ │ │ ├── web-newsblur.svg │ │ │ │ │ ├── web-omgubuntu.svg │ │ │ │ │ ├── web-onenote.svg │ │ │ │ │ ├── web-outlook.svg │ │ │ │ │ ├── web-pandora.svg │ │ │ │ │ ├── web-paypal.svg │ │ │ │ │ ├── web-pocket.svg │ │ │ │ │ ├── web-pocketcaster.svg │ │ │ │ │ ├── web-pushbullet.svg │ │ │ │ │ ├── web-rdio.svg │ │ │ │ │ ├── web-reddit.svg │ │ │ │ │ ├── web-redmine.svg │ │ │ │ │ ├── web-soundcloud.svg │ │ │ │ │ ├── web-spotify.svg │ │ │ │ │ ├── web-tiktok.svg │ │ │ │ │ ├── web-trello.svg │ │ │ │ │ ├── web-tumblr.svg │ │ │ │ │ ├── web-twitter.svg │ │ │ │ │ ├── web-unsplash.svg │ │ │ │ │ ├── web-vivino.svg │ │ │ │ │ ├── web-vk.svg │ │ │ │ │ ├── web-wechat.svg │ │ │ │ │ ├── web-whatsapp.svg │ │ │ │ │ ├── web-wikipedia.svg │ │ │ │ │ ├── web-wordpress.svg │ │ │ │ │ ├── web-workflowy.svg │ │ │ │ │ ├── web-wunderlist.svg │ │ │ │ │ ├── web-yahoo.svg │ │ │ │ │ ├── webapp-manager.svg │ │ │ │ │ ├── webarchives.svg │ │ │ │ │ ├── webbrowser-app.svg │ │ │ │ │ ├── webby.svg │ │ │ │ │ ├── webcamoid.svg │ │ │ │ │ ├── webide.svg │ │ │ │ │ ├── webissues.svg │ │ │ │ │ ├── webplotdigitizer.svg │ │ │ │ │ ├── webservice-office-zoho-sheet.svg │ │ │ │ │ ├── website.i2pd.i2pd.svg │ │ │ │ │ ├── webstorm.svg │ │ │ │ │ ├── webtorrent-desktop.svg │ │ │ │ │ ├── wechat.svg │ │ │ │ │ ├── weechat.svg │ │ │ │ │ ├── welle-io.svg │ │ │ │ │ ├── weresync.svg │ │ │ │ │ ├── wesnoth-1.10-icon.svg │ │ │ │ │ ├── wesnoth-1.10_editor-icon.svg │ │ │ │ │ ├── wesnoth-1.12-icon.svg │ │ │ │ │ ├── wesnoth-1.12_editor-icon.svg │ │ │ │ │ ├── wesnoth-1.14-icon.svg │ │ │ │ │ ├── wesnoth-1.16-icon.svg │ │ │ │ │ ├── wesnoth-icon.svg │ │ │ │ │ ├── wesnoth.svg │ │ │ │ │ ├── wesnoth_editor-icon.svg │ │ │ │ │ ├── wesnoth_editor.svg │ │ │ │ │ ├── wewechat.svg │ │ │ │ │ ├── wfica.svg │ │ │ │ │ ├── whalebird.svg │ │ │ │ │ ├── what-ip.svg │ │ │ │ │ ├── whatsapp-desktop.svg │ │ │ │ │ ├── whatsapp-for-linux.svg │ │ │ │ │ ├── whatsapp.svg │ │ │ │ │ ├── whatsappfordesktop.svg │ │ │ │ │ ├── whatsdesk.svg │ │ │ │ │ ├── whatsie.svg │ │ │ │ │ ├── wicd-gtk.svg │ │ │ │ │ ├── wicd.svg │ │ │ │ │ ├── widelands.svg │ │ │ │ │ ├── widemargin.svg │ │ │ │ │ ├── wifiguard.svg │ │ │ │ │ ├── wiki.svg │ │ │ │ │ ├── wikimedia-commons.svg │ │ │ │ │ ├── wikipedia.svg │ │ │ │ │ ├── window-manager.svg │ │ │ │ │ ├── windows.svg │ │ │ │ │ ├── windows95.svg │ │ │ │ │ ├── wine-help.svg │ │ │ │ │ ├── wine-mlcad.svg │ │ │ │ │ ├── wine-notepad.svg │ │ │ │ │ ├── wine-uninstaller.svg │ │ │ │ │ ├── wine-winecfg.svg │ │ │ │ │ ├── wine-winefile.svg │ │ │ │ │ ├── wine-winetricks.svg │ │ │ │ │ ├── wine.svg │ │ │ │ │ ├── winecfg.svg │ │ │ │ │ ├── winefile.svg │ │ │ │ │ ├── winemine.svg │ │ │ │ │ ├── winetricks.svg │ │ │ │ │ ├── winff.svg │ │ │ │ │ ├── wingpanel.svg │ │ │ │ │ ├── wings3d.svg │ │ │ │ │ ├── winhelp.svg │ │ │ │ │ ├── winpdb.svg │ │ │ │ │ ├── winusb.svg │ │ │ │ │ ├── winusbgui-icon.svg │ │ │ │ │ ├── wire-desktop.svg │ │ │ │ │ ├── wire.svg │ │ │ │ │ ├── wireframe-sketcher.svg │ │ │ │ │ ├── wireframing.svg │ │ │ │ │ ├── wireshare.svg │ │ │ │ │ ├── wireshark.svg │ │ │ │ │ ├── wiznote.svg │ │ │ │ │ ├── wmtweaks.svg │ │ │ │ │ ├── woeusbgui-icon.svg │ │ │ │ │ ├── wolf4sdl.svg │ │ │ │ │ ├── wolfenstein-the-new-order.svg │ │ │ │ │ ├── wolfenstein.svg │ │ │ │ │ ├── wolfram-mathematica.svg │ │ │ │ │ ├── wordbook.svg │ │ │ │ │ ├── wordflow.svg │ │ │ │ │ ├── wordpad.svg │ │ │ │ │ ├── wordpress.svg │ │ │ │ │ ├── wordview.svg │ │ │ │ │ ├── work.openpaper.Paperwork.svg │ │ │ │ │ ├── workflowy.svg │ │ │ │ │ ├── workrave.svg │ │ │ │ │ ├── workspace-overview.svg │ │ │ │ │ ├── workspace-switcher-left-bottom.svg │ │ │ │ │ ├── workspace-switcher-right-bottom.svg │ │ │ │ │ ├── workspace-switcher-right-top.svg │ │ │ │ │ ├── workspace-switcher-top-left.svg │ │ │ │ │ ├── workspace-switcher.svg │ │ │ │ │ ├── world-of-goo.svg │ │ │ │ │ ├── worldofgoo.svg │ │ │ │ │ ├── wow-launcher.svg │ │ │ │ │ ├── wpa_gui.svg │ │ │ │ │ ├── wpcom.svg │ │ │ │ │ ├── wps-calc.svg │ │ │ │ │ ├── wps-office-etmain.svg │ │ │ │ │ ├── wps-office-wppmain.svg │ │ │ │ │ ├── wps-office-wpsmain.svg │ │ │ │ │ ├── wps-pres.svg │ │ │ │ │ ├── wps-word.svg │ │ │ │ │ ├── writefull.svg │ │ │ │ │ ├── writer.svg │ │ │ │ │ ├── ws.openarena.OpenArena.svg │ │ │ │ │ ├── wuala.svg │ │ │ │ │ ├── wunderlist.svg │ │ │ │ │ ├── wwplot.svg │ │ │ │ │ ├── www-browser.svg │ │ │ │ │ ├── wxEpheIcon.svg │ │ │ │ │ ├── wxHexEditor.svg │ │ │ │ │ ├── wxbanker.svg │ │ │ │ │ ├── wxcas.svg │ │ │ │ │ ├── wxephe.svg │ │ │ │ │ ├── wxformbuilder.svg │ │ │ │ │ ├── wxglade.svg │ │ │ │ │ ├── wxmaxima.svg │ │ │ │ │ ├── wxmedit.svg │ │ │ │ │ ├── wyrmsun.svg │ │ │ │ │ ├── x-boot-repair.svg │ │ │ │ │ ├── x-office-address-book.svg │ │ │ │ │ ├── x-office-calendar.svg │ │ │ │ │ ├── x-office-mail.svg │ │ │ │ │ ├── x-pdf.svg │ │ │ │ │ ├── x-plane.svg │ │ │ │ │ ├── x-system-software-sources.svg │ │ │ │ │ ├── x.svg │ │ │ │ │ ├── x11.svg │ │ │ │ │ ├── x2goclient.svg │ │ │ │ │ ├── xampp.svg │ │ │ │ │ ├── xapp.svg │ │ │ │ │ ├── xarchiver.svg │ │ │ │ │ ├── xbmc.svg │ │ │ │ │ ├── xboard.svg │ │ │ │ │ ├── xca.svg │ │ │ │ │ ├── xcaliber.svg │ │ │ │ │ ├── xchat-gnome.svg │ │ │ │ │ ├── xchat-mini.svg │ │ │ │ │ ├── xchat.svg │ │ │ │ │ ├── xchess.svg │ │ │ │ │ ├── xchm.svg │ │ │ │ │ ├── xcircuit.svg │ │ │ │ │ ├── xcos.svg │ │ │ │ │ ├── xdg-browser-launcher.svg │ │ │ │ │ ├── xdiagnose.svg │ │ │ │ │ ├── xdman.svg │ │ │ │ │ ├── xed.svg │ │ │ │ │ ├── xfburn.svg │ │ │ │ │ ├── xfcalendar.svg │ │ │ │ │ ├── xfce-edit.svg │ │ │ │ │ ├── xfce-filemanager.svg │ │ │ │ │ ├── xfce-mail.svg │ │ │ │ │ ├── xfce-man.svg │ │ │ │ │ ├── xfce-mouse.svg │ │ │ │ │ ├── xfce-newmail.svg │ │ │ │ │ ├── xfce-schedule.svg │ │ │ │ │ ├── xfce-sensors.svg │ │ │ │ │ ├── xfce-sound.svg │ │ │ │ │ ├── xfce-system-info.svg │ │ │ │ │ ├── xfce-system-lock.svg │ │ │ │ │ ├── xfce-system-settings.svg │ │ │ │ │ ├── xfce-terminal.svg │ │ │ │ │ ├── xfce-ui.svg │ │ │ │ │ ├── xfce4-appfinder.svg │ │ │ │ │ ├── xfce4-backdrop.svg │ │ │ │ │ ├── xfce4-clipman-plugin.svg │ │ │ │ │ ├── xfce4-clock.svg │ │ │ │ │ ├── xfce4-dict.svg │ │ │ │ │ ├── xfce4-logo.svg │ │ │ │ │ ├── xfce4-mcs-manager.svg │ │ │ │ │ ├── xfce4-menueditor.svg │ │ │ │ │ ├── xfce4-mixer.svg │ │ │ │ │ ├── xfce4-notes-plugin.svg │ │ │ │ │ ├── xfce4-notifyd.svg │ │ │ │ │ ├── xfce4-panel-menu.svg │ │ │ │ │ ├── xfce4-panel-restart.svg │ │ │ │ │ ├── xfce4-panel.svg │ │ │ │ │ ├── xfce4-power-manager-settings.svg │ │ │ │ │ ├── xfce4-session.svg │ │ │ │ │ ├── xfce4-settings.svg │ │ │ │ │ ├── xfce4-sound.svg │ │ │ │ │ ├── xfce4-system-lock.svg │ │ │ │ │ ├── xfce4-ui.svg │ │ │ │ │ ├── xfce4-workspaces.svg │ │ │ │ │ ├── xfce4_xicon.svg │ │ │ │ │ ├── xfce_unknown.svg │ │ │ │ │ ├── xfdashboard.svg │ │ │ │ │ ├── xfpm-ac-adapter.svg │ │ │ │ │ ├── xfpm-suspend.svg │ │ │ │ │ ├── xfsm-hibernate.svg │ │ │ │ │ ├── xfsm-reboot.svg │ │ │ │ │ ├── xfsm-switch.svg │ │ │ │ │ ├── xfwm4.svg │ │ │ │ │ ├── xgps.svg │ │ │ │ │ ├── xhydra.svg │ │ │ │ │ ├── xilinx-ise.svg │ │ │ │ │ ├── ximian-evolution-calendar.svg │ │ │ │ │ ├── ximian-evolution-email.svg │ │ │ │ │ ├── xine.svg │ │ │ │ │ ├── xinput_calibrator.svg │ │ │ │ │ ├── xiphos.svg │ │ │ │ │ ├── xise.svg │ │ │ │ │ ├── xjump-icon.svg │ │ │ │ │ ├── xkcd-gtk.svg │ │ │ │ │ ├── xmind.svg │ │ │ │ │ ├── xmlcopyeditor.svg │ │ │ │ │ ├── xmoto.svg │ │ │ │ │ ├── xnconvert.svg │ │ │ │ │ ├── xneur.svg │ │ │ │ │ ├── xnoise.svg │ │ │ │ │ ├── xnview.svg │ │ │ │ │ ├── xnviewmp.svg │ │ │ │ │ ├── xonotic.svg │ │ │ │ │ ├── xorg.svg │ │ │ │ │ ├── xournal.svg │ │ │ │ │ ├── xournalpp.svg │ │ │ │ │ ├── xpad.svg │ │ │ │ │ ├── xpdf.svg │ │ │ │ │ ├── xpdf9.svg │ │ │ │ │ ├── xplane.svg │ │ │ │ │ ├── xplayer.svg │ │ │ │ │ ├── xreader.svg │ │ │ │ │ ├── xsane.svg │ │ │ │ │ ├── xscreensaver.svg │ │ │ │ │ ├── xsensors.svg │ │ │ │ │ ├── xt7-player-mpv.svg │ │ │ │ │ ├── xterm-color.svg │ │ │ │ │ ├── xterm-color_32x32.svg │ │ │ │ │ ├── xterm-color_48x48.svg │ │ │ │ │ ├── xterm.svg │ │ │ │ │ ├── xterm_32x32.svg │ │ │ │ │ ├── xterm_48x48.svg │ │ │ │ │ ├── xviewer.svg │ │ │ │ │ ├── xware-desktop.svg │ │ │ │ │ ├── xyscan.svg │ │ │ │ │ ├── xyz.z3ntu.razergenie.svg │ │ │ │ │ ├── y-ppa-manager.svg │ │ │ │ │ ├── yacreader-library.svg │ │ │ │ │ ├── yacreader.svg │ │ │ │ │ ├── yad.svg │ │ │ │ │ ├── yagf.svg │ │ │ │ │ ├── yakuake.svg │ │ │ │ │ ├── yakyak.svg │ │ │ │ │ ├── yandex-browser-beta.svg │ │ │ │ │ ├── yandex-browser.svg │ │ │ │ │ ├── yaourtgui.svg │ │ │ │ │ ├── yapysudoku.svg │ │ │ │ │ ├── yarock.svg │ │ │ │ │ ├── yarssr.svg │ │ │ │ │ ├── yast-control-center.svg │ │ │ │ │ ├── yast-hwinfo.svg │ │ │ │ │ ├── yast-snapper.svg │ │ │ │ │ ├── yast.svg │ │ │ │ │ ├── yast2.svg │ │ │ │ │ ├── yate.svg │ │ │ │ │ ├── yed.svg │ │ │ │ │ ├── yhtwtg-ega.svg │ │ │ │ │ ├── yhtwtg.svg │ │ │ │ │ ├── yishu.svg │ │ │ │ │ ├── ymuse.svg │ │ │ │ │ ├── yokadi.svg │ │ │ │ │ ├── yoshimi.svg │ │ │ │ │ ├── youdao-dict.svg │ │ │ │ │ ├── youtube-dl-gui.svg │ │ │ │ │ ├── youtube-dl-gui_48x48.svg │ │ │ │ │ ├── youtube-dl-qt-icon.svg │ │ │ │ │ ├── youtube-dl.svg │ │ │ │ │ ├── youtube-dlg.svg │ │ │ │ │ ├── youtube-music-desktop-app.svg │ │ │ │ │ ├── youtube-music-desktop.svg │ │ │ │ │ ├── youtube-to-mp3.svg │ │ │ │ │ ├── youtube.svg │ │ │ │ │ ├── yt-dl-gtk.svg │ │ │ │ │ ├── ytmdesktop.svg │ │ │ │ │ ├── ytop.svg │ │ │ │ │ ├── yumex-dnf.svg │ │ │ │ │ ├── yumex.svg │ │ │ │ │ ├── yuview.svg │ │ │ │ │ ├── yuzu.svg │ │ │ │ │ ├── zandronum.svg │ │ │ │ │ ├── zanshin.svg │ │ │ │ │ ├── zathura.svg │ │ │ │ │ ├── zaz.svg │ │ │ │ │ ├── zbstudio.svg │ │ │ │ │ ├── zdoom.svg │ │ │ │ │ ├── zeal.svg │ │ │ │ │ ├── zeegaree-lite.svg │ │ │ │ │ ├── zeegaree.svg │ │ │ │ │ ├── zegarek-icon.svg │ │ │ │ │ ├── zegrapher.svg │ │ │ │ │ ├── zeitgeist.svg │ │ │ │ │ ├── zekr.svg │ │ │ │ │ ├── zen-icon.svg │ │ │ │ │ ├── zenmap.svg │ │ │ │ │ ├── zeroinstall.svg │ │ │ │ │ ├── zettlr.svg │ │ │ │ │ ├── zevdocs.svg │ │ │ │ │ ├── zim.svg │ │ │ │ │ ├── zmninja.svg │ │ │ │ │ ├── zoom-desktop.svg │ │ │ │ │ ├── zoom-icon.svg │ │ │ │ │ ├── zoom-videocam.svg │ │ │ │ │ ├── zotero.svg │ │ │ │ │ ├── zrythm.svg │ │ │ │ │ ├── zsnes.svg │ │ │ │ │ ├── zulip.svg │ │ │ │ │ ├── zuluCrypt.svg │ │ │ │ │ ├── zuluMount.svg │ │ │ │ │ └── zynaddsubfx.svg │ │ │ ├── 48@2x │ │ │ ├── icon-theme.cache │ │ │ ├── index.theme │ │ │ └── update_cache.sh │ │ └── Zafiro │ │ │ ├── actions │ │ │ ├── 16 │ │ │ │ ├── CVnamespace.svg │ │ │ │ ├── Info-amarok.svg │ │ │ │ ├── PrePostCondition.svg │ │ │ │ ├── accept_signal.svg │ │ │ │ ├── accept_time_event.svg │ │ │ │ ├── acrobat.svg │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ ├── action-rss_tag.svg │ │ │ │ ├── activities.svg │ │ │ │ ├── activity-fork.svg │ │ │ │ ├── actor.svg │ │ │ │ ├── add-placemark.svg │ │ │ │ ├── add-subtitle.svg │ │ │ │ ├── address-book-new.svg │ │ │ │ ├── addressbook-details.svg │ │ │ │ ├── adjustcol.svg │ │ │ │ ├── adjustrow.svg │ │ │ │ ├── adress-book-new.svg │ │ │ │ ├── aggregation.svg │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ ├── albumfolder-new.svg │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ ├── align-vertical-center.svg │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ ├── align-vertical-top.svg │ │ │ │ ├── amarok_artist.svg │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ ├── amarok_change_language.svg │ │ │ │ ├── amarok_clock.svg │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ ├── amarok_playcount.svg │ │ │ │ ├── amarok_playlist.svg │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ ├── amarok_scripts.svg │ │ │ │ ├── anchor.svg │ │ │ │ ├── animation-stage.svg │ │ │ │ ├── answer-correct.svg │ │ │ │ ├── answer.svg │ │ │ │ ├── application-exit.svg │ │ │ │ ├── application-menu.svg │ │ │ │ ├── appointment-new.svg │ │ │ │ ├── approved.svg │ │ │ │ ├── archive-extract.svg │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ ├── archive-insert.svg │ │ │ │ ├── archive-remove.svg │ │ │ │ ├── arrow-down-double.svg │ │ │ │ ├── arrow-down.svg │ │ │ │ ├── arrow-left-double.svg │ │ │ │ ├── arrow-left.svg │ │ │ │ ├── arrow-right-double.svg │ │ │ │ ├── arrow-right.svg │ │ │ │ ├── arrow-up-double.svg │ │ │ │ ├── arrow-up.svg │ │ │ │ ├── arrow.svg │ │ │ │ ├── artifact.svg │ │ │ │ ├── artistictext-tool.svg │ │ │ │ ├── association.svg │ │ │ │ ├── atmosphere.svg │ │ │ │ ├── auto-scale-all.svg │ │ │ │ ├── auto-scale-x.svg │ │ │ │ ├── auto-scale-y.svg │ │ │ │ ├── autocorrection.svg │ │ │ │ ├── automated-tasks.svg │ │ │ │ ├── backup.svg │ │ │ │ ├── beamerblock.svg │ │ │ │ ├── beamerframe.svg │ │ │ │ ├── bibtex.svg │ │ │ │ ├── bigskip.svg │ │ │ │ ├── bitmap-trace.svg │ │ │ │ ├── black_sum.svg │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ ├── bookmark-edit.svg │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ ├── bookmark-new.svg │ │ │ │ ├── bookmark-remove.svg │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ ├── bookmarks.svg │ │ │ │ ├── borderpainter.svg │ │ │ │ ├── bordertool.svg │ │ │ │ ├── box.svg │ │ │ │ ├── bqm-add.svg │ │ │ │ ├── bqm-addqueue.svg │ │ │ │ ├── bqm-commit.svg │ │ │ │ ├── bqm-diff.svg │ │ │ │ ├── bqm-remove.svg │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ ├── bqm-update.svg │ │ │ │ ├── branch.svg │ │ │ │ ├── call-start.svg │ │ │ │ ├── call-stop.svg │ │ │ │ ├── call-voicemail.svg │ │ │ │ ├── callout-shape.svg │ │ │ │ ├── cards-block.svg │ │ │ │ ├── category.svg │ │ │ │ ├── category2parent.svg │ │ │ │ ├── cell_edit.svg │ │ │ │ ├── cell_layout.svg │ │ │ │ ├── character-set.svg │ │ │ │ ├── check_constraint.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── checkmark.svg │ │ │ │ ├── child2category.svg │ │ │ │ ├── choice-rhomb.svg │ │ │ │ ├── choice-round.svg │ │ │ │ ├── chronometer-lap.svg │ │ │ │ ├── chronometer-pause.svg │ │ │ │ ├── chronometer-reset.svg │ │ │ │ ├── chronometer-start.svg │ │ │ │ ├── chronometer.svg │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ ├── class-or-package.svg │ │ │ │ ├── class.svg │ │ │ │ ├── clock-large.svg │ │ │ │ ├── clock.svg │ │ │ │ ├── cloud-download.svg │ │ │ │ ├── cloud-upload.svg │ │ │ │ ├── code-block.svg │ │ │ │ ├── code-class.svg │ │ │ │ ├── code-context.svg │ │ │ │ ├── code-function.svg │ │ │ │ ├── code-typedef.svg │ │ │ │ ├── code-variable.svg │ │ │ │ ├── collapse-all.svg │ │ │ │ ├── collapse.svg │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ ├── color-fill.svg │ │ │ │ ├── color-gradient.svg │ │ │ │ ├── color-management.svg │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ ├── color-picker-black.svg │ │ │ │ ├── color-picker-grey.svg │ │ │ │ ├── color-picker-white.svg │ │ │ │ ├── color-picker.svg │ │ │ │ ├── colormanagement.svg │ │ │ │ ├── colors-chromablue.svg │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ ├── colors-chromared.svg │ │ │ │ ├── colors-luma.svg │ │ │ │ ├── combined_fragment.svg │ │ │ │ ├── compass.svg │ │ │ │ ├── component.svg │ │ │ │ ├── composition.svg │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ ├── configure-toolbars.svg │ │ │ │ ├── configure.svg │ │ │ │ ├── configure_kile.svg │ │ │ │ ├── configure_project.svg │ │ │ │ ├── contact-new.svg │ │ │ │ ├── containment.svg │ │ │ │ ├── contents.svg │ │ │ │ ├── convert.svg │ │ │ │ ├── createpath.svg │ │ │ │ ├── cross-shape.svg │ │ │ │ ├── crosshairs.svg │ │ │ │ ├── cursor-arrow.svg │ │ │ │ ├── curve-connector.svg │ │ │ │ ├── dashboard-show.svg │ │ │ │ ├── database-index.svg │ │ │ │ ├── datatype.svg │ │ │ │ ├── dblatex.svg │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ ├── debug-run.svg │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ ├── debug-step-into.svg │ │ │ │ ├── debug-step-out.svg │ │ │ │ ├── debug-step-over.svg │ │ │ │ ├── deep-history.svg │ │ │ │ ├── delete-comment.svg │ │ │ │ ├── delete-table-row.svg │ │ │ │ ├── delete.svg │ │ │ │ ├── delete_table.svg │ │ │ │ ├── deletecell.svg │ │ │ │ ├── dependency.svg │ │ │ │ ├── diag_activity.svg │ │ │ │ ├── diag_class.svg │ │ │ │ ├── diag_component.svg │ │ │ │ ├── dialog-align-and-distribute.svg │ │ │ │ ├── dialog-cancel.svg │ │ │ │ ├── dialog-close.svg │ │ │ │ ├── dialog-fill-and-stroke.svg │ │ │ │ ├── dialog-filters.svg │ │ │ │ ├── dialog-icon-preview.svg │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ ├── dialog-layers.svg │ │ │ │ ├── dialog-memory.svg │ │ │ │ ├── dialog-messages.svg │ │ │ │ ├── dialog-object-properties.svg │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ ├── dialog-ok.svg │ │ │ │ ├── dialog-rows-and-columns.svg │ │ │ │ ├── dialog-scripts.svg │ │ │ │ ├── dialog-text-and-font.svg │ │ │ │ ├── dialog-tile-clones.svg │ │ │ │ ├── dialog-transform.svg │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ ├── dirsync.svg │ │ │ │ ├── displaymathmode.svg │ │ │ │ ├── dissociatecell.svg │ │ │ │ ├── distortionfx.svg │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ ├── distribute-vertical.svg │ │ │ │ ├── document-cleanup.svg │ │ │ │ ├── document-close.svg │ │ │ │ ├── document-compareleft.svg │ │ │ │ ├── document-compareright.svg │ │ │ │ ├── document-decrypt.svg │ │ │ │ ├── document-duplicate.svg │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ ├── document-edit-sign.svg │ │ │ │ ├── document-edit-verify.svg │ │ │ │ ├── document-edit.svg │ │ │ │ ├── document-encrypt.svg │ │ │ │ ├── document-encrypted.svg │ │ │ │ ├── document-equal.svg │ │ │ │ ├── document-export-ocal.svg │ │ │ │ ├── document-export-table.svg │ │ │ │ ├── document-export.svg │ │ │ │ ├── document-import-ocal.svg │ │ │ │ ├── document-import.svg │ │ │ │ ├── document-multiple.svg │ │ │ │ ├── document-new-from-template.svg │ │ │ │ ├── document-new.svg │ │ │ │ ├── document-open-data.svg │ │ │ │ ├── document-open-folder.svg │ │ │ │ ├── document-open-recent.svg │ │ │ │ ├── document-open-remote.svg │ │ │ │ ├── document-open.svg │ │ │ │ ├── document-preview-archive.svg │ │ │ │ ├── document-preview.svg │ │ │ │ ├── document-print-direct.svg │ │ │ │ ├── document-print-frame.svg │ │ │ │ ├── document-print-preview.svg │ │ │ │ ├── document-print.svg │ │ │ │ ├── document-properties.svg │ │ │ │ ├── document-replace.svg │ │ │ │ ├── document-revert.svg │ │ │ │ ├── document-save-all.svg │ │ │ │ ├── document-save-as.svg │ │ │ │ ├── document-save.svg │ │ │ │ ├── document-scan.svg │ │ │ │ ├── document-send.svg │ │ │ │ ├── document-share.svg │ │ │ │ ├── document-sign.svg │ │ │ │ ├── document-single.svg │ │ │ │ ├── document-swap.svg │ │ │ │ ├── document-unequal.svg │ │ │ │ ├── documentation.svg │ │ │ │ ├── documentinfo.svg │ │ │ │ ├── donate.svg │ │ │ │ ├── download-amarok.svg │ │ │ │ ├── download-later.svg │ │ │ │ ├── download.svg │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ ├── draw-arrow.svg │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ ├── draw-brush.svg │ │ │ │ ├── draw-circle.svg │ │ │ │ ├── draw-connector.svg │ │ │ │ ├── draw-cross.svg │ │ │ │ ├── draw-cuboid.svg │ │ │ │ ├── draw-donut.svg │ │ │ │ ├── draw-ellipse-arc.svg │ │ │ │ ├── draw-ellipse-segment.svg │ │ │ │ ├── draw-ellipse-whole.svg │ │ │ │ ├── draw-ellipse.svg │ │ │ │ ├── draw-eraser-delete-objects.svg │ │ │ │ ├── draw-eraser.svg │ │ │ │ ├── draw-freehand.svg │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ ├── draw-highlight.svg │ │ │ │ ├── draw-line.svg │ │ │ │ ├── draw-path.svg │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ ├── draw-polygon.svg │ │ │ │ ├── draw-polyline.svg │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ ├── draw-rectangle.svg │ │ │ │ ├── draw-spiral.svg │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ ├── draw-star.svg │ │ │ │ ├── draw-text.svg │ │ │ │ ├── draw-triangle.svg │ │ │ │ ├── draw-triangle1.svg │ │ │ │ ├── draw-triangle2.svg │ │ │ │ ├── draw-triangle3.svg │ │ │ │ ├── draw-triangle4.svg │ │ │ │ ├── draw-watercolor.svg │ │ │ │ ├── dvipdf.svg │ │ │ │ ├── dvipng.svg │ │ │ │ ├── dvips.svg │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ ├── edit-bomb.svg │ │ │ │ ├── edit-clear-all.svg │ │ │ │ ├── edit-clear-history.svg │ │ │ │ ├── edit-clear-list.svg │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ ├── edit-clear.svg │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ ├── edit-clone.svg │ │ │ │ ├── edit-comment.svg │ │ │ │ ├── edit-copy.svg │ │ │ │ ├── edit-cut.svg │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ ├── edit-delete.svg │ │ │ │ ├── edit-download.svg │ │ │ │ ├── edit-duplicate.svg │ │ │ │ ├── edit-entry.svg │ │ │ │ ├── edit-find-mail.svg │ │ │ │ ├── edit-find-project.svg │ │ │ │ ├── edit-find-replace.svg │ │ │ │ ├── edit-find-user.svg │ │ │ │ ├── edit-find.svg │ │ │ │ ├── edit-guides.svg │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ ├── edit-line-width.svg │ │ │ │ ├── edit-link.svg │ │ │ │ ├── edit-map.svg │ │ │ │ ├── edit-move.svg │ │ │ │ ├── edit-node.svg │ │ │ │ ├── edit-none.svg │ │ │ │ ├── edit-opacity.svg │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ ├── edit-paste-style.svg │ │ │ │ ├── edit-paste.svg │ │ │ │ ├── edit-redo.svg │ │ │ │ ├── edit-rename.svg │ │ │ │ ├── edit-reset.svg │ │ │ │ ├── edit-select-all-layers.svg │ │ │ │ ├── edit-select-all.svg │ │ │ │ ├── edit-select-invert.svg │ │ │ │ ├── edit-select-none.svg │ │ │ │ ├── edit-select-original.svg │ │ │ │ ├── edit-select-text.svg │ │ │ │ ├── edit-select.svg │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ ├── edit-undo-history.svg │ │ │ │ ├── edit-undo.svg │ │ │ │ ├── editimage.svg │ │ │ │ ├── editor.svg │ │ │ │ ├── editpath.svg │ │ │ │ ├── edittext.svg │ │ │ │ ├── ellipse-shape.svg │ │ │ │ ├── emph.svg │ │ │ │ ├── end_of_life.svg │ │ │ │ ├── end_state.svg │ │ │ │ ├── entity.svg │ │ │ │ ├── entry-clone.svg │ │ │ │ ├── entry-delete.svg │ │ │ │ ├── entry-edit.svg │ │ │ │ ├── enum.svg │ │ │ │ ├── enumerate.svg │ │ │ │ ├── error.svg │ │ │ │ ├── escape-direction-all.svg │ │ │ │ ├── escape-direction-down.svg │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ ├── escape-direction-left.svg │ │ │ │ ├── escape-direction-right.svg │ │ │ │ ├── escape-direction-up.svg │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ ├── exception.svg │ │ │ │ ├── exifinfo.svg │ │ │ │ ├── expand-all.svg │ │ │ │ ├── expand.svg │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ ├── feed-subscribe.svg │ │ │ │ ├── file-zoom-in.svg │ │ │ │ ├── file-zoom-out.svg │ │ │ │ ├── filegrep.svg │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ ├── filename-divider.svg │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ ├── filename-group-length.svg │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ ├── filename-last-played.svg │ │ │ │ ├── filename-moodbar.svg │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ ├── fileview-preview.svg │ │ │ │ ├── fill-color.svg │ │ │ │ ├── fill-rule-even-odd.svg │ │ │ │ ├── fill-rule-nonzero.svg │ │ │ │ ├── final_activity.svg │ │ │ │ ├── find-location.svg │ │ │ │ ├── flag-black.svg │ │ │ │ ├── flag-blue.svg │ │ │ │ ├── flag-green.svg │ │ │ │ ├── flag-red.svg │ │ │ │ ├── flag-yellow.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── flash.svg │ │ │ │ ├── flashlight-off.svg │ │ │ │ ├── flashlight-on.svg │ │ │ │ ├── folder-new.svg │ │ │ │ ├── folder-open-recent.svg │ │ │ │ ├── folder-stash.svg │ │ │ │ ├── folder-sync.svg │ │ │ │ ├── followmouse.svg │ │ │ │ ├── font-disable.svg │ │ │ │ ├── font-enable.svg │ │ │ │ ├── font-face.svg │ │ │ │ ├── font-size-down.svg │ │ │ │ ├── font-size-up.svg │ │ │ │ ├── font.svg │ │ │ │ ├── foreign_green.svg │ │ │ │ ├── foreign_red.svg │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ ├── fork.svg │ │ │ │ ├── format-add-node.svg │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ ├── format-border-set-all.svg │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ ├── format-border-set-external.svg │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ ├── format-border-set-left.svg │ │ │ │ ├── format-border-set-none.svg │ │ │ │ ├── format-border-set-right.svg │ │ │ │ ├── format-border-set-top.svg │ │ │ │ ├── format-border-style.svg │ │ │ │ ├── format-break-node.svg │ │ │ │ ├── format-connect-node.svg │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ ├── format-fill-color.svg │ │ │ │ ├── format-font-size-less.svg │ │ │ │ ├── format-font-size-more.svg │ │ │ │ ├── format-indent-less.svg │ │ │ │ ├── format-indent-more.svg │ │ │ │ ├── format-join-node.svg │ │ │ │ ├── format-justify-center.svg │ │ │ │ ├── format-justify-fill.svg │ │ │ │ ├── format-justify-left.svg │ │ │ │ ├── format-justify-right.svg │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ ├── format-list-ordered.svg │ │ │ │ ├── format-list-unordered.svg │ │ │ │ ├── format-number-percent.svg │ │ │ │ ├── format-precision-less.svg │ │ │ │ ├── format-precision-more.svg │ │ │ │ ├── format-remove-node.svg │ │ │ │ ├── format-stroke-color.svg │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ ├── format-text-bold.svg │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ ├── format-text-code.svg │ │ │ │ ├── format-text-color.svg │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ ├── format-text-italic.svg │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ ├── format-text-subscript.svg │ │ │ │ ├── format-text-superscript.svg │ │ │ │ ├── format-text-symbol.svg │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ ├── format-text-underline.svg │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ ├── formula.svg │ │ │ │ ├── freerotation.svg │ │ │ │ ├── games-achievements.svg │ │ │ │ ├── games-config-background.svg │ │ │ │ ├── games-config-board.svg │ │ │ │ ├── games-config-custom.svg │ │ │ │ ├── games-config-options.svg │ │ │ │ ├── games-config-theme.svg │ │ │ │ ├── games-config-tiles.svg │ │ │ │ ├── games-difficult.svg │ │ │ │ ├── games-endturn.svg │ │ │ │ ├── games-highscores.svg │ │ │ │ ├── games-hint.svg │ │ │ │ ├── games-solve.svg │ │ │ │ ├── geany-build.svg │ │ │ │ ├── geany-close-all.svg │ │ │ │ ├── geany-save-all.svg │ │ │ │ ├── gearhead-shape.svg │ │ │ │ ├── generalisation.svg │ │ │ │ ├── generalise.svg │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ ├── gnumeric-font.svg │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ ├── gnumeric-group.svg │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ ├── gnumeric-pivottable.svg │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ ├── go-bottom.svg │ │ │ │ ├── go-down-search.svg │ │ │ │ ├── go-down-skip.svg │ │ │ │ ├── go-down.svg │ │ │ │ ├── go-first-view-page.svg │ │ │ │ ├── go-first-view.svg │ │ │ │ ├── go-first.svg │ │ │ │ ├── go-home-large.svg │ │ │ │ ├── go-home.svg │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ ├── go-jump-definition.svg │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ ├── go-jump-today.svg │ │ │ │ ├── go-jump.svg │ │ │ │ ├── go-last-view-page.svg │ │ │ │ ├── go-last-view.svg │ │ │ │ ├── go-last.svg │ │ │ │ ├── go-next-context.svg │ │ │ │ ├── go-next-skip.svg │ │ │ │ ├── go-next-use.svg │ │ │ │ ├── go-next-view-page.svg │ │ │ │ ├── go-next-view.svg │ │ │ │ ├── go-next.svg │ │ │ │ ├── go-parent-folder.svg │ │ │ │ ├── go-previous-context.svg │ │ │ │ ├── go-previous-skip.svg │ │ │ │ ├── go-previous-use.svg │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ ├── go-previous-view.svg │ │ │ │ ├── go-previous.svg │ │ │ │ ├── go-top.svg │ │ │ │ ├── go-up-search.svg │ │ │ │ ├── go-up-skip.svg │ │ │ │ ├── go-up.svg │ │ │ │ ├── gpg.svg │ │ │ │ ├── gpgsm.svg │ │ │ │ ├── gps.svg │ │ │ │ ├── gradient.svg │ │ │ │ ├── graphics.svg │ │ │ │ ├── grid-axonometric.svg │ │ │ │ ├── grid-rectangular.svg │ │ │ │ ├── group-delete.svg │ │ │ │ ├── group-edit.svg │ │ │ │ ├── group-new.svg │ │ │ │ ├── group.svg │ │ │ │ ├── gtk-add.svg │ │ │ │ ├── gtk-apply.svg │ │ │ │ ├── gtk-authentication.svg │ │ │ │ ├── gtk-bold.svg │ │ │ │ ├── gtk-cancel.svg │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ ├── gtk-clear.svg │ │ │ │ ├── gtk-close.svg │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ ├── gtk-connect.svg │ │ │ │ ├── gtk-convert.svg │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ ├── gtk-edit.svg │ │ │ │ ├── gtk-execute.svg │ │ │ │ ├── gtk-floppy.svg │ │ │ │ ├── gtk-index.svg │ │ │ │ ├── gtk-no.svg │ │ │ │ ├── gtk-ok.svg │ │ │ │ ├── gtk-preferences.svg │ │ │ │ ├── gtk-properties.svg │ │ │ │ ├── gtk-quit.svg │ │ │ │ ├── gtk-select-color.svg │ │ │ │ ├── gtk-select-font.svg │ │ │ │ ├── gtk-stop.svg │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ ├── gtk-yes.svg │ │ │ │ ├── guides.svg │ │ │ │ ├── help-about.svg │ │ │ │ ├── help-contents.svg │ │ │ │ ├── help-contextual.svg │ │ │ │ ├── help-donate-ars.svg │ │ │ │ ├── help-donate-aud.svg │ │ │ │ ├── help-donate-brl.svg │ │ │ │ ├── help-donate-cad.svg │ │ │ │ ├── help-donate-chf.svg │ │ │ │ ├── help-donate-cny.svg │ │ │ │ ├── help-donate-eur.svg │ │ │ │ ├── help-donate-gbp.svg │ │ │ │ ├── help-donate-inr.svg │ │ │ │ ├── help-donate-jpy.svg │ │ │ │ ├── help-donate-mxn.svg │ │ │ │ ├── help-donate-pln.svg │ │ │ │ ├── help-donate-rub.svg │ │ │ │ ├── help-donate-sek.svg │ │ │ │ ├── help-donate-try.svg │ │ │ │ ├── help-donate-uah.svg │ │ │ │ ├── help-donate-usd.svg │ │ │ │ ├── help-donate.svg │ │ │ │ ├── help-feedback.svg │ │ │ │ ├── help-hint.svg │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ ├── help-latex.svg │ │ │ │ ├── help-whatsthis.svg │ │ │ │ ├── hide_table_column.svg │ │ │ │ ├── hide_table_row.svg │ │ │ │ ├── hidemouse.svg │ │ │ │ ├── highlight-pointer-spot.svg │ │ │ │ ├── hint.svg │ │ │ │ ├── identity.svg │ │ │ │ ├── im-aim.svg │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ ├── im-ban-user.svg │ │ │ │ ├── im-facebook.svg │ │ │ │ ├── im-icq.svg │ │ │ │ ├── im-identi.ca.svg │ │ │ │ ├── im-invisible-user.svg │ │ │ │ ├── im-irc.svg │ │ │ │ ├── im-jabber.svg │ │ │ │ ├── im-kick-user.svg │ │ │ │ ├── im-msn.svg │ │ │ │ ├── im-qq.svg │ │ │ │ ├── im-skype.svg │ │ │ │ ├── im-twitter.svg │ │ │ │ ├── im-user-away.svg │ │ │ │ ├── im-user-busy.svg │ │ │ │ ├── im-user-offline.svg │ │ │ │ ├── im-user-online.svg │ │ │ │ ├── im-user.svg │ │ │ │ ├── im-yahoo.svg │ │ │ │ ├── im-youtube.svg │ │ │ │ ├── imagecomment.svg │ │ │ │ ├── initial_state.svg │ │ │ │ ├── inpainting.svg │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ ├── insert-button.svg │ │ │ │ ├── insert-endnote.svg │ │ │ │ ├── insert-footnote.svg │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ ├── insert-image.svg │ │ │ │ ├── insert-link.svg │ │ │ │ ├── insert-math-expression.svg │ │ │ │ ├── insert-more-mark.svg │ │ │ │ ├── insert-page-break.svg │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ ├── insert-table-row.svg │ │ │ │ ├── insert-table.svg │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ ├── insert-text-frame.svg │ │ │ │ ├── insert-text.svg │ │ │ │ ├── insertcell.svg │ │ │ │ ├── insertcellcopy.svg │ │ │ │ ├── interface.svg │ │ │ │ ├── internet-amarok.svg │ │ │ │ ├── internet-services.svg │ │ │ │ ├── invertimage.svg │ │ │ │ ├── irc-channel-active.svg │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ ├── irc-close-channel.svg │ │ │ │ ├── irc-join-channel.svg │ │ │ │ ├── itemize.svg │ │ │ │ ├── join.svg │ │ │ │ ├── journal-new.svg │ │ │ │ ├── junction.svg │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ ├── kdenlive-down.svg │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ ├── kdenlive-up.svg │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ ├── key-enter.svg │ │ │ │ ├── keyframe-add.svg │ │ │ │ ├── keyframe-disable.svg │ │ │ │ ├── keyframe-duplicate.svg │ │ │ │ ├── keyframe-next.svg │ │ │ │ ├── keyframe-previous.svg │ │ │ │ ├── keyframe-record.svg │ │ │ │ ├── keyframe-remove.svg │ │ │ │ ├── keyframe.svg │ │ │ │ ├── kmousetool_off.svg │ │ │ │ ├── kmousetool_on.svg │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ ├── knotes_alarm.svg │ │ │ │ ├── knotes_date.svg │ │ │ │ ├── knotes_delete.svg │ │ │ │ ├── kontes_close.svg │ │ │ │ ├── kr_combine.svg │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ ├── kr_diskusage.svg │ │ │ │ ├── kr_jumpback.svg │ │ │ │ ├── kr_mountman.svg │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ ├── kr_unselect.svg │ │ │ │ ├── kruler-east.svg │ │ │ │ ├── kruler-north.svg │ │ │ │ ├── kruler-south.svg │ │ │ │ ├── kruler-west.svg │ │ │ │ ├── kstars_advanced.svg │ │ │ │ ├── kstars_catalog.svg │ │ │ │ ├── kstars_colors.svg │ │ │ │ ├── kstars_flag.svg │ │ │ │ ├── kstars_guides.svg │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ ├── kt-check-data.svg │ │ │ │ ├── kt-encrypted.svg │ │ │ │ ├── kt-info-widget.svg │ │ │ │ ├── kt-pause.svg │ │ │ │ ├── kt-plugins.svg │ │ │ │ ├── kt-remove.svg │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ ├── kt-start.svg │ │ │ │ ├── kt-stop.svg │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ ├── l2h.svg │ │ │ │ ├── label-amarok.svg │ │ │ │ ├── label.svg │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ ├── languages.svg │ │ │ │ ├── lastfm-neighbour.svg │ │ │ │ ├── lastfm-personal.svg │ │ │ │ ├── lastfm-recommended.svg │ │ │ │ ├── lastfm-tag.svg │ │ │ │ ├── layer-bottom.svg │ │ │ │ ├── layer-delete.svg │ │ │ │ ├── layer-duplicate.svg │ │ │ │ ├── layer-lower.svg │ │ │ │ ├── layer-new.svg │ │ │ │ ├── layer-next.svg │ │ │ │ ├── layer-previous.svg │ │ │ │ ├── layer-raise.svg │ │ │ │ ├── layer-rename.svg │ │ │ │ ├── layer-top.svg │ │ │ │ ├── layer-visible-off.svg │ │ │ │ ├── layer-visible-on.svg │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ ├── license.svg │ │ │ │ ├── lighttable.svg │ │ │ │ ├── lighttableadd.svg │ │ │ │ ├── lines-connector.svg │ │ │ │ ├── link.svg │ │ │ │ ├── list-add-font.svg │ │ │ │ ├── list-add-user.svg │ │ │ │ ├── list-add.svg │ │ │ │ ├── list-remove-user.svg │ │ │ │ ├── list-remove.svg │ │ │ │ ├── list-resource-add.svg │ │ │ │ ├── lock.svg │ │ │ │ ├── love-amarok.svg │ │ │ │ ├── love.svg │ │ │ │ ├── mail-attachment.svg │ │ │ │ ├── mail-deleted.svg │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ ├── mail-encrypted.svg │ │ │ │ ├── mail-flag.svg │ │ │ │ ├── mail-forward-attachment.svg │ │ │ │ ├── mail-forward-custom.svg │ │ │ │ ├── mail-forward.svg │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ ├── mail-forwarded.svg │ │ │ │ ├── mail-invitation.svg │ │ │ │ ├── mail-mark-important.svg │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ ├── mail-mark-read.svg │ │ │ │ ├── mail-mark-task.svg │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ ├── mail-message-new.svg │ │ │ │ ├── mail-message.svg │ │ │ │ ├── mail-queue.svg │ │ │ │ ├── mail-queued.svg │ │ │ │ ├── mail-read.svg │ │ │ │ ├── mail-receive.svg │ │ │ │ ├── mail-replied.svg │ │ │ │ ├── mail-reply-all.svg │ │ │ │ ├── mail-reply-author.svg │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ ├── mail-reply-list.svg │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ ├── mail-send.svg │ │ │ │ ├── mail-sent.svg │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ ├── mail-signed-full.svg │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ ├── mail-signed-part.svg │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ ├── mail-signed.svg │ │ │ │ ├── mail-tagged.svg │ │ │ │ ├── mail-task.svg │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ ├── mail-unread-new.svg │ │ │ │ ├── mail-unread.svg │ │ │ │ ├── makeidx.svg │ │ │ │ ├── mark-location.svg │ │ │ │ ├── markasblank.svg │ │ │ │ ├── math0.svg │ │ │ │ ├── math1.svg │ │ │ │ ├── math2.svg │ │ │ │ ├── math3.svg │ │ │ │ ├── math7.svg │ │ │ │ ├── math9.svg │ │ │ │ ├── mathmode.svg │ │ │ │ ├── measure.svg │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ ├── media-album-cover.svg │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ ├── media-album-track.svg │ │ │ │ ├── media-eject.svg │ │ │ │ ├── media-import-audio-cd.svg │ │ │ │ ├── media-mount.svg │ │ │ │ ├── media-playback-pause.svg │ │ │ │ ├── media-playback-start.svg │ │ │ │ ├── media-playback-stop.svg │ │ │ │ ├── media-playlist-append.svg │ │ │ │ ├── media-playlist-play.svg │ │ │ │ ├── media-playlist-repeat-amarok.svg │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ ├── media-record.svg │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ ├── media-repeat-all.svg │ │ │ │ ├── media-repeat-none.svg │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ ├── media-repeat-single.svg │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ ├── media-seek-backward.svg │ │ │ │ ├── media-seek-forward.svg │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ ├── media-skip-backward.svg │ │ │ │ ├── media-skip-forward.svg │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ ├── media-track-show-active.svg │ │ │ │ ├── media-write-cd.svg │ │ │ │ ├── medskip.svg │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ ├── meeting-attending.svg │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ ├── menu_new.svg │ │ │ │ ├── merge.svg │ │ │ │ ├── mergecell-horizontal.svg │ │ │ │ ├── mergecell-vertical.svg │ │ │ │ ├── mergecell.svg │ │ │ │ ├── message-new.svg │ │ │ │ ├── messagebox_warning.svg │ │ │ │ ├── milestone.svg │ │ │ │ ├── minuet-chords.svg │ │ │ │ ├── minuet-intervals.svg │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ ├── minuet-scales.svg │ │ │ │ ├── mode1.svg │ │ │ │ ├── mode2.svg │ │ │ │ ├── mode3.svg │ │ │ │ ├── mode4.svg │ │ │ │ ├── mode5.svg │ │ │ │ ├── modified.svg │ │ │ │ ├── mpost.svg │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ ├── multirow.svg │ │ │ │ ├── music-amarok.svg │ │ │ │ ├── network-connect.svg │ │ │ │ ├── network-disconnect.svg │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ ├── new-command-alarm.svg │ │ │ │ ├── news-subscribe.svg │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ ├── nocover.svg │ │ │ │ ├── node-add.svg │ │ │ │ ├── node-break.svg │ │ │ │ ├── node-delete-segment.svg │ │ │ │ ├── node-delete.svg │ │ │ │ ├── node-join-segment.svg │ │ │ │ ├── node-join.svg │ │ │ │ ├── node-segment-curve.svg │ │ │ │ ├── node-segment-line.svg │ │ │ │ ├── node-transform.svg │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ ├── node-type-cusp.svg │ │ │ │ ├── node-type-smooth.svg │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ ├── node.svg │ │ │ │ ├── note.svg │ │ │ │ ├── notifications-disabled.svg │ │ │ │ ├── notifications.svg │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ ├── object-columns.svg │ │ │ │ ├── object-fill.svg │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ ├── object-group-calligra.svg │ │ │ │ ├── object-group.svg │ │ │ │ ├── object-hidden.svg │ │ │ │ ├── object-locked.svg │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ ├── object-order-back.svg │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ ├── object-order-front.svg │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ ├── object-order-lower.svg │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ ├── object-order-raise.svg │ │ │ │ ├── object-rotate-left.svg │ │ │ │ ├── object-rotate-right.svg │ │ │ │ ├── object-rows.svg │ │ │ │ ├── object-stroke-style.svg │ │ │ │ ├── object-stroke.svg │ │ │ │ ├── object-to-path.svg │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ ├── object-ungroup.svg │ │ │ │ ├── object-unlocked.svg │ │ │ │ ├── object-visible.svg │ │ │ │ ├── object.svg │ │ │ │ ├── object_node.svg │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ ├── office-chart-area.svg │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ ├── office-chart-bar.svg │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ ├── office-chart-line.svg │ │ │ │ ├── office-chart-pie.svg │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ ├── office-chart-polar.svg │ │ │ │ ├── office-chart-ring.svg │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ ├── office-report.svg │ │ │ │ ├── offline-settings.svg │ │ │ │ ├── offline.svg │ │ │ │ ├── online.svg │ │ │ │ ├── open-for-editing.svg │ │ │ │ ├── open-terminal.svg │ │ │ │ ├── output_win.svg │ │ │ │ ├── overflow-menu.svg │ │ │ │ ├── package.svg │ │ │ │ ├── page-2sides.svg │ │ │ │ ├── page-3sides.svg │ │ │ │ ├── page-4sides.svg │ │ │ │ ├── page-simple.svg │ │ │ │ ├── page-zoom.svg │ │ │ │ ├── paint-gradient-linear.svg │ │ │ │ ├── paint-gradient-radial.svg │ │ │ │ ├── paint-none.svg │ │ │ │ ├── paint-pattern.svg │ │ │ │ ├── paint-solid.svg │ │ │ │ ├── paint-swatch.svg │ │ │ │ ├── paint-unknown.svg │ │ │ │ ├── paper-color.svg │ │ │ │ ├── password-copy.svg │ │ │ │ ├── password-generate.svg │ │ │ │ ├── password-show-off.svg │ │ │ │ ├── password-show-on.svg │ │ │ │ ├── path-break-apart.svg │ │ │ │ ├── path-clip-edit.svg │ │ │ │ ├── path-combine.svg │ │ │ │ ├── path-cut.svg │ │ │ │ ├── path-difference.svg │ │ │ │ ├── path-division.svg │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ ├── path-exclusion.svg │ │ │ │ ├── path-inset.svg │ │ │ │ ├── path-intersection.svg │ │ │ │ ├── path-mask-edit.svg │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ ├── path-offset-dynamic.svg │ │ │ │ ├── path-offset-linked.svg │ │ │ │ ├── path-outset.svg │ │ │ │ ├── path-reverse.svg │ │ │ │ ├── path-simplify.svg │ │ │ │ ├── path-union.svg │ │ │ │ ├── pattern.svg │ │ │ │ ├── pdf-annotations.svg │ │ │ │ ├── pdflatex.svg │ │ │ │ ├── pdftex.svg │ │ │ │ ├── pentagon-shape.svg │ │ │ │ ├── photo.svg │ │ │ │ ├── photos-amarok.svg │ │ │ │ ├── pin.svg │ │ │ │ ├── pixelart-trace.svg │ │ │ │ ├── player-time.svg │ │ │ │ ├── player-volume-muted.svg │ │ │ │ ├── player-volume.svg │ │ │ │ ├── playlist-generator.svg │ │ │ │ ├── playlist-sort.svg │ │ │ │ ├── plugins.svg │ │ │ │ ├── pointer.svg │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ ├── port.svg │ │ │ │ ├── postalcode.svg │ │ │ │ ├── practice-setup.svg │ │ │ │ ├── practice-start.svg │ │ │ │ ├── practice-stop.svg │ │ │ │ ├── precondition.svg │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ ├── preferences-other.svg │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ ├── presence_away.svg │ │ │ │ ├── presence_offline.svg │ │ │ │ ├── presence_online.svg │ │ │ │ ├── presence_unknown.svg │ │ │ │ ├── preview.svg │ │ │ │ ├── preview_math.svg │ │ │ │ ├── preview_sel.svg │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ ├── process-stop.svg │ │ │ │ ├── project-development-close-all.svg │ │ │ │ ├── project-development-close.svg │ │ │ │ ├── project-development-new-template.svg │ │ │ │ ├── project-development.svg │ │ │ │ ├── project-open.svg │ │ │ │ ├── project_add.svg │ │ │ │ ├── project_archive.svg │ │ │ │ ├── project_rebuild.svg │ │ │ │ ├── project_remove.svg │ │ │ │ ├── project_show.svg │ │ │ │ ├── projectgrep.svg │ │ │ │ ├── ps2pdf.svg │ │ │ │ ├── qa.svg │ │ │ │ ├── quick.svg │ │ │ │ ├── quickopen-class.svg │ │ │ │ ├── quickopen-file.svg │ │ │ │ ├── quickopen-function.svg │ │ │ │ ├── quickopen.svg │ │ │ │ ├── quickview.svg │ │ │ │ ├── quickwizard.svg │ │ │ │ ├── randomize.svg │ │ │ │ ├── ratiocrop.svg │ │ │ │ ├── realization.svg │ │ │ │ ├── rectangle-make-corners-sharp.svg │ │ │ │ ├── rectangle-shape.svg │ │ │ │ ├── redeyes.svg │ │ │ │ ├── refactor.svg │ │ │ │ ├── refreshstructure.svg │ │ │ │ ├── region.svg │ │ │ │ ├── relation.svg │ │ │ │ ├── relationship.svg │ │ │ │ ├── remove-amarok.svg │ │ │ │ ├── remove-link.svg │ │ │ │ ├── remove.svg │ │ │ │ ├── removecell.svg │ │ │ │ ├── repeat.svg │ │ │ │ ├── resizecol.svg │ │ │ │ ├── resizerow.svg │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ ├── resource-group-new.svg │ │ │ │ ├── resource-group.svg │ │ │ │ ├── restoration.svg │ │ │ │ ├── retweet.svg │ │ │ │ ├── reverse.svg │ │ │ │ ├── roll.svg │ │ │ │ ├── routeplanning.svg │ │ │ │ ├── run-build-clean.svg │ │ │ │ ├── run-build-configure.svg │ │ │ │ ├── run-build-file.svg │ │ │ │ ├── run-build-install-root.svg │ │ │ │ ├── run-build-install.svg │ │ │ │ ├── run-build-prune.svg │ │ │ │ ├── run-build.svg │ │ │ │ ├── run-clean.svg │ │ │ │ ├── run-install.svg │ │ │ │ ├── screen-rotate-auto-off.svg │ │ │ │ ├── screen-rotate-auto-on.svg │ │ │ │ ├── scriptnew.svg │ │ │ │ ├── scriptopen.svg │ │ │ │ ├── search.svg │ │ │ │ ├── select-rectangular.svg │ │ │ │ ├── select.svg │ │ │ │ ├── selection-bottom.svg │ │ │ │ ├── selection-lower.svg │ │ │ │ ├── selection-make-bitmap-copy.svg │ │ │ │ ├── selection-move-to-layer-above.svg │ │ │ │ ├── selection-move-to-layer-below.svg │ │ │ │ ├── selection-raise.svg │ │ │ │ ├── selection-top.svg │ │ │ │ ├── selection.svg │ │ │ │ ├── send_signal.svg │ │ │ │ ├── services.svg │ │ │ │ ├── set-language.svg │ │ │ │ ├── settings-configure.svg │ │ │ │ ├── shallow-history.svg │ │ │ │ ├── shape-choose.svg │ │ │ │ ├── shapes.svg │ │ │ │ ├── shear.svg │ │ │ │ ├── show-dialogs.svg │ │ │ │ ├── show-grid.svg │ │ │ │ ├── show-guides.svg │ │ │ │ ├── show-menu.svg │ │ │ │ ├── show-node-handles.svg │ │ │ │ ├── show-offline.svg │ │ │ │ ├── show-path-outline.svg │ │ │ │ ├── show_table_column.svg │ │ │ │ ├── show_table_row.svg │ │ │ │ ├── shuffle.svg │ │ │ │ ├── sidebar-collapse.svg │ │ │ │ ├── sidebar-expand.svg │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ ├── slanted.svg │ │ │ │ ├── smallclock.svg │ │ │ │ ├── smallskip.svg │ │ │ │ ├── smiley-add.svg │ │ │ │ ├── snap-angle.svg │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ ├── snap-extension.svg │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ ├── snap-guideline.svg │ │ │ │ ├── snap-intersection.svg │ │ │ │ ├── snap-node.svg │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ ├── snap-page.svg │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ ├── snap.svg │ │ │ │ ├── social.svg │ │ │ │ ├── sort-name.svg │ │ │ │ ├── sort-presence.svg │ │ │ │ ├── sort_incr.svg │ │ │ │ ├── source-playlist.svg │ │ │ │ ├── source-smart-playlist.svg │ │ │ │ ├── speaker.svg │ │ │ │ ├── special_paste.svg │ │ │ │ ├── specific-setup.svg │ │ │ │ ├── speedometer.svg │ │ │ │ ├── spiral-shape.svg │ │ │ │ ├── split.svg │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ ├── sqrt.svg │ │ │ │ ├── standard-connector.svg │ │ │ │ ├── star-shape.svg │ │ │ │ ├── start-over.svg │ │ │ │ ├── state-fork.svg │ │ │ │ ├── stateshape.svg │ │ │ │ ├── statetool.svg │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ ├── step_object_Box.svg │ │ │ │ ├── step_object_Controller.svg │ │ │ │ ├── step_object_Disk.svg │ │ │ │ ├── step_object_Graph.svg │ │ │ │ ├── step_object_Note.svg │ │ │ │ ├── step_object_Particle.svg │ │ │ │ ├── step_object_Pin.svg │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ ├── step_object_Rope.svg │ │ │ │ ├── step_object_Stick.svg │ │ │ │ ├── sticky_zoom.svg │ │ │ │ ├── story-editor.svg │ │ │ │ ├── straight-connector.svg │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ ├── stroke-join-round.svg │ │ │ │ ├── stroke-to-path.svg │ │ │ │ ├── strong.svg │ │ │ │ ├── structure.svg │ │ │ │ ├── subsystem.svg │ │ │ │ ├── svn-commit.svg │ │ │ │ ├── svn-update.svg │ │ │ │ ├── swap-panels.svg │ │ │ │ ├── symbols.svg │ │ │ │ ├── system-lock-screen.svg │ │ │ │ ├── system-log-out.svg │ │ │ │ ├── system-reboot.svg │ │ │ │ ├── system-run.svg │ │ │ │ ├── system-save-session.svg │ │ │ │ ├── system-search.svg │ │ │ │ ├── system-upgrade.svg │ │ │ │ ├── system-users.svg │ │ │ │ ├── tab-close-other.svg │ │ │ │ ├── tab-close.svg │ │ │ │ ├── tab-detach.svg │ │ │ │ ├── tab-duplicate.svg │ │ │ │ ├── tab-new-background.svg │ │ │ │ ├── tab-new.svg │ │ │ │ ├── table.svg │ │ │ │ ├── tag-addressbook.svg │ │ │ │ ├── tag-assigned.svg │ │ │ │ ├── tag-delete.svg │ │ │ │ ├── tag-edit.svg │ │ │ │ ├── tag-events.svg │ │ │ │ ├── tag-folder.svg │ │ │ │ ├── tag-new.svg │ │ │ │ ├── tag-people.svg │ │ │ │ ├── tag-places.svg │ │ │ │ ├── tag-properties.svg │ │ │ │ ├── tag-recents.svg │ │ │ │ ├── tag-reset.svg │ │ │ │ ├── tag.svg │ │ │ │ ├── tap-create.svg │ │ │ │ ├── tap-extract-to.svg │ │ │ │ ├── tap-extract.svg │ │ │ │ ├── task-new.svg │ │ │ │ ├── taxes-finances.svg │ │ │ │ ├── template.svg │ │ │ │ ├── text-convert-to-regular.svg │ │ │ │ ├── text-field-framed.svg │ │ │ │ ├── text-field-frameless.svg │ │ │ │ ├── text-field.svg │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ ├── text-frame-link.svg │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ ├── text-put-on-path.svg │ │ │ │ ├── text-remove-from-path.svg │ │ │ │ ├── text-speak.svg │ │ │ │ ├── text-unflow.svg │ │ │ │ ├── text-unkern.svg │ │ │ │ ├── text-wrap.svg │ │ │ │ ├── text_horz_kern.svg │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ ├── text_line_spacing.svg │ │ │ │ ├── text_rotation.svg │ │ │ │ ├── text_subscript.svg │ │ │ │ ├── text_superscript.svg │ │ │ │ ├── text_vert_kern.svg │ │ │ │ ├── text_word_spacing.svg │ │ │ │ ├── tool-animator.svg │ │ │ │ ├── tool-measure.svg │ │ │ │ ├── tool-node-editor.svg │ │ │ │ ├── tool-pointer.svg │ │ │ │ ├── tool-text.svg │ │ │ │ ├── tool-tweak.svg │ │ │ │ ├── tool_brush.svg │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ ├── tool_color_picker.svg │ │ │ │ ├── tool_ellipse.svg │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ ├── tool_eraser.svg │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ ├── tool_line.svg │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ ├── tool_pen.svg │ │ │ │ ├── tool_polyline.svg │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ ├── tool_rectangle.svg │ │ │ │ ├── tool_references.svg │ │ │ │ ├── tool_review.svg │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ ├── tool_text.svg │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ ├── tools-report-bug.svg │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ ├── tools-wizard.svg │ │ │ │ ├── tools.svg │ │ │ │ ├── transform-affect-gradient.svg │ │ │ │ ├── transform-affect-pattern.svg │ │ │ │ ├── transform-affect-rounded-corners.svg │ │ │ │ ├── transform-affect-stroke.svg │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ ├── transform-crop.svg │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ ├── transform-move.svg │ │ │ │ ├── transform-rotate.svg │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ ├── transform-scale.svg │ │ │ │ ├── transform-shear-down.svg │ │ │ │ ├── transform-shear-left.svg │ │ │ │ ├── transform-shear-right.svg │ │ │ │ ├── transform-shear-up.svg │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ ├── transsearch.svg │ │ │ │ ├── trash-empty.svg │ │ │ │ ├── trim-margins.svg │ │ │ │ ├── trim-to-selection.svg │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ ├── umbr-message-found.svg │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ ├── uniassociation.svg │ │ │ │ ├── unique_constraint.svg │ │ │ │ ├── unlock.svg │ │ │ │ ├── unmarkasblank.svg │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ ├── upindicator.svg │ │ │ │ ├── upload-media.svg │ │ │ │ ├── usecase.svg │ │ │ │ ├── user-group-delete.svg │ │ │ │ ├── user-group-new.svg │ │ │ │ ├── user-group-properties.svg │ │ │ │ ├── user-identity.svg │ │ │ │ ├── user-others.svg │ │ │ │ ├── user-properties.svg │ │ │ │ ├── user.svg │ │ │ │ ├── usermenu-delete.svg │ │ │ │ ├── usermenu-down.svg │ │ │ │ ├── usermenu-up.svg │ │ │ │ ├── vcs-branch-delete.svg │ │ │ │ ├── vcs-branch.svg │ │ │ │ ├── vcs-commit-cvs-cervisia.svg │ │ │ │ ├── vcs-commit.svg │ │ │ │ ├── vcs-diff-cvs-cervisia.svg │ │ │ │ ├── vcs-diff.svg │ │ │ │ ├── vcs-merge-request.svg │ │ │ │ ├── vcs-merge.svg │ │ │ │ ├── vcs-pull.svg │ │ │ │ ├── vcs-push.svg │ │ │ │ ├── vcs-remove-cvs-cervisia.svg │ │ │ │ ├── vcs-stash-pop.svg │ │ │ │ ├── vcs-stash.svg │ │ │ │ ├── vcs-status-cvs-cervisia.svg │ │ │ │ ├── vcs-update-cvs-cervisia.svg │ │ │ │ ├── verb.svg │ │ │ │ ├── verbatim.svg │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ ├── view-bank-add.svg │ │ │ │ ├── view-bank-delete.svg │ │ │ │ ├── view-bank-edit.svg │ │ │ │ ├── view-bank.svg │ │ │ │ ├── view-barcode-add.svg │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ ├── view-barcode.svg │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ ├── view-calendar-day.svg │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ ├── view-calendar-list.svg │ │ │ │ ├── view-calendar-month.svg │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ ├── view-calendar-week.svg │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ ├── view-calendar.svg │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ ├── view-choose.svg │ │ │ │ ├── view-close.svg │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ ├── view-currency-list.svg │ │ │ │ ├── view-file-columns.svg │ │ │ │ ├── view-filter.svg │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ ├── view-financial-account.svg │ │ │ │ ├── view-financial-budget.svg │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ ├── view-financial-category.svg │ │ │ │ ├── view-financial-list.svg │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ ├── view-form-action.svg │ │ │ │ ├── view-form.svg │ │ │ │ ├── view-fullscreen.svg │ │ │ │ ├── view-grid.svg │ │ │ │ ├── view-group.svg │ │ │ │ ├── view-hidden.svg │ │ │ │ ├── view-history.svg │ │ │ │ ├── view-institution-add.svg │ │ │ │ ├── view-institution-delete.svg │ │ │ │ ├── view-institution-edit.svg │ │ │ │ ├── view-institution.svg │ │ │ │ ├── view-left-close.svg │ │ │ │ ├── view-list-details.svg │ │ │ │ ├── view-list-icons.svg │ │ │ │ ├── view-list-text.svg │ │ │ │ ├── view-list-tree.svg │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ ├── view-media-artist.svg │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ ├── view-media-playlist.svg │ │ │ │ ├── view-media-publisher.svg │ │ │ │ ├── view-media-visualization.svg │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ ├── view-pages-facing.svg │ │ │ │ ├── view-pages-overview.svg │ │ │ │ ├── view-pages-single.svg │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ ├── view-pim-journal.svg │ │ │ │ ├── view-pim-mail.svg │ │ │ │ ├── view-pim-news.svg │ │ │ │ ├── view-pim-notes.svg │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ ├── view-presentation.svg │ │ │ │ ├── view-preview.svg │ │ │ │ ├── view-private.svg │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ ├── view-process-all.svg │ │ │ │ ├── view-process-own.svg │ │ │ │ ├── view-process-system.svg │ │ │ │ ├── view-process-tree.svg │ │ │ │ ├── view-process-users.svg │ │ │ │ ├── view-readermode-active.svg │ │ │ │ ├── view-readermode.svg │ │ │ │ ├── view-refresh.svg │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ ├── view-restore.svg │ │ │ │ ├── view-right-close.svg │ │ │ │ ├── view-right-new.svg │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ ├── view-sidetree.svg │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ ├── view-sort-descending.svg │ │ │ │ ├── view-sort.svg │ │ │ │ ├── view-split-left-right.svg │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ ├── view-statistics.svg │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ ├── view-task-add.svg │ │ │ │ ├── view-task-child-add.svg │ │ │ │ ├── view-task-child.svg │ │ │ │ ├── view-task.svg │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ ├── view-time-schedule.svg │ │ │ │ ├── view-visible.svg │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ ├── viewbib.svg │ │ │ │ ├── viewhtml.svg │ │ │ │ ├── viewimage.svg │ │ │ │ ├── viewlog.svg │ │ │ │ ├── viewpdf.svg │ │ │ │ ├── viewps.svg │ │ │ │ ├── virtual-desktops.svg │ │ │ │ ├── visibility.svg │ │ │ │ ├── wallpaper-centered.png │ │ │ │ ├── wallpaper-scaled.png │ │ │ │ ├── wallpaper-tiled.png │ │ │ │ ├── wallpaper-zoomed.png │ │ │ │ ├── widget-alternatives.svg │ │ │ │ ├── window-close.svg │ │ │ │ ├── window-duplicate.svg │ │ │ │ ├── window-keep-above.svg │ │ │ │ ├── window-keep-below.svg │ │ │ │ ├── window-maximize.svg │ │ │ │ ├── window-minimize.svg │ │ │ │ ├── window-new.svg │ │ │ │ ├── window-next.svg │ │ │ │ ├── window-pin.svg │ │ │ │ ├── window-previous.svg │ │ │ │ ├── window-restore.svg │ │ │ │ ├── window-shade.svg │ │ │ │ ├── window-unpin.svg │ │ │ │ ├── window-unshade.svg │ │ │ │ ├── window.svg │ │ │ │ ├── wizard_math.svg │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ ├── wizard_pstools.svg │ │ │ │ ├── wizard_tabular.svg │ │ │ │ ├── x-clementine-album.svg │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ ├── x-shape-connection.svg │ │ │ │ ├── x-shape-formula.svg │ │ │ │ ├── x-shape-image.svg │ │ │ │ ├── x-shape-text.svg │ │ │ │ ├── x-zoom-in.svg │ │ │ │ ├── x-zoom-out.svg │ │ │ │ ├── xarchiver-add.svg │ │ │ │ ├── xarchiver-extract.svg │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ ├── xml-element-new.svg │ │ │ │ ├── xml-node-delete.svg │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ ├── xml-text-new.svg │ │ │ │ ├── y-zoom-in.svg │ │ │ │ ├── y-zoom-out.svg │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ ├── zoom-double-size.svg │ │ │ │ ├── zoom-draw.svg │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ ├── zoom-fit-drawing.svg │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ ├── zoom-fit-page.svg │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ ├── zoom-half-size.svg │ │ │ │ ├── zoom-in-large.svg │ │ │ │ ├── zoom-in-x.svg │ │ │ │ ├── zoom-in-y.svg │ │ │ │ ├── zoom-in.svg │ │ │ │ ├── zoom-next.svg │ │ │ │ ├── zoom-original.svg │ │ │ │ ├── zoom-out-large.svg │ │ │ │ ├── zoom-out-x.svg │ │ │ │ ├── zoom-out-y.svg │ │ │ │ ├── zoom-out.svg │ │ │ │ ├── zoom-previous.svg │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ ├── zoom-select-x.svg │ │ │ │ ├── zoom-select-y.svg │ │ │ │ ├── zoom-select.svg │ │ │ │ └── zoom.svg │ │ │ ├── 22 │ │ │ │ ├── CVnamespace.svg │ │ │ │ ├── Info-amarok.svg │ │ │ │ ├── PrePostCondition.svg │ │ │ │ ├── accept_signal.svg │ │ │ │ ├── accept_time_event.svg │ │ │ │ ├── acrobat.svg │ │ │ │ ├── action-albumfolder-importdir2.svg │ │ │ │ ├── action-rss_tag.svg │ │ │ │ ├── activities.svg │ │ │ │ ├── activity-fork.svg │ │ │ │ ├── actor.svg │ │ │ │ ├── add-placemark.svg │ │ │ │ ├── add-subtitle.svg │ │ │ │ ├── address-book-new.svg │ │ │ │ ├── addressbook-details.svg │ │ │ │ ├── adjustcurves.svg │ │ │ │ ├── adjusthsl.svg │ │ │ │ ├── adjustlevels.svg │ │ │ │ ├── adjustrgb.svg │ │ │ │ ├── aggregation.svg │ │ │ │ ├── akonadi-phone-home.svg │ │ │ │ ├── akonadiconsole.svg │ │ │ │ ├── albumfolder-importdir.svg │ │ │ │ ├── albumfolder-importimages.svg │ │ │ │ ├── albumfolder-new.svg │ │ │ │ ├── albumfolder-properties.svg │ │ │ │ ├── albumfolder-user-trash.svg │ │ │ │ ├── align-horizontal-baseline.svg │ │ │ │ ├── align-horizontal-bottom-out.svg │ │ │ │ ├── align-horizontal-center.svg │ │ │ │ ├── align-horizontal-left-out.svg │ │ │ │ ├── align-horizontal-left-to-anchor.svg │ │ │ │ ├── align-horizontal-left.svg │ │ │ │ ├── align-horizontal-node.svg │ │ │ │ ├── align-horizontal-right-out.svg │ │ │ │ ├── align-horizontal-right-to-anchor.svg │ │ │ │ ├── align-horizontal-right.svg │ │ │ │ ├── align-horizontal-top-out.svg │ │ │ │ ├── align-vertical-baseline.svg │ │ │ │ ├── align-vertical-bottom-out.svg │ │ │ │ ├── align-vertical-bottom-to-anchor.svg │ │ │ │ ├── align-vertical-bottom.svg │ │ │ │ ├── align-vertical-center.svg │ │ │ │ ├── align-vertical-node.svg │ │ │ │ ├── align-vertical-top-out.svg │ │ │ │ ├── align-vertical-top-to-anchor.svg │ │ │ │ ├── align-vertical-top.svg │ │ │ │ ├── amarok_artist.svg │ │ │ │ ├── amarok_cart_add.svg │ │ │ │ ├── amarok_cart_remove.svg │ │ │ │ ├── amarok_cart_view.svg │ │ │ │ ├── amarok_change_language.svg │ │ │ │ ├── amarok_clock.svg │ │ │ │ ├── amarok_lyrics.svg │ │ │ │ ├── amarok_playcount.svg │ │ │ │ ├── amarok_playlist.svg │ │ │ │ ├── amarok_playlist_refresh.svg │ │ │ │ ├── amarok_scripts.svg │ │ │ │ ├── anchor.svg │ │ │ │ ├── animal.svg │ │ │ │ ├── animation-stage.svg │ │ │ │ ├── answer-correct.svg │ │ │ │ ├── answer.svg │ │ │ │ ├── antivignetting.svg │ │ │ │ ├── application-exit.svg │ │ │ │ ├── application-menu.svg │ │ │ │ ├── appointment-new.svg │ │ │ │ ├── approved.svg │ │ │ │ ├── archive-extract.svg │ │ │ │ ├── archive-insert-directory.svg │ │ │ │ ├── archive-insert.svg │ │ │ │ ├── archive-remove.svg │ │ │ │ ├── arrow-down-double.svg │ │ │ │ ├── arrow-down.svg │ │ │ │ ├── arrow-left-double.svg │ │ │ │ ├── arrow-left.svg │ │ │ │ ├── arrow-right-double.svg │ │ │ │ ├── arrow-right.svg │ │ │ │ ├── arrow-up-double.svg │ │ │ │ ├── arrow-up.svg │ │ │ │ ├── arrow.svg │ │ │ │ ├── artifact.svg │ │ │ │ ├── artistictext-tool.svg │ │ │ │ ├── association.svg │ │ │ │ ├── atmosphere.svg │ │ │ │ ├── auto-scale-all.svg │ │ │ │ ├── auto-scale-x.svg │ │ │ │ ├── auto-scale-y.svg │ │ │ │ ├── auto-transition.svg │ │ │ │ ├── auto-type.svg │ │ │ │ ├── autocorrection.svg │ │ │ │ ├── backgroundtool.svg │ │ │ │ ├── backup.svg │ │ │ │ ├── bboxnext.svg │ │ │ │ ├── bboxprev.svg │ │ │ │ ├── beamerblock.svg │ │ │ │ ├── beamerframe.svg │ │ │ │ ├── bibtex.svg │ │ │ │ ├── bigskip.svg │ │ │ │ ├── black_sum.svg │ │ │ │ ├── blurfx.svg │ │ │ │ ├── blurimage.svg │ │ │ │ ├── bookmark-add-folder.svg │ │ │ │ ├── bookmark-edit.svg │ │ │ │ ├── bookmark-new-list.svg │ │ │ │ ├── bookmark-new.svg │ │ │ │ ├── bookmark-remove.svg │ │ │ │ ├── bookmark-toolbar.svg │ │ │ │ ├── bookmarks-organize.svg │ │ │ │ ├── bookmarks.svg │ │ │ │ ├── borderpainter.svg │ │ │ │ ├── bordertool.svg │ │ │ │ ├── box.svg │ │ │ │ ├── bqm-diff.svg │ │ │ │ ├── bqm-remove.svg │ │ │ │ ├── bqm-rmqueue.svg │ │ │ │ ├── branch.svg │ │ │ │ ├── bwtonal.svg │ │ │ │ ├── call-start.svg │ │ │ │ ├── call-stop.svg │ │ │ │ ├── call-voicemail.svg │ │ │ │ ├── calligraphy.svg │ │ │ │ ├── callout-shape.svg │ │ │ │ ├── cards-block.svg │ │ │ │ ├── category.svg │ │ │ │ ├── category2parent.svg │ │ │ │ ├── cell_edit.svg │ │ │ │ ├── cell_layout.svg │ │ │ │ ├── channelmixer.svg │ │ │ │ ├── character-set.svg │ │ │ │ ├── charcoaltool.svg │ │ │ │ ├── check_constraint.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── checkmark.svg │ │ │ │ ├── child2category.svg │ │ │ │ ├── choice-rhomb.svg │ │ │ │ ├── choice-round.svg │ │ │ │ ├── chronometer-lap.svg │ │ │ │ ├── chronometer-pause.svg │ │ │ │ ├── chronometer-reset.svg │ │ │ │ ├── chronometer-start.svg │ │ │ │ ├── chronometer.svg │ │ │ │ ├── circular-arrow-shape.svg │ │ │ │ ├── class-or-package.svg │ │ │ │ ├── class.svg │ │ │ │ ├── clock-large.svg │ │ │ │ ├── clock.svg │ │ │ │ ├── cloud-download.svg │ │ │ │ ├── cloud-upload.svg │ │ │ │ ├── code-block.svg │ │ │ │ ├── code-class.svg │ │ │ │ ├── code-context.svg │ │ │ │ ├── code-function.svg │ │ │ │ ├── code-typedef.svg │ │ │ │ ├── code-variable.svg │ │ │ │ ├── collapse-all.svg │ │ │ │ ├── collapse.svg │ │ │ │ ├── collection-rescan-amarok.svg │ │ │ │ ├── color-fill.svg │ │ │ │ ├── color-gradient.svg │ │ │ │ ├── color-management.svg │ │ │ │ ├── color-mode-black-white.svg │ │ │ │ ├── color-mode-hue-shift-negative.svg │ │ │ │ ├── color-mode-hue-shift-positive.svg │ │ │ │ ├── color-mode-invert-image.svg │ │ │ │ ├── color-mode-invert-text.svg │ │ │ │ ├── color-picker-black.svg │ │ │ │ ├── color-picker-grey.svg │ │ │ │ ├── color-picker-white.svg │ │ │ │ ├── color-picker.svg │ │ │ │ ├── colorfx.svg │ │ │ │ ├── colormanagement.svg │ │ │ │ ├── colorneg.svg │ │ │ │ ├── colors-chromablue.svg │ │ │ │ ├── colors-chromagreen.svg │ │ │ │ ├── colors-chromared.svg │ │ │ │ ├── colors-luma.svg │ │ │ │ ├── combined_fragment.svg │ │ │ │ ├── compass.svg │ │ │ │ ├── component.svg │ │ │ │ ├── composite-track-off.svg │ │ │ │ ├── composite-track-on.svg │ │ │ │ ├── composite-track-preview.svg │ │ │ │ ├── composition.svg │ │ │ │ ├── configure-shortcuts.svg │ │ │ │ ├── configure-toolbars.svg │ │ │ │ ├── configure.svg │ │ │ │ ├── configure_kile.svg │ │ │ │ ├── configure_project.svg │ │ │ │ ├── contact-new.svg │ │ │ │ ├── containment.svg │ │ │ │ ├── contents.svg │ │ │ │ ├── contrast.svg │ │ │ │ ├── convert.svg │ │ │ │ ├── coordinate.svg │ │ │ │ ├── copy-coordinates.svg │ │ │ │ ├── createpath.svg │ │ │ │ ├── cross-shape.svg │ │ │ │ ├── crosshairs.svg │ │ │ │ ├── cursor-arrow.svg │ │ │ │ ├── curve-connector.svg │ │ │ │ ├── dashboard-show.svg │ │ │ │ ├── database-change-key.svg │ │ │ │ ├── database-index.svg │ │ │ │ ├── datatype.svg │ │ │ │ ├── dblatex.svg │ │ │ │ ├── debug-execute-from-cursor.svg │ │ │ │ ├── debug-execute-to-cursor.svg │ │ │ │ ├── debug-run-cursor.svg │ │ │ │ ├── debug-run.svg │ │ │ │ ├── debug-step-instruction.svg │ │ │ │ ├── debug-step-into-instruction.svg │ │ │ │ ├── debug-step-into.svg │ │ │ │ ├── debug-step-out.svg │ │ │ │ ├── debug-step-over.svg │ │ │ │ ├── deep-history.svg │ │ │ │ ├── delete-comment.svg │ │ │ │ ├── delete-table-row.svg │ │ │ │ ├── delete.svg │ │ │ │ ├── dependency.svg │ │ │ │ ├── depth16to8.svg │ │ │ │ ├── depth8to16.svg │ │ │ │ ├── description.svg │ │ │ │ ├── dfrac.svg │ │ │ │ ├── diag_activity.svg │ │ │ │ ├── diag_class.svg │ │ │ │ ├── diag_component.svg │ │ │ │ ├── dialog-cancel.svg │ │ │ │ ├── dialog-close.svg │ │ │ │ ├── dialog-input-devices.svg │ │ │ │ ├── dialog-messages.svg │ │ │ │ ├── dialog-ok-apply.svg │ │ │ │ ├── dialog-ok.svg │ │ │ │ ├── dialog-scripts.svg │ │ │ │ ├── dialog-xml-editor.svg │ │ │ │ ├── dirsync.svg │ │ │ │ ├── discrete.svg │ │ │ │ ├── displaymathmode.svg │ │ │ │ ├── distortionfx.svg │ │ │ │ ├── distribute-graph-directed.svg │ │ │ │ ├── distribute-graph.svg │ │ │ │ ├── distribute-horizontal-baseline.svg │ │ │ │ ├── distribute-horizontal-center.svg │ │ │ │ ├── distribute-horizontal-equal.svg │ │ │ │ ├── distribute-horizontal-gaps.svg │ │ │ │ ├── distribute-horizontal-left.svg │ │ │ │ ├── distribute-horizontal-margin.svg │ │ │ │ ├── distribute-horizontal-node.svg │ │ │ │ ├── distribute-horizontal-page.svg │ │ │ │ ├── distribute-horizontal-right.svg │ │ │ │ ├── distribute-horizontal-x.svg │ │ │ │ ├── distribute-horizontal.svg │ │ │ │ ├── distribute-randomize.svg │ │ │ │ ├── distribute-remove-overlaps.svg │ │ │ │ ├── distribute-unclump.svg │ │ │ │ ├── distribute-vertical-baseline.svg │ │ │ │ ├── distribute-vertical-bottom.svg │ │ │ │ ├── distribute-vertical-center.svg │ │ │ │ ├── distribute-vertical-equal.svg │ │ │ │ ├── distribute-vertical-gaps.svg │ │ │ │ ├── distribute-vertical-margin.svg │ │ │ │ ├── distribute-vertical-node.svg │ │ │ │ ├── distribute-vertical-page.svg │ │ │ │ ├── distribute-vertical-top.svg │ │ │ │ ├── distribute-vertical-y.svg │ │ │ │ ├── distribute-vertical.svg │ │ │ │ ├── document-close.svg │ │ │ │ ├── document-decrypt.svg │ │ │ │ ├── document-edit-decrypt-verify.svg │ │ │ │ ├── document-edit-decrypt.svg │ │ │ │ ├── document-edit-encrypt.svg │ │ │ │ ├── document-edit-sign-encrypt.svg │ │ │ │ ├── document-edit-sign.svg │ │ │ │ ├── document-edit-verify.svg │ │ │ │ ├── document-edit.svg │ │ │ │ ├── document-encrypt.svg │ │ │ │ ├── document-encrypted.svg │ │ │ │ ├── document-export-ocal.svg │ │ │ │ ├── document-export-table.svg │ │ │ │ ├── document-export.svg │ │ │ │ ├── document-import-ocal.svg │ │ │ │ ├── document-import.svg │ │ │ │ ├── document-multiple.svg │ │ │ │ ├── document-new-from-template.svg │ │ │ │ ├── document-new.svg │ │ │ │ ├── document-open-data.svg │ │ │ │ ├── document-open-folder.svg │ │ │ │ ├── document-open-recent.svg │ │ │ │ ├── document-open-remote.svg │ │ │ │ ├── document-open.svg │ │ │ │ ├── document-preview-archive.svg │ │ │ │ ├── document-preview.svg │ │ │ │ ├── document-print-direct.svg │ │ │ │ ├── document-print-frame.svg │ │ │ │ ├── document-print-preview.svg │ │ │ │ ├── document-print.svg │ │ │ │ ├── document-properties.svg │ │ │ │ ├── document-replace.svg │ │ │ │ ├── document-revert.svg │ │ │ │ ├── document-save-all.svg │ │ │ │ ├── document-save-as-template.svg │ │ │ │ ├── document-save-as.svg │ │ │ │ ├── document-save.svg │ │ │ │ ├── document-scan.svg │ │ │ │ ├── document-send.svg │ │ │ │ ├── document-share.svg │ │ │ │ ├── document-sign.svg │ │ │ │ ├── document-swap.svg │ │ │ │ ├── documentation.svg │ │ │ │ ├── documentinfo.svg │ │ │ │ ├── donate.svg │ │ │ │ ├── dontknow.svg │ │ │ │ ├── download-amarok.svg │ │ │ │ ├── download-later.svg │ │ │ │ ├── download.svg │ │ │ │ ├── drag-surface.svg │ │ │ │ ├── draw-arrow-back.svg │ │ │ │ ├── draw-arrow-down.svg │ │ │ │ ├── draw-arrow-forward.svg │ │ │ │ ├── draw-arrow-up.svg │ │ │ │ ├── draw-arrow.svg │ │ │ │ ├── draw-bezier-curves.svg │ │ │ │ ├── draw-brush.svg │ │ │ │ ├── draw-calligraphic.svg │ │ │ │ ├── draw-circle.svg │ │ │ │ ├── draw-connector.svg │ │ │ │ ├── draw-cross.svg │ │ │ │ ├── draw-cuboid.svg │ │ │ │ ├── draw-donut.svg │ │ │ │ ├── draw-ellipse.svg │ │ │ │ ├── draw-eraser.svg │ │ │ │ ├── draw-freehand.svg │ │ │ │ ├── draw-halfcircle1.svg │ │ │ │ ├── draw-halfcircle2.svg │ │ │ │ ├── draw-halfcircle3.svg │ │ │ │ ├── draw-halfcircle4.svg │ │ │ │ ├── draw-highlight.svg │ │ │ │ ├── draw-line.svg │ │ │ │ ├── draw-path.svg │ │ │ │ ├── draw-polygon-star.svg │ │ │ │ ├── draw-polygon.svg │ │ │ │ ├── draw-polyline.svg │ │ │ │ ├── draw-rectangle-rounded.svg │ │ │ │ ├── draw-rectangle.svg │ │ │ │ ├── draw-spiral.svg │ │ │ │ ├── draw-square-inverted-corners.svg │ │ │ │ ├── draw-star.svg │ │ │ │ ├── draw-text.svg │ │ │ │ ├── draw-triangle.svg │ │ │ │ ├── draw-triangle1.svg │ │ │ │ ├── draw-triangle2.svg │ │ │ │ ├── draw-triangle3.svg │ │ │ │ ├── draw-triangle4.svg │ │ │ │ ├── draw-watercolor.svg │ │ │ │ ├── dvipdf.svg │ │ │ │ ├── dvipng.svg │ │ │ │ ├── dvips.svg │ │ │ │ ├── dvisearch.svg │ │ │ │ ├── dynamic-amarok.svg │ │ │ │ ├── earthquake.svg │ │ │ │ ├── edit-bomb.svg │ │ │ │ ├── edit-clear-all.svg │ │ │ │ ├── edit-clear-history.svg │ │ │ │ ├── edit-clear-list.svg │ │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ │ ├── edit-clear.svg │ │ │ │ ├── edit-clone-unlink.svg │ │ │ │ ├── edit-clone.svg │ │ │ │ ├── edit-comment.svg │ │ │ │ ├── edit-copy.svg │ │ │ │ ├── edit-cut.svg │ │ │ │ ├── edit-delete-remove.svg │ │ │ │ ├── edit-delete-shred.svg │ │ │ │ ├── edit-delete.svg │ │ │ │ ├── edit-download.svg │ │ │ │ ├── edit-entry.svg │ │ │ │ ├── edit-find-mail.svg │ │ │ │ ├── edit-find-project.svg │ │ │ │ ├── edit-find-replace.svg │ │ │ │ ├── edit-find-user.svg │ │ │ │ ├── edit-find.svg │ │ │ │ ├── edit-group.svg │ │ │ │ ├── edit-guides.svg │ │ │ │ ├── edit-image-face-add.svg │ │ │ │ ├── edit-image-face-detect.svg │ │ │ │ ├── edit-image-face-recognize.svg │ │ │ │ ├── edit-image-face-show.svg │ │ │ │ ├── edit-line-width.svg │ │ │ │ ├── edit-link.svg │ │ │ │ ├── edit-map.svg │ │ │ │ ├── edit-move.svg │ │ │ │ ├── edit-node.svg │ │ │ │ ├── edit-none.svg │ │ │ │ ├── edit-opacity.svg │ │ │ │ ├── edit-paste-in-place.svg │ │ │ │ ├── edit-paste.svg │ │ │ │ ├── edit-redo.svg │ │ │ │ ├── edit-rename.svg │ │ │ │ ├── edit-reset.svg │ │ │ │ ├── edit-select-all.svg │ │ │ │ ├── edit-select-invert.svg │ │ │ │ ├── edit-select-lasso.svg │ │ │ │ ├── edit-select-none.svg │ │ │ │ ├── edit-select-text.svg │ │ │ │ ├── edit-select.svg │ │ │ │ ├── edit-table-cell-merge.svg │ │ │ │ ├── edit-table-cell-split.svg │ │ │ │ ├── edit-table-delete-column.svg │ │ │ │ ├── edit-table-delete-row.svg │ │ │ │ ├── edit-table-insert-column-left.svg │ │ │ │ ├── edit-table-insert-column-right.svg │ │ │ │ ├── edit-table-insert-row-above.svg │ │ │ │ ├── edit-table-insert-row-below.svg │ │ │ │ ├── edit-table-insert-row-under.svg │ │ │ │ ├── edit-text-frame-update.svg │ │ │ │ ├── edit-undo.svg │ │ │ │ ├── edit_animation.svg │ │ │ │ ├── editimage.svg │ │ │ │ ├── editor.svg │ │ │ │ ├── editpath.svg │ │ │ │ ├── edittext.svg │ │ │ │ ├── ellipse-shape.svg │ │ │ │ ├── embosstool.svg │ │ │ │ ├── emph.svg │ │ │ │ ├── end_of_life.svg │ │ │ │ ├── end_state.svg │ │ │ │ ├── entity.svg │ │ │ │ ├── entrance_animations.svg │ │ │ │ ├── entry-clone.svg │ │ │ │ ├── entry-delete.svg │ │ │ │ ├── entry-edit.svg │ │ │ │ ├── entry-new.svg │ │ │ │ ├── enum.svg │ │ │ │ ├── enumerate.svg │ │ │ │ ├── error.svg │ │ │ │ ├── errornext.svg │ │ │ │ ├── errorprev.svg │ │ │ │ ├── escape-direction-all.svg │ │ │ │ ├── escape-direction-down.svg │ │ │ │ ├── escape-direction-horizontal.svg │ │ │ │ ├── escape-direction-left.svg │ │ │ │ ├── escape-direction-right.svg │ │ │ │ ├── escape-direction-up.svg │ │ │ │ ├── escape-direction-vertical.svg │ │ │ │ ├── exception.svg │ │ │ │ ├── exchange-positions-clockwise.svg │ │ │ │ ├── exchange-positions-zorder.svg │ │ │ │ ├── exchange-positions.svg │ │ │ │ ├── exifinfo.svg │ │ │ │ ├── exit_animations.svg │ │ │ │ ├── expand-all.svg │ │ │ │ ├── expand.svg │ │ │ │ ├── favorite-genres-amarok.svg │ │ │ │ ├── favorite.svg │ │ │ │ ├── feed-subscribe.svg │ │ │ │ ├── file-zoom-in.svg │ │ │ │ ├── file-zoom-out.svg │ │ │ │ ├── filegrep.svg │ │ │ │ ├── filename-album-amarok.svg │ │ │ │ ├── filename-and-amarok.svg │ │ │ │ ├── filename-artist-amarok.svg │ │ │ │ ├── filename-bpm-amarok.svg │ │ │ │ ├── filename-comment-amarok.svg │ │ │ │ ├── filename-composer-amarok.svg │ │ │ │ ├── filename-dash-amarok.svg │ │ │ │ ├── filename-discnumber-amarok.svg │ │ │ │ ├── filename-divider.svg │ │ │ │ ├── filename-dot-amarok.svg │ │ │ │ ├── filename-filetype-amarok.svg │ │ │ │ ├── filename-genre-amarok.svg │ │ │ │ ├── filename-group-length.svg │ │ │ │ ├── filename-group-tracks.svg │ │ │ │ ├── filename-ignore-amarok.svg │ │ │ │ ├── filename-initial-amarok.svg │ │ │ │ ├── filename-last-played.svg │ │ │ │ ├── filename-moodbar.svg │ │ │ │ ├── filename-sample-rate.svg │ │ │ │ ├── filename-slash-amarok.svg │ │ │ │ ├── filename-space-amarok.svg │ │ │ │ ├── filename-title-amarok.svg │ │ │ │ ├── filename-track-amarok.svg │ │ │ │ ├── filename-underscore-amarok.svg │ │ │ │ ├── filename-year-amarok.svg │ │ │ │ ├── fileview-preview.svg │ │ │ │ ├── fill-color.svg │ │ │ │ ├── filmgrain.svg │ │ │ │ ├── final_activity.svg │ │ │ │ ├── find-location.svg │ │ │ │ ├── fingerprint.svg │ │ │ │ ├── flag-black.svg │ │ │ │ ├── flag-blue.svg │ │ │ │ ├── flag-green.svg │ │ │ │ ├── flag-red.svg │ │ │ │ ├── flag-yellow.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── flash.svg │ │ │ │ ├── flashlight-off.svg │ │ │ │ ├── flashlight-on.svg │ │ │ │ ├── flower-shape.svg │ │ │ │ ├── folder-new.svg │ │ │ │ ├── folder-open-recent.svg │ │ │ │ ├── folder-stash.svg │ │ │ │ ├── folder-sync.svg │ │ │ │ ├── followmouse.svg │ │ │ │ ├── font-disable.svg │ │ │ │ ├── font-enable.svg │ │ │ │ ├── font.svg │ │ │ │ ├── food.svg │ │ │ │ ├── foreignkey_constraint.svg │ │ │ │ ├── fork.svg │ │ │ │ ├── format-add-node.svg │ │ │ │ ├── format-align-vertical-bottom.svg │ │ │ │ ├── format-align-vertical-center.svg │ │ │ │ ├── format-align-vertical-top.svg │ │ │ │ ├── format-border-set-all.svg │ │ │ │ ├── format-border-set-bottom.svg │ │ │ │ ├── format-border-set-diagonal-bl-tr.svg │ │ │ │ ├── format-border-set-diagonal-tl-br.svg │ │ │ │ ├── format-border-set-external.svg │ │ │ │ ├── format-border-set-internal-horizontal.svg │ │ │ │ ├── format-border-set-internal-vertical.svg │ │ │ │ ├── format-border-set-internal.svg │ │ │ │ ├── format-border-set-left.svg │ │ │ │ ├── format-border-set-none.svg │ │ │ │ ├── format-border-set-right.svg │ │ │ │ ├── format-border-set-top.svg │ │ │ │ ├── format-border-style.svg │ │ │ │ ├── format-break-node.svg │ │ │ │ ├── format-connect-node.svg │ │ │ │ ├── format-convert-to-path.svg │ │ │ │ ├── format-currency.svg │ │ │ │ ├── format-disconnect-node.svg │ │ │ │ ├── format-fill-color.svg │ │ │ │ ├── format-font-size-less.svg │ │ │ │ ├── format-font-size-more.svg │ │ │ │ ├── format-indent-less.svg │ │ │ │ ├── format-indent-more.svg │ │ │ │ ├── format-insert-node.svg │ │ │ │ ├── format-join-node.svg │ │ │ │ ├── format-justify-center.svg │ │ │ │ ├── format-justify-fill.svg │ │ │ │ ├── format-justify-left.svg │ │ │ │ ├── format-justify-right.svg │ │ │ │ ├── format-line-spacing-double.svg │ │ │ │ ├── format-line-spacing-normal.svg │ │ │ │ ├── format-line-spacing-triple.svg │ │ │ │ ├── format-list-ordered.svg │ │ │ │ ├── format-list-unordered.svg │ │ │ │ ├── format-node-corner.svg │ │ │ │ ├── format-node-curve.svg │ │ │ │ ├── format-node-line.svg │ │ │ │ ├── format-node-smooth.svg │ │ │ │ ├── format-node-symmetric.svg │ │ │ │ ├── format-number-percent.svg │ │ │ │ ├── format-precision-less.svg │ │ │ │ ├── format-precision-more.svg │ │ │ │ ├── format-remove-node.svg │ │ │ │ ├── format-segment-curve.svg │ │ │ │ ├── format-segment-line.svg │ │ │ │ ├── format-stroke-color.svg │ │ │ │ ├── format-text-blockquote.svg │ │ │ │ ├── format-text-bold.svg │ │ │ │ ├── format-text-capitalize.svg │ │ │ │ ├── format-text-code.svg │ │ │ │ ├── format-text-color.svg │ │ │ │ ├── format-text-direction-horizontal.svg │ │ │ │ ├── format-text-direction-ltr.svg │ │ │ │ ├── format-text-direction-rtl.svg │ │ │ │ ├── format-text-direction-vertical.svg │ │ │ │ ├── format-text-italic.svg │ │ │ │ ├── format-text-lowercase.svg │ │ │ │ ├── format-text-strikethrough.svg │ │ │ │ ├── format-text-subscript.svg │ │ │ │ ├── format-text-superscript.svg │ │ │ │ ├── format-text-symbol.svg │ │ │ │ ├── format-text-underline-squiggle.svg │ │ │ │ ├── format-text-underline.svg │ │ │ │ ├── format-text-uppercase.svg │ │ │ │ ├── formula.svg │ │ │ │ ├── freerotation.svg │ │ │ │ ├── games-achievements.svg │ │ │ │ ├── games-config-background.svg │ │ │ │ ├── games-config-board.svg │ │ │ │ ├── games-config-custom.svg │ │ │ │ ├── games-config-options.svg │ │ │ │ ├── games-config-theme.svg │ │ │ │ ├── games-config-tiles.svg │ │ │ │ ├── games-difficult.svg │ │ │ │ ├── games-endturn.svg │ │ │ │ ├── games-highscores.svg │ │ │ │ ├── games-hint.svg │ │ │ │ ├── games-solve.svg │ │ │ │ ├── geany-build.svg │ │ │ │ ├── geany-close-all.svg │ │ │ │ ├── geany-save-all.svg │ │ │ │ ├── gearhead-shape.svg │ │ │ │ ├── generalisation.svg │ │ │ │ ├── generalise.svg │ │ │ │ ├── get-hot-new-stuff.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── gnumeric-autofilter-delete.svg │ │ │ │ ├── gnumeric-autofilter.svg │ │ │ │ ├── gnumeric-autosum.svg │ │ │ │ ├── gnumeric-brush.svg │ │ │ │ ├── gnumeric-bucket.svg │ │ │ │ ├── gnumeric-cells-merge.svg │ │ │ │ ├── gnumeric-cells-split.svg │ │ │ │ ├── gnumeric-column-add.svg │ │ │ │ ├── gnumeric-column-delete.svg │ │ │ │ ├── gnumeric-column-hide.svg │ │ │ │ ├── gnumeric-column-size.svg │ │ │ │ ├── gnumeric-column-unhide.svg │ │ │ │ ├── gnumeric-comment-add.svg │ │ │ │ ├── gnumeric-comment-delete.svg │ │ │ │ ├── gnumeric-comment-edit.svg │ │ │ │ ├── gnumeric-component-insert-shaped.svg │ │ │ │ ├── gnumeric-data-slicer.svg │ │ │ │ ├── gnumeric-font.svg │ │ │ │ ├── gnumeric-format-accounting.svg │ │ │ │ ├── gnumeric-format-border-all.svg │ │ │ │ ├── gnumeric-format-border-bottom.svg │ │ │ │ ├── gnumeric-format-border-diag.svg │ │ │ │ ├── gnumeric-format-border-double-bottom.svg │ │ │ │ ├── gnumeric-format-border-inside-horiz.svg │ │ │ │ ├── gnumeric-format-border-left.svg │ │ │ │ ├── gnumeric-format-border-none.svg │ │ │ │ ├── gnumeric-format-border-outside.svg │ │ │ │ ├── gnumeric-format-border-rev-diag.svg │ │ │ │ ├── gnumeric-format-border-right.svg │ │ │ │ ├── gnumeric-format-border-thick-bottom.svg │ │ │ │ ├── gnumeric-format-border-thick-outside.svg │ │ │ │ ├── gnumeric-format-border-top-n-bottom.svg │ │ │ │ ├── gnumeric-format-border-top-n-double-bottom.svg │ │ │ │ ├── gnumeric-format-border-top-n-thick-bottom.svg │ │ │ │ ├── gnumeric-format-border-top.svg │ │ │ │ ├── gnumeric-format-percentage.svg │ │ │ │ ├── gnumeric-format-precision-decrease.svg │ │ │ │ ├── gnumeric-format-precision-increase.svg │ │ │ │ ├── gnumeric-format-thousand-separator.svg │ │ │ │ ├── gnumeric-formulaguru.svg │ │ │ │ ├── gnumeric-graphguru.svg │ │ │ │ ├── gnumeric-group.svg │ │ │ │ ├── gnumeric-link-add.svg │ │ │ │ ├── gnumeric-link-delete.svg │ │ │ │ ├── gnumeric-link-edit.svg │ │ │ │ ├── gnumeric-link-email.svg │ │ │ │ ├── gnumeric-link-external.svg │ │ │ │ ├── gnumeric-link-internal.svg │ │ │ │ ├── gnumeric-link-url.svg │ │ │ │ ├── gnumeric-object-arrow.svg │ │ │ │ ├── gnumeric-object-button.svg │ │ │ │ ├── gnumeric-object-checkbox.svg │ │ │ │ ├── gnumeric-object-combo.svg │ │ │ │ ├── gnumeric-object-ellipse.svg │ │ │ │ ├── gnumeric-object-label.svg │ │ │ │ ├── gnumeric-object-line.svg │ │ │ │ ├── gnumeric-object-list.svg │ │ │ │ ├── gnumeric-object-rectangle.svg │ │ │ │ ├── gnumeric-object-scrollbar.svg │ │ │ │ ├── gnumeric-object-spinbutton.svg │ │ │ │ ├── gnumeric-pagesetup-hf-cell.svg │ │ │ │ ├── gnumeric-pagesetup-hf-page.svg │ │ │ │ ├── gnumeric-pagesetup-hf-pages.svg │ │ │ │ ├── gnumeric-pagesetup-hf-time.svg │ │ │ │ ├── gnumeric-protection-no.svg │ │ │ │ ├── gnumeric-protection-yes.svg │ │ │ │ ├── gnumeric-row-add.svg │ │ │ │ ├── gnumeric-row-delete.svg │ │ │ │ ├── gnumeric-row-hide.svg │ │ │ │ ├── gnumeric-row-size.svg │ │ │ │ ├── gnumeric-row-unhide.svg │ │ │ │ ├── gnumeric-subscript.svg │ │ │ │ ├── gnumeric-superscript.svg │ │ │ │ ├── gnumeric-ungroup.svg │ │ │ │ ├── gnumeric-visible.svg │ │ │ │ ├── go-bottom.svg │ │ │ │ ├── go-down-search.svg │ │ │ │ ├── go-down-skip.svg │ │ │ │ ├── go-down.svg │ │ │ │ ├── go-first-view-page.svg │ │ │ │ ├── go-first-view.svg │ │ │ │ ├── go-first.svg │ │ │ │ ├── go-home-large.svg │ │ │ │ ├── go-home.svg │ │ │ │ ├── go-jump-declaration.svg │ │ │ │ ├── go-jump-definition.svg │ │ │ │ ├── go-jump-locationbar.svg │ │ │ │ ├── go-jump-today.svg │ │ │ │ ├── go-jump.svg │ │ │ │ ├── go-last-view-page.svg │ │ │ │ ├── go-last-view.svg │ │ │ │ ├── go-last.svg │ │ │ │ ├── go-next-context.svg │ │ │ │ ├── go-next-skip.svg │ │ │ │ ├── go-next-use.svg │ │ │ │ ├── go-next-view-page.svg │ │ │ │ ├── go-next-view.svg │ │ │ │ ├── go-next.svg │ │ │ │ ├── go-parent-folder.svg │ │ │ │ ├── go-previous-context.svg │ │ │ │ ├── go-previous-skip.svg │ │ │ │ ├── go-previous-use.svg │ │ │ │ ├── go-previous-view-page.svg │ │ │ │ ├── go-previous-view.svg │ │ │ │ ├── go-previous.svg │ │ │ │ ├── go-top.svg │ │ │ │ ├── go-up-search.svg │ │ │ │ ├── go-up-skip.svg │ │ │ │ ├── go-up.svg │ │ │ │ ├── gpg.svg │ │ │ │ ├── gpgsm.svg │ │ │ │ ├── gps.svg │ │ │ │ ├── gradient.svg │ │ │ │ ├── graphics.svg │ │ │ │ ├── grid-rectangular.svg │ │ │ │ ├── group-delete.svg │ │ │ │ ├── group-edit.svg │ │ │ │ ├── group-new.svg │ │ │ │ ├── group.svg │ │ │ │ ├── gtk-add.svg │ │ │ │ ├── gtk-apply.svg │ │ │ │ ├── gtk-authentication.svg │ │ │ │ ├── gtk-bold.svg │ │ │ │ ├── gtk-cancel.svg │ │ │ │ ├── gtk-cdrom.svg │ │ │ │ ├── gtk-clear.svg │ │ │ │ ├── gtk-close.svg │ │ │ │ ├── gtk-color-picker.svg │ │ │ │ ├── gtk-connect.svg │ │ │ │ ├── gtk-convert.svg │ │ │ │ ├── gtk-disconnect.svg │ │ │ │ ├── gtk-edit.svg │ │ │ │ ├── gtk-execute.svg │ │ │ │ ├── gtk-floppy.svg │ │ │ │ ├── gtk-index.svg │ │ │ │ ├── gtk-no.svg │ │ │ │ ├── gtk-ok.svg │ │ │ │ ├── gtk-preferences.svg │ │ │ │ ├── gtk-properties.svg │ │ │ │ ├── gtk-quit.svg │ │ │ │ ├── gtk-select-color.svg │ │ │ │ ├── gtk-select-font.svg │ │ │ │ ├── gtk-stop.svg │ │ │ │ ├── gtk-tab-duplicate.svg │ │ │ │ ├── gtk-tab-new.svg │ │ │ │ ├── gtk-undelete-ltr.svg │ │ │ │ ├── gtk-undelete-rtl.svg │ │ │ │ ├── gtk-yes.svg │ │ │ │ ├── guides.svg │ │ │ │ ├── hand.svg │ │ │ │ ├── handle-left.svg │ │ │ │ ├── handle-move.svg │ │ │ │ ├── handle-right.svg │ │ │ │ ├── handle-sort.svg │ │ │ │ ├── headphones.svg │ │ │ │ ├── help-about.svg │ │ │ │ ├── help-contents.svg │ │ │ │ ├── help-contextual.svg │ │ │ │ ├── help-donate.svg │ │ │ │ ├── help-feedback.svg │ │ │ │ ├── help-hint.svg │ │ │ │ ├── help-keybord-shortcuts.svg │ │ │ │ ├── help-latex.svg │ │ │ │ ├── help-whatsthis.svg │ │ │ │ ├── hexagon-shape.svg │ │ │ │ ├── hide_table_column.svg │ │ │ │ ├── hide_table_row.svg │ │ │ │ ├── hidemouse.svg │ │ │ │ ├── high-brightness.svg │ │ │ │ ├── hint.svg │ │ │ │ ├── hotpixels.svg │ │ │ │ ├── identity.svg │ │ │ │ ├── im-aim.svg │ │ │ │ ├── im-ban-kick-user.svg │ │ │ │ ├── im-ban-user.svg │ │ │ │ ├── im-facebook.svg │ │ │ │ ├── im-gadugadu.svg │ │ │ │ ├── im-google-talk.svg │ │ │ │ ├── im-google.svg │ │ │ │ ├── im-icq.svg │ │ │ │ ├── im-identi.ca.svg │ │ │ │ ├── im-invisible-user.svg │ │ │ │ ├── im-irc.svg │ │ │ │ ├── im-jabber.svg │ │ │ │ ├── im-kick-user.svg │ │ │ │ ├── im-msn.svg │ │ │ │ ├── im-qq.svg │ │ │ │ ├── im-skype.svg │ │ │ │ ├── im-twitter.svg │ │ │ │ ├── im-user-away.svg │ │ │ │ ├── im-user-busy.svg │ │ │ │ ├── im-user-offline.svg │ │ │ │ ├── im-user-online.svg │ │ │ │ ├── im-user.svg │ │ │ │ ├── im-yahoo.svg │ │ │ │ ├── im-youtube.svg │ │ │ │ ├── imagecomment.svg │ │ │ │ ├── initial_state.svg │ │ │ │ ├── inpainting.svg │ │ │ │ ├── input-mouse-click-left.svg │ │ │ │ ├── input-mouse-click-middle.svg │ │ │ │ ├── input-mouse-click-right.svg │ │ │ │ ├── insert-button.svg │ │ │ │ ├── insert-endnote.svg │ │ │ │ ├── insert-footnote.svg │ │ │ │ ├── insert-horizontal-rule.svg │ │ │ │ ├── insert-image.svg │ │ │ │ ├── insert-link.svg │ │ │ │ ├── insert-math-expression.svg │ │ │ │ ├── insert-more-mark.svg │ │ │ │ ├── insert-page-break.svg │ │ │ │ ├── insert-table-of-contents.svg │ │ │ │ ├── insert-table-row.svg │ │ │ │ ├── insert-table.svg │ │ │ │ ├── insert-tableofcontents.svg │ │ │ │ ├── insert-text-frame.svg │ │ │ │ ├── insert-text.svg │ │ │ │ ├── insertcell.svg │ │ │ │ ├── interface.svg │ │ │ │ ├── internet-amarok.svg │ │ │ │ ├── internet-services.svg │ │ │ │ ├── invertimage.svg │ │ │ │ ├── irc-channel-active.svg │ │ │ │ ├── irc-channel-inactive.svg │ │ │ │ ├── irc-close-channel.svg │ │ │ │ ├── irc-join-channel.svg │ │ │ │ ├── irc-operator.svg │ │ │ │ ├── irc-remove-operator.svg │ │ │ │ ├── irc-unvoice.svg │ │ │ │ ├── irc-voice.svg │ │ │ │ ├── item.svg │ │ │ │ ├── itemize.svg │ │ │ │ ├── join.svg │ │ │ │ ├── journal-new.svg │ │ │ │ ├── junction.svg │ │ │ │ ├── kdenlive-add-clip.svg │ │ │ │ ├── kdenlive-add-color-clip.svg │ │ │ │ ├── kdenlive-add-slide-clip.svg │ │ │ │ ├── kdenlive-add-text-clip.svg │ │ │ │ ├── kdenlive-align-bottom.svg │ │ │ │ ├── kdenlive-align-hor.svg │ │ │ │ ├── kdenlive-align-left.svg │ │ │ │ ├── kdenlive-align-none.svg │ │ │ │ ├── kdenlive-align-right.svg │ │ │ │ ├── kdenlive-align-top.svg │ │ │ │ ├── kdenlive-align-vert.svg │ │ │ │ ├── kdenlive-composite.svg │ │ │ │ ├── kdenlive-custom-effect.svg │ │ │ │ ├── kdenlive-deleffect.svg │ │ │ │ ├── kdenlive-down.svg │ │ │ │ ├── kdenlive-hide-audio.svg │ │ │ │ ├── kdenlive-hide-video.svg │ │ │ │ ├── kdenlive-insert-edit.svg │ │ │ │ ├── kdenlive-insert-rect.svg │ │ │ │ ├── kdenlive-insert-unicode.svg │ │ │ │ ├── kdenlive-lock.svg │ │ │ │ ├── kdenlive-menu.svg │ │ │ │ ├── kdenlive-no-composite.svg │ │ │ │ ├── kdenlive-normal-edit.svg │ │ │ │ ├── kdenlive-object-height.svg │ │ │ │ ├── kdenlive-object-width.svg │ │ │ │ ├── kdenlive-overwrite-edit.svg │ │ │ │ ├── kdenlive-select-all.svg │ │ │ │ ├── kdenlive-select-images.svg │ │ │ │ ├── kdenlive-select-rects.svg │ │ │ │ ├── kdenlive-select-texts.svg │ │ │ │ ├── kdenlive-select-tool.svg │ │ │ │ ├── kdenlive-show-audio.svg │ │ │ │ ├── kdenlive-show-audiothumb.svg │ │ │ │ ├── kdenlive-show-markers.svg │ │ │ │ ├── kdenlive-show-video.svg │ │ │ │ ├── kdenlive-show-videothumb.svg │ │ │ │ ├── kdenlive-snap.svg │ │ │ │ ├── kdenlive-spacer-tool.svg │ │ │ │ ├── kdenlive-split-audio.svg │ │ │ │ ├── kdenlive-track_has_effect.svg │ │ │ │ ├── kdenlive-unlock.svg │ │ │ │ ├── kdenlive-unselect-all.svg │ │ │ │ ├── kdenlive-up.svg │ │ │ │ ├── kdenlive-zindex-bottom.svg │ │ │ │ ├── kdenlive-zindex-down.svg │ │ │ │ ├── kdenlive-zindex-top.svg │ │ │ │ ├── kdenlive-zindex-up.svg │ │ │ │ ├── kdenlive-zone-end.svg │ │ │ │ ├── kdenlive-zone-start.svg │ │ │ │ ├── kdenlive-zoom-large.svg │ │ │ │ ├── kdenlive-zoom-small.svg │ │ │ │ ├── kdocumentinfo.svg │ │ │ │ ├── key-enter.svg │ │ │ │ ├── keyframe-add.svg │ │ │ │ ├── keyframe-disable.svg │ │ │ │ ├── keyframe-duplicate.svg │ │ │ │ ├── keyframe-next.svg │ │ │ │ ├── keyframe-previous.svg │ │ │ │ ├── keyframe-record.svg │ │ │ │ ├── keyframe-remove.svg │ │ │ │ ├── keyframe.svg │ │ │ │ ├── kmousetool_off.svg │ │ │ │ ├── kmousetool_on.svg │ │ │ │ ├── kmouth-phrase-new.svg │ │ │ │ ├── kmouth-phrase.svg │ │ │ │ ├── kmouth-phrasebook.svg │ │ │ │ ├── kmouth-phresebook-new.svg │ │ │ │ ├── knotes_alarm.svg │ │ │ │ ├── knotes_date.svg │ │ │ │ ├── knotes_delete.svg │ │ │ │ ├── know.svg │ │ │ │ ├── kontes_close.svg │ │ │ │ ├── kr_combine.svg │ │ │ │ ├── kr_comparedirs.svg │ │ │ │ ├── kr_diskusage.svg │ │ │ │ ├── kr_jumpback.svg │ │ │ │ ├── kr_mountman.svg │ │ │ │ ├── kr_setjumpback.svg │ │ │ │ ├── kr_syncbrowse_off.svg │ │ │ │ ├── kr_syncbrowse_on.svg │ │ │ │ ├── kr_unselect.svg │ │ │ │ ├── kstars_advanced.svg │ │ │ │ ├── kstars_catalog.svg │ │ │ │ ├── kstars_cbound.svg │ │ │ │ ├── kstars_clines.svg │ │ │ │ ├── kstars_cnames.svg │ │ │ │ ├── kstars_colors.svg │ │ │ │ ├── kstars_constellationart.svg │ │ │ │ ├── kstars_deepsky.svg │ │ │ │ ├── kstars_ekos.svg │ │ │ │ ├── kstars_fitsviewer.svg │ │ │ │ ├── kstars_flag.svg │ │ │ │ ├── kstars_grid.svg │ │ │ │ ├── kstars_guides.svg │ │ │ │ ├── kstars_hgrid.svg │ │ │ │ ├── kstars_horizon.svg │ │ │ │ ├── kstars_indi.svg │ │ │ │ ├── kstars_mw.svg │ │ │ │ ├── kstars_planets.svg │ │ │ │ ├── kstars_satellites.svg │ │ │ │ ├── kstars_solarsystem.svg │ │ │ │ ├── kstars_stars.svg │ │ │ │ ├── kstars_supernovae.svg │ │ │ │ ├── kstars_xplanet.svg │ │ │ │ ├── kt-add-feeds.svg │ │ │ │ ├── kt-add-filters.svg │ │ │ │ ├── kt-bandwidth-scheduler.svg │ │ │ │ ├── kt-change-tracker.svg │ │ │ │ ├── kt-check-data.svg │ │ │ │ ├── kt-chunks.svg │ │ │ │ ├── kt-encrypted.svg │ │ │ │ ├── kt-info-widget.svg │ │ │ │ ├── kt-magnet.svg │ │ │ │ ├── kt-pause.svg │ │ │ │ ├── kt-plugins.svg │ │ │ │ ├── kt-queue-manager.svg │ │ │ │ ├── kt-remove-feeds.svg │ │ │ │ ├── kt-remove-filters.svg │ │ │ │ ├── kt-remove.svg │ │ │ │ ├── kt-restore-defaults.svg │ │ │ │ ├── kt-set-max-download-speed.svg │ │ │ │ ├── kt-set-max-upload-speed.svg │ │ │ │ ├── kt-show-statusbar.svg │ │ │ │ ├── kt-speed-limits.svg │ │ │ │ ├── kt-start-all.svg │ │ │ │ ├── kt-start.svg │ │ │ │ ├── kt-stop-all.svg │ │ │ │ ├── kt-stop.svg │ │ │ │ ├── ktnef_extract_all_to.svg │ │ │ │ ├── ktnef_extract_to.svg │ │ │ │ ├── l2h.svg │ │ │ │ ├── label-amarok.svg │ │ │ │ ├── label.svg │ │ │ │ ├── labplot-1x-zoom.svg │ │ │ │ ├── labplot-2x-zoom.svg │ │ │ │ ├── labplot-3x-zoom.svg │ │ │ │ ├── labplot-4x-zoom.svg │ │ │ │ ├── labplot-5x-zoom.svg │ │ │ │ ├── labplot-TeX-logo.svg │ │ │ │ ├── labplot-auto-scale-all.svg │ │ │ │ ├── labplot-auto-scale-x.svg │ │ │ │ ├── labplot-auto-scale-y.svg │ │ │ │ ├── labplot-axis-horizontal.svg │ │ │ │ ├── labplot-axis-vertical.svg │ │ │ │ ├── labplot-cursor-arrow.svg │ │ │ │ ├── labplot-editbreaklayout.svg │ │ │ │ ├── labplot-editgrid.svg │ │ │ │ ├── labplot-edithlayout.svg │ │ │ │ ├── labplot-editvlayout.svg │ │ │ │ ├── labplot-format-text-symbol.svg │ │ │ │ ├── labplot-matrix-new.svg │ │ │ │ ├── labplot-matrix.svg │ │ │ │ ├── labplot-plot-axis-points.svg │ │ │ │ ├── labplot-shift-down-y.svg │ │ │ │ ├── labplot-shift-left-x.svg │ │ │ │ ├── labplot-shift-right-x.svg │ │ │ │ ├── labplot-shift-up-y.svg │ │ │ │ ├── labplot-spreadsheet-new.svg │ │ │ │ ├── labplot-spreadsheet.svg │ │ │ │ ├── labplot-transform-move.svg │ │ │ │ ├── labplot-workbook-new.svg │ │ │ │ ├── labplot-workbook.svg │ │ │ │ ├── labplot-worksheet-new.svg │ │ │ │ ├── labplot-worksheet.svg │ │ │ │ ├── labplot-xy-curve-points.svg │ │ │ │ ├── labplot-xy-curve-segments.svg │ │ │ │ ├── labplot-xy-curve.svg │ │ │ │ ├── labplot-xy-equation-curve.svg │ │ │ │ ├── labplot-xy-fit-curve.svg │ │ │ │ ├── labplot-xy-fourier-filter-curve.svg │ │ │ │ ├── labplot-xy-fourier-transform-curve.svg │ │ │ │ ├── labplot-xy-interpolation-curve.svg │ │ │ │ ├── labplot-xy-plot-four-axes.svg │ │ │ │ ├── labplot-xy-plot-two-axes-centered-origin.svg │ │ │ │ ├── labplot-xy-plot-two-axes-centered.svg │ │ │ │ ├── labplot-xy-plot-two-axes.svg │ │ │ │ ├── labplot-xy-smoothing-curve.svg │ │ │ │ ├── labplot-zoom-in-x.svg │ │ │ │ ├── labplot-zoom-in-y.svg │ │ │ │ ├── labplot-zoom-out-x.svg │ │ │ │ ├── labplot-zoom-out-y.svg │ │ │ │ ├── labplot-zoom-select-x.svg │ │ │ │ ├── labplot-zoom-select-y.svg │ │ │ │ ├── labplot-zoom-select.svg │ │ │ │ ├── languages.svg │ │ │ │ ├── latex-config.svg │ │ │ │ ├── latex.svg │ │ │ │ ├── layer-visible-off.svg │ │ │ │ ├── layer-visible-on.svg │ │ │ │ ├── lensautofix.svg │ │ │ │ ├── lensdistortion.svg │ │ │ │ ├── libpeas-plugin.svg │ │ │ │ ├── license.svg │ │ │ │ ├── lighttable.svg │ │ │ │ ├── lighttableadd.svg │ │ │ │ ├── lilypond.svg │ │ │ │ ├── linear.svg │ │ │ │ ├── lines-connector.svg │ │ │ │ ├── link.svg │ │ │ │ ├── list-add-font.svg │ │ │ │ ├── list-add-user.svg │ │ │ │ ├── list-add.svg │ │ │ │ ├── list-remove-user.svg │ │ │ │ ├── list-remove.svg │ │ │ │ ├── list-resource-add.svg │ │ │ │ ├── lock.svg │ │ │ │ ├── love-amarok.svg │ │ │ │ ├── love.svg │ │ │ │ ├── low-brightness.svg │ │ │ │ ├── mail-attachment.svg │ │ │ │ ├── mail-deleted.svg │ │ │ │ ├── mail-encrypted-full.svg │ │ │ │ ├── mail-encrypted-part.svg │ │ │ │ ├── mail-encrypted.svg │ │ │ │ ├── mail-flag.svg │ │ │ │ ├── mail-forward.svg │ │ │ │ ├── mail-forwarded-replied.svg │ │ │ │ ├── mail-forwarded.svg │ │ │ │ ├── mail-invitation.svg │ │ │ │ ├── mail-mark-important.svg │ │ │ │ ├── mail-mark-junk.svg │ │ │ │ ├── mail-mark-notjunk.svg │ │ │ │ ├── mail-mark-read.svg │ │ │ │ ├── mail-mark-task.svg │ │ │ │ ├── mail-mark-unread-new.svg │ │ │ │ ├── mail-mark-unread.svg │ │ │ │ ├── mail-meeting-request-reply.svg │ │ │ │ ├── mail-message-new-list.svg │ │ │ │ ├── mail-message-new.svg │ │ │ │ ├── mail-message.svg │ │ │ │ ├── mail-queue.svg │ │ │ │ ├── mail-queued.svg │ │ │ │ ├── mail-read.svg │ │ │ │ ├── mail-receive.svg │ │ │ │ ├── mail-replied.svg │ │ │ │ ├── mail-reply-all.svg │ │ │ │ ├── mail-reply-custom-all.svg │ │ │ │ ├── mail-reply-custom.svg │ │ │ │ ├── mail-reply-list.svg │ │ │ │ ├── mail-reply-sender.svg │ │ │ │ ├── mail-send.svg │ │ │ │ ├── mail-sent.svg │ │ │ │ ├── mail-signature-unknown.svg │ │ │ │ ├── mail-signed-full.svg │ │ │ │ ├── mail-signed-fully.svg │ │ │ │ ├── mail-signed-part.svg │ │ │ │ ├── mail-signed-verified.svg │ │ │ │ ├── mail-signed.svg │ │ │ │ ├── mail-tagged.svg │ │ │ │ ├── mail-task.svg │ │ │ │ ├── mail-thread-ignored.svg │ │ │ │ ├── mail-thread-watch.svg │ │ │ │ ├── mail-unread-new.svg │ │ │ │ ├── mail-unread.svg │ │ │ │ ├── makeidx.svg │ │ │ │ ├── map-flat.svg │ │ │ │ ├── map-globe.svg │ │ │ │ ├── map-gnomonic.svg │ │ │ │ ├── map-mercator.svg │ │ │ │ ├── markasblank.svg │ │ │ │ ├── math0.svg │ │ │ │ ├── mathmode.svg │ │ │ │ ├── measure.svg │ │ │ │ ├── media-album-cover-manager-amarok.svg │ │ │ │ ├── media-album-cover.svg │ │ │ │ ├── media-album-repeat-amarok.svg │ │ │ │ ├── media-album-track.svg │ │ │ │ ├── media-eject.svg │ │ │ │ ├── media-mount.svg │ │ │ │ ├── media-playback-pause.svg │ │ │ │ ├── media-playback-start.svg │ │ │ │ ├── media-playback-stop.svg │ │ │ │ ├── media-playlist-append.svg │ │ │ │ ├── media-playlist-normal.svg │ │ │ │ ├── media-playlist-play.svg │ │ │ │ ├── media-playlist-repeat-song.svg │ │ │ │ ├── media-playlist-repeat.svg │ │ │ │ ├── media-playlist-shuffle.svg │ │ │ │ ├── media-random-albums-amarok.svg │ │ │ │ ├── media-random-tracks-amarok.svg │ │ │ │ ├── media-record.svg │ │ │ │ ├── media-repeat-album-amarok.svg │ │ │ │ ├── media-repeat-all.svg │ │ │ │ ├── media-repeat-none.svg │ │ │ │ ├── media-repeat-playlist-amarok.svg │ │ │ │ ├── media-repeat-single.svg │ │ │ │ ├── media-repeat-track-amarok.svg │ │ │ │ ├── media-seek-backward.svg │ │ │ │ ├── media-seek-forward.svg │ │ │ │ ├── media-show-active-track-amarok.svg │ │ │ │ ├── media-skip-backward.svg │ │ │ │ ├── media-skip-forward.svg │ │ │ │ ├── media-standard-track-progression-amarok.svg │ │ │ │ ├── media-track-add-amarok.svg │ │ │ │ ├── media-track-edit-amarok.svg │ │ │ │ ├── media-track-queue-amarok.svg │ │ │ │ ├── media-track-remove-amarok.svg │ │ │ │ ├── media-track-show-active.svg │ │ │ │ ├── medskip.svg │ │ │ │ ├── meeting-attending-tentative.svg │ │ │ │ ├── meeting-attending.svg │ │ │ │ ├── meeting-participant-no-response.svg │ │ │ │ ├── meeting-participant-request-response.svg │ │ │ │ ├── menu_new.svg │ │ │ │ ├── menu_new_sep.svg │ │ │ │ ├── merge.svg │ │ │ │ ├── messagebox_warning.svg │ │ │ │ ├── milestone.svg │ │ │ │ ├── minuet-chords.svg │ │ │ │ ├── minuet-intervals.svg │ │ │ │ ├── minuet-rhythms.svg │ │ │ │ ├── minuet-scales.svg │ │ │ │ ├── mode1.svg │ │ │ │ ├── mode2.svg │ │ │ │ ├── mode3.svg │ │ │ │ ├── mode4.svg │ │ │ │ ├── mode5.svg │ │ │ │ ├── modified.svg │ │ │ │ ├── motion_path_animations.svg │ │ │ │ ├── mpost.svg │ │ │ │ ├── msgid2msgstr.svg │ │ │ │ ├── multirow.svg │ │ │ │ ├── music-amarok.svg │ │ │ │ ├── music-note-16th.svg │ │ │ │ ├── network-connect.svg │ │ │ │ ├── network-disconnect.svg │ │ │ │ ├── new-audio-alarm.svg │ │ │ │ ├── new-command-alarm.svg │ │ │ │ ├── newline.svg │ │ │ │ ├── news-subscribe.svg │ │ │ │ ├── news-unsubscribe.svg │ │ │ │ ├── nextfuzzy.svg │ │ │ │ ├── nextfuzzyuntrans.svg │ │ │ │ ├── nextuntranslated.svg │ │ │ │ ├── nocover.svg │ │ │ │ ├── node-add.svg │ │ │ │ ├── node-break.svg │ │ │ │ ├── node-delete-segment.svg │ │ │ │ ├── node-delete.svg │ │ │ │ ├── node-join-segment.svg │ │ │ │ ├── node-join.svg │ │ │ │ ├── node-segment-curve.svg │ │ │ │ ├── node-segment-line.svg │ │ │ │ ├── node-transform.svg │ │ │ │ ├── node-type-auto-smooth.svg │ │ │ │ ├── node-type-cusp.svg │ │ │ │ ├── node-type-smooth.svg │ │ │ │ ├── node-type-symmetric.svg │ │ │ │ ├── node.svg │ │ │ │ ├── noisereduction.svg │ │ │ │ ├── note.svg │ │ │ │ ├── notifications-disabled.svg │ │ │ │ ├── notifications.svg │ │ │ │ ├── nroot.svg │ │ │ │ ├── object-align-horizontal-center-calligra.svg │ │ │ │ ├── object-align-horizontal-left-calligra.svg │ │ │ │ ├── object-align-horizontal-right-calligra.svg │ │ │ │ ├── object-align-vertical-bottom-calligra.svg │ │ │ │ ├── object-align-vertical-bottom-top-calligra.svg │ │ │ │ ├── object-align-vertical-center-calligra.svg │ │ │ │ ├── object-align-vertical-top-calligra.svg │ │ │ │ ├── object-columns.svg │ │ │ │ ├── object-flip-horizontal.svg │ │ │ │ ├── object-flip-vertical.svg │ │ │ │ ├── object-group-calligra.svg │ │ │ │ ├── object-group.svg │ │ │ │ ├── object-locked.svg │ │ │ │ ├── object-order-back-calligra.svg │ │ │ │ ├── object-order-back.svg │ │ │ │ ├── object-order-front-calligra.svg │ │ │ │ ├── object-order-front.svg │ │ │ │ ├── object-order-lower-calligra.svg │ │ │ │ ├── object-order-lower.svg │ │ │ │ ├── object-order-raise-calligra.svg │ │ │ │ ├── object-order-raise.svg │ │ │ │ ├── object-rotate-left.svg │ │ │ │ ├── object-rotate-right.svg │ │ │ │ ├── object-rows.svg │ │ │ │ ├── object-to-path.svg │ │ │ │ ├── object-ungroup-calligra.svg │ │ │ │ ├── object-ungroup.svg │ │ │ │ ├── object-unlocked.svg │ │ │ │ ├── object.svg │ │ │ │ ├── object_node.svg │ │ │ │ ├── office-chart-area-focus-peak-node.svg │ │ │ │ ├── office-chart-area-percentage.svg │ │ │ │ ├── office-chart-area-stacked.svg │ │ │ │ ├── office-chart-area.svg │ │ │ │ ├── office-chart-bar-percentage.svg │ │ │ │ ├── office-chart-bar-stacked.svg │ │ │ │ ├── office-chart-bar.svg │ │ │ │ ├── office-chart-line-forecast.svg │ │ │ │ ├── office-chart-line-percentage.svg │ │ │ │ ├── office-chart-line-stacked.svg │ │ │ │ ├── office-chart-line.svg │ │ │ │ ├── office-chart-pie.svg │ │ │ │ ├── office-chart-polar-stacked.svg │ │ │ │ ├── office-chart-polar.svg │ │ │ │ ├── office-chart-ring.svg │ │ │ │ ├── office-chart-scatter.svg │ │ │ │ ├── office-report.svg │ │ │ │ ├── offline-settings.svg │ │ │ │ ├── offline.svg │ │ │ │ ├── oilpaint.svg │ │ │ │ ├── online.svg │ │ │ │ ├── open-for-editing.svg │ │ │ │ ├── open-terminal.svg │ │ │ │ ├── output_win.svg │ │ │ │ ├── overexposure.svg │ │ │ │ ├── overflow-menu-left.svg │ │ │ │ ├── overflow-menu-right.svg │ │ │ │ ├── overflow-menu.svg │ │ │ │ ├── package.svg │ │ │ │ ├── page-2sides.svg │ │ │ │ ├── page-3sides.svg │ │ │ │ ├── page-4sides.svg │ │ │ │ ├── page-simple.svg │ │ │ │ ├── page-zoom.svg │ │ │ │ ├── paint-none.svg │ │ │ │ ├── pan-down-symbolic.svg │ │ │ │ ├── pan-end-symbolic.svg │ │ │ │ ├── pan-start-symbolic.svg │ │ │ │ ├── paper-color.svg │ │ │ │ ├── password-copy.svg │ │ │ │ ├── password-generate.svg │ │ │ │ ├── password-show-off.svg │ │ │ │ ├── password-show-on.svg │ │ │ │ ├── path-clip-edit.svg │ │ │ │ ├── path-effect-parameter-next.svg │ │ │ │ ├── path-mask-edit.svg │ │ │ │ ├── path-mode-bezier.svg │ │ │ │ ├── path-mode-polyline-paraxial.svg │ │ │ │ ├── path-mode-polyline.svg │ │ │ │ ├── path-mode-spiro.svg │ │ │ │ ├── path-reverse.svg │ │ │ │ ├── path-simplify.svg │ │ │ │ ├── pathshape.svg │ │ │ │ ├── pdf-annotations.svg │ │ │ │ ├── pdflatex.svg │ │ │ │ ├── pdftex.svg │ │ │ │ ├── pentagon-shape.svg │ │ │ │ ├── perspective.svg │ │ │ │ ├── photo.svg │ │ │ │ ├── photos-amarok.svg │ │ │ │ ├── pin.svg │ │ │ │ ├── player-time.svg │ │ │ │ ├── player-volume-muted.svg │ │ │ │ ├── player-volume.svg │ │ │ │ ├── playlist-generator.svg │ │ │ │ ├── playlist-sort.svg │ │ │ │ ├── plugins.svg │ │ │ │ ├── podcast-amarok.svg │ │ │ │ ├── pointer.svg │ │ │ │ ├── polygon-add-nodes.svg │ │ │ │ ├── polygon-merge-nodes.svg │ │ │ │ ├── port.svg │ │ │ │ ├── postalcode.svg │ │ │ │ ├── practice-setup.svg │ │ │ │ ├── practice-start.svg │ │ │ │ ├── practice-stop.svg │ │ │ │ ├── precondition.svg │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ ├── preferences-indicator-amarok.svg │ │ │ │ ├── preferences-media-playback-amarok.svg │ │ │ │ ├── preferences-other.svg │ │ │ │ ├── preferences-system-symbolic.svg │ │ │ │ ├── preflight-verifier.svg │ │ │ │ ├── presence_away.svg │ │ │ │ ├── presence_offline.svg │ │ │ │ ├── presence_online.svg │ │ │ │ ├── presence_unknown.svg │ │ │ │ ├── prevfuzzy.svg │ │ │ │ ├── prevfuzzyuntrans.svg │ │ │ │ ├── preview-add-zone.svg │ │ │ │ ├── preview-remove-all.svg │ │ │ │ ├── preview-remove-zone.svg │ │ │ │ ├── preview-render-off.svg │ │ │ │ ├── preview-render-on.svg │ │ │ │ ├── preview.svg │ │ │ │ ├── preview_math.svg │ │ │ │ ├── preview_sel.svg │ │ │ │ ├── prevuntranslated.svg │ │ │ │ ├── primarykey_constraint.svg │ │ │ │ ├── process-stop.svg │ │ │ │ ├── project-defaults.svg │ │ │ │ ├── project-development-close-all.svg │ │ │ │ ├── project-development-close.svg │ │ │ │ ├── project-development-new-template.svg │ │ │ │ ├── project-development.svg │ │ │ │ ├── project-open.svg │ │ │ │ ├── project_add.svg │ │ │ │ ├── project_archive.svg │ │ │ │ ├── project_rebuild.svg │ │ │ │ ├── project_remove.svg │ │ │ │ ├── project_show.svg │ │ │ │ ├── projectgrep.svg │ │ │ │ ├── ps2pdf.svg │ │ │ │ ├── qa.svg │ │ │ │ ├── question.svg │ │ │ │ ├── quick.svg │ │ │ │ ├── quickopen-class.svg │ │ │ │ ├── quickopen-file.svg │ │ │ │ ├── quickopen-function.svg │ │ │ │ ├── quickopen.svg │ │ │ │ ├── quickview.svg │ │ │ │ ├── quickwizard.svg │ │ │ │ ├── raindrop.svg │ │ │ │ ├── randomize.svg │ │ │ │ ├── ratiocrop.svg │ │ │ │ ├── realization.svg │ │ │ │ ├── rectangle-shape.svg │ │ │ │ ├── redeyes.svg │ │ │ │ ├── refactor.svg │ │ │ │ ├── refreshstructure.svg │ │ │ │ ├── region.svg │ │ │ │ ├── relation.svg │ │ │ │ ├── relationship.svg │ │ │ │ ├── remove-amarok.svg │ │ │ │ ├── remove-link.svg │ │ │ │ ├── remove.svg │ │ │ │ ├── removecell.svg │ │ │ │ ├── repeat.svg │ │ │ │ ├── resource-calendar-child-insert.svg │ │ │ │ ├── resource-calendar-child.svg │ │ │ │ ├── resource-calendar-insert.svg │ │ │ │ ├── resource-group-new.svg │ │ │ │ ├── resource-group.svg │ │ │ │ ├── restoration.svg │ │ │ │ ├── reverse.svg │ │ │ │ ├── roll.svg │ │ │ │ ├── routeplanning.svg │ │ │ │ ├── rss.svg │ │ │ │ ├── run-build-clean.svg │ │ │ │ ├── run-build-configure.svg │ │ │ │ ├── run-build-file.svg │ │ │ │ ├── run-build-install-root.svg │ │ │ │ ├── run-build-install.svg │ │ │ │ ├── run-build-prune.svg │ │ │ │ ├── run-build.svg │ │ │ │ ├── run-clean.svg │ │ │ │ ├── run-install.svg │ │ │ │ ├── screen-rotate-auto-off.svg │ │ │ │ ├── screen-rotate-auto-on.svg │ │ │ │ ├── scriptnew.svg │ │ │ │ ├── scriptopen.svg │ │ │ │ ├── select-rectangular.svg │ │ │ │ ├── select.svg │ │ │ │ ├── selection.svg │ │ │ │ ├── send_signal.svg │ │ │ │ ├── services.svg │ │ │ │ ├── set-language.svg │ │ │ │ ├── settings-configure.svg │ │ │ │ ├── shallow-history.svg │ │ │ │ ├── shape-choose.svg │ │ │ │ ├── shapes.svg │ │ │ │ ├── sharpenimage.svg │ │ │ │ ├── shear.svg │ │ │ │ ├── show-all-effects.svg │ │ │ │ ├── show-gpu-effects.svg │ │ │ │ ├── show-menu.svg │ │ │ │ ├── show-node-handles.svg │ │ │ │ ├── show-offline.svg │ │ │ │ ├── show-path-outline.svg │ │ │ │ ├── show_table_column.svg │ │ │ │ ├── show_table_row.svg │ │ │ │ ├── shuffle.svg │ │ │ │ ├── sidebar-collapse.svg │ │ │ │ ├── sidebar-expand.svg │ │ │ │ ├── similarartists-amarok.svg │ │ │ │ ├── skg-chart-bubble.svg │ │ │ │ ├── skrooge_credit_card.svg │ │ │ │ ├── skrooge_less.svg │ │ │ │ ├── skrooge_more.svg │ │ │ │ ├── skrooge_much_less.svg │ │ │ │ ├── skrooge_much_more.svg │ │ │ │ ├── skrooge_type.svg │ │ │ │ ├── slanted.svg │ │ │ │ ├── smallclock.svg │ │ │ │ ├── smallfrac.svg │ │ │ │ ├── smallskip.svg │ │ │ │ ├── smartnewline.svg │ │ │ │ ├── smiley-add.svg │ │ │ │ ├── smiley-shape.svg │ │ │ │ ├── smiley.svg │ │ │ │ ├── smooth.svg │ │ │ │ ├── snap-angle.svg │ │ │ │ ├── snap-bounding-box-center.svg │ │ │ │ ├── snap-bounding-box-corners.svg │ │ │ │ ├── snap-bounding-box-edges.svg │ │ │ │ ├── snap-bounding-box-midpoints.svg │ │ │ │ ├── snap-bounding-box.svg │ │ │ │ ├── snap-extension.svg │ │ │ │ ├── snap-grid-guide-intersections.svg │ │ │ │ ├── snap-guideline.svg │ │ │ │ ├── snap-intersection.svg │ │ │ │ ├── snap-node.svg │ │ │ │ ├── snap-nodes-center.svg │ │ │ │ ├── snap-nodes-cusp.svg │ │ │ │ ├── snap-nodes-intersection.svg │ │ │ │ ├── snap-nodes-midpoint.svg │ │ │ │ ├── snap-nodes-path.svg │ │ │ │ ├── snap-nodes-rotation-center.svg │ │ │ │ ├── snap-nodes-smooth.svg │ │ │ │ ├── snap-orthogonal.svg │ │ │ │ ├── snap-page.svg │ │ │ │ ├── snap-text-baseline.svg │ │ │ │ ├── snap.svg │ │ │ │ ├── social.svg │ │ │ │ ├── sort-name.svg │ │ │ │ ├── sort-presence.svg │ │ │ │ ├── sort_incr.svg │ │ │ │ ├── speaker.svg │ │ │ │ ├── special_paste.svg │ │ │ │ ├── specific-setup.svg │ │ │ │ ├── speedometer.svg │ │ │ │ ├── spiral-shape.svg │ │ │ │ ├── split.svg │ │ │ │ ├── spreadsheetshape.svg │ │ │ │ ├── sqrt.svg │ │ │ │ ├── standard-connector.svg │ │ │ │ ├── star-shape.svg │ │ │ │ ├── start-over.svg │ │ │ │ ├── state-fork.svg │ │ │ │ ├── stateshape.svg │ │ │ │ ├── statetool.svg │ │ │ │ ├── step_object_Anchor.svg │ │ │ │ ├── step_object_Box.svg │ │ │ │ ├── step_object_ChargedParticle.svg │ │ │ │ ├── step_object_CircularMotor.svg │ │ │ │ ├── step_object_Controller.svg │ │ │ │ ├── step_object_CoulombForce.svg │ │ │ │ ├── step_object_Disk.svg │ │ │ │ ├── step_object_Gas.svg │ │ │ │ ├── step_object_GasParticle.svg │ │ │ │ ├── step_object_Graph.svg │ │ │ │ ├── step_object_GravitationForce.svg │ │ │ │ ├── step_object_LinearMotor.svg │ │ │ │ ├── step_object_Meter.svg │ │ │ │ ├── step_object_Note.svg │ │ │ │ ├── step_object_Particle.svg │ │ │ │ ├── step_object_Pin.svg │ │ │ │ ├── step_object_Polygon.svg │ │ │ │ ├── step_object_Rope.svg │ │ │ │ ├── step_object_SoftBody.svg │ │ │ │ ├── step_object_Spring.svg │ │ │ │ ├── step_object_Stick.svg │ │ │ │ ├── step_object_Tracer.svg │ │ │ │ ├── step_object_WeightForce.svg │ │ │ │ ├── story-editor.svg │ │ │ │ ├── straight-connector.svg │ │ │ │ ├── stroke-cap-bevel.svg │ │ │ │ ├── stroke-cap-butt.svg │ │ │ │ ├── stroke-cap-miter.svg │ │ │ │ ├── stroke-cap-round.svg │ │ │ │ ├── stroke-cap-square.svg │ │ │ │ ├── stroke-join-bevel.svg │ │ │ │ ├── stroke-join-miter.svg │ │ │ │ ├── stroke-join-round.svg │ │ │ │ ├── stroke-to-path.svg │ │ │ │ ├── strong.svg │ │ │ │ ├── structure.svg │ │ │ │ ├── subsystem.svg │ │ │ │ ├── svn-commit.svg │ │ │ │ ├── svn-update.svg │ │ │ │ ├── swap-panels.svg │ │ │ │ ├── system-lock-screen.svg │ │ │ │ ├── system-log-out.svg │ │ │ │ ├── system-reboot.svg │ │ │ │ ├── system-run.svg │ │ │ │ ├── system-save-session.svg │ │ │ │ ├── system-search.svg │ │ │ │ ├── system-shutdown.svg │ │ │ │ ├── system-suspend-hibernate.svg │ │ │ │ ├── system-suspend.svg │ │ │ │ ├── system-switch-user.svg │ │ │ │ ├── system-upgrade.svg │ │ │ │ ├── system-users.svg │ │ │ │ ├── tab-close-other.svg │ │ │ │ ├── tab-close.svg │ │ │ │ ├── tab-detach.svg │ │ │ │ ├── tab-duplicate.svg │ │ │ │ ├── tab-new-background.svg │ │ │ │ ├── tab-new.svg │ │ │ │ ├── table.svg │ │ │ │ ├── tag-addressbook.svg │ │ │ │ ├── tag-assigned.svg │ │ │ │ ├── tag-delete.svg │ │ │ │ ├── tag-edit.svg │ │ │ │ ├── tag-events.svg │ │ │ │ ├── tag-folder.svg │ │ │ │ ├── tag-new.svg │ │ │ │ ├── tag-people.svg │ │ │ │ ├── tag-places.svg │ │ │ │ ├── tag-properties.svg │ │ │ │ ├── tag-recents.svg │ │ │ │ ├── tag-reset.svg │ │ │ │ ├── tag.svg │ │ │ │ ├── tap-create.svg │ │ │ │ ├── tap-extract-to.svg │ │ │ │ ├── tap-extract.svg │ │ │ │ ├── task-new.svg │ │ │ │ ├── taxes-finances.svg │ │ │ │ ├── template.svg │ │ │ │ ├── texcompiler.svg │ │ │ │ ├── texlion.svg │ │ │ │ ├── text-field-framed.svg │ │ │ │ ├── text-field-frameless.svg │ │ │ │ ├── text-field.svg │ │ │ │ ├── text-flow-into-frame.svg │ │ │ │ ├── text-frame-link.svg │ │ │ │ ├── text-frame-unlink.svg │ │ │ │ ├── text-speak.svg │ │ │ │ ├── text-unflow.svg │ │ │ │ ├── text-wrap.svg │ │ │ │ ├── text_horz_kern.svg │ │ │ │ ├── text_letter_spacing.svg │ │ │ │ ├── text_line_spacing.svg │ │ │ │ ├── text_remove_kerns.svg │ │ │ │ ├── text_rotation.svg │ │ │ │ ├── text_subscript.svg │ │ │ │ ├── text_superscript.svg │ │ │ │ ├── text_vert_kern.svg │ │ │ │ ├── text_word_spacing.svg │ │ │ │ ├── texture.svg │ │ │ │ ├── timeline-extract.svg │ │ │ │ ├── timeline-insert.svg │ │ │ │ ├── timeline-lift.svg │ │ │ │ ├── timeline-overwrite.svg │ │ │ │ ├── timeline-use-zone-off.svg │ │ │ │ ├── timeline-use-zone-on.svg │ │ │ │ ├── tool-animator.svg │ │ │ │ ├── tool-measure.svg │ │ │ │ ├── tool-node-editor.svg │ │ │ │ ├── tool-pointer.svg │ │ │ │ ├── tool-spray.svg │ │ │ │ ├── tool-text.svg │ │ │ │ ├── tool-tweak.svg │ │ │ │ ├── tool_brush.svg │ │ │ │ ├── tool_cellformatting.svg │ │ │ │ ├── tool_color_eraser.svg │ │ │ │ ├── tool_color_picker.svg │ │ │ │ ├── tool_curve.svg │ │ │ │ ├── tool_ellipse.svg │ │ │ │ ├── tool_elliptical_selection.svg │ │ │ │ ├── tool_eraser.svg │ │ │ │ ├── tool_flood_fill.svg │ │ │ │ ├── tool_free_form_selection.svg │ │ │ │ ├── tool_imageeffects.svg │ │ │ │ ├── tool_line.svg │ │ │ │ ├── tool_pagelayout.svg │ │ │ │ ├── tool_pen.svg │ │ │ │ ├── tool_polygon.svg │ │ │ │ ├── tool_polyline.svg │ │ │ │ ├── tool_rect_selection.svg │ │ │ │ ├── tool_rectangle.svg │ │ │ │ ├── tool_references.svg │ │ │ │ ├── tool_review.svg │ │ │ │ ├── tool_rounded_rectangle.svg │ │ │ │ ├── tool_spraycan.svg │ │ │ │ ├── tool_text.svg │ │ │ │ ├── tools-check-spelling.svg │ │ │ │ ├── tools-media-optical-burn-image.svg │ │ │ │ ├── tools-media-optical-burn.svg │ │ │ │ ├── tools-media-optical-copy.svg │ │ │ │ ├── tools-media-optical-erase.svg │ │ │ │ ├── tools-media-optical-format.svg │ │ │ │ ├── tools-report-bug.svg │ │ │ │ ├── tools-rip-audio-cd.svg │ │ │ │ ├── tools-rip-video-cd.svg │ │ │ │ ├── tools-rip-video-dvd.svg │ │ │ │ ├── tools-wizard.svg │ │ │ │ ├── tools.svg │ │ │ │ ├── torrents.svg │ │ │ │ ├── transform-browse.svg │ │ │ │ ├── transform-crop-and-resize.svg │ │ │ │ ├── transform-crop.svg │ │ │ │ ├── transform-move-horizontal.svg │ │ │ │ ├── transform-move-vertical.svg │ │ │ │ ├── transform-move.svg │ │ │ │ ├── transform-rotate.svg │ │ │ │ ├── transform-scale-horizontal.svg │ │ │ │ ├── transform-scale-textbox-points.svg │ │ │ │ ├── transform-scale-vertical.svg │ │ │ │ ├── transform-scale.svg │ │ │ │ ├── transform-shear-down.svg │ │ │ │ ├── transform-shear-left.svg │ │ │ │ ├── transform-shear-right.svg │ │ │ │ ├── transform-shear-up.svg │ │ │ │ ├── transform-skew-horizontal.svg │ │ │ │ ├── transform-skew-vertical.svg │ │ │ │ ├── transsearch.svg │ │ │ │ ├── trash-empty.svg │ │ │ │ ├── trim-margins.svg │ │ │ │ ├── trim-to-selection.svg │ │ │ │ ├── typewriter.svg │ │ │ │ ├── umbr-coll-message-asynchronous.svg │ │ │ │ ├── umbr-coll-message-synchronous.svg │ │ │ │ ├── umbr-message-asynchronous.svg │ │ │ │ ├── umbr-message-found.svg │ │ │ │ ├── umbr-message-lost.svg │ │ │ │ ├── umbr-message-synchronous.svg │ │ │ │ ├── umbrello_diagram_activity.svg │ │ │ │ ├── umbrello_diagram_class.svg │ │ │ │ ├── umbrello_diagram_collaboration.svg │ │ │ │ ├── umbrello_diagram_component.svg │ │ │ │ ├── umbrello_diagram_deployment.svg │ │ │ │ ├── umbrello_diagram_entityrelationship.svg │ │ │ │ ├── umbrello_diagram_sequence.svg │ │ │ │ ├── umbrello_diagram_state.svg │ │ │ │ ├── umbrello_diagram_usecase.svg │ │ │ │ ├── underexposure.svg │ │ │ │ ├── uniassociation.svg │ │ │ │ ├── unique_constraint.svg │ │ │ │ ├── unlock.svg │ │ │ │ ├── unmarkasblank.svg │ │ │ │ ├── upcomingevents-amarok.svg │ │ │ │ ├── upindicator.svg │ │ │ │ ├── upload-media.svg │ │ │ │ ├── usecase.svg │ │ │ │ ├── user-group-delete.svg │ │ │ │ ├── user-group-new.svg │ │ │ │ ├── user-group-properties.svg │ │ │ │ ├── user-identity.svg │ │ │ │ ├── user-others.svg │ │ │ │ ├── user-properties.svg │ │ │ │ ├── user.svg │ │ │ │ ├── username-copy.svg │ │ │ │ ├── vcs-branch-delete.svg │ │ │ │ ├── vcs-branch.svg │ │ │ │ ├── vcs-commit.svg │ │ │ │ ├── vcs-diff.svg │ │ │ │ ├── vcs-merge-request.svg │ │ │ │ ├── vcs-merge.svg │ │ │ │ ├── vcs-pull.svg │ │ │ │ ├── vcs-push.svg │ │ │ │ ├── vcs-stash-pop.svg │ │ │ │ ├── vcs-stash.svg │ │ │ │ ├── verb.svg │ │ │ │ ├── verbatim.svg │ │ │ │ ├── videoclip-amarok.svg │ │ │ │ ├── view-bank-account-checking.svg │ │ │ │ ├── view-bank-account-savings.svg │ │ │ │ ├── view-bank-account.svg │ │ │ │ ├── view-bank-add.svg │ │ │ │ ├── view-bank-delete.svg │ │ │ │ ├── view-bank-edit.svg │ │ │ │ ├── view-bank.svg │ │ │ │ ├── view-barcode-add.svg │ │ │ │ ├── view-barcode-qr.svg │ │ │ │ ├── view-barcode.svg │ │ │ │ ├── view-calendar-agenda.svg │ │ │ │ ├── view-calendar-birthday.svg │ │ │ │ ├── view-calendar-day.svg │ │ │ │ ├── view-calendar-holiday.svg │ │ │ │ ├── view-calendar-journal.svg │ │ │ │ ├── view-calendar-list.svg │ │ │ │ ├── view-calendar-month.svg │ │ │ │ ├── view-calendar-special-occasion.svg │ │ │ │ ├── view-calendar-tasks.svg │ │ │ │ ├── view-calendar-time-spent.svg │ │ │ │ ├── view-calendar-timeline.svg │ │ │ │ ├── view-calendar-upcoming-days.svg │ │ │ │ ├── view-calendar-upcoming-events.svg │ │ │ │ ├── view-calendar-wedding-anniversary.svg │ │ │ │ ├── view-calendar-week.svg │ │ │ │ ├── view-calendar-whatsnext.svg │ │ │ │ ├── view-calendar-workweek.svg │ │ │ │ ├── view-calendar.svg │ │ │ │ ├── view-catalog.svg │ │ │ │ ├── view-categories-expenditures.svg │ │ │ │ ├── view-categories-incomes.svg │ │ │ │ ├── view-categories.svg │ │ │ │ ├── view-certificate-add.svg │ │ │ │ ├── view-certificate-export-secret.svg │ │ │ │ ├── view-certificate-export-server.svg │ │ │ │ ├── view-certificate-export.svg │ │ │ │ ├── view-certificate-import.svg │ │ │ │ ├── view-certificate-server-configure.svg │ │ │ │ ├── view-certificate-sign.svg │ │ │ │ ├── view-certificate.svg │ │ │ │ ├── view-close.svg │ │ │ │ ├── view-conversation-balloon.svg │ │ │ │ ├── view-currency-list.svg │ │ │ │ ├── view-file-columns.svg │ │ │ │ ├── view-filter.svg │ │ │ │ ├── view-financial-account-add.svg │ │ │ │ ├── view-financial-account-asset-closed.svg │ │ │ │ ├── view-financial-account-asset.svg │ │ │ │ ├── view-financial-account-cash-closed.svg │ │ │ │ ├── view-financial-account-cash.svg │ │ │ │ ├── view-financial-account-checking-closed.svg │ │ │ │ ├── view-financial-account-checking.svg │ │ │ │ ├── view-financial-account-close.svg │ │ │ │ ├── view-financial-account-closed.svg │ │ │ │ ├── view-financial-account-credit-card-closed.svg │ │ │ │ ├── view-financial-account-credit-card.svg │ │ │ │ ├── view-financial-account-delete.svg │ │ │ │ ├── view-financial-account-edit.svg │ │ │ │ ├── view-financial-account-investment-closed.svg │ │ │ │ ├── view-financial-account-investment-security-closed.svg │ │ │ │ ├── view-financial-account-investment-security.svg │ │ │ │ ├── view-financial-account-investment.svg │ │ │ │ ├── view-financial-account-liability-closed.svg │ │ │ │ ├── view-financial-account-liability.svg │ │ │ │ ├── view-financial-account-loan-closed.svg │ │ │ │ ├── view-financial-account-loan.svg │ │ │ │ ├── view-financial-account-reopen.svg │ │ │ │ ├── view-financial-account-savings-closed.svg │ │ │ │ ├── view-financial-account-savings.svg │ │ │ │ ├── view-financial-account.svg │ │ │ │ ├── view-financial-budget.svg │ │ │ │ ├── view-financial-category-add.svg │ │ │ │ ├── view-financial-category-delete.svg │ │ │ │ ├── view-financial-category-edit.svg │ │ │ │ ├── view-financial-category-expense.svg │ │ │ │ ├── view-financial-category-income.svg │ │ │ │ ├── view-financial-category.svg │ │ │ │ ├── view-financial-list.svg │ │ │ │ ├── view-financial-transfer-reconcile.svg │ │ │ │ ├── view-financial-transfer-reconciled.svg │ │ │ │ ├── view-financial-transfer-unreconciled.svg │ │ │ │ ├── view-form-action.svg │ │ │ │ ├── view-form.svg │ │ │ │ ├── view-fullscreen.svg │ │ │ │ ├── view-grid.svg │ │ │ │ ├── view-group.svg │ │ │ │ ├── view-hidden.svg │ │ │ │ ├── view-history.svg │ │ │ │ ├── view-institution-add.svg │ │ │ │ ├── view-institution-delete.svg │ │ │ │ ├── view-institution-edit.svg │ │ │ │ ├── view-institution.svg │ │ │ │ ├── view-left-close.svg │ │ │ │ ├── view-list-details.svg │ │ │ │ ├── view-list-icons.svg │ │ │ │ ├── view-list-text.svg │ │ │ │ ├── view-list-tree.svg │ │ │ │ ├── view-media-album-cover.svg │ │ │ │ ├── view-media-artist.svg │ │ │ │ ├── view-media-chart.svg │ │ │ │ ├── view-media-config.svg │ │ │ │ ├── view-media-equalizer.svg │ │ │ │ ├── view-media-favorite.svg │ │ │ │ ├── view-media-genre.svg │ │ │ │ ├── view-media-lyrics.svg │ │ │ │ ├── view-media-playcount.svg │ │ │ │ ├── view-media-playlist.svg │ │ │ │ ├── view-media-publisher.svg │ │ │ │ ├── view-media-recent.svg │ │ │ │ ├── view-media-similarartists.svg │ │ │ │ ├── view-media-title.svg │ │ │ │ ├── view-media-track.svg │ │ │ │ ├── view-media-visualization.svg │ │ │ │ ├── view-multiple-objects.svg │ │ │ │ ├── view-object-histogram-linear.svg │ │ │ │ ├── view-object-histogram-logarithmic.svg │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ ├── view-pages-facing-first-centered.svg │ │ │ │ ├── view-pages-facing.svg │ │ │ │ ├── view-pages-overview.svg │ │ │ │ ├── view-pages-single.svg │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ ├── view-pim-contacts.svg │ │ │ │ ├── view-pim-journal.svg │ │ │ │ ├── view-pim-mail.svg │ │ │ │ ├── view-pim-news.svg │ │ │ │ ├── view-pim-notes.svg │ │ │ │ ├── view-pim-tasks-pending.svg │ │ │ │ ├── view-pim-tasks.svg │ │ │ │ ├── view-presentation.svg │ │ │ │ ├── view-preview.svg │ │ │ │ ├── view-process-all-tree.svg │ │ │ │ ├── view-process-all.svg │ │ │ │ ├── view-process-own.svg │ │ │ │ ├── view-process-system.svg │ │ │ │ ├── view-process-tree.svg │ │ │ │ ├── view-process-users.svg │ │ │ │ ├── view-refresh.svg │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ ├── view-restore.svg │ │ │ │ ├── view-right-close.svg │ │ │ │ ├── view-right-new.svg │ │ │ │ ├── view-services-scripted-amarok.svg │ │ │ │ ├── view-sidetree.svg │ │ │ │ ├── view-sort-ascending-name.svg │ │ │ │ ├── view-sort-ascending.svg │ │ │ │ ├── view-sort-descending-name.svg │ │ │ │ ├── view-sort-descending.svg │ │ │ │ ├── view-sort.svg │ │ │ │ ├── view-split-effect.svg │ │ │ │ ├── view-split-left-right.svg │ │ │ │ ├── view-split-top-bottom.svg │ │ │ │ ├── view-statistics.svg │ │ │ │ ├── view-table-of-contents-ltr.svg │ │ │ │ ├── view-table-of-contents-rtl.svg │ │ │ │ ├── view-task-add.svg │ │ │ │ ├── view-task-child-add.svg │ │ │ │ ├── view-task-child.svg │ │ │ │ ├── view-task.svg │ │ │ │ ├── view-time-schedule-baselined-add.svg │ │ │ │ ├── view-time-schedule-baselined-remove.svg │ │ │ │ ├── view-time-schedule-baselined.svg │ │ │ │ ├── view-time-schedule-calculus.svg │ │ │ │ ├── view-time-schedule-child-insert.svg │ │ │ │ ├── view-time-schedule-edit.svg │ │ │ │ ├── view-time-schedule-insert.svg │ │ │ │ ├── view-time-schedule.svg │ │ │ │ ├── view-unsplit-effect.svg │ │ │ │ ├── view-visible.svg │ │ │ │ ├── view-web-browser-dom-tree.svg │ │ │ │ ├── view_fit_to_page.svg │ │ │ │ ├── viewbib.svg │ │ │ │ ├── viewdvi.svg │ │ │ │ ├── viewhtml.svg │ │ │ │ ├── viewimage.svg │ │ │ │ ├── viewlog.svg │ │ │ │ ├── viewpdf.svg │ │ │ │ ├── viewps.svg │ │ │ │ ├── virtual-desktops.svg │ │ │ │ ├── visibility.svg │ │ │ │ ├── wallet-closed.svg │ │ │ │ ├── wallet-open.svg │ │ │ │ ├── wallpaper-centered.png │ │ │ │ ├── wallpaper-scaled.png │ │ │ │ ├── wallpaper-tiled.png │ │ │ │ ├── wallpaper-zoomed.png │ │ │ │ ├── warnnext.svg │ │ │ │ ├── warnprev.svg │ │ │ │ ├── whitebalance.svg │ │ │ │ ├── widget-alternatives.svg │ │ │ │ ├── window-close.svg │ │ │ │ ├── window-duplicate.svg │ │ │ │ ├── window-keep-above.svg │ │ │ │ ├── window-keep-below.svg │ │ │ │ ├── window-maximize.svg │ │ │ │ ├── window-minimize.svg │ │ │ │ ├── window-new.svg │ │ │ │ ├── window-pin.svg │ │ │ │ ├── window-restore.svg │ │ │ │ ├── window-shade.svg │ │ │ │ ├── window-unpin.svg │ │ │ │ ├── window-unshade.svg │ │ │ │ ├── window.svg │ │ │ │ ├── wizard_math.svg │ │ │ │ ├── wizard_pdftools.svg │ │ │ │ ├── wizard_pstools.svg │ │ │ │ ├── wizard_tabular.svg │ │ │ │ ├── x-clementine-album.svg │ │ │ │ ├── x-clementine-albums.svg │ │ │ │ ├── x-clementine-artist.svg │ │ │ │ ├── x-clementine-shuffle.svg │ │ │ │ ├── x-shape-connection.svg │ │ │ │ ├── x-shape-formula.svg │ │ │ │ ├── x-shape-image.svg │ │ │ │ ├── x-shape-text.svg │ │ │ │ ├── xarchiver-add.svg │ │ │ │ ├── xarchiver-extract.svg │ │ │ │ ├── xml-attribute-delete.svg │ │ │ │ ├── xml-element-new.svg │ │ │ │ ├── xml-node-delete.svg │ │ │ │ ├── xml-node-duplicate.svg │ │ │ │ ├── xml-text-new.svg │ │ │ │ ├── y-zoom-in.svg │ │ │ │ ├── zone-in.svg │ │ │ │ ├── zone-out.svg │ │ │ │ ├── zoom-1-to-2.svg │ │ │ │ ├── zoom-2-to-1.svg │ │ │ │ ├── zoom-draw.svg │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ ├── zoom-fit-height.svg │ │ │ │ ├── zoom-fit-selection.svg │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ ├── zoom-in-large.svg │ │ │ │ ├── zoom-in-x.svg │ │ │ │ ├── zoom-in.svg │ │ │ │ ├── zoom-next.svg │ │ │ │ ├── zoom-original.svg │ │ │ │ ├── zoom-out-large.svg │ │ │ │ ├── zoom-out-x.svg │ │ │ │ ├── zoom-out-y.svg │ │ │ │ ├── zoom-out.svg │ │ │ │ ├── zoom-pixels.svg │ │ │ │ ├── zoom-previous.svg │ │ │ │ ├── zoom-select-fit.svg │ │ │ │ ├── zoom-select-x.svg │ │ │ │ ├── zoom-select-y.svg │ │ │ │ ├── zoom-select.svg │ │ │ │ └── zoom.svg │ │ │ └── 48 │ │ │ │ ├── appointment.svg │ │ │ │ ├── exit.svg │ │ │ │ ├── gtk-help.svg │ │ │ │ ├── hibernate.svg │ │ │ │ ├── stock-help.svg │ │ │ │ ├── system-logout.svg │ │ │ │ ├── system-reboot.svg │ │ │ │ ├── system-shutdown.svg │ │ │ │ ├── xfce-system-exit.svg │ │ │ │ ├── xfsm-hibernate.svg │ │ │ │ ├── xfsm-logout.svg │ │ │ │ ├── xfsm-reboot.svg │ │ │ │ ├── xfsm-shutdown.svg │ │ │ │ └── xfsm-suspend.svg │ │ │ ├── apps │ │ │ ├── 16 │ │ │ │ ├── chromium-browser.svg │ │ │ │ └── vlc.svg │ │ │ ├── 22 │ │ │ │ ├── audacious.svg │ │ │ │ ├── beryl-settings.svg │ │ │ │ ├── blueman.svg │ │ │ │ ├── clipit-trayicon.svg │ │ │ │ ├── preferences-desktop.svg │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ ├── preferences-system.svg │ │ │ │ ├── spotify-client.svg │ │ │ │ ├── spotify.svg │ │ │ │ ├── vlc.svg │ │ │ │ └── wmtweaks.svg │ │ │ ├── 48 │ │ │ │ ├── multimedia-vlc.svg │ │ │ │ ├── org.videolan.VLC.svg │ │ │ │ ├── phonon-vlc.svg │ │ │ │ ├── vlc.svg │ │ │ │ └── xfpm-ac-adapter.svg │ │ │ └── scalable │ │ │ │ ├── .directory │ │ │ │ ├── 0ad.svg │ │ │ │ ├── 1-password.svg │ │ │ │ ├── 10B4_steam.0.svg │ │ │ │ ├── 1CD8_rundll32.0.svg │ │ │ │ ├── 1E64_notepad.0.svg │ │ │ │ ├── 1EF9_d991f95d96e1c76d2acb944bb09447628cd96caa.0.svg │ │ │ │ ├── 1cestart.svg │ │ │ │ ├── 1cv8.svg │ │ │ │ ├── 1cv8c.svg │ │ │ │ ├── 1deepin-launcher.svg │ │ │ │ ├── 1password.svg │ │ │ │ ├── 2048-qt.svg │ │ │ │ ├── 2048.svg │ │ │ │ ├── 2402_msiexec.0.svg │ │ │ │ ├── 2EF4_wordpad.0.svg │ │ │ │ ├── 2gis.svg │ │ │ │ ├── 2xclient.svg │ │ │ │ ├── 2xsession.svg │ │ │ │ ├── 399B_WINWORD.0.svg │ │ │ │ ├── 3D-Coat.svg │ │ │ │ ├── 3D-coat.svg │ │ │ │ ├── 3dchess.svg │ │ │ │ ├── 4012_xlicons.0.svg │ │ │ │ ├── 4137_winhlp32.0.svg │ │ │ │ ├── 44F2_SynthesiaConfig.0.svg │ │ │ │ ├── 4Pane.svg │ │ │ │ ├── 4PaneIcon48.svg │ │ │ │ ├── 4chan.svg │ │ │ │ ├── 4diac-ide.svg │ │ │ │ ├── 4digits.svg │ │ │ │ ├── 4kslideshowmaker.svg │ │ │ │ ├── 4kstogram.svg │ │ │ │ ├── 4kvideodownloader.svg │ │ │ │ ├── 56B4_Battle.net_Launcher.0.svg │ │ │ │ ├── 5961_Defunct_x86.0.svg │ │ │ │ ├── 5B46_Synthesia.0.svg │ │ │ │ ├── 6305_EXCEL.0.svg │ │ │ │ ├── 63EE_sublime_text.0.svg │ │ │ │ ├── 67EF_addoninstaller.0.svg │ │ │ │ ├── 67F8_NewShortcut1_4E956BBDAB1B4156AEF14A08F107E9D7.svg │ │ │ │ ├── 7-zip.svg │ │ │ │ ├── 7-zipa.svg │ │ │ │ ├── 7596_iexplore.0.svg │ │ │ │ ├── 7765_winebrowser.0.svg │ │ │ │ ├── 7A63_EXCEL.0.svg │ │ │ │ ├── 7kaa.svg │ │ │ │ ├── 7z.svg │ │ │ │ ├── 7za.svg │ │ │ │ ├── 7zip.svg │ │ │ │ ├── 8ball.svg │ │ │ │ ├── 8tracks.svg │ │ │ │ ├── 97C1_wordpad.0.svg │ │ │ │ ├── 9AD6_Origin.svg │ │ │ │ ├── 9gag.svg │ │ │ │ ├── A35F_hh.0.svg │ │ │ │ ├── Abricotine.svg │ │ │ │ ├── Acetino2.svg │ │ │ │ ├── AddressManager.svg │ │ │ │ ├── AdobeAIR.svg │ │ │ │ ├── AdobeFlash.svg │ │ │ │ ├── AdobeReader.svg │ │ │ │ ├── AdobeReader10.svg │ │ │ │ ├── AdobeReader11.svg │ │ │ │ ├── AdobeReader12.svg │ │ │ │ ├── AdobeReader13.svg │ │ │ │ ├── AdobeReader7.svg │ │ │ │ ├── AdobeReader8.svg │ │ │ │ ├── AdobeReader9.svg │ │ │ │ ├── AdobeUpdate.svg │ │ │ │ ├── AdobeWidgetBrowser.svg │ │ │ │ ├── AdvancedPhoto.svg │ │ │ │ ├── Alacritty.svg │ │ │ │ ├── Amazon-www.amazon.ca.svg │ │ │ │ ├── Amazon-www.amazon.cn.svg │ │ │ │ ├── Amazon-www.amazon.co.svg │ │ │ │ ├── Amazon-www.amazon.co.uk.svg │ │ │ │ ├── Amazon-www.amazon.com.svg │ │ │ │ ├── Amazon-www.amazon.de.svg │ │ │ │ ├── Amazon-www.amazon.es.svg │ │ │ │ ├── Amazon-www.amazon.fr.svg │ │ │ │ ├── Amazon-www.amazon.it.svg │ │ │ │ ├── Anatine.svg │ │ │ │ ├── Angry-Birds-chrome.angrybirds.com.svg │ │ │ │ ├── Appstore.svg │ │ │ │ ├── Ardour.svg │ │ │ │ ├── B46B_javaws.0.svg │ │ │ │ ├── BTM.svg │ │ │ │ ├── Battle.net.svg │ │ │ │ ├── Blender.svg │ │ │ │ ├── CC99_WINWORD.0.svg │ │ │ │ ├── CMakeSetup.svg │ │ │ │ ├── CMakeSetup32.svg │ │ │ │ ├── Calendar.svg │ │ │ │ ├── Calibre.svg │ │ │ │ ├── Caprine.svg │ │ │ │ ├── Charm.svg │ │ │ │ ├── ConkyManager.svg │ │ │ │ ├── Copy.svg │ │ │ │ ├── CopyAgent.svg │ │ │ │ ├── DBeaver.svg │ │ │ │ ├── DC++.svg │ │ │ │ ├── DCE4_EXCEL.0.svg │ │ │ │ ├── DeSmuME.svg │ │ │ │ ├── Dictionary.app.svg │ │ │ │ ├── Dictionary.svg │ │ │ │ ├── DictionaryReader.svg │ │ │ │ ├── Dnfdragora.svg │ │ │ │ ├── Dropbox.svg │ │ │ │ ├── Etermutilities-terminal.svg │ │ │ │ ├── Evernote-evernote.com.svg │ │ │ │ ├── Evernote-www.evernote.com.svg │ │ │ │ ├── Evernote.svg │ │ │ │ ├── F666_EXCEL.0.svg │ │ │ │ ├── FB4C_iexplore.0.svg │ │ │ │ ├── FBReader.svg │ │ │ │ ├── FD9C_wordicon.0.svg │ │ │ │ ├── FacebookMessenger-facebook.com.svg │ │ │ │ ├── FedoraMediaWriter.svg │ │ │ │ ├── Filemanager.svg │ │ │ │ ├── Firefox-orginal.svg │ │ │ │ ├── Firefox2.svg │ │ │ │ ├── Firefox3.svg │ │ │ │ ├── FoxitReader.svg │ │ │ │ ├── GMail-mail.google.com.svg │ │ │ │ ├── GPU_Viewer.svg │ │ │ │ ├── Gcolor3.svg │ │ │ │ ├── GitKraken.svg │ │ │ │ ├── Gitkraken.svg │ │ │ │ ├── Gmail-mail.google.com.svg │ │ │ │ ├── Gnome-Camara.svg │ │ │ │ ├── Gnome-Documents.svg │ │ │ │ ├── Gnome-Maps.svg │ │ │ │ ├── Gnome-Notes │ │ │ │ ├── Gnome-Notes.svg │ │ │ │ ├── Gnome-Photos.svg │ │ │ │ ├── Gnome-notes.svg │ │ │ │ ├── GnomeBaker.svg │ │ │ │ ├── GoogleCalendar-google.com.svg │ │ │ │ ├── Grsync.SVG │ │ │ │ ├── Grsync.svg │ │ │ │ ├── HexChat.svg │ │ │ │ ├── HexChat1.svg │ │ │ │ ├── HexChat14.svg │ │ │ │ ├── Imagemagick.svg │ │ │ │ ├── Insight-FileManager.svg │ │ │ │ ├── Ipub.svg │ │ │ │ ├── J7Z.svg │ │ │ │ ├── JIRAFEAU.svg │ │ │ │ ├── Kazam.svg │ │ │ │ ├── Last.fm-icon.svg │ │ │ │ ├── Lightcord.svg │ │ │ │ ├── MidnightCommand.svg │ │ │ │ ├── MidnightCommander.svg │ │ │ │ ├── ModemManager.svg │ │ │ │ ├── MultiBrowser.svg │ │ │ │ ├── MusicBrainz-Picard.svg │ │ │ │ ├── MvGather.svg │ │ │ │ ├── MyPaint.svg │ │ │ │ ├── Nautilus.svg │ │ │ │ ├── Nextcloud │ │ │ │ ├── Nextcloud.svg │ │ │ │ ├── NoMachine.svg │ │ │ │ ├── Nocturn.svg │ │ │ │ ├── Not-sure-of-name.svg │ │ │ │ ├── Notion.svg │ │ │ │ ├── Nylas-N1.svg │ │ │ │ ├── OpenTodoList.svg │ │ │ │ ├── PCSX2.svg │ │ │ │ ├── PacketTracer.svg │ │ │ │ ├── Pinta_icon.svg │ │ │ │ ├── Pithos.svg │ │ │ │ ├── PlayOnLinux.svg │ │ │ │ ├── Pomodoro.svg │ │ │ │ ├── Prepos.svg │ │ │ │ ├── Psensor_normal.svg │ │ │ │ ├── QMapShack.svg │ │ │ │ ├── QtIcon.svg │ │ │ │ ├── QtProject-assistant.svg │ │ │ │ ├── QtProject-designer.svg │ │ │ │ ├── QtProject-qdbusviewer.svg │ │ │ │ ├── QtProject-qtcreator-qt5.svg │ │ │ │ ├── QtProject-qtcreator.svg │ │ │ │ ├── Quodlibet.svg │ │ │ │ ├── R-linux.svg │ │ │ │ ├── RSS_feeds.svg │ │ │ │ ├── Rapid-Photo-Downloader.svg │ │ │ │ ├── SMB4k.svg │ │ │ │ ├── SPEEDTEST.svg │ │ │ │ ├── Sci48M.svg │ │ │ │ ├── ScudCloud.svg │ │ │ │ ├── Skanlite.svg │ │ │ │ ├── Spotify.svg │ │ │ │ ├── Stacer.svg │ │ │ │ ├── Support.svg │ │ │ │ ├── Sylpheed.svg │ │ │ │ ├── TeamViewer.svg │ │ │ │ ├── Temps.svg │ │ │ │ ├── Terminal-tango.svg │ │ │ │ ├── Terminal.svg │ │ │ │ ├── Thunar.svg │ │ │ │ ├── Tor-Browser.svg │ │ │ │ ├── Twitter-twitter.com.svg │ │ │ │ ├── Twitter-twitter.svg │ │ │ │ ├── UNetbootin.svg │ │ │ │ ├── VBox.svg │ │ │ │ ├── Vbox.svg │ │ │ │ ├── VeraCrypt.svg │ │ │ │ ├── Veromix.svg │ │ │ │ ├── WMail.svg │ │ │ │ ├── Wireshark.svg │ │ │ │ ├── WorkerIcon48.svg │ │ │ │ ├── WormsReloaded.svg │ │ │ │ ├── XMind.svg │ │ │ │ ├── XrendrMixer.svg │ │ │ │ ├── YouTube-youtube.com.svg │ │ │ │ ├── YouTubeDownloader.svg │ │ │ │ ├── Youtube-www.youtube.com.svg │ │ │ │ ├── Youtube-youtube.com.svg │ │ │ │ ├── Zoom.svg │ │ │ │ ├── aarddict.svg │ │ │ │ ├── abgx360gui.svg │ │ │ │ ├── abiword.svg │ │ │ │ ├── abiword_48.svg │ │ │ │ ├── about.svg │ │ │ │ ├── about_kde.svg │ │ │ │ ├── abricotine.svg │ │ │ │ ├── abrt-gui.svg │ │ │ │ ├── abrt.svg │ │ │ │ ├── accerciser.svg │ │ │ │ ├── access.svg │ │ │ │ ├── accessibility-directory.svg │ │ │ │ ├── accessibility.svg │ │ │ │ ├── accessibility_section.svg │ │ │ │ ├── accessories-archiver.svg │ │ │ │ ├── accessories-calculator.svg │ │ │ │ ├── accessories-camera.svg │ │ │ │ ├── accessories-character-map.svg │ │ │ │ ├── accessories-clock.svg │ │ │ │ ├── accessories-dictionary.svg │ │ │ │ ├── accessories-document-viewer.svg │ │ │ │ ├── accessories-ebook-reader.svg │ │ │ │ ├── accessories-emacs22-gtk.svg │ │ │ │ ├── accessories-image-viewer.svg │ │ │ │ ├── accessories-media-converter.svg │ │ │ │ ├── accessories-notes.svg │ │ │ │ ├── accessories-paint.svg │ │ │ │ ├── accessories-painting.svg │ │ │ │ ├── accessories-podcast.svg │ │ │ │ ├── accessories-screenshot.svg │ │ │ │ ├── accessories-system-cleaner.svg │ │ │ │ ├── accessories-text-editor.svg │ │ │ │ ├── accessories-thesaurus.svg │ │ │ │ ├── accessories_character_map.svg │ │ │ │ ├── accessories_text_editor.svg │ │ │ │ ├── ace.svg │ │ │ │ ├── acetoneiso.svg │ │ │ │ ├── acidrip.svg │ │ │ │ ├── acroread.svg │ │ │ │ ├── activity-log-manager.svg │ │ │ │ ├── address-book.svg │ │ │ │ ├── addressbook.svg │ │ │ │ ├── adjust-colors.svg │ │ │ │ ├── administration.svg │ │ │ │ ├── adobe-air.svg │ │ │ │ ├── adobe-flashplayer.svg │ │ │ │ ├── adobe-reader.svg │ │ │ │ ├── adobeAIR.svg │ │ │ │ ├── adobeair.svg │ │ │ │ ├── adobeflashplugin.svg │ │ │ │ ├── adroid-sdk.svg │ │ │ │ ├── adventure-capitalist.svg │ │ │ │ ├── aegisub.svg │ │ │ │ ├── agave.svg │ │ │ │ ├── agenda.svg │ │ │ │ ├── aim.svg │ │ │ │ ├── aim_protocol.svg │ │ │ │ ├── air.svg │ │ │ │ ├── airwave-manager.svg │ │ │ │ ├── aisleriot.svg │ │ │ │ ├── akonadi-serializer.svg │ │ │ │ ├── akonadi.svg │ │ │ │ ├── akonadiconsole.svg │ │ │ │ ├── akonaditray.svg │ │ │ │ ├── akregator.svg │ │ │ │ ├── akregator_empty.svg │ │ │ │ ├── alacarte.svg │ │ │ │ ├── alacritty-simple.svg │ │ │ │ ├── alacritty-term+scanlines.svg │ │ │ │ ├── alacritty-term.svg │ │ │ │ ├── alacritty.svg │ │ │ │ ├── alarm-clock.svg │ │ │ │ ├── alarm-timer.svg │ │ │ │ ├── alarm.svg │ │ │ │ ├── albert.svg │ │ │ │ ├── alc.svg │ │ │ │ ├── alchemy.svg │ │ │ │ ├── alevt.svg │ │ │ │ ├── alexandra.svg │ │ │ │ ├── alien-arena.svg │ │ │ │ ├── alienarena.svg │ │ │ │ ├── allen-b1.news.svg │ │ │ │ ├── alleyoop.svg │ │ │ │ ├── almanah.svg │ │ │ │ ├── alsamixergui.svg │ │ │ │ ├── altyo.svg │ │ │ │ ├── amarok-icon.svg │ │ │ │ ├── amarok.svg │ │ │ │ ├── amarok2.svg │ │ │ │ ├── amarok_change_language.svg │ │ │ │ ├── amazon-mp3-store-source.svg │ │ │ │ ├── amazon-store.svg │ │ │ │ ├── amazon.svg │ │ │ │ ├── amazonmp3.svg │ │ │ │ ├── amd-ati.svg │ │ │ │ ├── amd-catalyst-control-center.svg │ │ │ │ ├── amd-catalyst.svg │ │ │ │ ├── amd.svg │ │ │ │ ├── amule.svg │ │ │ │ ├── amulegui.svg │ │ │ │ ├── anaconda.svg │ │ │ │ ├── anatine.svg │ │ │ │ ├── anbox.svg │ │ │ │ ├── android-file-transfer-linux.svg │ │ │ │ ├── android-file-transfer.svg │ │ │ │ ├── android-sdk-(copia-1).svg │ │ │ │ ├── android-sdk.svg │ │ │ │ ├── android-studio-beta.svg │ │ │ │ ├── android-studio.svg │ │ │ │ ├── androidestudio.svg │ │ │ │ ├── androidstudio.svg │ │ │ │ ├── angry-birds.svg │ │ │ │ ├── anjuta.svg │ │ │ │ ├── anjuta6.svg │ │ │ │ ├── anjuta_icon.svg │ │ │ │ ├── anki.svg │ │ │ │ ├── anoise.svg │ │ │ │ ├── ant-downloader.svg │ │ │ │ ├── antimicro.svg │ │ │ │ ├── any_do.svg │ │ │ │ ├── anydesk.svg │ │ │ │ ├── ao-app.svg │ │ │ │ ├── apacheconf.svg │ │ │ │ ├── apk-icon-editor.svg │ │ │ │ ├── aplication-x-executable.svg │ │ │ │ ├── app-launcher.svg │ │ │ │ ├── app.briar.gtk.svg │ │ │ │ ├── app.svg │ │ │ │ ├── apparmor_view_profile.svg │ │ │ │ ├── appcode.svg │ │ │ │ ├── apper.svg │ │ │ │ ├── appfinder.svg │ │ │ │ ├── appgrid.svg │ │ │ │ ├── appimagekit-1password.svg │ │ │ │ ├── appimagekit-azpainter.svg │ │ │ │ ├── appimagekit-bitwarden.svg │ │ │ │ ├── appimagekit-brackets-electron.svg │ │ │ │ ├── appimagekit-caprine.svg │ │ │ │ ├── appimagekit-colorpicker.svg │ │ │ │ ├── appimagekit-cozydrive.svg │ │ │ │ ├── appimagekit-diffuse.svg │ │ │ │ ├── appimagekit-downline.svg │ │ │ │ ├── appimagekit-emacs.svg │ │ │ │ ├── appimagekit-franz.svg │ │ │ │ ├── appimagekit-github-desktop.svg │ │ │ │ ├── appimagekit-hw-probe.svg │ │ │ │ ├── appimagekit-joplin.svg │ │ │ │ ├── appimagekit-kaku.svg │ │ │ │ ├── appimagekit-kitty.svg │ │ │ │ ├── appimagekit-ksnip.svg │ │ │ │ ├── appimagekit-org.keepassxc.KeePassXC.svg │ │ │ │ ├── appimagekit-org.olivevideoeditor.Olive.svg │ │ │ │ ├── appimagekit-pcloud.svg │ │ │ │ ├── appimagekit-raven-reader.svg │ │ │ │ ├── appimagekit-stacer.svg │ │ │ │ ├── appimagekit-standard-notes.svg │ │ │ │ ├── appimagekit-synfigstudio.svg │ │ │ │ ├── appimagekit-teams-for-linux.svg │ │ │ │ ├── appimagekit-unityhub.svg │ │ │ │ ├── appimagekit-wewechat.svg │ │ │ │ ├── appimagekit-youtube-music-desktop-app.svg │ │ │ │ ├── appimagekit_0b58b82040223d044316bfbdc0a154c5_com.lettier.gifcurry.svg │ │ │ │ ├── appimagekit_d3106dfc9ee132ee9e5371b74d64b11f_rambox.svg │ │ │ │ ├── applet_lockkeys.svg │ │ │ │ ├── applets-screenshooter.svg │ │ │ │ ├── application-default-icon.svg │ │ │ │ ├── application-pdf.svg │ │ │ │ ├── application-system.svg │ │ │ │ ├── application-vidiot.svg │ │ │ │ ├── application-vnd.iccprofile.svg │ │ │ │ ├── application-x-chemtool.svg │ │ │ │ ├── application-x-clementine.svg │ │ │ │ ├── application-x-executable.svg │ │ │ │ ├── application-x-remote-connection.svg │ │ │ │ ├── application-x-vnc.svg │ │ │ │ ├── application-x-wine-extension-its.svg │ │ │ │ ├── application-x-wine-extension-vpk.svg │ │ │ │ ├── application-x-yarock.svg │ │ │ │ ├── applications-accessories.svg │ │ │ │ ├── applications-development-translation.svg │ │ │ │ ├── applications-development.svg │ │ │ │ ├── applications-education-language.svg │ │ │ │ ├── applications-featured.svg │ │ │ │ ├── applications-font.svg │ │ │ │ ├── applications-fonts.svg │ │ │ │ ├── applications-games.svg │ │ │ │ ├── applications-graphics.svg │ │ │ │ ├── applications-interfacedesign.svg │ │ │ │ ├── applications-internet.svg │ │ │ │ ├── applications-java.svg │ │ │ │ ├── applications-languages.svg │ │ │ │ ├── applications-libraries.svg │ │ │ │ ├── applications-multimedia-svg │ │ │ │ ├── applications-multimedia.svg │ │ │ │ ├── applications-office.svg │ │ │ │ ├── applications-other.svg │ │ │ │ ├── applications-php.svg │ │ │ │ ├── applications-puzzles.svg │ │ │ │ ├── applications-system-orange.svg │ │ │ │ ├── applications-system-symbolic.svg │ │ │ │ ├── applications-system.svg │ │ │ │ ├── applications-toys.svg │ │ │ │ ├── applications-utilities.svg │ │ │ │ ├── applications-webbrowsers.svg │ │ │ │ ├── applications_accessories.svg │ │ │ │ ├── appointment-soon.svg │ │ │ │ ├── appointment.svg │ │ │ │ ├── apport-gtk.svg │ │ │ │ ├── apport-gtk2.svg │ │ │ │ ├── apport.svg │ │ │ │ ├── apps.com.evernote.svg │ │ │ │ ├── apps.com.wechat.web.svg │ │ │ │ ├── appset.svg │ │ │ │ ├── aptana-studio.svg │ │ │ │ ├── aptana.svg │ │ │ │ ├── aptanastore.svg │ │ │ │ ├── aptdaemon-download.svg │ │ │ │ ├── aptdaemon-update-cache.svg │ │ │ │ ├── aptdaemon-upgrade.svg │ │ │ │ ├── aptdaemon-working.svg │ │ │ │ ├── aptik-battery-monitor.svg │ │ │ │ ├── aptik-gtk.svg │ │ │ │ ├── aptitude.svg │ │ │ │ ├── aqsis.svg │ │ │ │ ├── aqualung.svg │ │ │ │ ├── archive-manager.svg │ │ │ │ ├── archive-mounter.svg │ │ │ │ ├── archivemanager.svg │ │ │ │ ├── ardour.svg │ │ │ │ ├── ardour2.svg │ │ │ │ ├── ardour3.svg │ │ │ │ ├── ardour5.svg │ │ │ │ ├── ardour_icon_22px.svg │ │ │ │ ├── arduino-icon-small.svg │ │ │ │ ├── arduino-ide.svg │ │ │ │ ├── arduino.svg │ │ │ │ ├── ark.svg │ │ │ │ ├── armagetronad.svg │ │ │ │ ├── arora.svg │ │ │ │ ├── artemanufrij.imageburner.svg │ │ │ │ ├── artemanufrij.playmymusic.svg │ │ │ │ ├── artemanufrij.screencast.svg │ │ │ │ ├── artha.svg │ │ │ │ ├── artikulate.svg │ │ │ │ ├── arts.svg │ │ │ │ ├── as-icon.svg │ │ │ │ ├── as-powered.svg │ │ │ │ ├── asounder.svg │ │ │ │ ├── assaultcube.svg │ │ │ │ ├── assistant-qt4.svg │ │ │ │ ├── assistant-qt5.svg │ │ │ │ ├── assistant.svg │ │ │ │ ├── assistant5.svg │ │ │ │ ├── astah-community.svg │ │ │ │ ├── astah_uml.svg │ │ │ │ ├── asunder.svg │ │ │ │ ├── at-support.svg │ │ │ │ ├── aterm.svg │ │ │ │ ├── athena.svg │ │ │ │ ├── ati.svg │ │ │ │ ├── atlas.svg │ │ │ │ ├── atom-beta.svg │ │ │ │ ├── atom-text-editor.svg │ │ │ │ ├── atom.svg │ │ │ │ ├── atomic-icon │ │ │ │ ├── atomix-icon.svg │ │ │ │ ├── atomix.svg │ │ │ │ ├── atril.svg │ │ │ │ ├── atunes.svg │ │ │ │ ├── atunes125.svg │ │ │ │ ├── audacious-16.svg │ │ │ │ ├── audacious-32.svg │ │ │ │ ├── audacious-panel.svg │ │ │ │ ├── audacious.svg │ │ │ │ ├── audacious2.svg │ │ │ │ ├── audacity.svg │ │ │ │ ├── audacity16.svg │ │ │ │ ├── audacity32.svg │ │ │ │ ├── audex.svg │ │ │ │ ├── audience.svg │ │ │ │ ├── audio-editor.svg │ │ │ │ ├── audio-equalizer.svg │ │ │ │ ├── audio-player.svg │ │ │ │ ├── audio-recorder.svg │ │ │ │ ├── audio-speakers.svg │ │ │ │ ├── audoban.applet.playbar.svg │ │ │ │ ├── authy.svg │ │ │ │ ├── auto-package-manager-gtk.svg │ │ │ │ ├── autocolor.svg │ │ │ │ ├── autokey.svg │ │ │ │ ├── automathemely.svg │ │ │ │ ├── autopackage-installer.svg │ │ │ │ ├── autopackage-manager-gtk.svg │ │ │ │ ├── avatar-default.svg │ │ │ │ ├── avernote.svg │ │ │ │ ├── avidemux-gtk.svg │ │ │ │ ├── avidemux-qt4.svg │ │ │ │ ├── avidemux-qt5.svg │ │ │ │ ├── avidemux.svg │ │ │ │ ├── avidemux_icon.svg │ │ │ │ ├── aweather.svg │ │ │ │ ├── awf.svg │ │ │ │ ├── awn-applet-digital-clock.svg │ │ │ │ ├── awn-applet.svg │ │ │ │ ├── awn-manager.svg │ │ │ │ ├── awn-plugins.svg │ │ │ │ ├── awn-settings.svg │ │ │ │ ├── ax-applet.svg │ │ │ │ ├── azpainter.svg │ │ │ │ ├── azureus.svg │ │ │ │ ├── babe.svg │ │ │ │ ├── background.svg │ │ │ │ ├── backlite.svg │ │ │ │ ├── badge-small.svg │ │ │ │ ├── badge.svg │ │ │ │ ├── baidunetdisk.svg │ │ │ │ ├── baka-mplayer.svg │ │ │ │ ├── balena-etcher-electron.svg │ │ │ │ ├── baloo.svg │ │ │ │ ├── bangarang.svg │ │ │ │ ├── banshee-01.svg │ │ │ │ ├── banshee-1.svg │ │ │ │ ├── banshee-panel.svg │ │ │ │ ├── banshee.svg │ │ │ │ ├── baobab.svg │ │ │ │ ├── bash.svg │ │ │ │ ├── basket.svg │ │ │ │ ├── battery.svg │ │ │ │ ├── bauh.svg │ │ │ │ ├── beagle-system-search.svg │ │ │ │ ├── beagled.svg │ │ │ │ ├── beaker-browser.svg │ │ │ │ ├── beatbox.svg │ │ │ │ ├── bell.svg │ │ │ │ ├── beryl-settings.svg │ │ │ │ ├── bibletime.svg │ │ │ │ ├── biglybt.svg │ │ │ │ ├── bijiben.svg │ │ │ │ ├── birdie.svg │ │ │ │ ├── bitcoin-qt.svg │ │ │ │ ├── bitcoin.svg │ │ │ │ ├── bitcoin128.svg │ │ │ │ ├── bitdefender.svg │ │ │ │ ├── bittorent.svg │ │ │ │ ├── bittorrent-sync.svg │ │ │ │ ├── bittorrent.svg │ │ │ │ ├── bitwarden.svg │ │ │ │ ├── bitwig-studio.svg │ │ │ │ ├── bleachbit.svg │ │ │ │ ├── blender.svg │ │ │ │ ├── bless.svg │ │ │ │ ├── blivet-gui.svg │ │ │ │ ├── blockfy.svg │ │ │ │ ├── blockout2.svg │ │ │ │ ├── blocks.svg │ │ │ │ ├── blogilo.svg │ │ │ │ ├── blueclock.svg │ │ │ │ ├── blueclock32.svg │ │ │ │ ├── bluedun.svg │ │ │ │ ├── bluefish.svg │ │ │ │ ├── bluegriffon.svg │ │ │ │ ├── bluejeans.svg │ │ │ │ ├── blueman-active.svg │ │ │ │ ├── blueman-desktop.svg │ │ │ │ ├── blueman-device.svg │ │ │ │ ├── blueman-disabled.svg │ │ │ │ ├── blueman.svg │ │ │ │ ├── blueradio-48.svg │ │ │ │ ├── blueradio.svg │ │ │ │ ├── bluetooth-48.svg │ │ │ │ ├── bluetooth-active.svg │ │ │ │ ├── bluetooth-black.svg │ │ │ │ ├── bluetooth-inactive.svg │ │ │ │ ├── bluetooth-radio.svg │ │ │ │ ├── bluetooth.svg │ │ │ │ ├── bluetoothradio.svg │ │ │ │ ├── bombono-dvd.svg │ │ │ │ ├── bomi.svg │ │ │ │ ├── bookreader.svg │ │ │ │ ├── boomaga.svg │ │ │ │ ├── boostnote.svg │ │ │ │ ├── bottles_notepad.svg │ │ │ │ ├── bottles_wine-winetricks.svg │ │ │ │ ├── bottles_wine.svg │ │ │ │ ├── bottles_winetricks.svg │ │ │ │ ├── boxes.svg │ │ │ │ ├── brackerts_B.svg │ │ │ │ ├── brackerts_b.svg │ │ │ │ ├── brackets-electron.svg │ │ │ │ ├── brackets.svg │ │ │ │ ├── braindump.svg │ │ │ │ ├── brasero.svg │ │ │ │ ├── brave-beta.svg │ │ │ │ ├── brave-browser-beta.svg │ │ │ │ ├── brave-browser.svg │ │ │ │ ├── brave.svg │ │ │ │ ├── brightnesssettings.svg │ │ │ │ ├── brightside.svg │ │ │ │ ├── briss-icon.svg │ │ │ │ ├── briss.svg │ │ │ │ ├── broom.svg │ │ │ │ ├── browser-help.svg │ │ │ │ ├── browser-tor.svg │ │ │ │ ├── browser.svg │ │ │ │ ├── browser_help.svg │ │ │ │ ├── bt-logo.svg │ │ │ │ ├── btsync-gui-gtk.svg │ │ │ │ ├── btsync-gui.svg │ │ │ │ ├── btsync-user.svg │ │ │ │ ├── bug-buddy.svg │ │ │ │ ├── bug.svg │ │ │ │ ├── builder.svg │ │ │ │ ├── buka.svg │ │ │ │ ├── bumblebee.svg │ │ │ │ ├── burner.svg │ │ │ │ ├── buttercup.svg │ │ │ │ ├── byzanz.svg │ │ │ │ ├── ca._0ldsk00l.Nestopia.svg │ │ │ │ ├── ca.desrt.dconf-editor.svg │ │ │ │ ├── ca.littlesvr.asunder.svg │ │ │ │ ├── cabbage.svg │ │ │ │ ├── cacao-oj6.svg │ │ │ │ ├── cacao-oj7.svg │ │ │ │ ├── cacao-oj8.svg │ │ │ │ ├── cacao-oj9.svg │ │ │ │ ├── caffeine.svg │ │ │ │ ├── cairo-clock.svg │ │ │ │ ├── cairo-dock-c.svg │ │ │ │ ├── cairo-dock-o.svg │ │ │ │ ├── cairo-dock.svg │ │ │ │ ├── caja-actions.svg │ │ │ │ ├── caja-dropbox.svg │ │ │ │ ├── caja.svg │ │ │ │ ├── calamares.svg │ │ │ │ ├── calc.svg │ │ │ │ ├── calculator-app.svg │ │ │ │ ├── calculator.svg │ │ │ │ ├── calculator64.svg │ │ │ │ ├── calendar-blue-31.svg │ │ │ │ ├── calendar-red-31.svg │ │ │ │ ├── calendar.svg │ │ │ │ ├── calibre-.svg │ │ │ │ ├── calibre-GUI.SVG │ │ │ │ ├── calibre-GUI.svg │ │ │ │ ├── calibre-gui.svg │ │ │ │ ├── calibre.svg │ │ │ │ ├── calibre2.svg │ │ │ │ ├── calibre_A.svg │ │ │ │ ├── calibre_B.svg │ │ │ │ ├── calibre_C.svg │ │ │ │ ├── california.svg │ │ │ │ ├── calligraauthor.svg │ │ │ │ ├── calligradevtools.svg │ │ │ │ ├── calligraflow.svg │ │ │ │ ├── calligrahandbook.svg │ │ │ │ ├── calligrakarbon.svg │ │ │ │ ├── calligrakrita.svg │ │ │ │ ├── calligrakrita2.svg │ │ │ │ ├── calligrakrita3.svg │ │ │ │ ├── calligrakrita_l.svg │ │ │ │ ├── calligraplan.svg │ │ │ │ ├── calligraplanner.svg │ │ │ │ ├── calligraplanwork.svg │ │ │ │ ├── calligraplugins.svg │ │ │ │ ├── calligrasheets.svg │ │ │ │ ├── calligrastage.svg │ │ │ │ ├── calligrawords.svg │ │ │ │ ├── camera-app.svg │ │ │ │ ├── camera-photo.svg │ │ │ │ ├── camera-web.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── camorama.svg │ │ │ │ ├── cantata.svg │ │ │ │ ├── caprine.svg │ │ │ │ ├── catalyst-control-center.svg │ │ │ │ ├── catfish.svg │ │ │ │ ├── ccc-large.svg │ │ │ │ ├── ccc_large.svg │ │ │ │ ├── ccsm.svg │ │ │ │ ├── celestia.svg │ │ │ │ ├── cervisia.svg │ │ │ │ ├── chainsaw.svg │ │ │ │ ├── chakra-backup.svg │ │ │ │ ├── chakra-flat.svg │ │ │ │ ├── chakra-shield.svg │ │ │ │ ├── chakra.svg │ │ │ │ ├── change-password-48.svg │ │ │ │ ├── change-password.svg │ │ │ │ ├── changes-prevent.svg │ │ │ │ ├── charm.svg │ │ │ │ ├── charpic.svg │ │ │ │ ├── chatons.svg │ │ │ │ ├── checkbox-qt.svg │ │ │ │ ├── checkbox-touch.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── checkgmail.svg │ │ │ │ ├── cheese.svg │ │ │ │ ├── chemtool.svg │ │ │ │ ├── cherrytree.svg │ │ │ │ ├── chess.svg │ │ │ │ ├── chessx.svg │ │ │ │ ├── chinese.svg │ │ │ │ ├── chipsybug.svg │ │ │ │ ├── chmsee-16x16.svg │ │ │ │ ├── chmsee-32x32.svg │ │ │ │ ├── chmsee-icon.svg │ │ │ │ ├── chmsee.svg │ │ │ │ ├── chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.svg │ │ │ │ ├── chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg │ │ │ │ ├── chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg │ │ │ │ ├── chrome-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg │ │ │ │ ├── chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg │ │ │ │ ├── chrome-bnbaboaihhkjoaolfnfoablhllahjnee-Default.svg │ │ │ │ ├── chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg │ │ │ │ ├── chrome-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg │ │ │ │ ├── chrome-browser.svg │ │ │ │ ├── chrome-calculator.svg │ │ │ │ ├── chrome-cifmbmfpndbdeefaiicmmojdeihammok-Default.svg │ │ │ │ ├── chrome-clgddkicplcbgjfobecebadodeggpghp-Default.svg │ │ │ │ ├── chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg │ │ │ │ ├── chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg │ │ │ │ ├── chrome-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg │ │ │ │ ├── chrome-deceagebecbceejblnlcjooeohmmeldh-Default.svg │ │ │ │ ├── chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg │ │ │ │ ├── chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg │ │ │ │ ├── chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg │ │ │ │ ├── chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg │ │ │ │ ├── chrome-fdmmgilgnpjigdojojpjoooidkmcomcm-Default.svg │ │ │ │ ├── chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default.svg │ │ │ │ ├── chrome-gaedmjdfmmahhbjefcbgaolhhanlaolb-Default.svg │ │ │ │ ├── chrome-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg │ │ │ │ ├── chrome-hadgilakbfohcfcgfbioeeehgpkopaga-Default.svg │ │ │ │ ├── chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg │ │ │ │ ├── chrome-hnpfjngllnobngcgfapefoaidbinmjnm-Default.svg │ │ │ │ ├── chrome-https___telegram.org_.svg │ │ │ │ ├── chrome-iabmpiboiopbgfabjmgeedhcmjenhbla-Default.svg │ │ │ │ ├── chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg │ │ │ │ ├── chrome-icppfcnhkcmnfdhfhphakoifcfokfdhg-Default.svg │ │ │ │ ├── chrome-idiemcijhbenngdhkdiipmpkafnkbkeg-Default.svg │ │ │ │ ├── chrome-ighkikkfkalojiibipjigpccggljgdff-Default.svg │ │ │ │ ├── chrome-ioekoebejdcmnlefjiknokhhafglcjdl-Default.svg │ │ │ │ ├── chrome-jcjbnkncddbeomhaacaeokhfnefibpde-Default.svg │ │ │ │ ├── chrome-jeogkiiogjbmhklcnbgkdcjoioegiknm-Default.svg │ │ │ │ ├── chrome-jjphmlaoffndcnecccgemfdaaoighkel-Default.svg │ │ │ │ ├── chrome-jknmpnbgkaekopldbncmggaejjamkemn-Default.svg │ │ │ │ ├── chrome-joodangkbfjnajiiifokapkpmhfnpleo-Default.svg │ │ │ │ ├── chrome-joodangkbfjnajiiifokapkpmhfnpleo.svg │ │ │ │ ├── chrome-kogcfmeennoidocadkgjhnbancebmlbf-Default.svg │ │ │ │ ├── chrome-lainlkmlgipednloilifbppmhdocjbda-Default.svg │ │ │ │ ├── chrome-lneaknkopdijkpnocmklfnjbeapigfbh-Default.svg │ │ │ │ ├── chrome-macmgoeeggnlnmpiojbcniblabkdjphe-Default.svg │ │ │ │ ├── chrome-mijlebbfndhelmdpmllgcfadlkankhok-Default.svg │ │ │ │ ├── chrome-mmfbcljfglbokpmkimbfghdkjmjhdgbg-Default.svg │ │ │ │ ├── chrome-mmimngoggfoobjdlefbcabngfnmieonb-Default.svg │ │ │ │ ├── chrome-ncpaehbhmfoodbceflpbdocjhpokkbmo-Default.svg │ │ │ │ ├── chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.svg │ │ │ │ ├── chrome-npfkoakaabdallkcdbpkkhfilkkngakh-Default.svg │ │ │ │ ├── chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg │ │ │ │ ├── chrome-pjkljhegncpnkpknbcohdijeoejaedia-Default.svg │ │ │ │ ├── chrome-store.svg │ │ │ │ ├── chrome.svg │ │ │ │ ├── chromium-browser-privacy.svg │ │ │ │ ├── chromium-browser.svg │ │ │ │ ├── chromium-browser2.svg │ │ │ │ ├── chromium-dev.svg │ │ │ │ ├── chromium-freeworld.svg │ │ │ │ ├── chromium.svg │ │ │ │ ├── ciano.svg │ │ │ │ ├── cin-multimedia-volume-control.svg │ │ │ │ ├── cinelerra.svg │ │ │ │ ├── cinnamon-power-manager.svg │ │ │ │ ├── cinnamon-preferences-color.svg │ │ │ │ ├── cinnamon-preferences-desktop-display.svg │ │ │ │ ├── cinnamon-preferences-system-time.svg │ │ │ │ ├── cinnamon-session-properties.svg │ │ │ │ ├── cisco-pt.svg │ │ │ │ ├── clamav-gui.svg │ │ │ │ ├── clamav.svg │ │ │ │ ├── clamtk.svg │ │ │ │ ├── classicmenu-indicator-light.svg │ │ │ │ ├── classicmenu-indicator.svg │ │ │ │ ├── claws-mail-128x128.svg │ │ │ │ ├── claws-mail-32x32.svg │ │ │ │ ├── claws-mail-64x64.svg │ │ │ │ ├── claws-mail.svg │ │ │ │ ├── claws-mail_logo.svg │ │ │ │ ├── clawsker.svg │ │ │ │ ├── clementine-player.svg │ │ │ │ ├── clementine.svg │ │ │ │ ├── clipgrab.svg │ │ │ │ ├── clipit-trayicon.svg │ │ │ │ ├── clipit.svg │ │ │ │ ├── clock-applet.svg │ │ │ │ ├── clock.svg │ │ │ │ ├── clock_B.svg │ │ │ │ ├── clock_C.svg │ │ │ │ ├── clocks.svg │ │ │ │ ├── cmake-gui.svg │ │ │ │ ├── cmake.svg │ │ │ │ ├── cmakesetup.svg │ │ │ │ ├── cmplayer.svg │ │ │ │ ├── code-insiders.svg │ │ │ │ ├── code-oss.svg │ │ │ │ ├── code.svg │ │ │ │ ├── codeblock.svg │ │ │ │ ├── codeblocks.svg │ │ │ │ ├── color-calibate.svg │ │ │ │ ├── color-line.svg │ │ │ │ ├── color-line1.svg │ │ │ │ ├── color-management.svg │ │ │ │ ├── color-pick.svg │ │ │ │ ├── color-picker.svg │ │ │ │ ├── color.svg │ │ │ │ ├── color_line.svg │ │ │ │ ├── colorgrab.svg │ │ │ │ ├── colorhug-flash.svg │ │ │ │ ├── colorhug.svg │ │ │ │ ├── colorimages.svg │ │ │ │ ├── colorimeter-colorhug.svg │ │ │ │ ├── colorize.svg │ │ │ │ ├── colorman.svg │ │ │ │ ├── colorpicker.svg │ │ │ │ ├── colors.svg │ │ │ │ ├── colorset.svg │ │ │ │ ├── colour.svg │ │ │ │ ├── com.Adobe.Flash-Player-Projector.svg │ │ │ │ ├── com.adobe.Flash-Player-Projector.svg │ │ │ │ ├── com.adobe.Reader.svg │ │ │ │ ├── com.alacritty.Alacritty.svg │ │ │ │ ├── com.axosoft.GitKraken.svg │ │ │ │ ├── com.beakerbrowser.Beaker.svg │ │ │ │ ├── com.bitwarden.Bitwarden.svg │ │ │ │ ├── com.bitwarden.BitwardenDesktop.svg │ │ │ │ ├── com.bitwarden.desktop.svg │ │ │ │ ├── com.bixense.PasswordCalculator.svg │ │ │ │ ├── com.bluejeans.BlueJeans.svg │ │ │ │ ├── com.bxabi.bumblebee-indicator.svg │ │ │ │ ├── com.calibre_ebook.calibre.svg │ │ │ │ ├── com.deepin.Calculator.svg │ │ │ │ ├── com.deepin.Calendar.svg │ │ │ │ ├── com.deepin.ImageViewer.svg │ │ │ │ ├── com.deepin.Movie.svg │ │ │ │ ├── com.deepin.Movies.svg │ │ │ │ ├── com.deepin.Music.svg │ │ │ │ ├── com.deepin.Picker.svg │ │ │ │ ├── com.deepin.ScreenRecorder.svg │ │ │ │ ├── com.deepin.ScreenShot.svg │ │ │ │ ├── com.deepin.Screenshot.svg │ │ │ │ ├── com.deepin.VoiceRecorder.svg │ │ │ │ ├── com.discordapp.Discord.svg │ │ │ │ ├── com.dosbox.DOSBox.svg │ │ │ │ ├── com.dropbox.Client.svg │ │ │ │ ├── com.elsevier.MendeleyDesktop.svg │ │ │ │ ├── com.getmailspring.Mailspring.svg │ │ │ │ ├── com.getpostman.Postman.svg │ │ │ │ ├── com.gexperts.Terminix.svg │ │ │ │ ├── com.gexperts.Tilix.svg │ │ │ │ ├── com.gigitux.gtkwhats.svg │ │ │ │ ├── com.github.IsmaelMartinez.teams_for_linux.svg │ │ │ │ ├── com.github.JannikHv.Gydl.svg │ │ │ │ ├── com.github.PintaProject.Pinta.svg │ │ │ │ ├── com.github.aggalex.contacts.svg │ │ │ │ ├── com.github.aimproxy.cyfrif.svg │ │ │ │ ├── com.github.aimproxy.dotfonts.svg │ │ │ │ ├── com.github.alainm23.byte.svg │ │ │ │ ├── com.github.alainm23.ioncolorgenerator.svg │ │ │ │ ├── com.github.alainm23.planner.svg │ │ │ │ ├── com.github.alcadica.develop.svg │ │ │ │ ├── com.github.alcinnz.odysseus.svg │ │ │ │ ├── com.github.alecaddd.sequeler.svg │ │ │ │ ├── com.github.allen-b1.news.svg │ │ │ │ ├── com.github.alonsoenrique.quotes.svg │ │ │ │ ├── com.github.appadeia.Taigo.svg │ │ │ │ ├── com.github.arshubham.cipher.svg │ │ │ │ ├── com.github.arshubham.gitignore.svg │ │ │ │ ├── com.github.artegeek.planner.svg │ │ │ │ ├── com.github.artemanufrij.findfileconflicts.svg │ │ │ │ ├── com.github.artemanufrij.graphui.svg │ │ │ │ ├── com.github.artemanufrij.hashit.svg │ │ │ │ ├── com.github.artemanufrij.imageburner.svg │ │ │ │ ├── com.github.artemanufrij.playmymusic.svg │ │ │ │ ├── com.github.artemanufrij.playmyvideos.svg │ │ │ │ ├── com.github.artemanufrij.regextester.svg │ │ │ │ ├── com.github.artemanufrij.screencast.svg │ │ │ │ ├── com.github.artemanufrij.showmypictures.svg │ │ │ │ ├── com.github.artemanufrij.translit.svg │ │ │ │ ├── com.github.artemanufrij.trimdown.svg │ │ │ │ ├── com.github.artemanufrji.imageburner.svg │ │ │ │ ├── com.github.babluboy.bookworm.svg │ │ │ │ ├── com.github.babluboy.nutty.svg │ │ │ │ ├── com.github.bartzaalberg.alias.svg │ │ │ │ ├── com.github.bartzaalberg.bookmark-manager.svg │ │ │ │ ├── com.github.bartzaalberg.lottery.svg │ │ │ │ ├── com.github.bartzaalberg.php-tester.svg │ │ │ │ ├── com.github.bartzaalberg.snaptastic.svg │ │ │ │ ├── com.github.bartzaalberg.vala-tester.svg │ │ │ │ ├── com.github.basjam.valacompiler.svg │ │ │ │ ├── com.github.bbuhler.hostsmanager.svg │ │ │ │ ├── com.github.bcedu.shutdownscheduler.svg │ │ │ │ ├── com.github.bcedu.valasimplehttpserver.svg │ │ │ │ ├── com.github.bharatkalluri.gifup.svg │ │ │ │ ├── com.github.bilelmoussaoui.Authenticator.svg │ │ │ │ ├── com.github.bitseater.weather.svg │ │ │ │ ├── com.github.bleakgrey.tootle.svg │ │ │ │ ├── com.github.calo001.fondo.svg │ │ │ │ ├── com.github.calo001.luna.svg │ │ │ │ ├── com.github.cassidyjames.dippi.svg │ │ │ │ ├── com.github.cassidyjames.ideogram.svg │ │ │ │ ├── com.github.cassidyjames.palette.svg │ │ │ │ ├── com.github.chasinglogic.tardis.svg │ │ │ │ ├── com.github.christophernugent.locksmith.svg │ │ │ │ ├── com.github.cjfloss.envelope.svg │ │ │ │ ├── com.github.coralynnmay.goodvibesapp.svg │ │ │ │ ├── com.github.cryptowyrm.copypastegrab.svg │ │ │ │ ├── com.github.dahenson.agenda.svg │ │ │ │ ├── com.github.danrabbit.harvey.svg │ │ │ │ ├── com.github.danrabbit.nimbus.svg │ │ │ │ ├── com.github.davidmhewitt.clipped.svg │ │ │ │ ├── com.github.davidmhewitt.torrential.svg │ │ │ │ ├── com.github.dbhowell.peeq.svg │ │ │ │ ├── com.github.dcharles525.pho.svg │ │ │ │ ├── com.github.djaler.formatter.svg │ │ │ │ ├── com.github.donadigo.appeditor.svg │ │ │ │ ├── com.github.efdos.mupengui.svg │ │ │ │ ├── com.github.elfenware.badger.svg │ │ │ │ ├── com.github.freeeradicals.elements.svg │ │ │ │ ├── com.github.geigi.cozy.svg │ │ │ │ ├── com.github.georgekap1an.chores.svg │ │ │ │ ├── com.github.gijsgoudzwaard.image-optimizer.svg │ │ │ │ ├── com.github.hannesschulze.optimizer.svg │ │ │ │ ├── com.github.jeremypw.gnonograms.svg │ │ │ │ ├── com.github.jeremyvaartjes.comgen.svg │ │ │ │ ├── com.github.jeremyvaartjes.ping.svg │ │ │ │ ├── com.github.jmoerman.go-for-it.svg │ │ │ │ ├── com.github.johnfactotum.Foliate.svg │ │ │ │ ├── com.github.juarezfranco.tarefas-desktop.svg │ │ │ │ ├── com.github.keyilan.swatches.svg │ │ │ │ ├── com.github.kjlaw89.webwatcher.svg │ │ │ │ ├── com.github.kmal-kenneth.monilet.svg │ │ │ │ ├── com.github.lainsce.aesop.svg │ │ │ │ ├── com.github.lainsce.coin.svg │ │ │ │ ├── com.github.lainsce.dot-matrix.svg │ │ │ │ ├── com.github.lainsce.notejot.svg │ │ │ │ ├── com.github.lainsce.palaura.svg │ │ │ │ ├── com.github.lainsce.quilter.svg │ │ │ │ ├── com.github.lainsce.timetable.svg │ │ │ │ ├── com.github.lainsce.yishu.svg │ │ │ │ ├── com.github.louis77.tuner.svg │ │ │ │ ├── com.github.lpereira.HardInfo.svg │ │ │ │ ├── com.github.lpereira.hardinfo.svg │ │ │ │ ├── com.github.maoschanz.Drawing.svg │ │ │ │ ├── com.github.maoschanz.drawing.svg │ │ │ │ ├── com.github.matfantinel.reminduck.svg │ │ │ │ ├── com.github.mdh34.hackup.svg │ │ │ │ ├── com.github.mdh34.quickdocs.svg │ │ │ │ ├── com.github.mirkobrombin.bottles.svg │ │ │ │ ├── com.github.mohelm97.screenrecorder.svg │ │ │ │ ├── com.github.mubitosh.qrshare.svg │ │ │ │ ├── com.github.muriloventuroso.easyssh.svg │ │ │ │ ├── com.github.muriloventuroso.givemelyrics.svg │ │ │ │ ├── com.github.naaando.rush.svg │ │ │ │ ├── com.github.naxuroqa.venom-symbolic.svg │ │ │ │ ├── com.github.needle-and-thread.vocal.svg │ │ │ │ ├── com.github.needleandthread.vocal.svg │ │ │ │ ├── com.github.nick92.tranqil.svg │ │ │ │ ├── com.github.padjis.gcron.svg │ │ │ │ ├── com.github.padjis.ghistory.svg │ │ │ │ ├── com.github.panosx2.brightness.svg │ │ │ │ ├── com.github.parnold-x.nasc.svg │ │ │ │ ├── com.github.parnold-x.timer.svg │ │ │ │ ├── com.github.peteruithoven.resizer.svg │ │ │ │ ├── com.github.phase1geo.minder.svg │ │ │ │ ├── com.github.philip-scott.spice-up.svg │ │ │ │ ├── com.github.plugarut.pwned-checker.svg │ │ │ │ ├── com.github.ranfdev.raddiu.svg │ │ │ │ ├── com.github.rapidfingers.translator.svg │ │ │ │ ├── com.github.rickybas.date-countdown.svg │ │ │ │ ├── com.github.robertsanseries.ciano.svg │ │ │ │ ├── com.github.ronnydo.colorpicker.svg │ │ │ │ ├── com.github.ronnydo.wammer.svg │ │ │ │ ├── com.github.rssguard.svg │ │ │ │ ├── com.github.ryonakano.reco.svg │ │ │ │ ├── com.github.santileortiz.iconoscope │ │ │ │ ├── com.github.santileortiz.iconoscope.svg │ │ │ │ ├── com.github.spheras.desktopfolder.svg │ │ │ │ ├── com.github.stsdc.monitor.svg │ │ │ │ ├── com.github.subhadeepjasu.pebbles.svg │ │ │ │ ├── com.github.thejambi.dayjournal.svg │ │ │ │ ├── com.github.thejambi.psnotes.svg │ │ │ │ ├── com.github.thezbyg.Gpick.svg │ │ │ │ ├── com.github.thezbyg.gpick.svg │ │ │ │ ├── com.github.timecraft.notifier.svg │ │ │ │ ├── com.github.tkashkin.boiler.svg │ │ │ │ ├── com.github.tkashkin.gamehub.svg │ │ │ │ ├── com.github.tomatoers.tomato.svg │ │ │ │ ├── com.github.torikulhabib.mindi.svg │ │ │ │ ├── com.github.treagod.spectator.svg │ │ │ │ ├── com.github.unrud.VideoDownloader.svg │ │ │ │ ├── com.github.unrud.djpdf.svg │ │ │ │ ├── com.github.wjaguar.mtPaint.svg │ │ │ │ ├── com.github.wjaguar.mtpaint.svg │ │ │ │ ├── com.github.wwmm.pulseeffects.svg │ │ │ │ ├── com.github.zelikos.rannum.svg │ │ │ │ ├── com.github.zren.tiledmenu.svg │ │ │ │ ├── com.github.zren.todolist.svg │ │ │ │ ├── com.gitlab.azymohliad.Qwertone.svg │ │ │ │ ├── com.gitlab.davem.ClamTk.svg │ │ │ │ ├── com.giuspen.cherrytree.svg │ │ │ │ ├── com.gnome.Software.svg │ │ │ │ ├── com.gnome.software.svg │ │ │ │ ├── com.google.AndroidStudio.svg │ │ │ │ ├── com.google.Chrome.svg │ │ │ │ ├── com.googleplaymusicdesktopplayer.GPMDP.svg │ │ │ │ ├── com.hamrick.VueScan.svg │ │ │ │ ├── com.jetbrains.GoLand.svg │ │ │ │ ├── com.jetbrains.IntelliJ-IDEA-Community.svg │ │ │ │ ├── com.jetbrains.IntelliJ-IDEA-Ultimate.svg │ │ │ │ ├── com.jetbrains.Intellij-Community.svg │ │ │ │ ├── com.jetbrains.PhpStorm.svg │ │ │ │ ├── com.jetbrains.PyCharm-Community.svg │ │ │ │ ├── com.jetbrains.PyCharm-Professional.svg │ │ │ │ ├── com.jetbrains.PyCharm.svg │ │ │ │ ├── com.jetbrains.WebStorm.svg │ │ │ │ ├── com.leinardi.gwe.svg │ │ │ │ ├── com.lettier.gifcurry.svg │ │ │ │ ├── com.librehat.yahooweather.svg │ │ │ │ ├── com.meetfranz.Franz.svg │ │ │ │ ├── com.microsoft.Teams.svg │ │ │ │ ├── com.mojang.Minecraft.svg │ │ │ │ ├── com.netease.CloudMusic.svg │ │ │ │ ├── com.obsproject.Studio.svg │ │ │ │ ├── com.ozmartians.VidCutter.svg │ │ │ │ ├── com.play0ad.zeroad.svg │ │ │ │ ├── com.rafaelmardojai.Blanket.svg │ │ │ │ ├── com.skype.Client.svg │ │ │ │ ├── com.slack.Slack.svg │ │ │ │ ├── com.spotify.Client.svg │ │ │ │ ├── com.sublimetext.SublimeText3.svg │ │ │ │ ├── com.sublimetext.three.svg │ │ │ │ ├── com.syntevo.SmartGit.svg │ │ │ │ ├── com.syntevo.SmartSynchronize.svg │ │ │ │ ├── com.teeworlds.Teeworlds.svg │ │ │ │ ├── com.transmissionbt.Transmission.svg │ │ │ │ ├── com.ugetdm.uGet.svg │ │ │ │ ├── com.ulduzsoft.KchmViewer.svg │ │ │ │ ├── com.uploadedlobster.peek.svg │ │ │ │ ├── com.valvesoftware.Steam.svg │ │ │ │ ├── com.viber.Viber.svg │ │ │ │ ├── com.visualstudio.code-oss.svg │ │ │ │ ├── com.visualstudio.code.insiders.svg │ │ │ │ ├── com.visualstudio.code.oss.svg │ │ │ │ ├── com.visualstudio.code.svg │ │ │ │ ├── com.vscodium.codium.svg │ │ │ │ ├── com.wps.Office.etmain.svg │ │ │ │ ├── com.wps.Office.wppmain.svg │ │ │ │ ├── com.wps.Office.wpsmain.svg │ │ │ │ ├── com.wps.Office2019.etmain.svg │ │ │ │ ├── com.wps.Office2019.wppmain.svg │ │ │ │ ├── com.wps.Office2019.wpsmain.svg │ │ │ │ ├── computerjanitor.svg │ │ │ │ ├── confclerk.svg │ │ │ │ ├── config-date.svg │ │ │ │ ├── config-date1.svg │ │ │ │ ├── config-language.svg │ │ │ │ ├── config-users-groups.svg │ │ │ │ ├── config-users.svg │ │ │ │ ├── config_language.svg │ │ │ │ ├── configuration_section.svg │ │ │ │ ├── configurator.svg │ │ │ │ ├── configure-debian.svg │ │ │ │ ├── conky-manager.svg │ │ │ │ ├── conky.svg │ │ │ │ ├── conky_manager.svg │ │ │ │ ├── conkymanager.svg │ │ │ │ ├── contact-editor.svg │ │ │ │ ├── contact-lookup-applet.svg │ │ │ │ ├── contact.svg │ │ │ │ ├── contacts.svg │ │ │ │ ├── control-center2.svg │ │ │ │ ├── converseen.svg │ │ │ │ ├── converseen2.svg │ │ │ │ ├── convertall.svg │ │ │ │ ├── copy-agent.svg │ │ │ │ ├── copy-cloud.svg │ │ │ │ ├── copy.com.svg │ │ │ │ ├── copy.svg │ │ │ │ ├── copyagent.svg │ │ │ │ ├── copyq.svg │ │ │ │ ├── corebird.svg │ │ │ │ ├── counter-strike.svg │ │ │ │ ├── cozydrive.svg │ │ │ │ ├── cpod.svg │ │ │ │ ├── cpu.svg │ │ │ │ ├── cqcb.plasma.webslice.svg │ │ │ │ ├── credentials-preferences.svg │ │ │ │ ├── criptext.svg │ │ │ │ ├── crossover.svg │ │ │ │ ├── crossover.svgcxmenu-cxoffice-0-cxrun.svg │ │ │ │ ├── crow-translate-alt.svg │ │ │ │ ├── crow-translate.svg │ │ │ │ ├── cryfs-gui.svg │ │ │ │ ├── cryptfolder-indicator.svg │ │ │ │ ├── cryptkeeper.svg │ │ │ │ ├── cryptomator.svg │ │ │ │ ├── cs-applets.svg │ │ │ │ ├── cs-backgrounds.svg │ │ │ │ ├── cs-bluetooth.svg │ │ │ │ ├── cs-cat-admin.svg │ │ │ │ ├── cs-cat-appearance.svg │ │ │ │ ├── cs-cat-hardware.svg │ │ │ │ ├── cs-cat-prefs.svg │ │ │ │ ├── cs-cat-themes.svg │ │ │ │ ├── cs-color.svg │ │ │ │ ├── cs-date-time.svg │ │ │ │ ├── cs-default-applications.svg │ │ │ │ ├── cs-desklets.svg │ │ │ │ ├── cs-desktop-effects.svg │ │ │ │ ├── cs-desktop.svg │ │ │ │ ├── cs-details.svg │ │ │ │ ├── cs-display.svg │ │ │ │ ├── cs-drivers.svg │ │ │ │ ├── cs-extensions.svg │ │ │ │ ├── cs-firewall.svg │ │ │ │ ├── cs-fonts.svg │ │ │ │ ├── cs-general.svg │ │ │ │ ├── cs-input-method.svg │ │ │ │ ├── cs-keyboard.svg │ │ │ │ ├── cs-language.svg │ │ │ │ ├── cs-login.svg │ │ │ │ ├── cs-network.svg │ │ │ │ ├── cs-notifications.svg │ │ │ │ ├── cs-online-accounts.svg │ │ │ │ ├── cs-overview.svg │ │ │ │ ├── cs-panel.svg │ │ │ │ ├── cs-power.svg │ │ │ │ ├── cs-printer.svg │ │ │ │ ├── cs-privacy.svg │ │ │ │ ├── cs-region.svg │ │ │ │ ├── cs-screen.svg │ │ │ │ ├── cs-screensaver.svg │ │ │ │ ├── cs-session-properties.svg │ │ │ │ ├── cs-software-properties.svg │ │ │ │ ├── cs-sound.svg │ │ │ │ ├── cs-sources.svg │ │ │ │ ├── cs-startup-programs.svg │ │ │ │ ├── cs-theme.svg │ │ │ │ ├── cs-themes.svg │ │ │ │ ├── cs-tiling.svg │ │ │ │ ├── cs-universal-access.svg │ │ │ │ ├── cs-user-accounts.svg │ │ │ │ ├── cs-user.svg │ │ │ │ ├── cs-windows.svg │ │ │ │ ├── cs-workspaces.svg │ │ │ │ ├── cs.svg │ │ │ │ ├── csd-a11y-keyboard.svg │ │ │ │ ├── csd-a11y-settings.svg │ │ │ │ ├── csd-background.svg │ │ │ │ ├── csd-clipboard.svg │ │ │ │ ├── csd-color.svg │ │ │ │ ├── csd-cursor.svg │ │ │ │ ├── csd-datetime.svg │ │ │ │ ├── csd-housekeeping.svg │ │ │ │ ├── csd-keyboard.svg │ │ │ │ ├── csd-media-keys.svg │ │ │ │ ├── csd-orientation.svg │ │ │ │ ├── csd-power.svg │ │ │ │ ├── csd-print-notifications.svg │ │ │ │ ├── csd-screensaver-proxy.svg │ │ │ │ ├── csd-sound.svg │ │ │ │ ├── csd-xrandr.svg │ │ │ │ ├── csd-xsettings.svg │ │ │ │ ├── css.svg │ │ │ │ ├── cuckoo.svg │ │ │ │ ├── cumulus.svg │ │ │ │ ├── cups-launcher.svg │ │ │ │ ├── cups.svg │ │ │ │ ├── cupsprinter.svg │ │ │ │ ├── cupt.svg │ │ │ │ ├── curlew.svg │ │ │ │ ├── cutecom.svg │ │ │ │ ├── cutegram.svg │ │ │ │ ├── cuttlefish.svg │ │ │ │ ├── cx.ring.Ring.svg │ │ │ │ ├── cxmenu-cxoffice-0-crossover.svg │ │ │ │ ├── cxmenu-cxoffice-0-cxdoc.svg │ │ │ │ ├── cxmenu-cxoffice-0-cxmenu.svg │ │ │ │ ├── cxmenu-cxoffice-0-cxregister.svg │ │ │ │ ├── cxmenu-cxoffice-0-cxreset.svg │ │ │ │ ├── cxmenu-cxoffice-0-cxuninstall.svg │ │ │ │ ├── cxmenu.svg │ │ │ │ ├── cxmenuedit.svg │ │ │ │ ├── d3lphin.svg │ │ │ │ ├── darktable.svg │ │ │ │ ├── dart-editor.svg │ │ │ │ ├── dart.svg │ │ │ │ ├── data.svg │ │ │ │ ├── date.svg │ │ │ │ ├── dates.svg │ │ │ │ ├── dayfolder.svg │ │ │ │ ├── dayjournal.svg │ │ │ │ ├── dayplanner.svg │ │ │ │ ├── dbeaver-ee.svg │ │ │ │ ├── dbeaver.svg │ │ │ │ ├── dc++.svg │ │ │ │ ├── dconf-editor.svg │ │ │ │ ├── ddcopy.svg │ │ │ │ ├── dde-calendar.svg │ │ │ │ ├── dde-file-manager.svg │ │ │ │ ├── ddm.svg │ │ │ │ ├── ddrescue-gui.svg │ │ │ │ ├── de.haeckerfelix.gradio.svg │ │ │ │ ├── de.openstreetmap.josm.svg │ │ │ │ ├── deadbeef.svg │ │ │ │ ├── debian-installer-launcher.svg │ │ │ │ ├── debian-logo.svg │ │ │ │ ├── debian-plymouth-manager.svg │ │ │ │ ├── debian-reference.svg │ │ │ │ ├── debian-swirl.svg │ │ │ │ ├── deepin-album.svg │ │ │ │ ├── deepin-app-store.svg │ │ │ │ ├── deepin-appstore.svg │ │ │ │ ├── deepin-boot-maker.svg │ │ │ │ ├── deepin-calculator.svg │ │ │ │ ├── deepin-calendar.svg │ │ │ │ ├── deepin-clone.svg │ │ │ │ ├── deepin-cloud-configuration.svg │ │ │ │ ├── deepin-cloud-print-configurator.svg │ │ │ │ ├── deepin-cloud-scan-config-helper.svg │ │ │ │ ├── deepin-cloud-scan-configurator.svg │ │ │ │ ├── deepin-cloudprint-config-helper.svg │ │ │ │ ├── deepin-crossover.svg │ │ │ │ ├── deepin-deb-installer.svg │ │ │ │ ├── deepin-defender.svg │ │ │ │ ├── deepin-download.svg │ │ │ │ ├── deepin-draw.svg │ │ │ │ ├── deepin-editor.svg │ │ │ │ ├── deepin-emacs.svg │ │ │ │ ├── deepin-feedback.svg │ │ │ │ ├── deepin-font-installer.svg │ │ │ │ ├── deepin-game-center.svg │ │ │ │ ├── deepin-graphics-driver-manager.svg │ │ │ │ ├── deepin-image-viewer.svg │ │ │ │ ├── deepin-installer-oem.svg │ │ │ │ ├── deepin-installer.svg │ │ │ │ ├── deepin-launcher.svg │ │ │ │ ├── deepin-manual.svg │ │ │ │ ├── deepin-media-player.svg │ │ │ │ ├── deepin-movie.svg │ │ │ │ ├── deepin-movies.svg │ │ │ │ ├── deepin-multitasking-view.svg │ │ │ │ ├── deepin-music-player.svg │ │ │ │ ├── deepin-music.svg │ │ │ │ ├── deepin-note.svg │ │ │ │ ├── deepin-picker.svg │ │ │ │ ├── deepin-remote-assistance.svg │ │ │ │ ├── deepin-repair-tools.svg │ │ │ │ ├── deepin-repair.svg │ │ │ │ ├── deepin-scanner.svg │ │ │ │ ├── deepin-screen-recorder.svg │ │ │ │ ├── deepin-screenrecorder.svg │ │ │ │ ├── deepin-screenshot.svg │ │ │ │ ├── deepin-show-desktop.svg │ │ │ │ ├── deepin-software-center.svg │ │ │ │ ├── deepin-system-monitor.svg │ │ │ │ ├── deepin-terminal.svg │ │ │ │ ├── deepin-toggle-desktop.svg │ │ │ │ ├── deepin-translator.svg │ │ │ │ ├── deepin-voice-recorder.svg │ │ │ │ ├── deepin.com.wechat.svg │ │ │ │ ├── default-application.svg │ │ │ │ ├── defcon.svg │ │ │ │ ├── deja-dup.svg │ │ │ │ ├── deltachat.svg │ │ │ │ ├── deluge-torrent.svg │ │ │ │ ├── deluge.svg │ │ │ │ ├── designer-qt4.svg │ │ │ │ ├── designer-qt5.svg │ │ │ │ ├── designer.svg │ │ │ │ ├── designer5.svg │ │ │ │ ├── desingner-qt4.svg │ │ │ │ ├── desingner-qt5.svg │ │ │ │ ├── deskbar-applet.svg │ │ │ │ ├── desktop-effect.svg │ │ │ │ ├── desktop-effects.svg │ │ │ │ ├── desktop-environment-gnome.svg │ │ │ │ ├── desktop-environment-kde.svg │ │ │ │ ├── desktop-webmail.svg │ │ │ │ ├── desktop.svg │ │ │ │ ├── devdocs.svg │ │ │ │ ├── devede.svg │ │ │ │ ├── devedeng.svg │ │ │ │ ├── devhelp.svg │ │ │ │ ├── device-notifier.svg │ │ │ │ ├── dialog-info.svg │ │ │ │ ├── dialog-information.svg │ │ │ │ ├── dialog-password.svg │ │ │ │ ├── dict.svg │ │ │ │ ├── dictionary.svg │ │ │ │ ├── diffuse.svg │ │ │ │ ├── digikam.svg │ │ │ │ ├── dillo.svg │ │ │ │ ├── diodon.svg │ │ │ │ ├── discord-ptb.svg │ │ │ │ ├── discord.svg │ │ │ │ ├── disk-burner.svg │ │ │ │ ├── disk-check.svg │ │ │ │ ├── disk-manager-root.svg │ │ │ │ ├── disk-manager.svg │ │ │ │ ├── disk-partition-manager.svg │ │ │ │ ├── disk-usage-analyzer.svg │ │ │ │ ├── disk-utility.svg │ │ │ │ ├── diskmonitor.svg │ │ │ │ ├── disks.svg │ │ │ │ ├── disper.svg │ │ │ │ ├── display-applet.svg │ │ │ │ ├── display-capplet.svg │ │ │ │ ├── display-im6.Q16.svg │ │ │ │ ├── display-im6.q16.svg │ │ │ │ ├── display.im6.svg │ │ │ │ ├── display.svg │ │ │ │ ├── distributor-logo-debian.svg │ │ │ │ ├── distributor-logo-linux-mint.svg │ │ │ │ ├── distributor-logo-linuxmint.svg │ │ │ │ ├── distributor-logo-manjaro.svg │ │ │ │ ├── distributor-logo-mint.svg │ │ │ │ ├── distributor-logo-ubuntu.svg │ │ │ │ ├── distro-upgrade.svg │ │ │ │ ├── djaler.formatter.svg │ │ │ │ ├── dnfdragora.svg │ │ │ │ ├── docear.svg │ │ │ │ ├── dock.svg │ │ │ │ ├── dockbarx.svg │ │ │ │ ├── document-open-recent.svg │ │ │ │ ├── document-print-preview.svg │ │ │ │ ├── document-save.svg │ │ │ │ ├── document-viewer.svg │ │ │ │ ├── document.svg │ │ │ │ ├── documentation.svg │ │ │ │ ├── documentation_section.svg │ │ │ │ ├── docviewer-app.svg │ │ │ │ ├── doki-doki-literature-club.svg │ │ │ │ ├── dolphin-dropbox.svg │ │ │ │ ├── dolphin-emu.svg │ │ │ │ ├── dolphin-root.svg │ │ │ │ ├── dosbox.svg │ │ │ │ ├── downline.svg │ │ │ │ ├── dragonplayer.svg │ │ │ │ ├── drakconf.svg │ │ │ │ ├── drakmenustyle.svg │ │ │ │ ├── draksec-mdk.svg │ │ │ │ ├── drakstats.svg │ │ │ │ ├── drawing.svg │ │ │ │ ├── dreamchess.svg │ │ │ │ ├── drive-removable-media.svg │ │ │ │ ├── driver-manager.svg │ │ │ │ ├── dropbox.svg │ │ │ │ ├── dvd95.svg │ │ │ │ ├── dvd9548.svg │ │ │ │ ├── dwww-gnome-touristinfo.svg │ │ │ │ ├── dynalist.svg │ │ │ │ ├── e-mail.svg │ │ │ │ ├── e-module-bluez4.svg │ │ │ │ ├── e-module-clock.svg │ │ │ │ ├── e-module-conf_applications.svg │ │ │ │ ├── e-module-conf_menus.svg │ │ │ │ ├── e-module-everything.svg │ │ │ │ ├── e-module-fileman.svg │ │ │ │ ├── e-module-ibar.svg │ │ │ │ ├── e-module-illume-bluetooth.svg │ │ │ │ ├── e-module-mail.svg │ │ │ │ ├── e-module-packagekit.svg │ │ │ │ ├── e-module-quickaccess.svg │ │ │ │ ├── e-module-tasks.svg │ │ │ │ ├── eagle.svg │ │ │ │ ├── easystroke.svg │ │ │ │ ├── easytag.svg │ │ │ │ ├── ebook.svg │ │ │ │ ├── echomixer.svg │ │ │ │ ├── eclipse-android.svg │ │ │ │ ├── eclipse.svg │ │ │ │ ├── eclipse4Android.svg │ │ │ │ ├── ecrire.svg │ │ │ │ ├── eddy.svg │ │ │ │ ├── edile.svg │ │ │ │ ├── edit-clear.svg │ │ │ │ ├── edit-find.svg │ │ │ │ ├── edit-paste.svg │ │ │ │ ├── edit-urpm-sources.svg │ │ │ │ ├── eduke32.svg │ │ │ │ ├── eekboard.svg │ │ │ │ ├── effects.svg │ │ │ │ ├── electron.svg │ │ │ │ ├── electron2.svg │ │ │ │ ├── electron3.svg │ │ │ │ ├── electron4.svg │ │ │ │ ├── electron5.svg │ │ │ │ ├── electron6.svg │ │ │ │ ├── electron9.svg │ │ │ │ ├── elementary-code.svg │ │ │ │ ├── elementary-photo.svg │ │ │ │ ├── elisa.svg │ │ │ │ ├── emacs-24.svg │ │ │ │ ├── emacs-25.svg │ │ │ │ ├── emacs-nox.svg │ │ │ │ ├── emacs-snapshot.svg │ │ │ │ ├── emacs.svg │ │ │ │ ├── emacs22.svg │ │ │ │ ├── emacs23.svg │ │ │ │ ├── emacs24.svg │ │ │ │ ├── emacs25.svg │ │ │ │ ├── email-client.svg │ │ │ │ ├── email.svg │ │ │ │ ├── emblem-mail.svg │ │ │ │ ├── emblem-people.svg │ │ │ │ ├── emerillon.svg │ │ │ │ ├── empass.svg │ │ │ │ ├── empathy.svg │ │ │ │ ├── emule.svg │ │ │ │ ├── encryptpad.svg │ │ │ │ ├── endless-sky.svg │ │ │ │ ├── engrampa.svg │ │ │ │ ├── enpass.svg │ │ │ │ ├── eog.svg │ │ │ │ ├── eom.svg │ │ │ │ ├── epdfview.svg │ │ │ │ ├── ephoto.svg │ │ │ │ ├── epiphany-bookmarks.svg │ │ │ │ ├── epiphany-browser.svg │ │ │ │ ├── epiphany-gecko.svg │ │ │ │ ├── epiphany-icon.svg │ │ │ │ ├── epiphany-webkit.svg │ │ │ │ ├── epiphany.svg │ │ │ │ ├── epour.svg │ │ │ │ ├── epulse.svg │ │ │ │ ├── equaliser.svg │ │ │ │ ├── eradio.svg │ │ │ │ ├── eric.svg │ │ │ │ ├── eric6.svg │ │ │ │ ├── esd.svg │ │ │ │ ├── etcher-electron.svg │ │ │ │ ├── etcher.svg │ │ │ │ ├── eu.blumenstingl.martin.keystateplasmoid.svg │ │ │ │ ├── eu.scarpetta.PDFMixTool.svg │ │ │ │ ├── eu.tiliado.NuvolaAppSpotify.svg │ │ │ │ ├── eu.tiliado.NuvolaAppYoutube.svg │ │ │ │ ├── eu.tiliado.NuvolaAppYoutubeMusic.svg │ │ │ │ ├── evernote.svg │ │ │ │ ├── everpad.svg │ │ │ │ ├── everything-launch.svg │ │ │ │ ├── evince.svg │ │ │ │ ├── evolution-2.8.svg │ │ │ │ ├── evolution-addressbook-factory-subprocess.svg │ │ │ │ ├── evolution-addressbook-factory.svg │ │ │ │ ├── evolution-addressbook.svg │ │ │ │ ├── evolution-alarm-notify.svg │ │ │ │ ├── evolution-calendar-factory-subprocess.svg │ │ │ │ ├── evolution-calendar-factory.svg │ │ │ │ ├── evolution-calendar.svg │ │ │ │ ├── evolution-contacts.svg │ │ │ │ ├── evolution-mail.svg │ │ │ │ ├── evolution-memos.svg │ │ │ │ ├── evolution-source-registry.svg │ │ │ │ ├── evolution-tasks.svg │ │ │ │ ├── evolution.calendar.svg │ │ │ │ ├── evolution.svg │ │ │ │ ├── evolution2.8.svg │ │ │ │ ├── evolution2.svg │ │ │ │ ├── ex-applet.svg │ │ │ │ ├── exaile.svg │ │ │ │ ├── exmplayer.svg │ │ │ │ ├── expoblending.svg │ │ │ │ ├── extensions.svg │ │ │ │ ├── ezame.svg │ │ │ │ ├── f-spot.svg │ │ │ │ ├── facebook-facebook.com.svg │ │ │ │ ├── facebook.svg │ │ │ │ ├── facebookresource.svg │ │ │ │ ├── falcon.svg │ │ │ │ ├── falkon.svg │ │ │ │ ├── fastmail.svg │ │ │ │ ├── fbmessenger.svg │ │ │ │ ├── fceu.svg │ │ │ │ ├── fceux.svg │ │ │ │ ├── fcitx-sogoupinyin.svg │ │ │ │ ├── fcitx.svg │ │ │ │ ├── fcitx_ubuntukylin.svg │ │ │ │ ├── featherpad.svg │ │ │ │ ├── fedoramediawriter.svg │ │ │ │ ├── fedorausb.svg │ │ │ │ ├── feedreader.svg │ │ │ │ ├── ffado-mixer.svg │ │ │ │ ├── ffado.svg │ │ │ │ ├── ffmulticonverter.svg │ │ │ │ ├── fgfs.svg │ │ │ │ ├── fgrun.svg │ │ │ │ ├── figma-linux.svg │ │ │ │ ├── figma.svg │ │ │ │ ├── file-archiver.svg │ │ │ │ ├── file-compressor.svg │ │ │ │ ├── file-manager.svg │ │ │ │ ├── file-roller.svg │ │ │ │ ├── file-system-manager.svg │ │ │ │ ├── filelight.svg │ │ │ │ ├── filerunner.svg │ │ │ │ ├── filezilla.svg │ │ │ │ ├── filled-xterm_32x32.svg │ │ │ │ ├── filled-xterm_48x48.svg │ │ │ │ ├── find-location.svg │ │ │ │ ├── fingerprint-gui.svg │ │ │ │ ├── firefox-2.svg │ │ │ │ ├── firefox-3.0-icon.svg │ │ │ │ ├── firefox-3.0.svg │ │ │ │ ├── firefox-3.5.svg │ │ │ │ ├── firefox-4.0.svg │ │ │ │ ├── firefox-alt.svg │ │ │ │ ├── firefox-aurora-icon.svg │ │ │ │ ├── firefox-aurora.svg │ │ │ │ ├── firefox-beta-bin.svg │ │ │ │ ├── firefox-beta.svg │ │ │ │ ├── firefox-bin.svg │ │ │ │ ├── firefox-default.svg │ │ │ │ ├── firefox-developer-edition.svg │ │ │ │ ├── firefox-developer-icon.svg │ │ │ │ ├── firefox-developer.svg │ │ │ │ ├── firefox-esr.svg │ │ │ │ ├── firefox-gtk3.svg │ │ │ │ ├── firefox-icon-unbranded.svg │ │ │ │ ├── firefox-icon.svg │ │ │ │ ├── firefox-mozilla-build.svg │ │ │ │ ├── firefox-nightly-icon.svg │ │ │ │ ├── firefox-nightly.svg │ │ │ │ ├── firefox-old.svg │ │ │ │ ├── firefox-orginal.svg │ │ │ │ ├── firefox-original.svg │ │ │ │ ├── firefox-trunk.svg │ │ │ │ ├── firefox.svg │ │ │ │ ├── firefox3.svg │ │ │ │ ├── firestarter.svg │ │ │ │ ├── firewall-applet.svg │ │ │ │ ├── firewall-config.svg │ │ │ │ ├── firewall.svg │ │ │ │ ├── firewall_64.svg │ │ │ │ ├── firewalld.svg │ │ │ │ ├── five-or-more.svg │ │ │ │ ├── fjt.svg │ │ │ │ ├── flameshot.svg │ │ │ │ ├── flash-player-properties.svg │ │ │ │ ├── flash.svg │ │ │ │ ├── flashplayer-properties.svg │ │ │ │ ├── flashplayer.svg │ │ │ │ ├── flashplayerproperties.svg │ │ │ │ ├── flegita.svg │ │ │ │ ├── flickr.svg │ │ │ │ ├── flickr64.svg │ │ │ │ ├── flickr_upload.svg │ │ │ │ ├── flickr_uploader.svg │ │ │ │ ├── flightgear.svg │ │ │ │ ├── flock-browser.svg │ │ │ │ ├── flowblade.svg │ │ │ │ ├── fma-config-tool.svg │ │ │ │ ├── fmit.svg │ │ │ │ ├── focuswriter.svg │ │ │ │ ├── folder-remote-properties.svg │ │ │ │ ├── folder-remote.svg │ │ │ │ ├── font-manager.svg │ │ │ │ ├── font-viewer.svg │ │ │ │ ├── font.svg │ │ │ │ ├── fonts.svg │ │ │ │ ├── footnote.svg │ │ │ │ ├── fork.svg │ │ │ │ ├── foto.svg │ │ │ │ ├── foursquare.svg │ │ │ │ ├── foxit-reader.svg │ │ │ │ ├── foxitpdf.svg │ │ │ │ ├── foxitreader.svg │ │ │ │ ├── fprint-demo.svg │ │ │ │ ├── fprint.svg │ │ │ │ ├── fprint_demo │ │ │ │ ├── fr.handbrake.ghb.svg │ │ │ │ ├── fractal.svg │ │ │ │ ├── franz.svg │ │ │ │ ├── freeminer.svg │ │ │ │ ├── freetube-bin.svg │ │ │ │ ├── freetube.svg │ │ │ │ ├── friture.svg │ │ │ │ ├── frogr.svg │ │ │ │ ├── fslint_icon.svg │ │ │ │ ├── fusion-icon.svg │ │ │ │ ├── fwbuilder.svg │ │ │ │ ├── g │ │ │ │ ├── gEcrit.svg │ │ │ │ ├── gahshomar.svg │ │ │ │ ├── gaiksaurus.svg │ │ │ │ ├── gajim-agent-http-ws.svg │ │ │ │ ├── galculator.svg │ │ │ │ ├── galeon.svg │ │ │ │ ├── gallery-app.svg │ │ │ │ ├── gallery.svg │ │ │ │ ├── galternatives.svg │ │ │ │ ├── gambitchess.svg │ │ │ │ ├── game-aisleriot.svg │ │ │ │ ├── game-pad.svg │ │ │ │ ├── game-pcsx.svg │ │ │ │ ├── game-pcsx2.svg │ │ │ │ ├── gamecards.svg │ │ │ │ ├── games.svg │ │ │ │ ├── gaupol.svg │ │ │ │ ├── gazette.svg │ │ │ │ ├── gbalculator.svg │ │ │ │ ├── gbrainy.svg │ │ │ │ ├── gcalc.svg │ │ │ │ ├── gcalctool.svg │ │ │ │ ├── gcalculator.svg │ │ │ │ ├── gcbalculator.svg │ │ │ │ ├── gcleaner.svg │ │ │ │ ├── gcolor.svg │ │ │ │ ├── gcolor2.svg │ │ │ │ ├── gcolor3.svg │ │ │ │ ├── gconf-editor.svg │ │ │ │ ├── gconfeditor.svg │ │ │ │ ├── gcr-gnupg.svg │ │ │ │ ├── gcr-password.svg │ │ │ │ ├── gddccontrol.svg │ │ │ │ ├── gdeb.svg │ │ │ │ ├── gdebi.svg │ │ │ │ ├── gdesklets.svg │ │ │ │ ├── gdiskdump.svg │ │ │ │ ├── gdm-login-photo.svg │ │ │ │ ├── gdm.svg │ │ │ │ ├── gdm2setup.svg │ │ │ │ ├── gdmap.svg │ │ │ │ ├── gdmap_icon.svg │ │ │ │ ├── gdmflexiserver.svg │ │ │ │ ├── gdu-check-disk.svg │ │ │ │ ├── gdu-encrypted-lock.svg │ │ │ │ ├── geany.svg │ │ │ │ ├── geary.svg │ │ │ │ ├── gecrit.svg │ │ │ │ ├── gedbi.svg │ │ │ │ ├── gedit-icon.svg │ │ │ │ ├── gedit-logo.svg │ │ │ │ ├── gedit.svg │ │ │ │ ├── gedit1.svg │ │ │ │ ├── gedit2.svg │ │ │ │ ├── geeqie.svg │ │ │ │ ├── genokick.svg │ │ │ │ ├── gens-gs.svg │ │ │ │ ├── genymotion-player.svg │ │ │ │ ├── genymotion.svg │ │ │ │ ├── geogebra.svg │ │ │ │ ├── gespeaker.svg │ │ │ │ ├── gfeedline.svg │ │ │ │ ├── gfpm-mcs.svg │ │ │ │ ├── gfpm.svg │ │ │ │ ├── ghetto-skype.svg │ │ │ │ ├── ghex.svg │ │ │ │ ├── ghostwriter.svg │ │ │ │ ├── giada.svg │ │ │ │ ├── gifcurry.svg │ │ │ │ ├── giggle.svg │ │ │ │ ├── gimp-plugin.svg │ │ │ │ ├── gimp.svg │ │ │ │ ├── girl.svg │ │ │ │ ├── gis-weather.svg │ │ │ │ ├── git-annex │ │ │ │ ├── git-cola.svg │ │ │ │ ├── git-dag.svg │ │ │ │ ├── git-eye.svg │ │ │ │ ├── git-gui.svg │ │ │ │ ├── git.svg │ │ │ │ ├── gitg.svg │ │ │ │ ├── github-desktop.svg │ │ │ │ ├── github.svg │ │ │ │ ├── gitk.svg │ │ │ │ ├── gitkraken-git.svg │ │ │ │ ├── gitkraken.svg │ │ │ │ ├── gkdebconf-icon.svg │ │ │ │ ├── gkdebconf.svg │ │ │ │ ├── gkrellm.svg │ │ │ │ ├── gksu-debian.svg │ │ │ │ ├── gksu-root-terminal.svg │ │ │ │ ├── gksu.svg │ │ │ │ ├── glViewImage.svg │ │ │ │ ├── glabels-3.0.svg │ │ │ │ ├── glade-3.svg │ │ │ │ ├── glade.svg │ │ │ │ ├── glchess.svg │ │ │ │ ├── glines.svg │ │ │ │ ├── glipper.svg │ │ │ │ ├── glippy.svg │ │ │ │ ├── glogg.svg │ │ │ │ ├── glrp.svg │ │ │ │ ├── glxinfo.svg │ │ │ │ ├── gmail-notify-icon.svg │ │ │ │ ├── gmail-plasmoid.svg │ │ │ │ ├── gmail.svg │ │ │ │ ├── gmailwatcher.svg │ │ │ │ ├── gmpc.svg │ │ │ │ ├── gmusicbrowser.svg │ │ │ │ ├── gnibbles.svg │ │ │ │ ├── gnochm.svg │ │ │ │ ├── gnoduino.svg │ │ │ │ ├── gnome-2048.svg │ │ │ │ ├── gnome-about-logo.svg │ │ │ │ ├── gnome-abrt.svg │ │ │ │ ├── gnome-accessibility-keyboard.svg │ │ │ │ ├── gnome-activity-journal.svg │ │ │ │ ├── gnome-aisleriot.svg │ │ │ │ ├── gnome-alsamixer-icon.svg │ │ │ │ ├── gnome-alsamixer.svg │ │ │ │ ├── gnome-app-install.svg │ │ │ │ ├── gnome-apt.svg │ │ │ │ ├── gnome-audio.svg │ │ │ │ ├── gnome-baker.svg │ │ │ │ ├── gnome-balsa.svg │ │ │ │ ├── gnome-balsa2.svg │ │ │ │ ├── gnome-bluetooth.svg │ │ │ │ ├── gnome-books.svg │ │ │ │ ├── gnome-boxes.svg │ │ │ │ ├── gnome-builder.svg │ │ │ │ ├── gnome-calc.svg │ │ │ │ ├── gnome-calculator.svg │ │ │ │ ├── gnome-calendar.svg │ │ │ │ ├── gnome-character-map.svg │ │ │ │ ├── gnome-characters.svg │ │ │ │ ├── gnome-chess.svg │ │ │ │ ├── gnome-clocks.svg │ │ │ │ ├── gnome-color-browser.svg │ │ │ │ ├── gnome-color-chooser.svg │ │ │ │ ├── gnome-color-manager.svg │ │ │ │ ├── gnome-commander.svg │ │ │ │ ├── gnome-contacts.svg │ │ │ │ ├── gnome-control-center-datetime.svg │ │ │ │ ├── gnome-control-center-sound.svg │ │ │ │ ├── gnome-control-center.svg │ │ │ │ ├── gnome-cups-manager.svg │ │ │ │ ├── gnome-debian.svg │ │ │ │ ├── gnome-desktop-config.svg │ │ │ │ ├── gnome-desktop-item-edit.svg │ │ │ │ ├── gnome-dev-printer.svg │ │ │ │ ├── gnome-devel.svg │ │ │ │ ├── gnome-device-manager.svg │ │ │ │ ├── gnome-dictionary.svg │ │ │ │ ├── gnome-disk-utility.svg │ │ │ │ ├── gnome-disks.svg │ │ │ │ ├── gnome-display-panel.svg │ │ │ │ ├── gnome-display-properties.svg │ │ │ │ ├── gnome-documents.svg │ │ │ │ ├── gnome-drawing.svg │ │ │ │ ├── gnome-dsiplay-properties.svg │ │ │ │ ├── gnome-emacs.svg │ │ │ │ ├── gnome-encfs-manager.svg │ │ │ │ ├── gnome-eog.svg │ │ │ │ ├── gnome-eterm.svg │ │ │ │ ├── gnome-freecell.svg │ │ │ │ ├── gnome-games.svg │ │ │ │ ├── gnome-gimp.svg │ │ │ │ ├── gnome-glchess.svg │ │ │ │ ├── gnome-glines.svg │ │ │ │ ├── gnome-globe.svg │ │ │ │ ├── gnome-gmail.svg │ │ │ │ ├── gnome-gmenu.svg │ │ │ │ ├── gnome-gnibbles.svg │ │ │ │ ├── gnome-gnibbless.svg │ │ │ │ ├── gnome-gnumeric.svg │ │ │ │ ├── gnome-graphics.svg │ │ │ │ ├── gnome-hearts.svg │ │ │ │ ├── gnome-help.svg │ │ │ │ ├── gnome-hideseek.svg │ │ │ │ ├── gnome-info.svg │ │ │ │ ├── gnome-internet.svg │ │ │ │ ├── gnome-joystick.svg │ │ │ │ ├── gnome-keyring.svg │ │ │ │ ├── gnome-klotski.svg │ │ │ │ ├── gnome-lockscreen.svg │ │ │ │ ├── gnome-log.svg │ │ │ │ ├── gnome-logo-icon-transparent.svg │ │ │ │ ├── gnome-logo-icon.svg │ │ │ │ ├── gnome-logs.svg │ │ │ │ ├── gnome-mahjongg.svg │ │ │ │ ├── gnome-map.svg │ │ │ │ ├── gnome-maps.svg │ │ │ │ ├── gnome-menu.svg │ │ │ │ ├── gnome-mime-application-x-deb.svg │ │ │ │ ├── gnome-mime-application-x-remote-connection.svg │ │ │ │ ├── gnome-mime-application-x-vnc.svg │ │ │ │ ├── gnome-mime-text-x-vcalendar.svg │ │ │ │ ├── gnome-mines.svg │ │ │ │ ├── gnome-mini-commander.svg │ │ │ │ ├── gnome-mixer-applet.svg │ │ │ │ ├── gnome-mixer.svg │ │ │ │ ├── gnome-monitor.svg │ │ │ │ ├── gnome-mplayer-dbg.svg │ │ │ │ ├── gnome-mplayer.svg │ │ │ │ ├── gnome-mpv.svg │ │ │ │ ├── gnome-multi-writer.svg │ │ │ │ ├── gnome-multimedia.svg │ │ │ │ ├── gnome-music.svg │ │ │ │ ├── gnome-netspeed-applet.svg │ │ │ │ ├── gnome-nettool.svg │ │ │ │ ├── gnome-nettools.svg │ │ │ │ ├── gnome-network-properties.svg │ │ │ │ ├── gnome-networktool.svg │ │ │ │ ├── gnome-news.svg │ │ │ │ ├── gnome-nibbles.svg │ │ │ │ ├── gnome-note.svg │ │ │ │ ├── gnome-notification-properties.svg │ │ │ │ ├── gnome-office.svg │ │ │ │ ├── gnome-package.svg │ │ │ │ ├── gnome-paint.svg │ │ │ │ ├── gnome-panel-clock.svg │ │ │ │ ├── gnome-panel-drawer.svg │ │ │ │ ├── gnome-panel-launcher.svg │ │ │ │ ├── gnome-panel-notification-area.svg │ │ │ │ ├── gnome-panel-screenshoot.svg │ │ │ │ ├── gnome-panel-screenshot.svg │ │ │ │ ├── gnome-panel-window-list.svg │ │ │ │ ├── gnome-panel-window-menu.svg │ │ │ │ ├── gnome-panel-workspace-switcher.svg │ │ │ │ ├── gnome-panel.svg │ │ │ │ ├── gnome-pdf.svg │ │ │ │ ├── gnome-photos.svg │ │ │ │ ├── gnome-planner.svg │ │ │ │ ├── gnome-player.svg │ │ │ │ ├── gnome-pomodoro.svg │ │ │ │ ├── gnome-power-manager.svg │ │ │ │ ├── gnome-power-preferences.svg │ │ │ │ ├── gnome-power-statistics.svg │ │ │ │ ├── gnome-ppp.svg │ │ │ │ ├── gnome-qalculate.svg │ │ │ │ ├── gnome-rdp.svg │ │ │ │ ├── gnome-remote-desktop.svg │ │ │ │ ├── gnome-robots.svg │ │ │ │ ├── gnome-run.svg │ │ │ │ ├── gnome-screenshot.svg │ │ │ │ ├── gnome-search-tool.svg │ │ │ │ ├── gnome-searchtool-animation-rest.svg │ │ │ │ ├── gnome-searchtool.svg │ │ │ │ ├── gnome-session-properties.svg │ │ │ │ ├── gnome-session-switch.svg │ │ │ │ ├── gnome-session.svg │ │ │ │ ├── gnome-set-time.svg │ │ │ │ ├── gnome-settings-accessibility-keyboard.svg │ │ │ │ ├── gnome-settings-accessibility-technologies.svg │ │ │ │ ├── gnome-settings-accessiblity-technologies.svg │ │ │ │ ├── gnome-settings-background.svg │ │ │ │ ├── gnome-settings-default-applications.svg │ │ │ │ ├── gnome-settings-font.svg │ │ │ │ ├── gnome-settings-keybinding.svg │ │ │ │ ├── gnome-settings-keybindings.svg │ │ │ │ ├── gnome-settings-sound.svg │ │ │ │ ├── gnome-settings-theme.svg │ │ │ │ ├── gnome-settings-ui-behavior.svg │ │ │ │ ├── gnome-settings.svg │ │ │ │ ├── gnome-shell-extension-prefs.svg │ │ │ │ ├── gnome-software.svg │ │ │ │ ├── gnome-sound-properties.svg │ │ │ │ ├── gnome-sound-recorder.svg │ │ │ │ ├── gnome-status.svg │ │ │ │ ├── gnome-sticky-notes-applet │ │ │ │ ├── gnome-sticky-notes-applet.svg │ │ │ │ ├── gnome-subtitles.svg │ │ │ │ ├── gnome-sudoku.svg │ │ │ │ ├── gnome-system-config.svg │ │ │ │ ├── gnome-system-log.svg │ │ │ │ ├── gnome-system-monitor.svg │ │ │ │ ├── gnome-system.svg │ │ │ │ ├── gnome-term.svg │ │ │ │ ├── gnome-terminal.svg │ │ │ │ ├── gnome-todo.svg │ │ │ │ ├── gnome-tracker.svg │ │ │ │ ├── gnome-translate.svg │ │ │ │ ├── gnome-tweak-tool.svg │ │ │ │ ├── gnome-tweaks.svg │ │ │ │ ├── gnome-unknown.svg │ │ │ │ ├── gnome-usage.svg │ │ │ │ ├── gnome-user-share.svg │ │ │ │ ├── gnome-utils-system-search.svg │ │ │ │ ├── gnome-video-arcade.svg │ │ │ │ ├── gnome-volume-control.svg │ │ │ │ ├── gnome-warning.svg │ │ │ │ ├── gnome-weather.svg │ │ │ │ ├── gnome-web-browser.svg │ │ │ │ ├── gnome-web.svg │ │ │ │ ├── gnome-window-manager.svg │ │ │ │ ├── gnome-windows-manager.svg │ │ │ │ ├── gnome-windows.svg │ │ │ │ ├── gnome-wm.svg │ │ │ │ ├── gnome-word.svg │ │ │ │ ├── gnome-workspace.svg │ │ │ │ ├── gnome-workspaces.svg │ │ │ │ ├── gnome-xchat.svg │ │ │ │ ├── gnome-xterm.svg │ │ │ │ ├── gnome_apps.svg │ │ │ │ ├── gnomebaker-48.svg │ │ │ │ ├── gnomebaker.svg │ │ │ │ ├── gnomeradio.svg │ │ │ │ ├── gnomine.svg │ │ │ │ ├── gnote.svg │ │ │ │ ├── gnotes.svg │ │ │ │ ├── gnumeric.svg │ │ │ │ ├── gnupg.svg │ │ │ │ ├── gnuradio-grc.svg │ │ │ │ ├── go-for-it.svg │ │ │ │ ├── go-jump.svg │ │ │ │ ├── go-today.svg │ │ │ │ ├── goa-account-exchange.svg │ │ │ │ ├── goa-account-facebook.svg │ │ │ │ ├── goa-account-flickr.svg │ │ │ │ ├── goa-account-foursquare.svg │ │ │ │ ├── goa-account-lastfm.svg │ │ │ │ ├── goa-account-microsoft.svg │ │ │ │ ├── goa-account-owncloud.svg │ │ │ │ ├── goa-account-telegram.svg │ │ │ │ ├── goa-account-ubuntusso.svg │ │ │ │ ├── goa-account.svg │ │ │ │ ├── goa-panel.svg │ │ │ │ ├── gobby-0.5.svg │ │ │ │ ├── gobby.svg │ │ │ │ ├── godot.svg │ │ │ │ ├── gogoland.svg │ │ │ │ ├── goland.svg │ │ │ │ ├── goldendict.svg │ │ │ │ ├── goobox.svg │ │ │ │ ├── google-calculator.svg │ │ │ │ ├── google-calendar.svg │ │ │ │ ├── google-chrome-beta.svg │ │ │ │ ├── google-chrome-dev.svg │ │ │ │ ├── google-chrome-developer-tool.svg │ │ │ │ ├── google-chrome-stable.svg │ │ │ │ ├── google-chrome-unstable.svg │ │ │ │ ├── google-chrome.svg │ │ │ │ ├── google-chrome2.svg │ │ │ │ ├── google-chromium.svg │ │ │ │ ├── google-map.svg │ │ │ │ ├── google-maps.svg │ │ │ │ ├── google-music.svg │ │ │ │ ├── google-musicmanager.svg │ │ │ │ ├── google-play-books.svg │ │ │ │ ├── google-play-music-desktop-player.svg │ │ │ │ ├── google-play-music.svg │ │ │ │ ├── googlechrome.svg │ │ │ │ ├── googlemusicframe.svg │ │ │ │ ├── gopchop.svg │ │ │ │ ├── gp.svg │ │ │ │ ├── gpa.svg │ │ │ │ ├── gpaint.svg │ │ │ │ ├── gparted.svg │ │ │ │ ├── gpass-icon.svg │ │ │ │ ├── gpaste.svg │ │ │ │ ├── gpcview.svg │ │ │ │ ├── gpick.svg │ │ │ │ ├── gpicview.svg │ │ │ │ ├── gpk-log.svg │ │ │ │ ├── gpk-prefs.svg │ │ │ │ ├── gpk-repo.svg │ │ │ │ ├── gpk-service-pack.svg │ │ │ │ ├── gpmdp.svg │ │ │ │ ├── gprename.svg │ │ │ │ ├── gps.svg │ │ │ │ ├── gpsdrive.svg │ │ │ │ ├── gpsicon.svg │ │ │ │ ├── gpxsee.svg │ │ │ │ ├── gpxviewer.svg │ │ │ │ ├── gradio.svg │ │ │ │ ├── grandr.svg │ │ │ │ ├── granule.svg │ │ │ │ ├── graphics-image-editor.svg │ │ │ │ ├── graphics-image-viewer.svg │ │ │ │ ├── graphics-viewer-document.svg │ │ │ │ ├── graphics_viewer_document.svg │ │ │ │ ├── griffith.svg │ │ │ │ ├── grip.svg │ │ │ │ ├── grisbi.svg │ │ │ │ ├── group-edit.svg │ │ │ │ ├── grsync-restore.svg │ │ │ │ ├── grsync.svg │ │ │ │ ├── grub-customizer.svg │ │ │ │ ├── gscan2pdf.svg │ │ │ │ ├── gscreenshot.svg │ │ │ │ ├── gsd-xrandr.svg │ │ │ │ ├── gsearchtool.svg │ │ │ │ ├── gsmartcontrol.svg │ │ │ │ ├── gstreamer-properties.svg │ │ │ │ ├── gstreamer.svg │ │ │ │ ├── gswitchit-applet.svg │ │ │ │ ├── gswitchit-properties-applet.svg │ │ │ │ ├── gswitchit-properties-capplet.svg │ │ │ │ ├── gtg.svg │ │ │ │ ├── gthumb.svg │ │ │ │ ├── gtk-about.svg │ │ │ │ ├── gtk-dialog-authentication.svg │ │ │ │ ├── gtk-dialog-info.svg │ │ │ │ ├── gtk-exacute.svg │ │ │ │ ├── gtk-find.svg │ │ │ │ ├── gtk-font.svg │ │ │ │ ├── gtk-gnutella.svg │ │ │ │ ├── gtk-help.svg │ │ │ │ ├── gtk-info.svg │ │ │ │ ├── gtk-liveinstall.svg │ │ │ │ ├── gtk-lshw.svg │ │ │ │ ├── gtk-network.svg │ │ │ │ ├── gtk-preferences.svg │ │ │ │ ├── gtk-properties.svg │ │ │ │ ├── gtk-recordmydesktop.svg │ │ │ │ ├── gtk-redshift.svg │ │ │ │ ├── gtk-select-color.svg │ │ │ │ ├── gtk-theme-config.svg │ │ │ │ ├── gtk3-demo.svg │ │ │ │ ├── gtk3-icon-browser.svg │ │ │ │ ├── gtk3-widget-factory.svg │ │ │ │ ├── gtk4-demo.svg │ │ │ │ ├── gtk4-widget-factory.svg │ │ │ │ ├── gtk_about.svg │ │ │ │ ├── gtk_info.svg │ │ │ │ ├── gtkam-camera.svg │ │ │ │ ├── gtkam.svg │ │ │ │ ├── gtkclocksetup.svg │ │ │ │ ├── gtkconfig.svg │ │ │ │ ├── gtkdiskfree.svg │ │ │ │ ├── gtkhostsetup.svg │ │ │ │ ├── gtklocalesetup.svg │ │ │ │ ├── gtklp.svg │ │ │ │ ├── gtklpq.svg │ │ │ │ ├── gtkterm.svg │ │ │ │ ├── gtranslator.svg │ │ │ │ ├── gtubeclock.svg │ │ │ │ ├── guake-indicator.svg │ │ │ │ ├── guake-prefs.svg │ │ │ │ ├── guake.svg │ │ │ │ ├── guayadeque.svg │ │ │ │ ├── gucharmap.svg │ │ │ │ ├── gufw.svg │ │ │ │ ├── gufw_menu.svg │ │ │ │ ├── guitarix.svg │ │ │ │ ├── guitarix2.svg │ │ │ │ ├── guvcview.svg │ │ │ │ ├── gvfsd-archive-file.svg │ │ │ │ ├── gvim.svg │ │ │ │ ├── gwallpapers.svg │ │ │ │ ├── gweled.svg │ │ │ │ ├── gwenrename.svg │ │ │ │ ├── gwenview.svg │ │ │ │ ├── gwibber.svg │ │ │ │ ├── gwoffice.svg │ │ │ │ ├── gworldclock.svg │ │ │ │ ├── gx_head.svg │ │ │ │ ├── gxine.svg │ │ │ │ ├── gxneur.svg │ │ │ │ ├── gydl.svg │ │ │ │ ├── hamster-applet.svg │ │ │ │ ├── hamster-indicator.svg │ │ │ │ ├── hamster-time-tracker.svg │ │ │ │ ├── hamster.svg │ │ │ │ ├── handbrake.svg │ │ │ │ ├── harddrake.svg │ │ │ │ ├── harddrake2.svg │ │ │ │ ├── hardinfo.svg │ │ │ │ ├── haroopad.svg │ │ │ │ ├── hb-icon.svg │ │ │ │ ├── hedgewars.svg │ │ │ │ ├── heimer.svg │ │ │ │ ├── help-about.svg │ │ │ │ ├── help-browser.svg │ │ │ │ ├── help-contents │ │ │ │ ├── help-contents.svg │ │ │ │ ├── help-faq.svg │ │ │ │ ├── help-info.svg │ │ │ │ ├── help-keyboard-shortcuts.svg │ │ │ │ ├── help.svg │ │ │ │ ├── help_browser.svg │ │ │ │ ├── help_index.svg │ │ │ │ ├── hexchat.svg │ │ │ │ ├── hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg │ │ │ │ ├── hi16-app-photolayoutseditor.svg │ │ │ │ ├── hi22-app-photolayoutseditor.svg │ │ │ │ ├── hi28-app-photolayoutseditor.svg │ │ │ │ ├── hi32-app-photolayoutseditor.svg │ │ │ │ ├── hi48-app-photolayoutseditor.svg │ │ │ │ ├── hi64-app-photolayoutseditor.svg │ │ │ │ ├── hi64-apps-ffado.svg │ │ │ │ ├── higan.svg │ │ │ │ ├── hitori.svg │ │ │ │ ├── homebank.svg │ │ │ │ ├── hotot.svg │ │ │ │ ├── hotwire.svg │ │ │ │ ├── hourglass.svg │ │ │ │ ├── htop.svg │ │ │ │ ├── hugin.svg │ │ │ │ ├── hw-probe.svg │ │ │ │ ├── hwbrowser.svg │ │ │ │ ├── hwinfo.svg │ │ │ │ ├── i-network-printer.svg │ │ │ │ ├── ibus-bopomofo.svg │ │ │ │ ├── ibus-daemon.svg │ │ │ │ ├── ibus-engine.svg │ │ │ │ ├── ibus-keyboard.svg │ │ │ │ ├── ibus-pinyin.svg │ │ │ │ ├── ibus-setup-chewing.svg │ │ │ │ ├── ibus-setup-hangul.svg │ │ │ │ ├── ibus-setup.svg │ │ │ │ ├── ibus.svg │ │ │ │ ├── icaconfigmgr.svg │ │ │ │ ├── icaconncenter.svg │ │ │ │ ├── icamanager.svg │ │ │ │ ├── icaselfservice.svg │ │ │ │ ├── ice.svg │ │ │ │ ├── icon_epdfview-24.svg │ │ │ │ ├── icon_epdfview-32.svg │ │ │ │ ├── icon_epdfview-48.svg │ │ │ │ ├── iconoscope.svg │ │ │ │ ├── icons.svg │ │ │ │ ├── iconthemes.svg │ │ │ │ ├── idea-ultimate.svg │ │ │ │ ├── idea.svg │ │ │ │ ├── idevice.svg │ │ │ │ ├── idle-python2.6.svg │ │ │ │ ├── iease-music.svg │ │ │ │ ├── im-chooser.svg │ │ │ │ ├── im-config.svg │ │ │ │ ├── im-msn.svg │ │ │ │ ├── im-skype.svg │ │ │ │ ├── im-telegram.svg │ │ │ │ ├── im.dino.Dino.svg │ │ │ │ ├── im.pidgin.Pidgin.svg │ │ │ │ ├── im.riot.Riot.svg │ │ │ │ ├── image-viewer.svg │ │ │ │ ├── imagemagick.svg │ │ │ │ ├── imageviewer.svg │ │ │ │ ├── imagewriter.svg │ │ │ │ ├── imagination.svg │ │ │ │ ├── imap.svg │ │ │ │ ├── indicator-applet.svg │ │ │ │ ├── indicator-china-weather.svg │ │ │ │ ├── indicator-keylock.svg │ │ │ │ ├── indicator-privacy.svg │ │ │ │ ├── indicator-sensors │ │ │ │ ├── indicator-sensors.svg │ │ │ │ ├── indicator-sound-switcher.svg │ │ │ │ ├── indicator-stickynotes.svg │ │ │ │ ├── indicator-virtual-box.svg │ │ │ │ ├── indicator-weather.svg │ │ │ │ ├── info.bibletime.BibleTime.svg │ │ │ │ ├── info.olasagasti.revelation.svg │ │ │ │ ├── info.svg │ │ │ │ ├── inkscape-logo.svg │ │ │ │ ├── inkscape.svg │ │ │ │ ├── inkscape.viewer.svg │ │ │ │ ├── input-keyboard.svg │ │ │ │ ├── insight.svg │ │ │ │ ├── insomnia.svg │ │ │ │ ├── instantbird.svg │ │ │ │ ├── intellij-idea-ce.svg │ │ │ │ ├── intellij-idea-community.svg │ │ │ │ ├── intellij-idea-ue-bundled-jre.svg │ │ │ │ ├── intellij-idea-ultimate-edition.svg │ │ │ │ ├── intellij-idea-ultimate.svg │ │ │ │ ├── intellij-idea.svg │ │ │ │ ├── intellij.svg │ │ │ │ ├── intellij_idea.svg │ │ │ │ ├── internet-archive.svg │ │ │ │ ├── internet-chat.svg │ │ │ │ ├── internet-feed-reader.svg │ │ │ │ ├── internet-mail.old.svg │ │ │ │ ├── internet-mail.svg │ │ │ │ ├── internet-news-reader-alt.svg │ │ │ │ ├── internet-news-reader.svg │ │ │ │ ├── internet-web-browser.svg │ │ │ │ ├── internet.svg │ │ │ │ ├── internet_mail.svg │ │ │ │ ├── io.atom.Atom.svg │ │ │ │ ├── io.atom.electron.BaseApp.svg │ │ │ │ ├── io.brackets.Brackets.svg │ │ │ │ ├── io.dbeaver.DBeaverCommunity.svg │ │ │ │ ├── io.elementary.appcenter.svg │ │ │ │ ├── io.elementary.calculator.svg │ │ │ │ ├── io.elementary.calendar.svg │ │ │ │ ├── io.elementary.camera.svg │ │ │ │ ├── io.elementary.code.svg │ │ │ │ ├── io.elementary.files.svg │ │ │ │ ├── io.elementary.mail.svg │ │ │ │ ├── io.elementary.music.svg │ │ │ │ ├── io.elementary.photos-viewer.svg │ │ │ │ ├── io.elementary.photos.svg │ │ │ │ ├── io.elementary.screenshot-tool.svg │ │ │ │ ├── io.elementary.switchboard.svg │ │ │ │ ├── io.elementary.terminal.svg │ │ │ │ ├── io.elementary.videos.svg │ │ │ │ ├── io.elementary.wingpanel.svg │ │ │ │ ├── io.freetubeapp.FreeTube.svg │ │ │ │ ├── io.github.Celluloid.svg │ │ │ │ ├── io.github.GnomeMpv.svg │ │ │ │ ├── io.github.Hexchat.svg │ │ │ │ ├── io.github.Pithos.svg │ │ │ │ ├── io.github.Qalculate.svg │ │ │ │ ├── io.github.TransmissionRemoteGtk.svg │ │ │ │ ├── io.github.antimicrox.antimicrox.svg │ │ │ │ ├── io.github.arunsivaramanneo.GPUViewer.svg │ │ │ │ ├── io.github.celluloid-player.Celluloid.svg │ │ │ │ ├── io.github.celluloid_player.Celluloid.svg │ │ │ │ ├── io.github.jkozera.ZevDocs.svg │ │ │ │ ├── io.github.jliljebl.Flowblade.svg │ │ │ │ ├── io.github.openWMail.openWMail.svg │ │ │ │ ├── io.github.qalculate.Qalculate.svg │ │ │ │ ├── io.github.quodlibet.QuodLibet.svg │ │ │ │ ├── io.github.wereturtle.ghostwriter.svg │ │ │ │ ├── io.liri.BaseApp.svg │ │ │ │ ├── io.liri.Calculator.svg │ │ │ │ ├── io.liri.Text.svg │ │ │ │ ├── io.mpv.Mpv.svg │ │ │ │ ├── io.mrarm.mcpelauncher.svg │ │ │ │ ├── io.neovim.nvim.svg │ │ │ │ ├── iok.svg │ │ │ │ ├── ipub.svg │ │ │ │ ├── ipython-doc.svg │ │ │ │ ├── ipython-qtconsole.svg │ │ │ │ ├── ipython.org.svg │ │ │ │ ├── ipython.svg │ │ │ │ ├── ipython3.svg │ │ │ │ ├── irc-chat.svg │ │ │ │ ├── iso-image-burn.svg │ │ │ │ ├── isoimagewriter.svg │ │ │ │ ├── istanbul.svg │ │ │ │ ├── itch.svg │ │ │ │ ├── itunes.svg │ │ │ │ ├── jack-mixer.svg │ │ │ │ ├── jack.svg │ │ │ │ ├── jack_mixer.svg │ │ │ │ ├── jackeq.svg │ │ │ │ ├── jami.svg │ │ │ │ ├── jamin.svg │ │ │ │ ├── java-1.6.0.svg │ │ │ │ ├── java-1.7.0.svg │ │ │ │ ├── java-1.8.0-openjdk.svg │ │ │ │ ├── java-1.8.0.svg │ │ │ │ ├── java-1.9.0.svg │ │ │ │ ├── java-10-openjdk.svg │ │ │ │ ├── java-11-openjdk.svg │ │ │ │ ├── java-12-openjdk.svg │ │ │ │ ├── java-13-openjdk.svg │ │ │ │ ├── java-14-openjdk.svg │ │ │ │ ├── java.svg │ │ │ │ ├── java10-openjdk.svg │ │ │ │ ├── java11-openjdk.svg │ │ │ │ ├── java12-openjdk.svg │ │ │ │ ├── java13-openjdk.svg │ │ │ │ ├── java14-openjdk.svg │ │ │ │ ├── java15-openjdk.svg │ │ │ │ ├── java8-openjdk.svg │ │ │ │ ├── java8.svg │ │ │ │ ├── java9-openjdk.svg │ │ │ │ ├── javaws.svg │ │ │ │ ├── jazzradio.svg │ │ │ │ ├── jedit.svg │ │ │ │ ├── jeex.svg │ │ │ │ ├── jetbrains-intellij-idea.svg │ │ │ │ ├── jetbrains-intellij.svg │ │ │ │ ├── jetbrains-phpstorm.svg │ │ │ │ ├── jetbrains-pycharm-edu.svg │ │ │ │ ├── jetbrains-pycharm.svg │ │ │ │ ├── jetbrains-webstorm.svg │ │ │ │ ├── jitsi.meet.svg │ │ │ │ ├── jockey-gtk.svg │ │ │ │ ├── jockey-kde.svg │ │ │ │ ├── jockey.svg │ │ │ │ ├── joplin-desktop.svg │ │ │ │ ├── joplin.svg │ │ │ │ ├── josm-32.svg │ │ │ │ ├── josm-latest.svg │ │ │ │ ├── josm.svg │ │ │ │ ├── journal.svg │ │ │ │ ├── jstest-gtk.svg │ │ │ │ ├── juffed.svg │ │ │ │ ├── juk.svg │ │ │ │ ├── k3b.svg │ │ │ │ ├── k9-copy.svg │ │ │ │ ├── k9copy.svg │ │ │ │ ├── kaaddressbook.svg │ │ │ │ ├── kaccess.svg │ │ │ │ ├── kaddressbook.svg │ │ │ │ ├── kaffeine.svg │ │ │ │ ├── kaku.svg │ │ │ │ ├── kalarm.svg │ │ │ │ ├── kali-docs.svg │ │ │ │ ├── kali-info-gathering-trans.svg │ │ │ │ ├── kali-macchanger.svg │ │ │ │ ├── kali-p0f.svg │ │ │ │ ├── kali-password-attacks-trans.svg │ │ │ │ ├── kali-recordmydesktop.svg │ │ │ │ ├── kali-reporting-tools-trans.svg │ │ │ │ ├── kali-vuln-assessment-trans.svg │ │ │ │ ├── kali-wireless-attacks-trans.svg │ │ │ │ ├── kalu.svg │ │ │ │ ├── kamerka.svg │ │ │ │ ├── kamoso.svg │ │ │ │ ├── kapman.svg │ │ │ │ ├── kappfinder.svg │ │ │ │ ├── karbon.svg │ │ │ │ ├── kate.svg │ │ │ │ ├── kate2.svg │ │ │ │ ├── katimon.svg │ │ │ │ ├── katomic.svg │ │ │ │ ├── kazam.svg │ │ │ │ ├── kbabeldict.svg │ │ │ │ ├── kbackup.svg │ │ │ │ ├── kblocks.svg │ │ │ │ ├── kblogger.svg │ │ │ │ ├── kbluetooth.svg │ │ │ │ ├── kbluetooth4-flashing.svg │ │ │ │ ├── kbluetooth4.svg │ │ │ │ ├── kbruch.svg │ │ │ │ ├── kbugbuster.svg │ │ │ │ ├── kbugster.svg │ │ │ │ ├── kcalc.svg │ │ │ │ ├── kcharselect.svg │ │ │ │ ├── kcharselect1.svg │ │ │ │ ├── kchart.svg │ │ │ │ ├── kcheckers.svg │ │ │ │ ├── kchmviewer.svg │ │ │ │ ├── kcmkicker.svg │ │ │ │ ├── kcmkwm.svg │ │ │ │ ├── kcmpci.svg │ │ │ │ ├── kcmprocessor.svg │ │ │ │ ├── kcmsound.svg │ │ │ │ ├── kcnmsound.svg │ │ │ │ ├── kcolorchooser.svg │ │ │ │ ├── kcoloreditkcoloredit.svg │ │ │ │ ├── kconsole.svg │ │ │ │ ├── kcontrol.svg │ │ │ │ ├── kdcraw.svg │ │ │ │ ├── kde-frameworks.svg │ │ │ │ ├── kde-gtk-config.svg │ │ │ │ ├── kde-im-log-viewer.svg │ │ │ │ ├── kde-logo.svg │ │ │ │ ├── kde-telepathy.svg │ │ │ │ ├── kde-utilities-system-monitor.svg │ │ │ │ ├── kde-windows.svg │ │ │ │ ├── kde.svg │ │ │ │ ├── kdeapp.svg │ │ │ │ ├── kdebluetooth.svg │ │ │ │ ├── kded5.svg │ │ │ │ ├── kdeneur.svg │ │ │ │ ├── kdenlive.svg │ │ │ │ ├── kdepim-dropbox.svg │ │ │ │ ├── kdevelop.svg │ │ │ │ ├── kdf.svg │ │ │ │ ├── kdiskfree.svg │ │ │ │ ├── kdmconfig.svg │ │ │ │ ├── kdoubanfm.svg │ │ │ │ ├── kedit-icon.svg │ │ │ │ ├── kedit.svg │ │ │ │ ├── keditbookmarks.svg │ │ │ │ ├── keepass.svg │ │ │ │ ├── keepass2.svg │ │ │ │ ├── keepassx.svg │ │ │ │ ├── keepassx2.svg │ │ │ │ ├── keepassxc.svg │ │ │ │ ├── keeweb.svg │ │ │ │ ├── kentoo.svg │ │ │ │ ├── key-mon.svg │ │ │ │ ├── key_bindings.svg │ │ │ │ ├── keybase.svg │ │ │ │ ├── keyboard.svg │ │ │ │ ├── keyman.svg │ │ │ │ ├── keymon.svg │ │ │ │ ├── keyring-manager.svg │ │ │ │ ├── keyring.svg │ │ │ │ ├── keysync.svg │ │ │ │ ├── kfilebox.svg │ │ │ │ ├── kfind.svg │ │ │ │ ├── kfindb.svg │ │ │ │ ├── kfindc.svg │ │ │ │ ├── kflickr.svg │ │ │ │ ├── kfm.svg │ │ │ │ ├── kfm_home.svg │ │ │ │ ├── kfontview.svg │ │ │ │ ├── kfourinline.svg │ │ │ │ ├── kgeography.svg │ │ │ │ ├── kget.svg │ │ │ │ ├── kget_dock.svg │ │ │ │ ├── kget_dock_download.svg │ │ │ │ ├── kgpg.svg │ │ │ │ ├── khelpcenter.svg │ │ │ │ ├── kicad.svg │ │ │ │ ├── kid3.svg │ │ │ │ ├── kile.svg │ │ │ │ ├── kimtoy.svg │ │ │ │ ├── kindd.svg │ │ │ │ ├── kindle.svg │ │ │ │ ├── kino.svg │ │ │ │ ├── kipi-debianscreenshots.svg │ │ │ │ ├── kipi-flickr.svg │ │ │ │ ├── kipi-gallery.svg │ │ │ │ ├── kipi-piwigo.svg │ │ │ │ ├── kipi-slideshow.svg │ │ │ │ ├── kipi-timeadjust.svg │ │ │ │ ├── kitty.svg │ │ │ │ ├── kjots.svg │ │ │ │ ├── kjournal.svg │ │ │ │ ├── kleopatra.svg │ │ │ │ ├── klettres.svg │ │ │ │ ├── klinkstatus.svg │ │ │ │ ├── klipper.svg │ │ │ │ ├── kmahjongg.svg │ │ │ │ ├── kmail.svg │ │ │ │ ├── kmail2.svg │ │ │ │ ├── kmailcvt.svg │ │ │ │ ├── kmenu.svg │ │ │ │ ├── kmenuedit.svg │ │ │ │ ├── kmines.svg │ │ │ │ ├── kminicom.svg │ │ │ │ ├── kmix.svg │ │ │ │ ├── kmldonkey.svg │ │ │ │ ├── kmplayer.svg │ │ │ │ ├── knemo.svg │ │ │ │ ├── knetattach.svg │ │ │ │ ├── knetwalk.svg │ │ │ │ ├── knetwork.svg │ │ │ │ ├── knights.svg │ │ │ │ ├── knotes.svg │ │ │ │ ├── knotify.svg │ │ │ │ ├── kodi.svg │ │ │ │ ├── kokopete_some_away.svg │ │ │ │ ├── kokopete_some_online.svg │ │ │ │ ├── kolourpaint.svg │ │ │ │ ├── komodo.svg │ │ │ │ ├── konqueror-icon.svg │ │ │ │ ├── konqueror.svg │ │ │ │ ├── konsole-linux32.svg │ │ │ │ ├── konsole.svg │ │ │ │ ├── konsole_tux.svg │ │ │ │ ├── konsolecalendar.svg │ │ │ │ ├── konsolekalendar.svg │ │ │ │ ├── kontact-import-wizard.svg │ │ │ │ ├── kontact.svg │ │ │ │ ├── konversation.svg │ │ │ │ ├── konversation32x32.svg │ │ │ │ ├── kopete.svg │ │ │ │ ├── kopete2-svg │ │ │ │ ├── kopete2.svg │ │ │ │ ├── kopete_all_away.svg │ │ │ │ ├── korg-journal.svg │ │ │ │ ├── korg-todo.svg │ │ │ │ ├── korgac.svg │ │ │ │ ├── korganizer.svg │ │ │ │ ├── kpackage.svg │ │ │ │ ├── kpackage48.svg │ │ │ │ ├── kparted.svg │ │ │ │ ├── kpat.svg │ │ │ │ ├── kpatience.svg │ │ │ │ ├── kpersonalizer.svg │ │ │ │ ├── kphoto.svg │ │ │ │ ├── kphotoalbum.svg │ │ │ │ ├── kpk-desktop-gnome.svg │ │ │ │ ├── kplato.svg │ │ │ │ ├── kplayer.svg │ │ │ │ ├── kpresenter.svg │ │ │ │ ├── kpresentor.svg │ │ │ │ ├── kradio.svg │ │ │ │ ├── kradio4.svg │ │ │ │ ├── krdc.svg │ │ │ │ ├── krename.svg │ │ │ │ ├── krfb.svg │ │ │ │ ├── krita.svg │ │ │ │ ├── kritagemini.svg │ │ │ │ ├── kritasketch.svg │ │ │ │ ├── kronometer.svg │ │ │ │ ├── krop.svg │ │ │ │ ├── krudio.svg │ │ │ │ ├── krunner.svg │ │ │ │ ├── krusader-user-2.svg │ │ │ │ ├── krusader-user.svg │ │ │ │ ├── krusader.svg │ │ │ │ ├── krusader_blue.svg │ │ │ │ ├── krusader_user.svg │ │ │ │ ├── kscreengenie.svg │ │ │ │ ├── kscreensaver.svg │ │ │ │ ├── kscreenshot.svg │ │ │ │ ├── kse.svg │ │ │ │ ├── ksmserver.svg │ │ │ │ ├── ksnapshot.svg │ │ │ │ ├── ksniffer.svg │ │ │ │ ├── ksnip.svg │ │ │ │ ├── kspread.svg │ │ │ │ ├── kstars.svg │ │ │ │ ├── kstars_colors.svg │ │ │ │ ├── ksysguard.svg │ │ │ │ ├── ksysguardd.svg │ │ │ │ ├── ksystemlog.svg │ │ │ │ ├── kterm.svg │ │ │ │ ├── ktexteditorautobrace.svg │ │ │ │ ├── kthesaurus.svg │ │ │ │ ├── ktimer.svg │ │ │ │ ├── ktimetracker.svg │ │ │ │ ├── ktip.svg │ │ │ │ ├── ktnef.svg │ │ │ │ ├── ktneft.svg │ │ │ │ ├── ktorrent.svg │ │ │ │ ├── ktouch.svg │ │ │ │ ├── ktp-contacts.svg │ │ │ │ ├── ktp-log-viewer.svg │ │ │ │ ├── kuaipan4uk.svg │ │ │ │ ├── kube-mail.svg │ │ │ │ ├── kuickshow.svg │ │ │ │ ├── kuiviewer.svg │ │ │ │ ├── kupfer.svg │ │ │ │ ├── kuroo.svg │ │ │ │ ├── kuser.svg │ │ │ │ ├── kvantum.svg │ │ │ │ ├── kvpm.svg │ │ │ │ ├── kwalletmanager.svg │ │ │ │ ├── kwalletmanager2.svg │ │ │ │ ├── kwikdisk.svg │ │ │ │ ├── kwin.svg │ │ │ │ ├── kword.svg │ │ │ │ ├── kwordquiz.svg │ │ │ │ ├── kwords.svg │ │ │ │ ├── kwrite.svg │ │ │ │ ├── kxsldbg.svg │ │ │ │ ├── kylin-video.svg │ │ │ │ ├── kyman.svg │ │ │ │ ├── kynapatic.svg │ │ │ │ ├── kynaptic.svg │ │ │ │ ├── kynpatic.svg │ │ │ │ ├── l3afpad.svg │ │ │ │ ├── language-selector.svg │ │ │ │ ├── laptop-mode-tools.svg │ │ │ │ ├── last-fm.svg │ │ │ │ ├── lastfm-audioscrobbler.svg │ │ │ │ ├── lastfm-client.svg │ │ │ │ ├── lastfm-valut.svg │ │ │ │ ├── lastfm-www.last.fm.svg │ │ │ │ ├── lastfm.svg │ │ │ │ ├── latexila.svg │ │ │ │ ├── latte-dock.svg │ │ │ │ ├── launch.svg │ │ │ │ ├── launcher-program.svg │ │ │ │ ├── launcher.svg │ │ │ │ ├── lazpaint.svg │ │ │ │ ├── leafpad.svg │ │ │ │ ├── leftpad.svg │ │ │ │ ├── libinput-gestures.svg │ │ │ │ ├── library-internet-radio.svg │ │ │ │ ├── libreoffice-base-alt.svg │ │ │ │ ├── libreoffice-base.svg │ │ │ │ ├── libreoffice-calc.svg │ │ │ │ ├── libreoffice-draw-alt.svg │ │ │ │ ├── libreoffice-draw.svg │ │ │ │ ├── libreoffice-impress-alt.svg │ │ │ │ ├── libreoffice-impress.svg │ │ │ │ ├── libreoffice-main-alt.svg │ │ │ │ ├── libreoffice-main.svg │ │ │ │ ├── libreoffice-math-alt.svg │ │ │ │ ├── libreoffice-math.svg │ │ │ │ ├── libreoffice-printeradmin.svg │ │ │ │ ├── libreoffice-start-centre.svg │ │ │ │ ├── libreoffice-startcenter.svg │ │ │ │ ├── libreoffice-template.svg │ │ │ │ ├── libreoffice-writer-alt.svg │ │ │ │ ├── libreoffice-writer.svg │ │ │ │ ├── libreoffice.svg │ │ │ │ ├── libreoffice3-base.svg │ │ │ │ ├── libreoffice3-calc.svg │ │ │ │ ├── libreoffice3-draw.svg │ │ │ │ ├── libreoffice3-impress.svg │ │ │ │ ├── libreoffice3-main.svg │ │ │ │ ├── libreoffice3-math.svg │ │ │ │ ├── libreoffice3-printeradmin.svg │ │ │ │ ├── libreoffice3-startcenter.svg │ │ │ │ ├── libreoffice3-template.svg │ │ │ │ ├── libreoffice3-writer.svg │ │ │ │ ├── libreoffice3.svg │ │ │ │ ├── libreoffice34-base.svg │ │ │ │ ├── libreoffice34-calc.svg │ │ │ │ ├── libreoffice34-draw.svg │ │ │ │ ├── libreoffice34-impress.svg │ │ │ │ ├── libreoffice34-main.svg │ │ │ │ ├── libreoffice34-math.svg │ │ │ │ ├── libreoffice34-printeradmin.svg │ │ │ │ ├── libreoffice34-startcenter.svg │ │ │ │ ├── libreoffice34-template.svg │ │ │ │ ├── libreoffice34-writer.svg │ │ │ │ ├── libreoffice34.svg │ │ │ │ ├── libreoffice4.2-base.svg │ │ │ │ ├── libreoffice4.2-calc.svg │ │ │ │ ├── libreoffice4.2-draw.svg │ │ │ │ ├── libreoffice4.2-impress.svg │ │ │ │ ├── libreoffice4.2-math.svg │ │ │ │ ├── libreoffice4.2-printeradmin.svg │ │ │ │ ├── libreoffice4.2-startcenter │ │ │ │ ├── libreoffice4.2-startcenter.svg │ │ │ │ ├── libreoffice4.2-template.svg │ │ │ │ ├── libreoffice4.2-writer.svg │ │ │ │ ├── libreoffice4.svg │ │ │ │ ├── libreoffice5.0-base.svg │ │ │ │ ├── libreoffice5.0-calc.svg │ │ │ │ ├── libreoffice5.0-draw.svg │ │ │ │ ├── libreoffice5.0-impress.svg │ │ │ │ ├── libreoffice5.0-main.svg │ │ │ │ ├── libreoffice5.0-math.svg │ │ │ │ ├── libreoffice5.0-startcenter.svg │ │ │ │ ├── libreoffice5.0-writer.svg │ │ │ │ ├── libreoffice5.0.svg │ │ │ │ ├── libreoffice5.1-base.svg │ │ │ │ ├── libreoffice5.1-calc.svg │ │ │ │ ├── libreoffice5.1-draw.svg │ │ │ │ ├── libreoffice5.1-impress.svg │ │ │ │ ├── libreoffice5.1-main.svg │ │ │ │ ├── libreoffice5.1-math.svg │ │ │ │ ├── libreoffice5.1-startcenter.svg │ │ │ │ ├── libreoffice5.1-writer.svg │ │ │ │ ├── libreoffice5.1.svg │ │ │ │ ├── libreoffice5.2-base.svg │ │ │ │ ├── libreoffice5.2-calc.svg │ │ │ │ ├── libreoffice5.2-draw.svg │ │ │ │ ├── libreoffice5.2-impress.svg │ │ │ │ ├── libreoffice5.2-main.svg │ │ │ │ ├── libreoffice5.2-math.svg │ │ │ │ ├── libreoffice5.2-startcenter.svg │ │ │ │ ├── libreoffice5.2-writer.svg │ │ │ │ ├── libreoffice5.2.svg │ │ │ │ ├── libreoffice5.3-base.svg │ │ │ │ ├── libreoffice5.3-calc.svg │ │ │ │ ├── libreoffice5.3-draw.svg │ │ │ │ ├── libreoffice5.3-impress.svg │ │ │ │ ├── libreoffice5.3-main.svg │ │ │ │ ├── libreoffice5.3-math.svg │ │ │ │ ├── libreoffice5.3-startcenter.svg │ │ │ │ ├── libreoffice5.3-writer.svg │ │ │ │ ├── libreoffice5.3.svg │ │ │ │ ├── libreoffice5.4-base.svg │ │ │ │ ├── libreoffice5.4-calc.svg │ │ │ │ ├── libreoffice5.4-draw.svg │ │ │ │ ├── libreoffice5.4-impress.svg │ │ │ │ ├── libreoffice5.4-main.svg │ │ │ │ ├── libreoffice5.4-math.svg │ │ │ │ ├── libreoffice5.4-startcenter.svg │ │ │ │ ├── libreoffice5.4-writer.svg │ │ │ │ ├── libreoffice5.4.svg │ │ │ │ ├── libreoffice6.0-base.svg │ │ │ │ ├── libreoffice6.0-calc.svg │ │ │ │ ├── libreoffice6.0-draw.svg │ │ │ │ ├── libreoffice6.0-impress.svg │ │ │ │ ├── libreoffice6.0-main.svg │ │ │ │ ├── libreoffice6.0-math.svg │ │ │ │ ├── libreoffice6.0-startcenter.svg │ │ │ │ ├── libreoffice6.0-writer.svg │ │ │ │ ├── libreoffice6.0.svg │ │ │ │ ├── libreoffice6.2-base.svg │ │ │ │ ├── libreoffice6.2-calc.svg │ │ │ │ ├── libreoffice6.2-draw.svg │ │ │ │ ├── libreoffice6.2-impress.svg │ │ │ │ ├── libreoffice6.2-main.svg │ │ │ │ ├── libreoffice6.2-math.svg │ │ │ │ ├── libreoffice6.2-startcenter.svg │ │ │ │ ├── libreoffice6.2-writer.svg │ │ │ │ ├── libreoffice6.3-base.svg │ │ │ │ ├── libreoffice6.3-calc.svg │ │ │ │ ├── libreoffice6.3-draw.svg │ │ │ │ ├── libreoffice6.3-impress.svg │ │ │ │ ├── libreoffice6.3-main.svg │ │ │ │ ├── libreoffice6.3-math.svg │ │ │ │ ├── libreoffice6.3-startcenter.svg │ │ │ │ ├── libreoffice6.3-writer.svg │ │ │ │ ├── libreoffice6.4-base.svg │ │ │ │ ├── libreoffice6.4-calc.svg │ │ │ │ ├── libreoffice6.4-draw.svg │ │ │ │ ├── libreoffice6.4-impress.svg │ │ │ │ ├── libreoffice6.4-math.svg │ │ │ │ ├── libreoffice6.4-startcenter.svg │ │ │ │ ├── libreoffice6.4-writer.svg │ │ │ │ ├── libreoffice7.0-base.svg │ │ │ │ ├── libreoffice7.0-calc.svg │ │ │ │ ├── libreoffice7.0-draw.svg │ │ │ │ ├── libreoffice7.0-impress.svg │ │ │ │ ├── libreoffice7.0-main.svg │ │ │ │ ├── libreoffice7.0-math.svg │ │ │ │ ├── libreoffice7.0-startcenter.svg │ │ │ │ ├── libreoffice7.0-writer.svg │ │ │ │ ├── libreofficedev6.0-base.svg │ │ │ │ ├── libreofficedev6.0-calc.svg │ │ │ │ ├── libreofficedev6.0-draw.svg │ │ │ │ ├── libreofficedev6.0-impress.svg │ │ │ │ ├── libreofficedev6.0-main.svg │ │ │ │ ├── libreofficedev6.0-math.svg │ │ │ │ ├── libreofficedev6.0-startcenter.svg │ │ │ │ ├── libreofficedev6.0-writer.svg │ │ │ │ ├── libreofficedev6.1-base.svg │ │ │ │ ├── libreofficedev6.1-calc.svg │ │ │ │ ├── libreofficedev6.1-draw.svg │ │ │ │ ├── libreofficedev6.1-impress.svg │ │ │ │ ├── libreofficedev6.1-main.svg │ │ │ │ ├── libreofficedev6.1-math.svg │ │ │ │ ├── libreofficedev6.1-startcenter.svg │ │ │ │ ├── libreofficedev6.1-writer.svg │ │ │ │ ├── liferea.svg │ │ │ │ ├── light-software-center.svg │ │ │ │ ├── light_neovim_gtk.svg │ │ │ │ ├── lightcord.svg │ │ │ │ ├── lightdm-gtk-greeter-settings.svg │ │ │ │ ├── lightdm-gtk-greeter.svg │ │ │ │ ├── lightdm-settings.svg │ │ │ │ ├── lightsoff.svg │ │ │ │ ├── linguist-qt4.svg │ │ │ │ ├── linguist-qt5.svg │ │ │ │ ├── linguist.svg │ │ │ │ ├── linguist5.svg │ │ │ │ ├── linguistic.svg │ │ │ │ ├── links.svg │ │ │ │ ├── linssid.svg │ │ │ │ ├── linuxdcpp.svg │ │ │ │ ├── liri.svg │ │ │ │ ├── liveinst.svg │ │ │ │ ├── livepatch.svg │ │ │ │ ├── lives.svg │ │ │ │ ├── liveusb-creator.svg │ │ │ │ ├── livewallpaper-config.svg │ │ │ │ ├── livewallpaper.svg │ │ │ │ ├── lmms.svg │ │ │ │ ├── locale.svg │ │ │ │ ├── localedrake.svg │ │ │ │ ├── localize.svg │ │ │ │ ├── location-services-active.svg │ │ │ │ ├── lock-keys-applet.svg │ │ │ │ ├── lock-ok.svg │ │ │ │ ├── lock-screen.svg │ │ │ │ ├── lock.svg │ │ │ │ ├── log.svg │ │ │ │ ├── logfactor5.svg │ │ │ │ ├── login-photo.svg │ │ │ │ ├── login.svg │ │ │ │ ├── logjam.svg │ │ │ │ ├── logview.svg │ │ │ │ ├── logviewer.svg │ │ │ │ ├── lokalize.svg │ │ │ │ ├── lollypop.svg │ │ │ │ ├── lombard.svg │ │ │ │ ├── lookswitcher.svg │ │ │ │ ├── losslesscut.svg │ │ │ │ ├── lpi-bug.svg │ │ │ │ ├── lpi-bus.svg │ │ │ │ ├── lpi-translate.svg │ │ │ │ ├── lprof.svg │ │ │ │ ├── lpub.svg │ │ │ │ ├── lrfviewer.svg │ │ │ │ ├── lshw.svg │ │ │ │ ├── lskat.svg │ │ │ │ ├── lubuntu-software-center.svg │ │ │ │ ├── luckyBackup.svg │ │ │ │ ├── luckybackup.svg │ │ │ │ ├── luminance-hdr.svg │ │ │ │ ├── lutris.svg │ │ │ │ ├── lutris_0-ad.svg │ │ │ │ ├── lutris_blender.svg │ │ │ │ ├── lutris_kpatience.svg │ │ │ │ ├── lutris_krita-gemini.svg │ │ │ │ ├── lutris_minecraft.svg │ │ │ │ ├── lutris_minetest.svg │ │ │ │ ├── lx-music-desktop.svg │ │ │ │ ├── lxfind.svg │ │ │ │ ├── lximage-qt.svg │ │ │ │ ├── lximage.svg │ │ │ │ ├── lxinput.svg │ │ │ │ ├── lxkeymap.svg │ │ │ │ ├── lxmusic.svg │ │ │ │ ├── lxscreenshot.svg │ │ │ │ ├── lxtask.svg │ │ │ │ ├── lxterminal.svg │ │ │ │ ├── lyx.svg │ │ │ │ ├── m64py.svg │ │ │ │ ├── macchanger.svg │ │ │ │ ├── mahjongg.svg │ │ │ │ ├── mail-client.svg │ │ │ │ ├── mail-generic.svg │ │ │ │ ├── mail-notification.svg │ │ │ │ ├── mail_generic.svg │ │ │ │ ├── mailer.svg │ │ │ │ ├── mailnag.svg │ │ │ │ ├── mailru-mail.ru.svg │ │ │ │ ├── mailspring.svg │ │ │ │ ├── makehuman.svg │ │ │ │ ├── makehuman_bg.svg │ │ │ │ ├── mandrivaupdate.svg │ │ │ │ ├── manjaro-welcome.svg │ │ │ │ ├── maps.svg │ │ │ │ ├── marble.svg │ │ │ │ ├── marco.svg │ │ │ │ ├── mark-location-symbolic.svg │ │ │ │ ├── marlin.svg │ │ │ │ ├── martchus.syncthingplasmoid.svg │ │ │ │ ├── master-pdf-editor.svg │ │ │ │ ├── masterPDFEditor-free.svg │ │ │ │ ├── masterPDFEditor.svg │ │ │ │ ├── masterpdfeditor.svg │ │ │ │ ├── masterpdfeditor3.svg │ │ │ │ ├── masterpdfeditor4.svg │ │ │ │ ├── masterpdfeditor5.svg │ │ │ │ ├── mate-ax-applet.svg │ │ │ │ ├── mate-color-manager.svg │ │ │ │ ├── mate-cpu-frequency-applet.svg │ │ │ │ ├── mate-desktop-item-edit.svg │ │ │ │ ├── mate-disk-usage-analyzer.svg │ │ │ │ ├── mate-indicator-applet.svg │ │ │ │ ├── mate-netspeed-applet.svg │ │ │ │ ├── mate-netspeed-loopback.svg │ │ │ │ ├── mate-netspeed-plip.svg │ │ │ │ ├── mate-netspeed-ppp.svg │ │ │ │ ├── mate-netspeed_applet.svg │ │ │ │ ├── mate-network-properties.svg │ │ │ │ ├── mate-notification-properties.svg │ │ │ │ ├── mate-panel-clock.svg │ │ │ │ ├── mate-panel-fish.svg │ │ │ │ ├── mate-panel-launcher.svg │ │ │ │ ├── mate-panel-notification-area.svg │ │ │ │ ├── mate-panel-window-amenu.svg │ │ │ │ ├── mate-panel-window-list.svg │ │ │ │ ├── mate-panel-window-menu.svg │ │ │ │ ├── mate-panel-workspace-switcher.svg │ │ │ │ ├── mate-panel.svg │ │ │ │ ├── mate-power-manager.svg │ │ │ │ ├── mate-power-statistics.svg │ │ │ │ ├── mate-preferences-desktop-display.svg │ │ │ │ ├── mate-sensors-applet.svg │ │ │ │ ├── mate-session-properties.svg │ │ │ │ ├── mate-stick-notes-applet.svg │ │ │ │ ├── mate-sticky-notes-applet.svg │ │ │ │ ├── mate-system-log.svg │ │ │ │ ├── mate-time-admin.svg │ │ │ │ ├── matepalimpsest.svg │ │ │ │ ├── mathematica.svg │ │ │ │ ├── matlab.svg │ │ │ │ ├── maxthon-browser.svg │ │ │ │ ├── mc.svg │ │ │ │ ├── mcpelauncher-ui-qt.svg │ │ │ │ ├── mdcharm.svg │ │ │ │ ├── mdmflexiserver.svg │ │ │ │ ├── mdmsetup.svg │ │ │ │ ├── me.kozec.syncthingtk.svg │ │ │ │ ├── media-cdrom.svg │ │ │ │ ├── media-player-48.svg │ │ │ │ ├── media-player-banshee.svg │ │ │ │ ├── media-player.svg │ │ │ │ ├── media-removable.svg │ │ │ │ ├── mediacontrol.svg │ │ │ │ ├── mediawriter.svg │ │ │ │ ├── medit.svg │ │ │ │ ├── mednafen.svg │ │ │ │ ├── mega.svg │ │ │ │ ├── megasync.svg │ │ │ │ ├── meld.svg │ │ │ │ ├── mendeley-desktop.svg │ │ │ │ ├── mendeley.svg │ │ │ │ ├── mendeleydesktop.svg │ │ │ │ ├── menu-editor.svg │ │ │ │ ├── menu-misc.svg │ │ │ │ ├── menuk-mdk.svg │ │ │ │ ├── menulibre.svg │ │ │ │ ├── mercury.svg │ │ │ │ ├── meshlab.svg │ │ │ │ ├── mess.svg │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ ├── message.svg │ │ │ │ ├── messagebox_info.svg │ │ │ │ ├── messengerfordesktop.svg │ │ │ │ ├── metacity.svg │ │ │ │ ├── meteo-qt.svg │ │ │ │ ├── micro.svg │ │ │ │ ├── micropad.svg │ │ │ │ ├── microsoft.svg │ │ │ │ ├── midnight-commander.svg │ │ │ │ ├── midori.svg │ │ │ │ ├── mindi.svg │ │ │ │ ├── mindmapp.svg │ │ │ │ ├── mine.svg │ │ │ │ ├── minecraft-launcher.svg │ │ │ │ ├── minecraft-pi.svg │ │ │ │ ├── minecraft.svg │ │ │ │ ├── mines.svg │ │ │ │ ├── minetest-icon.svg │ │ │ │ ├── minetest.svg │ │ │ │ ├── minetime.svg │ │ │ │ ├── mini.xterm.svg │ │ │ │ ├── mini.xterm_32x32.svg │ │ │ │ ├── mini.xterm_48x48.svg │ │ │ │ ├── minimizeall.svg │ │ │ │ ├── minitunes.svg │ │ │ │ ├── mintBackup.svg │ │ │ │ ├── mintNanny.svg │ │ │ │ ├── mintUpdate.svg │ │ │ │ ├── mintbackup-icon.svg │ │ │ │ ├── mintbackup.svg │ │ │ │ ├── mintdrivers.svg │ │ │ │ ├── mintinstall.svg │ │ │ │ ├── mintlocale-im.svg │ │ │ │ ├── mintlocale.svg │ │ │ │ ├── mintnanny.svg │ │ │ │ ├── mintreport.svg │ │ │ │ ├── mintsources-keys.svg │ │ │ │ ├── mintsources-mint.svg │ │ │ │ ├── mintsources.svg │ │ │ │ ├── mintstick.svg │ │ │ │ ├── mintupdate-release-upgrade.svg │ │ │ │ ├── mintupdate.svg │ │ │ │ ├── mirage.svg │ │ │ │ ├── mirovideoconverter.svg │ │ │ │ ├── mkv-extractor-gui.svg │ │ │ │ ├── mkv-gui.svg │ │ │ │ ├── mkvmerge.svg │ │ │ │ ├── mkvmergeGUI.svg │ │ │ │ ├── mkvmergegui.svg │ │ │ │ ├── mkvpropedit.svg │ │ │ │ ├── mkvtoolnix-gui.svg │ │ │ │ ├── mmc.svg │ │ │ │ ├── modem-manager-gui.svg │ │ │ │ ├── modules-files.svg │ │ │ │ ├── mongodb-compass.svg │ │ │ │ ├── mongodb.svg │ │ │ │ ├── monitor.svg │ │ │ │ ├── mono-runtime-common.svg │ │ │ │ ├── mono-runtime.svg │ │ │ │ ├── mono.svg │ │ │ │ ├── monodevelop.svg │ │ │ │ ├── monodevelopment.svg │ │ │ │ ├── mousepad.svg │ │ │ │ ├── movie-editor.svg │ │ │ │ ├── mozilla-firefox.svg │ │ │ │ ├── mozilla-thunderbird-icon.svg │ │ │ │ ├── mozilla-thunderbird.svg │ │ │ │ ├── mozilla_thunderbird.svg │ │ │ │ ├── mozo.svg │ │ │ │ ├── mplayer.svg │ │ │ │ ├── mps.svg │ │ │ │ ├── mpv-icon-8bit-64x64.svg │ │ │ │ ├── mpv.svg │ │ │ │ ├── ms-excel.svg │ │ │ │ ├── ms-office.svg │ │ │ │ ├── ms-skype.svg │ │ │ │ ├── ms-word.svg │ │ │ │ ├── mscore.svg │ │ │ │ ├── msd-xrandr.svg │ │ │ │ ├── msexcel-2007.svg │ │ │ │ ├── msn.svg │ │ │ │ ├── msword-2007.svg │ │ │ │ ├── mtpaint.svg │ │ │ │ ├── mugshot.svg │ │ │ │ ├── multibootusb.svg │ │ │ │ ├── multilingual-terminal.svg │ │ │ │ ├── multimedia-audio-player.svg │ │ │ │ ├── multimedia-mpv.svg │ │ │ │ ├── multimedia-photo-manager.svg │ │ │ │ ├── multimedia-photo-viewer.svg │ │ │ │ ├── multimedia-player.svg │ │ │ │ ├── multimedia-radio.svg │ │ │ │ ├── multimedia-section.svg │ │ │ │ ├── multimedia-video-editor.svg │ │ │ │ ├── multimedia-video-player.svg │ │ │ │ ├── multimedia-vlc.svg │ │ │ │ ├── multimedia-volume-control.svg │ │ │ │ ├── multimedia.svg │ │ │ │ ├── multimedia_section.svg │ │ │ │ ├── multisystem-liveusb.svg │ │ │ │ ├── multisystem-test-iso.svg │ │ │ │ ├── multisystem-vbox.svg │ │ │ │ ├── multisystem.svg │ │ │ │ ├── multitasking-view.svg │ │ │ │ ├── mumble.svg │ │ │ │ ├── muon-discover.svg │ │ │ │ ├── muon-installer.svg │ │ │ │ ├── muon.svg │ │ │ │ ├── muondis-cover.svg │ │ │ │ ├── muondiscover.svg │ │ │ │ ├── muonnotifier.svg │ │ │ │ ├── mupdf.svg │ │ │ │ ├── mupen64-plus.svg │ │ │ │ ├── mupen64.svg │ │ │ │ ├── music.svg │ │ │ │ ├── music_icon-24.svg │ │ │ │ ├── musicbrainz-picard.svg │ │ │ │ ├── musicbrainz.svg │ │ │ │ ├── musique.svg │ │ │ │ ├── mx-bootrepair.svg │ │ │ │ ├── mx-cleanup.svg │ │ │ │ ├── mx-clocky.svg │ │ │ │ ├── mx-codecs.svg │ │ │ │ ├── mx-conky.svg │ │ │ │ ├── mx-findshares.svg │ │ │ │ ├── mx-menu-editor.svg │ │ │ │ ├── mx-network-assistant.svg │ │ │ │ ├── mx-packageinstaller.svg │ │ │ │ ├── mx-sound.svg │ │ │ │ ├── mx-system-sounds.svg │ │ │ │ ├── mx-timeset-gui-icon.svg │ │ │ │ ├── mx-tools.svg │ │ │ │ ├── mx-tweak.svg │ │ │ │ ├── mx-update.svg │ │ │ │ ├── mx-usb-unmounter.svg │ │ │ │ ├── my-weather-indicator.svg │ │ │ │ ├── myltimedia-audio-player.svg │ │ │ │ ├── mypaint.svg │ │ │ │ ├── mysql-workbench.svg │ │ │ │ ├── n1.svg │ │ │ │ ├── nautilus-actions-config-tool.svg │ │ │ │ ├── nautilus-actions.svg │ │ │ │ ├── nautilus-burn.svg │ │ │ │ ├── nautilus-cd-burner.svg │ │ │ │ ├── nautilus-dropbox.svg │ │ │ │ ├── nautilus.svg │ │ │ │ ├── ndisgtk.svg │ │ │ │ ├── neat-control.svg │ │ │ │ ├── nemo.svg │ │ │ │ ├── neovim.svg │ │ │ │ ├── nepomuk.svg │ │ │ │ ├── nestopia.svg │ │ │ │ ├── net.ankiweb.Anki.svg │ │ │ │ ├── net.minetest.Minetest.svg │ │ │ │ ├── net.rpdev.OpenTodoList.svg │ │ │ │ ├── net.sourceforge.Chessx.svg │ │ │ │ ├── net.sourceforge.qtpfsgui.LuminanceHDR.svg │ │ │ │ ├── net.sourceforge.xournal.svg │ │ │ │ ├── net.supertuxkart.SuperTuxKart.svg │ │ │ │ ├── net.xmind.XMind8.svg │ │ │ │ ├── net.xmind.ZEN.svg │ │ │ │ ├── netbeans-ide.svg │ │ │ │ ├── netbeans.svg │ │ │ │ ├── netease-cloud-music.svg │ │ │ │ ├── netflix-desktop.svg │ │ │ │ ├── netflix.svg │ │ │ │ ├── netpkg.svg │ │ │ │ ├── network-bittorrent-client.svg │ │ │ │ ├── network-bluetooth.svg │ │ │ │ ├── network-chrome.svg │ │ │ │ ├── network-chromium.svg │ │ │ │ ├── network-defaultroute.svg │ │ │ │ ├── network-firewall.svg │ │ │ │ ├── network-idle.svg │ │ │ │ ├── network-mail-reader.svg │ │ │ │ ├── network-mail.svg │ │ │ │ ├── network-manager.svg │ │ │ │ ├── network-opera.svg │ │ │ │ ├── network-preference.svg │ │ │ │ ├── network-preferences.svg │ │ │ │ ├── network-torrent-client.svg │ │ │ │ ├── network-wired.svg │ │ │ │ ├── network-workgroup.svg │ │ │ │ ├── network.svg │ │ │ │ ├── networkmanager.svg │ │ │ │ ├── nextcloud-icon-128.svg │ │ │ │ ├── nextcloud-icon-16.svg │ │ │ │ ├── nextcloud-icon-22.svg │ │ │ │ ├── nextcloud-icon-256.svg │ │ │ │ ├── nextcloud-icon-32.svg │ │ │ │ ├── nextcloud-icon-48.svg │ │ │ │ ├── nextcloud-icon-512.svg │ │ │ │ ├── nextcloud-icon-64.svg │ │ │ │ ├── nextcloud-icon-96.svg │ │ │ │ ├── nextcloud-icon.svg │ │ │ │ ├── nextcloud.svg │ │ │ │ ├── nimbus.svg │ │ │ │ ├── nitrogen.svg │ │ │ │ ├── nitrotasks.svg │ │ │ │ ├── nixnote.svg │ │ │ │ ├── nl.hjdskes.Gcolor3.svg │ │ │ │ ├── nl.hjdskes.gcolor3.svg │ │ │ │ ├── nl.openoffice.bluefish.svg │ │ │ │ ├── nm-device-wireless.svg │ │ │ │ ├── nmap.svg │ │ │ │ ├── nmap_icon.svg │ │ │ │ ├── noblenote.svg │ │ │ │ ├── nocturn-linux.svg │ │ │ │ ├── nocturn.svg │ │ │ │ ├── noise.svg │ │ │ │ ├── nomacs.svg │ │ │ │ ├── notable.svg │ │ │ │ ├── notecase.svg │ │ │ │ ├── notepad-48.svg │ │ │ │ ├── notepad.svg │ │ │ │ ├── notes-app.svg │ │ │ │ ├── notes.svg │ │ │ │ ├── notification-daemon.svg │ │ │ │ ├── notification.svg │ │ │ │ ├── notifyconf.svg │ │ │ │ ├── notion.app.svg │ │ │ │ ├── notion.svg │ │ │ │ ├── novprog.svg │ │ │ │ ├── nuvolaplayer.svg │ │ │ │ ├── nuvolaplayer3_8tracks.svg │ │ │ │ ├── nuvolaplayer3_google_play_music.svg │ │ │ │ ├── nuvolaplayer3_spotify.svg │ │ │ │ ├── nuvolaplayer3_yandex_music.svg │ │ │ │ ├── nuvolaplayer3_youtube.svg │ │ │ │ ├── nvclock-gtk.svg │ │ │ │ ├── nvclock.svg │ │ │ │ ├── nvdock.svg │ │ │ │ ├── nvidia-304-settings.svg │ │ │ │ ├── nvidia-310-settings.svg │ │ │ │ ├── nvidia-current-settings.svg │ │ │ │ ├── nvidia-current-updates-settings.svg │ │ │ │ ├── nvidia-ddm-mx.svg │ │ │ │ ├── nvidia-drivers-settings.svg │ │ │ │ ├── nvidia-settings.svg │ │ │ │ ├── nvidia-x-server-setting.svg │ │ │ │ ├── nvidia-x-server-settings.svg │ │ │ │ ├── nvidia.svg │ │ │ │ ├── nvim-gtk.svg │ │ │ │ ├── nvim-qt.svg │ │ │ │ ├── nvim.svg │ │ │ │ ├── nvmax.svg │ │ │ │ ├── nx-software-center.svg │ │ │ │ ├── nx-software-updater.svg │ │ │ │ ├── nxclient-wizard.svg │ │ │ │ ├── nxterm.svg │ │ │ │ ├── nylas-N1.svg │ │ │ │ ├── nylas-mail.svg │ │ │ │ ├── nylas-n1.svg │ │ │ │ ├── nylas.svg │ │ │ │ ├── obconf-qt.svg │ │ │ │ ├── obconf.svg │ │ │ │ ├── obs.svg │ │ │ │ ├── ocrfeeder.svg │ │ │ │ ├── octocat.svg │ │ │ │ ├── octopi-repoeditor.svg │ │ │ │ ├── octopi.svg │ │ │ │ ├── odio.svg │ │ │ │ ├── office-address-book.svg │ │ │ │ ├── office-addressbook.svg │ │ │ │ ├── office-calendar.svg │ │ │ │ ├── office-date.svg │ │ │ │ ├── office-printer.svg │ │ │ │ ├── office_address_book.svg │ │ │ │ ├── office_addressbook.svg │ │ │ │ ├── office_calendar.svg │ │ │ │ ├── offroad.svg │ │ │ │ ├── ogle.svg │ │ │ │ ├── ogmrip.svg │ │ │ │ ├── okteta.svg │ │ │ │ ├── okular.svg │ │ │ │ ├── olivia.svg │ │ │ │ ├── om.github.junrrein.PDFSlicer.svg │ │ │ │ ├── omgrip.svg │ │ │ │ ├── onboard-mono.svg │ │ │ │ ├── onboard-settings.svg │ │ │ │ ├── onboard.svg │ │ │ │ ├── onionshare.svg │ │ │ │ ├── online-account-fastmail.svg │ │ │ │ ├── online-account-lastfm.svg │ │ │ │ ├── online-account.svg │ │ │ │ ├── online-accounts.svg │ │ │ │ ├── onlyoffice-alt.svg │ │ │ │ ├── onlyoffice.svg │ │ │ │ ├── ooo-base.svg │ │ │ │ ├── ooo-calc.svg │ │ │ │ ├── ooo-draw.svg │ │ │ │ ├── ooo-impress.svg │ │ │ │ ├── ooo-math.svg │ │ │ │ ├── ooo-printeradmin.svg │ │ │ │ ├── ooo-template.svg │ │ │ │ ├── ooo-writer.svg │ │ │ │ ├── openarena.svg │ │ │ │ ├── openarena128.svg │ │ │ │ ├── openbox.svg │ │ │ │ ├── opendesktop-app.svg │ │ │ │ ├── openerp-client.svg │ │ │ │ ├── openjdk-10.svg │ │ │ │ ├── openjdk-11.svg │ │ │ │ ├── openjdk-6.svg │ │ │ │ ├── openjdk-7.svg │ │ │ │ ├── openjdk-8.svg │ │ │ │ ├── openjdk-9.svg │ │ │ │ ├── openoffice4-printeradmin.svg │ │ │ │ ├── openofficeorg-20-math.svg │ │ │ │ ├── openofficeorg-base.svg │ │ │ │ ├── openofficeorg-calc.svg │ │ │ │ ├── openofficeorg-draw.svg │ │ │ │ ├── openofficeorg-impress.svg │ │ │ │ ├── openofficeorg-math.svg │ │ │ │ ├── openofficeorg-printeradmin.svg │ │ │ │ ├── openofficeorg-template.svg │ │ │ │ ├── openofficeorg-writer.svg │ │ │ │ ├── openofficeorg24-calc.svg │ │ │ │ ├── openofficeorg24-impress.svg │ │ │ │ ├── openofficeorg24-writer.svg │ │ │ │ ├── openofficeorg3-base.svg │ │ │ │ ├── openofficeorg3-calc.svg │ │ │ │ ├── openofficeorg3-draw.svg │ │ │ │ ├── openofficeorg3-impress.svg │ │ │ │ ├── openofficeorg3-math.svg │ │ │ │ ├── openofficeorg3-printeradmin.svg │ │ │ │ ├── openofficeorg3-template.svg │ │ │ │ ├── openofficeorg3-writer.svg │ │ │ │ ├── openofficeorg3.0-base.svg │ │ │ │ ├── openofficeorg3.0-calc.svg │ │ │ │ ├── openofficeorg3.0-draw.svg │ │ │ │ ├── openofficeorg3.0-impress.svg │ │ │ │ ├── openofficeorg3.0-math.svg │ │ │ │ ├── openofficeorg3.0-printeradmin.svg │ │ │ │ ├── openofficeorg3.0-template.svg │ │ │ │ ├── openofficeorg3.0-writer.svg │ │ │ │ ├── openra-ra.svg │ │ │ │ ├── openra.svg │ │ │ │ ├── openshot-logo.svg │ │ │ │ ├── openshot-qt.svg │ │ │ │ ├── openshot.svg │ │ │ │ ├── openshot_logo.svg │ │ │ │ ├── openterm.svg │ │ │ │ ├── opentodolist.svg │ │ │ │ ├── openwmail.svg │ │ │ │ ├── opera-beta.svg │ │ │ │ ├── opera-browser-.svg │ │ │ │ ├── opera-browser-developer.svg │ │ │ │ ├── opera-browser-icon.svg │ │ │ │ ├── opera-browser-icons.svg │ │ │ │ ├── opera-browser.svg │ │ │ │ ├── opera-icon.svg │ │ │ │ ├── opera-next-browser.svg │ │ │ │ ├── opera-next.svg │ │ │ │ ├── opera-widget-manager.svg │ │ │ │ ├── opera-widget.svg │ │ │ │ ├── opera.svg │ │ │ │ ├── oracle-javaws.svg │ │ │ │ ├── oracle_java10.svg │ │ │ │ ├── oracle_java11.svg │ │ │ │ ├── oracle_java6.svg │ │ │ │ ├── oracle_java7.svg │ │ │ │ ├── oracle_java8.svg │ │ │ │ ├── oracle_java9.svg │ │ │ │ ├── orage.svg │ │ │ │ ├── orage_globaltime.svg │ │ │ │ ├── orancle-java.svg │ │ │ │ ├── orancle_java.svg │ │ │ │ ├── orancle_java6.svg │ │ │ │ ├── orancle_java7.svg │ │ │ │ ├── orancle_java8.svg │ │ │ │ ├── orancle_java9.svg │ │ │ │ ├── orancle_javaws.svg │ │ │ │ ├── org,gnome.Games.svg │ │ │ │ ├── org.atheme.audacious.svg │ │ │ │ ├── org.audacityteam.Audacity.svg │ │ │ │ ├── org.avidemux.Avidemux.svg │ │ │ │ ├── org.baedert.corebird.svg │ │ │ │ ├── org.blender.Blender.svg │ │ │ │ ├── org.bunkus.mkvtoolnix-gui.svg │ │ │ │ ├── org.chromium.Chromium.svg │ │ │ │ ├── org.claws_mail.Claws-Mail.svg │ │ │ │ ├── org.clawsmail.Claws.svg │ │ │ │ ├── org.clementine_player.Clementine.svg │ │ │ │ ├── org.codeblocks.codeblocks.svg │ │ │ │ ├── org.daa.NeovimGtk.svg │ │ │ │ ├── org.darktable.Darktable.svg │ │ │ │ ├── org.deepin.flatdeb.deepin-calculator.svg │ │ │ │ ├── org.deepin.flatdeb.deepin-calendar.svg │ │ │ │ ├── org.deepin.flatdeb.deepin-image-viewer.svg │ │ │ │ ├── org.deepin.flatdeb.deepin-movie.svg │ │ │ │ ├── org.deepin.flatdeb.deepin-music.svg │ │ │ │ ├── org.deepin.flatdeb.deepin-screen-recorder.svg │ │ │ │ ├── org.deepin.flatdeb.deepin-screenshot.svg │ │ │ │ ├── org.deepin.flatdeb.deepin-voice-recorder.svg │ │ │ │ ├── org.delugetorrent.Deluge.svg │ │ │ │ ├── org.eclipse.Committers.svg │ │ │ │ ├── org.eclipse.Eclipse.svg │ │ │ │ ├── org.eclipse.Java.svg │ │ │ │ ├── org.eclipse.Javascript.svg │ │ │ │ ├── org.electronjs.Electron2.BaseApp.svg │ │ │ │ ├── org.electronjs.Electron3.BaseApp.svg │ │ │ │ ├── org.electronjs.Electron4.BaseApp.svg │ │ │ │ ├── org.electronjs.Electron5.BaseApp.svg │ │ │ │ ├── org.electronjs.Electron6.BaseApp.svg │ │ │ │ ├── org.equeim.Tremotesf.svg │ │ │ │ ├── org.fedoraproject.MediaWriter.svg │ │ │ │ ├── org.filezillaproject.Filezilla.svg │ │ │ │ ├── org.flameshot.Flameshot.svg │ │ │ │ ├── org.freedesktop.GlxInfo.svg │ │ │ │ ├── org.freedesktop.GnomeAbrt.svg │ │ │ │ ├── org.freedesktop.MalcontentControl.svg │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk.svg │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk10.svg │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk11.svg │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk8.svg │ │ │ │ ├── org.freedesktop.Sdk.Extension.openjdk9.svg │ │ │ │ ├── org.freedesktop.problems.applet.svg │ │ │ │ ├── org.gahshomar.Gahshomar.svg │ │ │ │ ├── org.geany.Geany.svg │ │ │ │ ├── org.gimp.GIMP.svg │ │ │ │ ├── org.gmusicbrowser.gmusicbrowser.svg │ │ │ │ ├── org.gnome.2048.svg │ │ │ │ ├── org.gnome.Aisleriot.svg │ │ │ │ ├── org.gnome.ArchiveManager.svg │ │ │ │ ├── org.gnome.Baobab.svg │ │ │ │ ├── org.gnome.Bijiben.svg │ │ │ │ ├── org.gnome.Books.svg │ │ │ │ ├── org.gnome.Boxes.svg │ │ │ │ ├── org.gnome.Builder.svg │ │ │ │ ├── org.gnome.Calculator.svg │ │ │ │ ├── org.gnome.Calendar.svg │ │ │ │ ├── org.gnome.Camara.svg │ │ │ │ ├── org.gnome.CharacterMap.svg │ │ │ │ ├── org.gnome.Characters.svg │ │ │ │ ├── org.gnome.Cheese.svg │ │ │ │ ├── org.gnome.Chess.svg │ │ │ │ ├── org.gnome.ChromeGnomeShell.svg │ │ │ │ ├── org.gnome.Clocks.svg │ │ │ │ ├── org.gnome.ColorProfileViewer.svg │ │ │ │ ├── org.gnome.ColorViewer.svg │ │ │ │ ├── org.gnome.Contacts.svg │ │ │ │ ├── org.gnome.DejaDup.svg │ │ │ │ ├── org.gnome.Devhelp.svg │ │ │ │ ├── org.gnome.Dictionary.svg │ │ │ │ ├── org.gnome.DiskUtility-symbolic.svg │ │ │ │ ├── org.gnome.DiskUtility.svg │ │ │ │ ├── org.gnome.Documents.svg │ │ │ │ ├── org.gnome.Empathy.svg │ │ │ │ ├── org.gnome.Eolie.svg │ │ │ │ ├── org.gnome.Epiphany.Devel.svg │ │ │ │ ├── org.gnome.Epiphany.svg │ │ │ │ ├── org.gnome.Evince-previewer.svg │ │ │ │ ├── org.gnome.Evince.svg │ │ │ │ ├── org.gnome.Evolution.svg │ │ │ │ ├── org.gnome.Extensions.svg │ │ │ │ ├── org.gnome.FeedReader.svg │ │ │ │ ├── org.gnome.FileRoller.svg │ │ │ │ ├── org.gnome.Files.svg │ │ │ │ ├── org.gnome.Firmware.svg │ │ │ │ ├── org.gnome.Five-or-more.svg │ │ │ │ ├── org.gnome.FontViewer.svg │ │ │ │ ├── org.gnome.Fonts.svg │ │ │ │ ├── org.gnome.Four-in-a-row.svg │ │ │ │ ├── org.gnome.Fractal.svg │ │ │ │ ├── org.gnome.GSmartControl.svg │ │ │ │ ├── org.gnome.GTG.svg │ │ │ │ ├── org.gnome.Games.svg │ │ │ │ ├── org.gnome.Geany.svg │ │ │ │ ├── org.gnome.Geary.svg │ │ │ │ ├── org.gnome.Genius.svg │ │ │ │ ├── org.gnome.Glade.svg │ │ │ │ ├── org.gnome.Gnote.svg │ │ │ │ ├── org.gnome.Gtranslator.svg │ │ │ │ ├── org.gnome.Hitori.svg │ │ │ │ ├── org.gnome.IconPreview.svg │ │ │ │ ├── org.gnome.Keysign.svg │ │ │ │ ├── org.gnome.Klotski.svg │ │ │ │ ├── org.gnome.LightsOff.svg │ │ │ │ ├── org.gnome.Logs.svg │ │ │ │ ├── org.gnome.Lollypop.svg │ │ │ │ ├── org.gnome.Mahjongg.svg │ │ │ │ ├── org.gnome.Maps.svg │ │ │ │ ├── org.gnome.Mines.svg │ │ │ │ ├── org.gnome.Mpv.svg │ │ │ │ ├── org.gnome.MultiWriter.svg │ │ │ │ ├── org.gnome.Music.svg │ │ │ │ ├── org.gnome.Nautilus.svg │ │ │ │ ├── org.gnome.News.svg │ │ │ │ ├── org.gnome.Nibbles.svg │ │ │ │ ├── org.gnome.Notes.svg │ │ │ │ ├── org.gnome.OCRFeeder.svg │ │ │ │ ├── org.gnome.OfficeRunner.svg │ │ │ │ ├── org.gnome.PasswordSafe.svg │ │ │ │ ├── org.gnome.Photos.svg │ │ │ │ ├── org.gnome.Pitivi.svg │ │ │ │ ├── org.gnome.Podcasts.svg │ │ │ │ ├── org.gnome.Polari.svg │ │ │ │ ├── org.gnome.Pomodoro.svg │ │ │ │ ├── org.gnome.PowerStats.svg │ │ │ │ ├── org.gnome.Quadrapassel.svg │ │ │ │ ├── org.gnome.Recipes.svg │ │ │ │ ├── org.gnome.Rhythmbox.svg │ │ │ │ ├── org.gnome.Rhythmbox3.svg │ │ │ │ ├── org.gnome.Robots.svg │ │ │ │ ├── org.gnome.Screenshot.svg │ │ │ │ ├── org.gnome.Seahorse.svg │ │ │ │ ├── org.gnome.Settings.svg │ │ │ │ ├── org.gnome.Shell.Extensions.GSConnect.svg │ │ │ │ ├── org.gnome.Shell.Extensions.svg │ │ │ │ ├── org.gnome.Shotwell.svg │ │ │ │ ├── org.gnome.SimpleScan.svg │ │ │ │ ├── org.gnome.Software-alt.svg │ │ │ │ ├── org.gnome.Software.Editor.svg │ │ │ │ ├── org.gnome.Software.svg │ │ │ │ ├── org.gnome.SoundRecorder.svg │ │ │ │ ├── org.gnome.Sysprof.svg │ │ │ │ ├── org.gnome.Sysprof2.svg │ │ │ │ ├── org.gnome.Sysprof3.svg │ │ │ │ ├── org.gnome.SystemMonitor.svg │ │ │ │ ├── org.gnome.Terminal.svg │ │ │ │ ├── org.gnome.Todo.svg │ │ │ │ ├── org.gnome.Tomboy.svg │ │ │ │ ├── org.gnome.Totem.svg │ │ │ │ ├── org.gnome.Tour.svg │ │ │ │ ├── org.gnome.Tweaks.svg │ │ │ │ ├── org.gnome.TwentyFortyEight.svg │ │ │ │ ├── org.gnome.Usage.svg │ │ │ │ ├── org.gnome.Video.svg │ │ │ │ ├── org.gnome.Videos.svg │ │ │ │ ├── org.gnome.Weather.Application.svg │ │ │ │ ├── org.gnome.Weather.Application.svg} │ │ │ │ ├── org.gnome.Weather.svg │ │ │ │ ├── org.gnome.Yelp.svg │ │ │ │ ├── org.gnome.almanah.svg │ │ │ │ ├── org.gnome.baobab.svg │ │ │ │ ├── org.gnome.bijiben.svg │ │ │ │ ├── org.gnome.books.svg │ │ │ │ ├── org.gnome.builder.svg │ │ │ │ ├── org.gnome.calendar.svg │ │ │ │ ├── org.gnome.cheese.svg │ │ │ │ ├── org.gnome.chess.svg │ │ │ │ ├── org.gnome.clocks.svg │ │ │ │ ├── org.gnome.dconf-editor.svg │ │ │ │ ├── org.gnome.design.Contrast.svg │ │ │ │ ├── org.gnome.dfeet.svg │ │ │ │ ├── org.gnome.documents.svg │ │ │ │ ├── org.gnome.eog.svg │ │ │ │ ├── org.gnome.epiphany.svg │ │ │ │ ├── org.gnome.files.svg │ │ │ │ ├── org.gnome.five-or-more.svg │ │ │ │ ├── org.gnome.font-viewer.svg │ │ │ │ ├── org.gnome.frogr.svg │ │ │ │ ├── org.gnome.gThumb.svg │ │ │ │ ├── org.gnome.games.svg │ │ │ │ ├── org.gnome.gbrainy.svg │ │ │ │ ├── org.gnome.gedit.svg │ │ │ │ ├── org.gnome.ghex.svg │ │ │ │ ├── org.gnome.gitg.svg │ │ │ │ ├── org.gnome.glabels-3.svg │ │ │ │ ├── org.gnome.gnome-2048.svg │ │ │ │ ├── org.gnome.gnome-mahjongg.svg │ │ │ │ ├── org.gnome.hitori.svg │ │ │ │ ├── org.gnome.iagno.svg │ │ │ │ ├── org.gnome.lollypop.svg │ │ │ │ ├── org.gnome.mahjongg.svg │ │ │ │ ├── org.gnome.maps.svg │ │ │ │ ├── org.gnome.meld.svg │ │ │ │ ├── org.gnome.music.svg │ │ │ │ ├── org.gnome.nautilus.svg │ │ │ │ ├── org.gnome.photos.svg │ │ │ │ ├── org.gnome.polari.svg │ │ │ │ ├── org.gnome.powerstats.svg │ │ │ │ ├── org.gnome.quadrapassel.svg │ │ │ │ ├── org.gnome.recipes.svg │ │ │ │ ├── org.gnome.seahorse.Application.svg │ │ │ │ ├── org.gnome.software.svg │ │ │ │ ├── org.gnome.todo.svg │ │ │ │ ├── org.gnome.totem.svg │ │ │ │ ├── org.gnome.tweak.svg │ │ │ │ ├── org.gnome.tweaks.desktop.svg │ │ │ │ ├── org.gnome.tweaks.svg │ │ │ │ ├── org.gnome.weather.application.svg │ │ │ │ ├── org.gnome.weather.svg │ │ │ │ ├── org.gnome.web.svg │ │ │ │ ├── org.gnu.emacs.svg │ │ │ │ ├── org.godotengine.Godot.svg │ │ │ │ ├── org.gottcode.NovProg.svg │ │ │ │ ├── org.gtk.Demo3.svg │ │ │ │ ├── org.gtk.Demo4.svg │ │ │ │ ├── org.gtk.WidgetFactory3.svg │ │ │ │ ├── org.gtk.WidgetFactory4.svg │ │ │ │ ├── org.inkscape.Inkscape.svg │ │ │ │ ├── org.joplinapp.joplin.svg │ │ │ │ ├── org.kde.Gwenview.svg │ │ │ │ ├── org.kde.amarok.svg │ │ │ │ ├── org.kde.ark.svg │ │ │ │ ├── org.kde.blogilo.svg │ │ │ │ ├── org.kde.calligraplan.svg │ │ │ │ ├── org.kde.calligrasheets.svg │ │ │ │ ├── org.kde.calligrastage.svg │ │ │ │ ├── org.kde.calligrawords.svg │ │ │ │ ├── org.kde.digikam.svg │ │ │ │ ├── org.kde.discover.svg │ │ │ │ ├── org.kde.distrowatcher.svg │ │ │ │ ├── org.kde.dolphin.svg │ │ │ │ ├── org.kde.dragonplayer.svg │ │ │ │ ├── org.kde.filelight.svg │ │ │ │ ├── org.kde.gwenview.svg │ │ │ │ ├── org.kde.k3b.svg │ │ │ │ ├── org.kde.kaddressbook.svg │ │ │ │ ├── org.kde.kalarm.svg │ │ │ │ ├── org.kde.karbon.svg │ │ │ │ ├── org.kde.kate.svg │ │ │ │ ├── org.kde.kblocks.svg │ │ │ │ ├── org.kde.kcalc.svg │ │ │ │ ├── org.kde.kdenlive.svg │ │ │ │ ├── org.kde.kget.svg │ │ │ │ ├── org.kde.kjots.svg │ │ │ │ ├── org.kde.kleopatra.svg │ │ │ │ ├── org.kde.klettres.svg │ │ │ │ ├── org.kde.kmahjongg.svg │ │ │ │ ├── org.kde.kmail.svg │ │ │ │ ├── org.kde.kmail2.svg │ │ │ │ ├── org.kde.kmines.svg │ │ │ │ ├── org.kde.kmix.svg │ │ │ │ ├── org.kde.knetattach.svg │ │ │ │ ├── org.kde.knetwalk.svg │ │ │ │ ├── org.kde.knotes.svg │ │ │ │ ├── org.kde.kolourpaint.svg │ │ │ │ ├── org.kde.kontact.svg │ │ │ │ ├── org.kde.konversation.svg │ │ │ │ ├── org.kde.korganizer.svg │ │ │ │ ├── org.kde.kpat.svg │ │ │ │ ├── org.kde.krename.svg │ │ │ │ ├── org.kde.krfb.svg │ │ │ │ ├── org.kde.krita.svg │ │ │ │ ├── org.kde.kronometer.svg │ │ │ │ ├── org.kde.krusader.svg │ │ │ │ ├── org.kde.ksnakeduel.svg │ │ │ │ ├── org.kde.ktorrent.svg │ │ │ │ ├── org.kde.ktouch.svg │ │ │ │ ├── org.kde.kwrite.svg │ │ │ │ ├── org.kde.lokalize.svg │ │ │ │ ├── org.kde.lskat.svg │ │ │ │ ├── org.kde.marble.svg │ │ │ │ ├── org.kde.okular.svg │ │ │ │ ├── org.kde.palapeli.svg │ │ │ │ ├── org.kde.partitionmanager.svg │ │ │ │ ├── org.kde.plasma.activitybar.svg │ │ │ │ ├── org.kde.plasma.activitypager.svg │ │ │ │ ├── org.kde.plasma.audiodeviceswitcher.svg │ │ │ │ ├── org.kde.plasma.bitcoinprice.svg │ │ │ │ ├── org.kde.plasma.bluetooth.svg │ │ │ │ ├── org.kde.plasma.caffeine-plus.svg │ │ │ │ ├── org.kde.plasma.calendar.svg │ │ │ │ ├── org.kde.plasma.clipboard.svg │ │ │ │ ├── org.kde.plasma.date.svg │ │ │ │ ├── org.kde.plasma.frame.svg │ │ │ │ ├── org.kde.plasma.icontasks.svg │ │ │ │ ├── org.kde.plasma.katesessions.svg │ │ │ │ ├── org.kde.plasma.kickerdash.svg │ │ │ │ ├── org.kde.plasma.konsoleprofiles.svg │ │ │ │ ├── org.kde.plasma.mediacontroller.svg │ │ │ │ ├── org.kde.plasma.mediacontrollercompact.svg │ │ │ │ ├── org.kde.plasma.mediaframe.svg │ │ │ │ ├── org.kde.plasma.multimediacontrols.svg │ │ │ │ ├── org.kde.plasma.networkmanagement.svg │ │ │ │ ├── org.kde.plasma.notes.svg │ │ │ │ ├── org.kde.plasma.notifications.svg │ │ │ │ ├── org.kde.plasma.pager.svg │ │ │ │ ├── org.kde.plasma.printmanager.svg │ │ │ │ ├── org.kde.plasma.quicklaunch.svg │ │ │ │ ├── org.kde.plasma.showActivityManager.svg │ │ │ │ ├── org.kde.plasma.showactivitymanager.svg │ │ │ │ ├── org.kde.plasma.showdesktop.svg │ │ │ │ ├── org.kde.plasma.systemloadviewer.svg │ │ │ │ ├── org.kde.plasma.userswitch.svg │ │ │ │ ├── org.kde.plasma.userswitcher.svg │ │ │ │ ├── org.kde.plasma.uswitcher.svg │ │ │ │ ├── org.kde.plasma.volume.svg │ │ │ │ ├── org.kde.plasma.weather.svg │ │ │ │ ├── org.kde.plasma.webbrowser.svg │ │ │ │ ├── org.kde.plasma.win7showdesktop.svg │ │ │ │ ├── org.kde.plasmatube.svg │ │ │ │ ├── org.kde.resourcesMonitor.svg │ │ │ │ ├── org.kde.showfoto.svg │ │ │ │ ├── org.kde.step.svg │ │ │ │ ├── org.kde.thermalMonitor.svg │ │ │ │ ├── org.kde.weatherWidget.svg │ │ │ │ ├── org.kde.yakuake.svg │ │ │ │ ├── org.keepassxc.KeePassXC.svg │ │ │ │ ├── org.krita.krita.svg │ │ │ │ ├── org.ksnip.ksnip.svg │ │ │ │ ├── org.libreoffice.LibreOffice-base.svg │ │ │ │ ├── org.libreoffice.LibreOffice-calc.svg │ │ │ │ ├── org.libreoffice.LibreOffice-draw.svg │ │ │ │ ├── org.libreoffice.LibreOffice-impress.svg │ │ │ │ ├── org.libreoffice.LibreOffice-math.svg │ │ │ │ ├── org.libreoffice.LibreOffice-startcenter.svg │ │ │ │ ├── org.libreoffice.LibreOffice-writer.svg │ │ │ │ ├── org.libreoffice.LibreOffice.base.svg │ │ │ │ ├── org.libreoffice.LibreOffice.calc.svg │ │ │ │ ├── org.libreoffice.LibreOffice.draw.svg │ │ │ │ ├── org.libreoffice.LibreOffice.impress.svg │ │ │ │ ├── org.libreoffice.LibreOffice.math.svg │ │ │ │ ├── org.libreoffice.LibreOffice.startcenter.svg │ │ │ │ ├── org.libreoffice.LibreOffice.writer.svg │ │ │ │ ├── org.linux_hardware.hw-probe.svg │ │ │ │ ├── org.midori_browser.Midori.svg │ │ │ │ ├── org.mozilla.Firefox.svg │ │ │ │ ├── org.mozilla.FirefoxDevEdition.svg │ │ │ │ ├── org.mozilla.FirefoxNightly.svg │ │ │ │ ├── org.mozilla.FirefoxNightlyWayland.svg │ │ │ │ ├── org.mozilla.Thunderbird.svg │ │ │ │ ├── org.mozilla.firefox.svg │ │ │ │ ├── org.mypaint.MyPaint.svg │ │ │ │ ├── org.neovim.nvim.svg │ │ │ │ ├── org.nextcloud.Nextcloud.svg │ │ │ │ ├── org.nxos.softwarecenter.svg │ │ │ │ ├── org.olivevideoeditor.Olive.svg │ │ │ │ ├── org.openshot.OpenShot.svg │ │ │ │ ├── org.openstreetmap.josm.svg │ │ │ │ ├── org.pantheon.noise.svg │ │ │ │ ├── org.phoenicis.playonlinux.svg │ │ │ │ ├── org.photoqt.PhotoQt.svg │ │ │ │ ├── org.pitivi.Pitivi.svg │ │ │ │ ├── org.ppsspp.PPSSPP.svg │ │ │ │ ├── org.pulseaudio.pavucontrol.svg │ │ │ │ ├── org.qbittorrent.qBittorrent.svg │ │ │ │ ├── org.qt-project.qtcreator.svg │ │ │ │ ├── org.remmina.Remmina.svg │ │ │ │ ├── org.shotcut.Shotcut.svg │ │ │ │ ├── org.signal.Signal.svg │ │ │ │ ├── org.speedcrunch.SpeedCrunch.svg │ │ │ │ ├── org.stellarium.Stellarium.svg │ │ │ │ ├── org.synfig.SynfigStudio.svg │ │ │ │ ├── org.taisei_project.Taisei.svg │ │ │ │ ├── org.telegram.desktop.svg │ │ │ │ ├── org.videolan.VLC.svg │ │ │ │ ├── org.vim.Vim.svg │ │ │ │ ├── org.virt_manager.virt-manager.svg │ │ │ │ ├── org.xfce.Dictionary.svg │ │ │ │ ├── org.xfce.Parole.svg │ │ │ │ ├── org.xfce.ScreenSaver.svg │ │ │ │ ├── org.xfce.about.svg │ │ │ │ ├── org.xfce.appfinder.svg │ │ │ │ ├── org.xfce.catfish.svg │ │ │ │ ├── org.xfce.mousepad.svg │ │ │ │ ├── org.xfce.notification.svg │ │ │ │ ├── org.xfce.panel.svg │ │ │ │ ├── org.xfce.parole.svg │ │ │ │ ├── org.xfce.powermanager.svg │ │ │ │ ├── org.xfce.screenshooter.svg │ │ │ │ ├── org.xfce.settings.accessibility.svg │ │ │ │ ├── org.xfce.settings.default-applications.svg │ │ │ │ ├── org.xfce.settings.display.svg │ │ │ │ ├── org.xfce.settings.manager.svg │ │ │ │ ├── org.xfce.taskmanager.svg │ │ │ │ ├── org.xfce.terminal.svg │ │ │ │ ├── org.xfce.thunar.svg │ │ │ │ ├── org.xfce.webbrowser.svg │ │ │ │ ├── org.xfce.workspaces.svg │ │ │ │ ├── org.xfce.xfdesktop.svg │ │ │ │ ├── org.xfce.xfwm4-tweaks.svg │ │ │ │ ├── org.xfce.xfwm4.svg │ │ │ │ ├── org.yorba.geary.svg │ │ │ │ ├── org.zealdocs.Zeal.svg │ │ │ │ ├── org.zim_wiki.Zim.svg │ │ │ │ ├── org.zimwiki.Zim.svg │ │ │ │ ├── org.zotero.Zotero.svg │ │ │ │ ├── org.zulip.Zulip.svg │ │ │ │ ├── osmo.svg │ │ │ │ ├── otter-browser.svg │ │ │ │ ├── oxygen.svg │ │ │ │ ├── p7z.svg │ │ │ │ ├── p7zip.svg │ │ │ │ ├── package-manager-icon.svg │ │ │ │ ├── package.svg │ │ │ │ ├── package_applications.svg │ │ │ │ ├── package_development.svg │ │ │ │ ├── package_development_debugger.svg │ │ │ │ ├── package_development_tools.svg │ │ │ │ ├── package_development_translation.svg │ │ │ │ ├── package_editor.svg │ │ │ │ ├── package_editors.svg │ │ │ │ ├── package_edutainment_languages.svg │ │ │ │ ├── package_edutainment_music.svg │ │ │ │ ├── package_favorite.svg │ │ │ │ ├── package_favourite.svg │ │ │ │ ├── package_games.svg │ │ │ │ ├── package_games_arcade.svg │ │ │ │ ├── package_games_card.svg │ │ │ │ ├── package_games_platformgame.svg │ │ │ │ ├── package_graphics.svg │ │ │ │ ├── package_graphics_photography.svg │ │ │ │ ├── package_graphics_scanning.svg │ │ │ │ ├── package_internet.svg │ │ │ │ ├── package_internet_email.svg │ │ │ │ ├── package_internet_p2p.svg │ │ │ │ ├── package_internet_remoteaccess.svg │ │ │ │ ├── package_multimedia.svg │ │ │ │ ├── package_multimedia_audiomixer.svg │ │ │ │ ├── package_multimedia_audioplayer.svg │ │ │ │ ├── package_multimedia_burning.svg │ │ │ │ ├── package_multimedia_jukebox.svg │ │ │ │ ├── package_network.svg │ │ │ │ ├── package_office_addressbook.svg │ │ │ │ ├── package_settings_network.svg │ │ │ │ ├── package_settings_power.svg │ │ │ │ ├── package_settings_sound.svg │ │ │ │ ├── package_settings_webbrowsing.svg │ │ │ │ ├── package_system_network.svg │ │ │ │ ├── package_utilities_web.svg │ │ │ │ ├── package_utility_archiving.svg │ │ │ │ ├── package_wordprocessing.svg │ │ │ │ ├── package_yast_apparmor.svg │ │ │ │ ├── package_yast_security.svg │ │ │ │ ├── packettracer.svg │ │ │ │ ├── paint-x.svg │ │ │ │ ├── paint.svg │ │ │ │ ├── pairs.svg │ │ │ │ ├── palapeli.svg │ │ │ │ ├── palaura.svg │ │ │ │ ├── palemoon.svg │ │ │ │ ├── palette.svg │ │ │ │ ├── palette_color.svg │ │ │ │ ├── palimpsest.svg │ │ │ │ ├── pamac-manager.svg │ │ │ │ ├── pamac-updater.svg │ │ │ │ ├── pamac.svg │ │ │ │ ├── pan.svg │ │ │ │ ├── panel-applets.svg │ │ │ │ ├── panel-searchtool.svg │ │ │ │ ├── panel.svg │ │ │ │ ├── paperwork.svg │ │ │ │ ├── paprefs.svg │ │ │ │ ├── paraview.svg │ │ │ │ ├── parcellite.svg │ │ │ │ ├── parlatype.svg │ │ │ │ ├── parole.svg │ │ │ │ ├── partimage.svg │ │ │ │ ├── partition-manager.svg │ │ │ │ ├── partitionmanager.svg │ │ │ │ ├── partitions.svg │ │ │ │ ├── pass.svg │ │ │ │ ├── pass2.svg │ │ │ │ ├── password-manager.svg │ │ │ │ ├── password.svg │ │ │ │ ├── passwords-app.svg │ │ │ │ ├── passwords.svg │ │ │ │ ├── patchbay.svg │ │ │ │ ├── pattern-apparmor.svg │ │ │ │ ├── pattern-kde.svg │ │ │ │ ├── pattern-kde4.svg │ │ │ │ ├── pavucontrol.svg │ │ │ │ ├── pavumeter.svg │ │ │ │ ├── pbchess.svg │ │ │ │ ├── pcalendar-pcal.svg │ │ │ │ ├── pcalendar-pcalc.svg │ │ │ │ ├── pcalendar.svg │ │ │ │ ├── pcbcalculator.svg │ │ │ │ ├── pcloud.svg │ │ │ │ ├── pcmanfm-mod.svg │ │ │ │ ├── pcmanfm.svg │ │ │ │ ├── pcsx-icon.svg │ │ │ │ ├── pcsx2.svg │ │ │ │ ├── pcsxr.svg │ │ │ │ ├── pdf-editor.svg │ │ │ │ ├── pdf-mix-tool.svg │ │ │ │ ├── pdf-presenter-console.svg │ │ │ │ ├── pdf-utility.svg │ │ │ │ ├── pdf-viewer.svg │ │ │ │ ├── pdf.svg │ │ │ │ ├── pdfchain.svg │ │ │ │ ├── pdfeditor.svg │ │ │ │ ├── pdfmixtool.svg │ │ │ │ ├── pdfmod.svg │ │ │ │ ├── pdfsam-alt.svg │ │ │ │ ├── pdfsam.svg │ │ │ │ ├── pdfshuffler.svg │ │ │ │ ├── peek.svg │ │ │ │ ├── pencil.svg │ │ │ │ ├── penguin-pegged.svg │ │ │ │ ├── persepolis.svg │ │ │ │ ├── personal-computer.svg │ │ │ │ ├── pgAdmin4.svg │ │ │ │ ├── pgadmin.svg │ │ │ │ ├── pgadmin3.svg │ │ │ │ ├── phonon-gstreamer.svg │ │ │ │ ├── phonon-vlc.scg │ │ │ │ ├── photivo.svg │ │ │ │ ├── photo-gstreamer.svg │ │ │ │ ├── photo-multimedia.viewer.svg │ │ │ │ ├── photo.svg │ │ │ │ ├── photocollage.svg │ │ │ │ ├── photolayoutseditor.svg │ │ │ │ ├── photoqt.svg │ │ │ │ ├── photos.svg │ │ │ │ ├── photoscape.svg │ │ │ │ ├── php.svg │ │ │ │ ├── phpstorm.svg │ │ │ │ ├── picard.svg │ │ │ │ ├── pick.svg │ │ │ │ ├── picmi.svg │ │ │ │ ├── pidgin.svg │ │ │ │ ├── pimsettingexporter.svg │ │ │ │ ├── pinegrow-web-editor.svg │ │ │ │ ├── pinegrow-web-pro.svg │ │ │ │ ├── pinegrow-web.svg │ │ │ │ ├── pinegrow.svg │ │ │ │ ├── pinot.svg │ │ │ │ ├── pinta.svg │ │ │ │ ├── pirut.svg │ │ │ │ ├── pithos.svg │ │ │ │ ├── pitivi.svg │ │ │ │ ├── pix.svg │ │ │ │ ├── pk-package-sources.svg │ │ │ │ ├── pk-packge-sources.svg │ │ │ │ ├── pkgbrowser.svg │ │ │ │ ├── pkgtool.svg │ │ │ │ ├── plan.svg │ │ │ │ ├── plank.svg │ │ │ │ ├── planner.svg │ │ │ │ ├── planwork.svg │ │ │ │ ├── plasma-media-center.svg │ │ │ │ ├── plasma-search.svg │ │ │ │ ├── plasma.svg │ │ │ │ ├── plasmadiscover.svg │ │ │ │ ├── plasmagik.svg │ │ │ │ ├── plasmashell.svg │ │ │ │ ├── playmymusic.svg │ │ │ │ ├── playonlinux.svg │ │ │ │ ├── playonlinux32.svg │ │ │ │ ├── plex-home-theater.svg │ │ │ │ ├── plex-server.svg │ │ │ │ ├── plex.svg │ │ │ │ ├── plg.svg │ │ │ │ ├── plugin-colorfilter.svg │ │ │ │ ├── plugin-kdecompat.svg │ │ │ │ ├── plugin-notification.svg │ │ │ │ ├── plugin-screenshot.svg │ │ │ │ ├── plugin-wallpaper.svg │ │ │ │ ├── plugin.svg │ │ │ │ ├── plugins-accessibility.svg │ │ │ │ ├── plugins-general.svg │ │ │ │ ├── plugins-window_management.svg │ │ │ │ ├── plv.svg │ │ │ │ ├── plymouth.svg │ │ │ │ ├── pnmixer.svg │ │ │ │ ├── podcast-amarok.svg │ │ │ │ ├── podcast.svg │ │ │ │ ├── polari.svg │ │ │ │ ├── pomidor.svg │ │ │ │ ├── pop3.svg │ │ │ │ ├── popcorntime.svg │ │ │ │ ├── popsicle.svg │ │ │ │ ├── porthole-icon.svg │ │ │ │ ├── porthole.svg │ │ │ │ ├── postman.svg │ │ │ │ ├── postscript-viewer.svg │ │ │ │ ├── power-management.svg │ │ │ │ ├── power.svg │ │ │ │ ├── pppoeconf.svg │ │ │ │ ├── ppsspp.svg │ │ │ │ ├── praga.svg │ │ │ │ ├── pragha.svg │ │ │ │ ├── preferences-accessibility.svg │ │ │ │ ├── preferences-accessibility1.svg │ │ │ │ ├── preferences-applications.svg │ │ │ │ ├── preferences-assistive-technology.svg │ │ │ │ ├── preferences-bluetooth.svg │ │ │ │ ├── preferences-calendar-and-task.svg │ │ │ │ ├── preferences-calendar-and-tasks.svg │ │ │ │ ├── preferences-calendar-tasks.svg │ │ │ │ ├── preferences-certificates.svg │ │ │ │ ├── preferences-color.svg │ │ │ │ ├── preferences-composer.svg │ │ │ │ ├── preferences-contact-list.svg │ │ │ │ ├── preferences-desktop-accessibility.svg │ │ │ │ ├── preferences-desktop-applications.svg │ │ │ │ ├── preferences-desktop-apps.svg │ │ │ │ ├── preferences-desktop-assistive-technology.svg │ │ │ │ ├── preferences-desktop-baloo.svg │ │ │ │ ├── preferences-desktop-color.svg │ │ │ │ ├── preferences-desktop-cryptography.svg │ │ │ │ ├── preferences-desktop-default-applications.svg │ │ │ │ ├── preferences-desktop-desktop-wallpaper.svg │ │ │ │ ├── preferences-desktop-display-color.svg │ │ │ │ ├── preferences-desktop-display.svg │ │ │ │ ├── preferences-desktop-effects.svg │ │ │ │ ├── preferences-desktop-font-installer.svg │ │ │ │ ├── preferences-desktop-font.svg │ │ │ │ ├── preferences-desktop-fonts.svg │ │ │ │ ├── preferences-desktop-gaming.svg │ │ │ │ ├── preferences-desktop-gestures-screenedges.svg │ │ │ │ ├── preferences-desktop-gestures-touch.svg │ │ │ │ ├── preferences-desktop-hotcorners.svg │ │ │ │ ├── preferences-desktop-icons.svg │ │ │ │ ├── preferences-desktop-keyboard-shortcuts.svg │ │ │ │ ├── preferences-desktop-keyboard.svg │ │ │ │ ├── preferences-desktop-launch-feedback.svg │ │ │ │ ├── preferences-desktop-locale.svg │ │ │ │ ├── preferences-desktop-multimedia.svg │ │ │ │ ├── preferences-desktop-notification-bell.svg │ │ │ │ ├── preferences-desktop-notification.svg │ │ │ │ ├── preferences-desktop-notifications.svg │ │ │ │ ├── preferences-desktop-online-accounts.svg │ │ │ │ ├── preferences-desktop-peripherals.svg │ │ │ │ ├── preferences-desktop-plasma-theme.svg │ │ │ │ ├── preferences-desktop-plasma.svg │ │ │ │ ├── preferences-desktop-remote-desktop.svg │ │ │ │ ├── preferences-desktop-screensaver │ │ │ │ ├── preferences-desktop-screensaver.svg │ │ │ │ ├── preferences-desktop-search.svg │ │ │ │ ├── preferences-desktop-sound.svg │ │ │ │ ├── preferences-desktop-text-to-speech.svg │ │ │ │ ├── preferences-desktop-theme-applications.svg │ │ │ │ ├── preferences-desktop-theme-global.svg │ │ │ │ ├── preferences-desktop-theme.svg │ │ │ │ ├── preferences-desktop-tweaks.svg │ │ │ │ ├── preferences-desktop-user-password.svg │ │ │ │ ├── preferences-desktop-user.svg │ │ │ │ ├── preferences-desktop-wallpaper.svg │ │ │ │ ├── preferences-desktop.svg │ │ │ │ ├── preferences-devices-scanner.svg │ │ │ │ ├── preferences-display-color.svg │ │ │ │ ├── preferences-gtk-config.svg │ │ │ │ ├── preferences-locale.svg │ │ │ │ ├── preferences-mail-accounts.svg │ │ │ │ ├── preferences-mail.svg │ │ │ │ ├── preferences-notification.svg │ │ │ │ ├── preferences-notifications.svg │ │ │ │ ├── preferences-other.svg │ │ │ │ ├── preferences-plugin.svg │ │ │ │ ├── preferences-remote-desktop.svg │ │ │ │ ├── preferences-security-apparmor.svg │ │ │ │ ├── preferences-security-firewall.svg │ │ │ │ ├── preferences-security-kerberos.svg │ │ │ │ ├── preferences-security.svg │ │ │ │ ├── preferences-sound.svg │ │ │ │ ├── preferences-system-bluetooth-inactive.svg │ │ │ │ ├── preferences-system-bluetooth.svg │ │ │ │ ├── preferences-system-brightness-lock.svg │ │ │ │ ├── preferences-system-directory.svg │ │ │ │ ├── preferences-system-firewall.svg │ │ │ │ ├── preferences-system-hotcorners.svg │ │ │ │ ├── preferences-system-login.svg │ │ │ │ ├── preferences-system-network-ldap.svg │ │ │ │ ├── preferences-system-network-proxy.svg │ │ │ │ ├── preferences-system-network-share.svg │ │ │ │ ├── preferences-system-network-sharing.svg │ │ │ │ ├── preferences-system-network.svg │ │ │ │ ├── preferences-system-notifications.svg │ │ │ │ ├── preferences-system-parental-controls.svg │ │ │ │ ├── preferences-system-performance.svg │ │ │ │ ├── preferences-system-power-management.svg │ │ │ │ ├── preferences-system-power.svg │ │ │ │ ├── preferences-system-privacy-housekeeping.svg │ │ │ │ ├── preferences-system-privacy.svg │ │ │ │ ├── preferences-system-search.svg │ │ │ │ ├── preferences-system-services.svg │ │ │ │ ├── preferences-system-session-services.svg │ │ │ │ ├── preferences-system-session.svg │ │ │ │ ├── preferences-system-sharing.svg │ │ │ │ ├── preferences-system-sound.svg │ │ │ │ ├── preferences-system-tabbox.svg │ │ │ │ ├── preferences-system-time.svg │ │ │ │ ├── preferences-system-users.svg │ │ │ │ ├── preferences-system-windows-actions.svg │ │ │ │ ├── preferences-system-windows-effect-flipswitch.svg │ │ │ │ ├── preferences-system-windows-move.svg │ │ │ │ ├── preferences-system-windows-movement.svg │ │ │ │ ├── preferences-system-windows.svg │ │ │ │ ├── preferences-system.svg │ │ │ │ ├── preferences-theme.svg │ │ │ │ ├── preferences-time.svg │ │ │ │ ├── preferences-tweaks-anim.svg │ │ │ │ ├── preferences-tweaks-animation.svg │ │ │ │ ├── preferences-tweaks-cerbere.svg │ │ │ │ ├── preferences-tweaks-shadows.svg │ │ │ │ ├── preferences-tweaks-slingshot.svg │ │ │ │ ├── preferences-ubuntu-panel.svg │ │ │ │ ├── preferences-user-information.svg │ │ │ │ ├── preferences-wallpaper.svg │ │ │ │ ├── preferences-web-browser-cache.svg │ │ │ │ ├── preferences-web-browser-identification.svg │ │ │ │ ├── preferences-web-browser-shortcuts.svg │ │ │ │ ├── preferences-web-browser-stylesheets.svg │ │ │ │ ├── preferences-windows-actions.svg │ │ │ │ ├── preferences-windows-move.svg │ │ │ │ ├── preferences-windows-movement.svg │ │ │ │ ├── preferences.svg │ │ │ │ ├── preferences_contact_list.svg │ │ │ │ ├── preferences_desktop_accessibility.svg │ │ │ │ ├── preferences_desktop_accessibility1.svg │ │ │ │ ├── preferences_desktop_color.svg │ │ │ │ ├── preferences_desktop_display.svg │ │ │ │ ├── preferences_desktop_font.svg │ │ │ │ ├── preferences_desktop_gaming.svg │ │ │ │ ├── preferences_desktop_locale.svg │ │ │ │ ├── preferences_desktop_notification.svg │ │ │ │ ├── preferences_desktop_sound.svg │ │ │ │ ├── preferences_desktop_theme.svg │ │ │ │ ├── preferences_desktop_user.svg │ │ │ │ ├── preferences_desktop_wallpaper.svg │ │ │ │ ├── preferences_system.svg │ │ │ │ ├── preferences_system_bluetooth.svg │ │ │ │ ├── preferences_system_time.svg │ │ │ │ ├── preferences_system_windows.svg │ │ │ │ ├── previewer.svg │ │ │ │ ├── printer-driver-deepin-cloud-print.svg │ │ │ │ ├── printer.svg │ │ │ │ ├── prism-google-calendar.svg │ │ │ │ ├── privacy.svg │ │ │ │ ├── process-viewer.svg │ │ │ │ ├── procman.svg │ │ │ │ ├── protonmail-desktop-unofficial.svg │ │ │ │ ├── protonmail-desktop.svg │ │ │ │ ├── proxy.svg │ │ │ │ ├── psensor.svg │ │ │ │ ├── pstree16.svg │ │ │ │ ├── puddletag.svg │ │ │ │ ├── pulseeffects.svg │ │ │ │ ├── pup.svg │ │ │ │ ├── pycad.svg │ │ │ │ ├── pycharm-community.svg │ │ │ │ ├── pycharm-education.svg │ │ │ │ ├── pycharm-professional.svg │ │ │ │ ├── pycharm.svg │ │ │ │ ├── pychess.svg │ │ │ │ ├── pynvim.svg │ │ │ │ ├── pyrenamer.svg │ │ │ │ ├── pysol.svg │ │ │ │ ├── python-2.3.svg │ │ │ │ ├── python-2.3svg │ │ │ │ ├── python-2.4.svg │ │ │ │ ├── python-2.5.svg │ │ │ │ ├── python-2.6.svg │ │ │ │ ├── python-2.7.svg │ │ │ │ ├── python-2.svg │ │ │ │ ├── python-3.0.svg │ │ │ │ ├── python-3.0svg │ │ │ │ ├── python-3.1.svg │ │ │ │ ├── python-3.1svg │ │ │ │ ├── python-3.2.svg │ │ │ │ ├── python-3.2svg │ │ │ │ ├── python-3.3.svg │ │ │ │ ├── python-3.3svg │ │ │ │ ├── python-3.4.svg │ │ │ │ ├── python-3.5.svg │ │ │ │ ├── python-3.6.svg │ │ │ │ ├── python-3.svg │ │ │ │ ├── python-all.svg │ │ │ │ ├── python-idle.svg │ │ │ │ ├── python.svg │ │ │ │ ├── python2.0.svg │ │ │ │ ├── python2.1.svg │ │ │ │ ├── python2.2.svg │ │ │ │ ├── python2.3.svg │ │ │ │ ├── python2.4.svg │ │ │ │ ├── python2.5.svg │ │ │ │ ├── python2.6.svg │ │ │ │ ├── python2.7.svg │ │ │ │ ├── python2.svg │ │ │ │ ├── python3.0.svg │ │ │ │ ├── python3.1.svg │ │ │ │ ├── python3.2.svg │ │ │ │ ├── python3.3.svg │ │ │ │ ├── python3.4.svg │ │ │ │ ├── python3.5.svg │ │ │ │ ├── python3.6.svg │ │ │ │ ├── python3.svg │ │ │ │ ├── q4_findmenu.svg │ │ │ │ ├── q4_netcon.svg │ │ │ │ ├── q4os-updatemgr.svg │ │ │ │ ├── q4wine.svg │ │ │ │ ├── qBittorrent.svg │ │ │ │ ├── qalculate-applet.svg │ │ │ │ ├── qalculate-gtk.svg │ │ │ │ ├── qalculate-kde.svg │ │ │ │ ├── qalculate.svg │ │ │ │ ├── qalculator.svg │ │ │ │ ├── qasmixer.svg │ │ │ │ ├── qbittorrent.svg │ │ │ │ ├── qcad.svg │ │ │ │ ├── qcalculator.svg │ │ │ │ ├── qdbusviewer-qt4.svg │ │ │ │ ├── qdbusviewer-qt5.svg │ │ │ │ ├── qdbusviewer.svg │ │ │ │ ├── qdbusviewer5.svg │ │ │ │ ├── qdirstat.svg │ │ │ │ ├── qedit.svg │ │ │ │ ├── qemu-system-aarch64.svg │ │ │ │ ├── qemu-system-arm.svg │ │ │ │ ├── qemu-system-i386.svg │ │ │ │ ├── qemu-system-x86_64-spice.svg │ │ │ │ ├── qemu-system-x86_64.svg │ │ │ │ ├── qemu.svg │ │ │ │ ├── qgit.svg │ │ │ │ ├── qgo.svg │ │ │ │ ├── qjack.svg │ │ │ │ ├── qjackctl.svg │ │ │ │ ├── qjoypad.svg │ │ │ │ ├── qlandkartegt.svg │ │ │ │ ├── qlipper.svg │ │ │ │ ├── qmapshack.svg │ │ │ │ ├── qmlscene.svg │ │ │ │ ├── qmmp.svg │ │ │ │ ├── qmplayer.svg │ │ │ │ ├── qoob.svg │ │ │ │ ├── qpdfview.svg │ │ │ │ ├── qpm.svg │ │ │ │ ├── qps │ │ │ │ ├── qps.svg │ │ │ │ ├── qqmusic.svg │ │ │ │ ├── qr-creator.svg │ │ │ │ ├── qreator.svg │ │ │ │ ├── qrqt.svg │ │ │ │ ├── qt-creator.svg │ │ │ │ ├── qt-designer.svg │ │ │ │ ├── qt-desingner.svg │ │ │ │ ├── qt-logo.svg │ │ │ │ ├── qt.svg │ │ │ │ ├── qt4-designer.svg │ │ │ │ ├── qt4-logo.svg │ │ │ │ ├── qt4logo.svg │ │ │ │ ├── qt5-logo.svg │ │ │ │ ├── qt5ct.svg │ │ │ │ ├── qtassistant.svg │ │ │ │ ├── qtconfig-qt4.svg │ │ │ │ ├── qtconfig-qt5.svg │ │ │ │ ├── qtconfig.svg │ │ │ │ ├── qtcreator-qt4.svg │ │ │ │ ├── qtcreator.svg │ │ │ │ ├── qtcreator_logo_32.svg │ │ │ │ ├── qtcreatorubuntu.svg │ │ │ │ ├── qtdbusviewer.svg │ │ │ │ ├── qtdesigner.svg │ │ │ │ ├── qterminal.svg │ │ │ │ ├── qtfm.svg │ │ │ │ ├── qtgain.svg │ │ │ │ ├── qtlinguist.svg │ │ │ │ ├── qtlinguistic.svg │ │ │ │ ├── qtlogo.svg │ │ │ │ ├── qtop.svg │ │ │ │ ├── qtox.svg │ │ │ │ ├── qtpartimage.svg │ │ │ │ ├── qtpass.svg │ │ │ │ ├── qtractor.svg │ │ │ │ ├── qtransmission.svg │ │ │ │ ├── quadrapassel.svg │ │ │ │ ├── qubzilla.svg │ │ │ │ ├── quick-launch-applet.svg │ │ │ │ ├── quick-lounge-applet.svg │ │ │ │ ├── quickDocs.svg │ │ │ │ ├── quicktime.svg │ │ │ │ ├── quiterss.svg │ │ │ │ ├── quodlibet.svg │ │ │ │ ├── qupzilla.svg │ │ │ │ ├── qutebrowser.svg │ │ │ │ ├── qv4l2.svg │ │ │ │ ├── qvidcap.svg │ │ │ │ ├── r-linux.svg │ │ │ │ ├── r-studio.svg │ │ │ │ ├── r.svg │ │ │ │ ├── radio.svg │ │ │ │ ├── radiotray-ng-on.svg │ │ │ │ ├── radiotray.svg │ │ │ │ ├── rage.svg │ │ │ │ ├── rambox.svg │ │ │ │ ├── ramme.svg │ │ │ │ ├── randr.svg │ │ │ │ ├── rapid.svg │ │ │ │ ├── rats-search-git.svg │ │ │ │ ├── raven-reader.svg │ │ │ │ ├── rawtherapee.svg │ │ │ │ ├── rclock.svg │ │ │ │ ├── re.sonny.Tangram.svg │ │ │ │ ├── realtimesync.svg │ │ │ │ ├── recipes.svg │ │ │ │ ├── reco.svg │ │ │ │ ├── recoll.svg │ │ │ │ ├── record-desktop.svg │ │ │ │ ├── recordmydesktop.svg │ │ │ │ ├── reddit-is-a-dead-bird.svg │ │ │ │ ├── reddit.svg │ │ │ │ ├── redhat-config-date.svg │ │ │ │ ├── redhat-config-language.svg │ │ │ │ ├── redhat-email.svg │ │ │ │ ├── redhat-filemanager.svg │ │ │ │ ├── redhat-games.svg │ │ │ │ ├── redhat-graphics.svg │ │ │ │ ├── redhat-internet.svg │ │ │ │ ├── redhat-preferences.svg │ │ │ │ ├── redhat-server_settings.svg │ │ │ │ ├── redhat-sound_video.svg │ │ │ │ ├── redhat-system_settings.svg │ │ │ │ ├── redhat-system_tools.svg │ │ │ │ ├── redhat-tools.svg │ │ │ │ ├── redhat-web-browser.svg │ │ │ │ ├── redshift-gtk.svg │ │ │ │ ├── redshift-icon-256.svg │ │ │ │ ├── redshift.svg │ │ │ │ ├── redshiftgui.svg │ │ │ │ ├── regedit.svg │ │ │ │ ├── regexxer.svg │ │ │ │ ├── rekonq.svg │ │ │ │ ├── remmina.svg │ │ │ │ ├── remote-desktop.svg │ │ │ │ ├── remote.svg │ │ │ │ ├── repository.svg │ │ │ │ ├── resaapplet.svg │ │ │ │ ├── resapplet.svg │ │ │ │ ├── retroshare.svg │ │ │ │ ├── revelation.svg │ │ │ │ ├── rg.gnome.Boxes.svg │ │ │ │ ├── rhythmbox.svg │ │ │ │ ├── ring-kde.svg │ │ │ │ ├── ring.svg │ │ │ │ ├── riot-web.svg │ │ │ │ ├── riot.svg │ │ │ │ ├── rip.svg │ │ │ │ ├── ripperx.svg │ │ │ │ ├── ristretto.svg │ │ │ │ ├── rodent-ps.svg │ │ │ │ ├── rodent.svg │ │ │ │ ├── root-file-manager.svg │ │ │ │ ├── rosa-imagewriter.svg │ │ │ │ ├── rosamp.svg │ │ │ │ ├── rox.svg │ │ │ │ ├── roxterm-gtk3.svg │ │ │ │ ├── roxterm.svg │ │ │ │ ├── rpmdrake.svg │ │ │ │ ├── rss.svg │ │ │ │ ├── rss_indicator.svg │ │ │ │ ├── rssguard.svg │ │ │ │ ├── rssnow.svg │ │ │ │ ├── rssowl.svg │ │ │ │ ├── rssreader-app.svg │ │ │ │ ├── rstudio.svg │ │ │ │ ├── samba.svg │ │ │ │ ├── samsung-driver.svg │ │ │ │ ├── sanata-.svg │ │ │ │ ├── sc-controller.svg │ │ │ │ ├── scanner.svg │ │ │ │ ├── scans2pdf.svg │ │ │ │ ├── schedule-tasks.svg │ │ │ │ ├── scid.svg │ │ │ │ ├── scratch-text-editor.svg │ │ │ │ ├── scratch.svg │ │ │ │ ├── screen-recorder.svg │ │ │ │ ├── screengrab.svg │ │ │ │ ├── screenie-qt.svg │ │ │ │ ├── screenie.svg │ │ │ │ ├── screenlets.svg │ │ │ │ ├── screenrecorder.svg │ │ │ │ ├── screensaver.svg │ │ │ │ ├── screenshot.svg │ │ │ │ ├── scudcloud.svg │ │ │ │ ├── seafile.svg │ │ │ │ ├── seahorse-applet.svg │ │ │ │ ├── seahorse-preferences.svg │ │ │ │ ├── seahorse.svg │ │ │ │ ├── seamonkey-mozilla-build.svg │ │ │ │ ├── seamonkey.svg │ │ │ │ ├── search.svg │ │ │ │ ├── searchmonkey.svg │ │ │ │ ├── security-medium.svg │ │ │ │ ├── security.svg │ │ │ │ ├── selene.svg │ │ │ │ ├── selinux.svg │ │ │ │ ├── semantik.svg │ │ │ │ ├── semn.svg │ │ │ │ ├── sendemail.svg │ │ │ │ ├── sepolicy.svg │ │ │ │ ├── serpentine.svg │ │ │ │ ├── session-properties.svg │ │ │ │ ├── set-language.svg │ │ │ │ ├── set_language.svg │ │ │ │ ├── setroubleshoot_icon.svg │ │ │ │ ├── setroubleshoot_red_icon.svg │ │ │ │ ├── settings-accessibility.svg │ │ │ │ ├── settings-date.svg │ │ │ │ ├── settings-locale.svg │ │ │ │ ├── settings-notifications.svg │ │ │ │ ├── settings-time.svg │ │ │ │ ├── settings-window-manager.svg │ │ │ │ ├── sgt-mines.svg │ │ │ │ ├── shaman.svg │ │ │ │ ├── share.svg │ │ │ │ ├── shortcuts.svg │ │ │ │ ├── shotcut.svg │ │ │ │ ├── shotwell.svg │ │ │ │ ├── show-background.svg │ │ │ │ ├── show-desktop.svg │ │ │ │ ├── show-photo.svg │ │ │ │ ├── showerthoughts2.svg │ │ │ │ ├── showfoto.svg │ │ │ │ ├── showimage.svg │ │ │ │ ├── showmypictures.svg │ │ │ │ ├── showphoto.svg │ │ │ │ ├── shutter.svg │ │ │ │ ├── sigil.svg │ │ │ │ ├── signal-desktop-beta.svg │ │ │ │ ├── signal-desktop.svg │ │ │ │ ├── signal.svg │ │ │ │ ├── sigram.svg │ │ │ │ ├── silicon-128.svg │ │ │ │ ├── silicon-22.svg │ │ │ │ ├── silicon-32.svg │ │ │ │ ├── silicon-48.svg │ │ │ │ ├── silicon-64.svg │ │ │ │ ├── simple-ccsm.svg │ │ │ │ ├── simple-scan.svg │ │ │ │ ├── simplenote.svg │ │ │ │ ├── simplescan.svg │ │ │ │ ├── simplescreenrecorder-recording.svg │ │ │ │ ├── simplescreenrecorder.svg │ │ │ │ ├── skanlite.svg │ │ │ │ ├── skrooge-black.svg │ │ │ │ ├── skrooge.svg │ │ │ │ ├── skype-call-recorder.svg │ │ │ │ ├── skype.svg │ │ │ │ ├── skype_protocol.svg │ │ │ │ ├── skypeforlinux.svg │ │ │ │ ├── slack.svg │ │ │ │ ├── slidewall.svg │ │ │ │ ├── slimjet.svg │ │ │ │ ├── slingscold.svg │ │ │ │ ├── smart.svg │ │ │ │ ├── smartcode-stremio.svg │ │ │ │ ├── smartgit.svg │ │ │ │ ├── smartgithg.svg │ │ │ │ ├── smartsynchronize.svg │ │ │ │ ├── smc.svg │ │ │ │ ├── smplayer.svg │ │ │ │ ├── smtube.svg │ │ │ │ ├── smuxi-frontend-gnome.svg │ │ │ │ ├── smuxi.svg │ │ │ │ ├── snes.svg │ │ │ │ ├── snes9x-gtk.svg │ │ │ │ ├── snes9x.svg │ │ │ │ ├── software-center.svg │ │ │ │ ├── software-manager.svg │ │ │ │ ├── software-properties-mint.svg │ │ │ │ ├── software-properties.svg │ │ │ │ ├── software-sources.svg │ │ │ │ ├── software-store.svg │ │ │ │ ├── software-update-available.svg │ │ │ │ ├── software-update-urgent.svg │ │ │ │ ├── software.svg │ │ │ │ ├── softwarecenter-debian.svg │ │ │ │ ├── softwarecenter-ubuntu.svg │ │ │ │ ├── softwarecenter.svg │ │ │ │ ├── softwarecentre.svg │ │ │ │ ├── softwarestore.svg │ │ │ │ ├── sogou_notify.svg │ │ │ │ ├── sogoupinyin.svg │ │ │ │ ├── sonata.svg │ │ │ │ ├── soulseek.svg │ │ │ │ ├── sound-recorder.svg │ │ │ │ ├── sound_mixers_section.svg │ │ │ │ ├── soundconverter-logo.svg │ │ │ │ ├── soundconverter.svg │ │ │ │ ├── soundkconverter.svg │ │ │ │ ├── sourcery.svg │ │ │ │ ├── space-usage.svg │ │ │ │ ├── spacefm-find.svg │ │ │ │ ├── spacefm.svg │ │ │ │ ├── spacemacs.svg │ │ │ │ ├── speakers.svg │ │ │ │ ├── spectacle.svg │ │ │ │ ├── spectral.svg │ │ │ │ ├── spectrum.svg │ │ │ │ ├── speedcrunch.svg │ │ │ │ ├── spotify-client.svg │ │ │ │ ├── spotify-linux-48x48.svg │ │ │ │ ├── spotify-linux-512x512.svg │ │ │ │ ├── spotify-web-player.svg │ │ │ │ ├── spotify.svg │ │ │ │ ├── spotify_A.svg │ │ │ │ ├── spotifywebplayer.svg │ │ │ │ ├── ssb-patchwork.svg │ │ │ │ ├── ssh-askpass-gnome.svg │ │ │ │ ├── stacer.svg │ │ │ │ ├── standard-notes.svg │ │ │ │ ├── starbound.svg │ │ │ │ ├── starcal2.svg │ │ │ │ ├── stardict_16x16.svg │ │ │ │ ├── stardict_32x32.svg │ │ │ │ ├── starred.svg │ │ │ │ ├── start-here-debian.svg │ │ │ │ ├── start-here-manjaro.svg │ │ │ │ ├── startup-manager.svg │ │ │ │ ├── startupmanager.svg │ │ │ │ ├── station.svg │ │ │ │ ├── steadyflow.svg │ │ │ │ ├── steam-icon.svg │ │ │ │ ├── steam-launcher.svg │ │ │ │ ├── steam.svg │ │ │ │ ├── steam_icon_10.svg │ │ │ │ ├── steam_icon_22600.svg │ │ │ │ ├── steam_icon_233840.svg │ │ │ │ ├── steam_icon_280680.svg │ │ │ │ ├── steam_icon_286160.svg │ │ │ │ ├── steam_icon_365670.svg │ │ │ │ ├── steam_icon_380840.svg │ │ │ │ ├── steam_icon_404790.svg │ │ │ │ ├── steam_icon_450140.svg │ │ │ │ ├── steamos-logo-icon.svg │ │ │ │ ├── steampowered.svg │ │ │ │ ├── steamskinmanager.svg │ │ │ │ ├── stellarium.svg │ │ │ │ ├── sticky-notes.svg │ │ │ │ ├── stiky-notes.svg │ │ │ │ ├── stock-addressbook.svg │ │ │ │ ├── stock-preferences-desktop-remote-desktop.svg │ │ │ │ ├── stock_about.svg │ │ │ │ ├── stock_addressbook.svg │ │ │ │ ├── stock_alarm.svg │ │ │ │ ├── stock_bluetooh.svg │ │ │ │ ├── stock_bluetooth.svg │ │ │ │ ├── stock_calendar-and-tasks.svg │ │ │ │ ├── stock_calendar.svg │ │ │ │ ├── stock_dialog-info.svg │ │ │ │ ├── stock_file-manager.svg │ │ │ │ ├── stock_help-agent.svg │ │ │ │ ├── stock_help.svg │ │ │ │ ├── stock_insert_note.svg │ │ │ │ ├── stock_internet.svg │ │ │ │ ├── stock_keyring.svg │ │ │ │ ├── stock_mail-compose.svg │ │ │ │ ├── stock_mail.svg │ │ │ │ ├── stock_new-24h-appoinment.svg │ │ │ │ ├── stock_new-appoinment.svg │ │ │ │ ├── stock_new-meeting.svg │ │ │ │ ├── stock_new-spreadsheet.svg │ │ │ │ ├── stock_news.svg │ │ │ │ ├── stock_notes.svg │ │ │ │ ├── stock_people.svg │ │ │ │ ├── stock_sylpheed.svg │ │ │ │ ├── stock_task.svg │ │ │ │ ├── stock_tasks.svg │ │ │ │ ├── stock_unknown.svg │ │ │ │ ├── stock_view-details.svg │ │ │ │ ├── stock_xfburn-audio-cd.svg │ │ │ │ ├── stock_xfburn.svg │ │ │ │ ├── stremio.svg │ │ │ │ ├── strigi.svg │ │ │ │ ├── studio.svg │ │ │ │ ├── style.svg │ │ │ │ ├── sublime-merge.svg │ │ │ │ ├── sublime-text-2.svg │ │ │ │ ├── sublime-text-3.svg │ │ │ │ ├── sublime-text.svg │ │ │ │ ├── sublime-text2.svg │ │ │ │ ├── sublime.svg │ │ │ │ ├── sublime3-text.svg │ │ │ │ ├── sublime_merge.svg │ │ │ │ ├── sublime_text.svg │ │ │ │ ├── sublime_text2.svg │ │ │ │ ├── sublimemerge.svg │ │ │ │ ├── sublimetext.svg │ │ │ │ ├── subtitleeditor.svg │ │ │ │ ├── sun-control.svg │ │ │ │ ├── sun-java-7.svg │ │ │ │ ├── sun-java-jdk10.svg │ │ │ │ ├── sun-java-jdk5.svg │ │ │ │ ├── sun-java-jdk6.svg │ │ │ │ ├── sun-java-jdk7.svg │ │ │ │ ├── sun-java-jdk8.svg │ │ │ │ ├── sun-java-jdk9.svg │ │ │ │ ├── sun-java-jre10.svg │ │ │ │ ├── sun-java-jre8.svg │ │ │ │ ├── sun-java-sdk6.svg │ │ │ │ ├── sun-java-sdk7.svg │ │ │ │ ├── sun-java.svg │ │ │ │ ├── sun-java32-jdk5.svg │ │ │ │ ├── sun-java32-jdk6.svg │ │ │ │ ├── sun-java32-jdk7.svg │ │ │ │ ├── sun-java32-jdk8.svg │ │ │ │ ├── sun-java6.svg │ │ │ │ ├── sun-java7.svg │ │ │ │ ├── sun-java8.svg │ │ │ │ ├── sun-javaws-jdk10.svg │ │ │ │ ├── sun-javaws-jdk6.svg │ │ │ │ ├── sun-javaws-jdk7.svg │ │ │ │ ├── sun-javaws-jdk8.svg │ │ │ │ ├── sun-javaws-jdk9.svg │ │ │ │ ├── sun-javaws-jre10.svg │ │ │ │ ├── sun-javaws-jre8.svg │ │ │ │ ├── sun-javaws.svg │ │ │ │ ├── sun-javaws32-jdk6.svg │ │ │ │ ├── sun-javaws32-jdk7.svg │ │ │ │ ├── sun-javaws32-jdk8.svg │ │ │ │ ├── sun-jcontrol-jdk10.svg │ │ │ │ ├── sun-jcontrol-jdk6.svg │ │ │ │ ├── sun-jcontrol-jdk7.svg │ │ │ │ ├── sun-jcontrol-jdk8.svg │ │ │ │ ├── sun-jcontrol-jdk9.svg │ │ │ │ ├── sun-jcontrol-jre10.svg │ │ │ │ ├── sun-jcontrol-jre8.svg │ │ │ │ ├── sun-jcontrol.svg │ │ │ │ ├── sun-jcontrol32-jdk6.svg │ │ │ │ ├── sun-jcontrol32-jdk7.svg │ │ │ │ ├── sun-jcontrol32-jdk8.svg │ │ │ │ ├── sun_java-6.svg │ │ │ │ ├── sun_java-7.svg │ │ │ │ ├── sun_java.svg │ │ │ │ ├── sun_java6.svg │ │ │ │ ├── sun_java7.svg │ │ │ │ ├── supertux2.svg │ │ │ │ ├── supertuxkart.svg │ │ │ │ ├── susehelpcenter.svg │ │ │ │ ├── susers.svg │ │ │ │ ├── swcentre.svg │ │ │ │ ├── sweeper.svg │ │ │ │ ├── sweethome3d.svg │ │ │ │ ├── switchuser.svg │ │ │ │ ├── sylpheed-128x128.svg │ │ │ │ ├── sylpheed-64x64.svg │ │ │ │ ├── sylpheed.svg │ │ │ │ ├── sylpheed3.svg │ │ │ │ ├── synaptic.svg │ │ │ │ ├── syncterm.svg │ │ │ │ ├── syncthing-gtk.svg │ │ │ │ ├── syncthing.svg │ │ │ │ ├── syncthingtray.svg │ │ │ │ ├── synfig.svg │ │ │ │ ├── synfig_icon.svg │ │ │ │ ├── synfigstudio.svg │ │ │ │ ├── syntevo-smartgit.svg │ │ │ │ ├── synthesia.svg │ │ │ │ ├── sysprof-icon.svg │ │ │ │ ├── sysprof.svg │ │ │ │ ├── system-config-authentication.svg │ │ │ │ ├── system-config-boot.svg │ │ │ │ ├── system-config-date.svg │ │ │ │ ├── system-config-display.svg │ │ │ │ ├── system-config-displayca.svg │ │ │ │ ├── system-config-firewall.svg │ │ │ │ ├── system-config-keyboard.svg │ │ │ │ ├── system-config-language.svg │ │ │ │ ├── system-config-printer.svg │ │ │ │ ├── system-config-samba.svg │ │ │ │ ├── system-config-selinux.svg │ │ │ │ ├── system-config-services.svg │ │ │ │ ├── system-config-users.svg │ │ │ │ ├── system-error-alt.svg │ │ │ │ ├── system-error.svg │ │ │ │ ├── system-file-manager-old.svg │ │ │ │ ├── system-file-manager-panel.svg │ │ │ │ ├── system-file-manager.svg │ │ │ │ ├── system-help.svg │ │ │ │ ├── system-installer.svg │ │ │ │ ├── system-istaller.svg │ │ │ │ ├── system-lock-screen-symbolic.svg │ │ │ │ ├── system-lock-screen.svg │ │ │ │ ├── system-log-viewer.svg │ │ │ │ ├── system-monitor.svg │ │ │ │ ├── system-os-installer.svg │ │ │ │ ├── system-run.svg │ │ │ │ ├── system-search.svg │ │ │ │ ├── system-settings.svg │ │ │ │ ├── system-software-install.svg │ │ │ │ ├── system-software-installer.svg │ │ │ │ ├── system-software-update.svg │ │ │ │ ├── system-switch-java.svg │ │ │ │ ├── system-switch-user.svg │ │ │ │ ├── system-upgrade.svg │ │ │ │ ├── system-users.svg │ │ │ │ ├── system-utilities-logviewer.svg │ │ │ │ ├── system-virtualbox.svg │ │ │ │ ├── system.svg │ │ │ │ ├── system76-driver.svg │ │ │ │ ├── system_file_manager.svg │ │ │ │ ├── system_help.svg │ │ │ │ ├── system_section.svg │ │ │ │ ├── system_users.svg │ │ │ │ ├── systemback.svg │ │ │ │ ├── systempreferences.svg │ │ │ │ ├── systemsettings.svg │ │ │ │ ├── tableplus.svg │ │ │ │ ├── tagua.svg │ │ │ │ ├── taisei.svg │ │ │ │ ├── tamtam-app.svg │ │ │ │ ├── tauonmb.svg │ │ │ │ ├── tdenetworkmanager.svg │ │ │ │ ├── tdescreensaver.svg │ │ │ │ ├── tdmconfig.svg │ │ │ │ ├── teams-for-linux.svg │ │ │ │ ├── teams.svg │ │ │ │ ├── teamviewer.svg │ │ │ │ ├── teeworlds.svg │ │ │ │ ├── telegram-desktop.svg │ │ │ │ ├── telegram.svg │ │ │ │ ├── telepathy-kde.svg │ │ │ │ ├── telepathy.svg │ │ │ │ ├── temps.svg │ │ │ │ ├── terasology.svg │ │ │ │ ├── terminal-tango.svg │ │ │ │ ├── terminal.svg │ │ │ │ ├── terminator-128.svg │ │ │ │ ├── terminator.svg │ │ │ │ ├── terminix.svg │ │ │ │ ├── terminology.svg │ │ │ │ ├── terra.svg │ │ │ │ ├── tespeak-gui.svg │ │ │ │ ├── texstudio.svg │ │ │ │ ├── text-editor.svg │ │ │ │ ├── text-x-python3.svg │ │ │ │ ├── text.svg │ │ │ │ ├── textadept.svg │ │ │ │ ├── theme-config.svg │ │ │ │ ├── thememgr.svg │ │ │ │ ├── thermal-monitor.svg │ │ │ │ ├── thinderbird-icon.svg │ │ │ │ ├── thunar-dropbox.svg │ │ │ │ ├── thunar-filemanager.svg │ │ │ │ ├── thunar-settings.svg │ │ │ │ ├── thunar.svg │ │ │ │ ├── thunderbird-3.0.svg │ │ │ │ ├── thunderbird-beta-bin.svg │ │ │ │ ├── thunderbird-beta.svg │ │ │ │ ├── thunderbird-branded.svg │ │ │ │ ├── thunderbird-early-bird.svg │ │ │ │ ├── thunderbird-icon-unbranded.svg │ │ │ │ ├── thunderbird-icon.svg │ │ │ │ ├── thunderbird-mozilla-build.svg │ │ │ │ ├── thunderbird-trunk.svg │ │ │ │ ├── thunderbird.svg │ │ │ │ ├── thunderbolt.svg │ │ │ │ ├── tiddlydesktop.svg │ │ │ │ ├── tild.svg │ │ │ │ ├── tilda.svg │ │ │ │ ├── tilix.svg │ │ │ │ ├── time-admin.svg │ │ │ │ ├── time.svg │ │ │ │ ├── timekpr.svg │ │ │ │ ├── timer-applet.svg │ │ │ │ ├── timeset-gui-icon.svg │ │ │ │ ├── timeset.svg │ │ │ │ ├── timeshift.svg │ │ │ │ ├── timevault.svg │ │ │ │ ├── tint2.svg │ │ │ │ ├── tint2conf.svg │ │ │ │ ├── tkonversation.svg │ │ │ │ ├── tkonversation16x16.svg │ │ │ │ ├── tkpacman-icon.svg │ │ │ │ ├── tkpacman.svg │ │ │ │ ├── to-do-app.svg │ │ │ │ ├── todoist.svg │ │ │ │ ├── todolist.svg │ │ │ │ ├── tomboy-16.svg │ │ │ │ ├── tomboy-32.svg │ │ │ │ ├── tomboy-note.svg │ │ │ │ ├── tomboy-panel.svg │ │ │ │ ├── tomboy.svg │ │ │ │ ├── tools-report-bug.svg │ │ │ │ ├── tools-wizard.svg │ │ │ │ ├── tootle.svg │ │ │ │ ├── top.svg │ │ │ │ ├── tor-browser-en.svg │ │ │ │ ├── tor-browser-ru.svg │ │ │ │ ├── tor-browser.svg │ │ │ │ ├── tor.svg │ │ │ │ ├── torbrowser.svg │ │ │ │ ├── torbrowser.svg.svg │ │ │ │ ├── torguard.svg │ │ │ │ ├── totem.svg │ │ │ │ ├── tracker-applet-default.svg │ │ │ │ ├── tracker.svg │ │ │ │ ├── tranquil.svg │ │ │ │ ├── transgui-2.svg │ │ │ │ ├── transgui.svg │ │ │ │ ├── translator.svg │ │ │ │ ├── transmageddon.svg │ │ │ │ ├── transmission-gtk.svg │ │ │ │ ├── transmission-qt.svg │ │ │ │ ├── transmission-remote-gtk.svg │ │ │ │ ├── transmission-remote-qt.svg │ │ │ │ ├── transmission-tray-icon.svg │ │ │ │ ├── transmission.svg │ │ │ │ ├── tremotesf.svg │ │ │ │ ├── tribler.svg │ │ │ │ ├── trojita.svg │ │ │ │ ├── tromchat.svg │ │ │ │ ├── tsclient-applet.svg │ │ │ │ ├── tsclient.svg │ │ │ │ ├── tunesview.svg │ │ │ │ ├── turpial.svg │ │ │ │ ├── tuxboot.svg │ │ │ │ ├── tuxpaint.svg │ │ │ │ ├── tv.kodi.Kodi.svg │ │ │ │ ├── twin.svg │ │ │ │ ├── twitgoo_uploader.svg │ │ │ │ ├── twitpic_uploader.svg │ │ │ │ ├── twitter-logo.svg │ │ │ │ ├── twitter.svg │ │ │ │ ├── twitter_microblog.svg │ │ │ │ ├── twitux.svg │ │ │ │ ├── typecatcher.svg │ │ │ │ ├── typhoon.svg │ │ │ │ ├── typora.svg │ │ │ │ ├── ubiquity-kde.svg │ │ │ │ ├── ubiquity.svg │ │ │ │ ├── ubuntu-cleaner.svg │ │ │ │ ├── ubuntu-kylin-software-center.svg │ │ │ │ ├── ubuntu-online-tour.svg │ │ │ │ ├── ubuntu-qtcreator.svg │ │ │ │ ├── ubuntu-software-center.svg │ │ │ │ ├── ubuntu-tweak.svg │ │ │ │ ├── ubuntu.svg │ │ │ │ ├── ubuntuone-client.svg │ │ │ │ ├── ubuntuone-installer.svg │ │ │ │ ├── ubuntuone.svg │ │ │ │ ├── ubuntuoneUP.svg │ │ │ │ ├── ubuntusoftware.svg │ │ │ │ ├── ubuntustudio-audio.svg │ │ │ │ ├── ubuntustudio-effects.svg │ │ │ │ ├── ubuntustudio-graphics.svg │ │ │ │ ├── ubuntustudio-mixers.svg │ │ │ │ ├── ubuntustudio-photography.svg │ │ │ │ ├── ubuntustudio-video.svg │ │ │ │ ├── ue4editor.svg │ │ │ │ ├── ufw-frontends.svg │ │ │ │ ├── uget-icon.svg │ │ │ │ ├── uget.svg │ │ │ │ ├── ukui-power-manager.svg │ │ │ │ ├── ukui-power-statistics.svg │ │ │ │ ├── ulauncher.svg │ │ │ │ ├── unetbootin.svg │ │ │ │ ├── unity-color-panel.svg │ │ │ │ ├── unity-control-center.svg │ │ │ │ ├── unity-datetime-panel.svg │ │ │ │ ├── unity-display-panel.svg │ │ │ │ ├── unity-editor-icon.svg │ │ │ │ ├── unity-lens-photos.svg │ │ │ │ ├── unity-mail-icon.svg │ │ │ │ ├── unity-mail.svg │ │ │ │ ├── unity-power-panel.svg │ │ │ │ ├── unity-sound-panel.svg │ │ │ │ ├── unity-tweak-tool-appearance.svg │ │ │ │ ├── unity-tweak-tool.svg │ │ │ │ ├── unity-webapps-amazoncloudreader.svg │ │ │ │ ├── unity-webapps-facebook.svg │ │ │ │ ├── unity-webapps-gmail.svg │ │ │ │ ├── unity-webapps-google-calendar.svg │ │ │ │ ├── unity-webapps-lastfm.svg │ │ │ │ ├── unity-webapps-mail-ru.svg │ │ │ │ ├── unity-webapps-news-mail-ru.svg │ │ │ │ ├── unity-webapps-telegram.svg │ │ │ │ ├── unity_mail.svg │ │ │ │ ├── unityhub.svg │ │ │ │ ├── update-manager.svg │ │ │ │ ├── update-notifier.svg │ │ │ │ ├── update.svg │ │ │ │ ├── urxvt.svg │ │ │ │ ├── urxvt_48x48.svg │ │ │ │ ├── us.zoom.Zoom.svg │ │ │ │ ├── usb-creator-gtk.svg │ │ │ │ ├── usb-creator-kde.svg │ │ │ │ ├── usb-creator.svg │ │ │ │ ├── usd-xrandr.svg │ │ │ │ ├── user-file-manager.svg │ │ │ │ ├── user-identity.svg │ │ │ │ ├── user-info.svg │ │ │ │ ├── user.svg │ │ │ │ ├── user_auth.svg │ │ │ │ ├── user_icon.svg │ │ │ │ ├── userdrake.svg │ │ │ │ ├── userinfo.svg │ │ │ │ ├── users-admin.svg │ │ │ │ ├── users.svg │ │ │ │ ├── utilies-bug-reporter.svg │ │ │ │ ├── utilities-calendar.svg │ │ │ │ ├── utilities-charactermap.svg │ │ │ │ ├── utilities-clock.svg │ │ │ │ ├── utilities-desktop-extra.svg │ │ │ │ ├── utilities-dictionary.svg │ │ │ │ ├── utilities-energy-monitor.svg │ │ │ │ ├── utilities-file-archiver.svg │ │ │ │ ├── utilities-file-manager.svg │ │ │ │ ├── utilities-launcher.svg │ │ │ │ ├── utilities-log-viewer.svg │ │ │ │ ├── utilities-notes.svg │ │ │ │ ├── utilities-root-terminal.svg │ │ │ │ ├── utilities-system-monitor.svg │ │ │ │ ├── utilities-terminal-root.svg │ │ │ │ ├── utilities-terminal.svg │ │ │ │ ├── utilities-terminal_su.svg │ │ │ │ ├── utilities-text-editor.svg │ │ │ │ ├── utilities-tweak-tool.svg │ │ │ │ ├── utilities-x-terminal.svg │ │ │ │ ├── utilities_file_archiver.svg │ │ │ │ ├── utilities_log_viewer.svg │ │ │ │ ├── utilities_system_monitor.svg │ │ │ │ ├── utilities_terminal.svg │ │ │ │ ├── utox.svg │ │ │ │ ├── uxterm.svg │ │ │ │ ├── vala-panel.svg │ │ │ │ ├── vala-terminal.svg │ │ │ │ ├── variety.svg │ │ │ │ ├── vbam.svg │ │ │ │ ├── vcalendar.svg │ │ │ │ ├── vectr.svg │ │ │ │ ├── veracrypt.svg │ │ │ │ ├── veracrypt.xpm.svg │ │ │ │ ├── verbiste.svg │ │ │ │ ├── viber.svg │ │ │ │ ├── victor-vran.svg │ │ │ │ ├── vidcutter.svg │ │ │ │ ├── video-card.svg │ │ │ │ ├── video-display.svg │ │ │ │ ├── video-player.svg │ │ │ │ ├── videogames.svg │ │ │ │ ├── videoplayer.svg │ │ │ │ ├── vidiot.svg │ │ │ │ ├── view-media-playlist.svg │ │ │ │ ├── view-pim-calendar.svg │ │ │ │ ├── view-radiostream.svg │ │ │ │ ├── view-resource-calendar.svg │ │ │ │ ├── viewnior.svg │ │ │ │ ├── viking.svg │ │ │ │ ├── vim-16.svg │ │ │ │ ├── vim-32.svg │ │ │ │ ├── vim-48.svg │ │ │ │ ├── vim-qt.svg │ │ │ │ ├── vim.svg │ │ │ │ ├── vimlogo.svg │ │ │ │ ├── vinagre.svg │ │ │ │ ├── virt-manager.svg │ │ │ │ ├── virt-viewer.svg │ │ │ │ ├── virtual-box.svg │ │ │ │ ├── virtualbox-3.1.svg │ │ │ │ ├── virtualbox-bin.svg │ │ │ │ ├── virtualbox-nonfree.svg │ │ │ │ ├── virtualbox-ose.svg │ │ │ │ ├── virtualbox-vbox.svg │ │ │ │ ├── virtualbox.svg │ │ │ │ ├── virtualbox_B.svg │ │ │ │ ├── visual-studio-code-bin.svg │ │ │ │ ├── visual-studio-code-insiders.svg │ │ │ │ ├── visual-studio-code.svg │ │ │ │ ├── visualstudiocode.svg │ │ │ │ ├── visualvm.svg │ │ │ │ ├── vivaldi-snapshot.svg │ │ │ │ ├── vivaldi-stable.svg │ │ │ │ ├── vivaldi.svg │ │ │ │ ├── vlc-kb.svg │ │ │ │ ├── vlc.svg │ │ │ │ ├── vmplayer.svg │ │ │ │ ├── vmware-netcfg.svg │ │ │ │ ├── vmware-player.svg │ │ │ │ ├── vmware-workstation.svg │ │ │ │ ├── vocal.svg │ │ │ │ ├── vokoscreen.svg │ │ │ │ ├── volume-knob.svg │ │ │ │ ├── volume.svg │ │ │ │ ├── vsc.svg │ │ │ │ ├── vscode.svg │ │ │ │ ├── vscodium.svg │ │ │ │ ├── vso.svg │ │ │ │ ├── vuescan.svg │ │ │ │ ├── vvave.svg │ │ │ │ ├── wallet-closed.svg │ │ │ │ ├── wallet-open.svg │ │ │ │ ├── wallet.svg │ │ │ │ ├── wallpaper.svg │ │ │ │ ├── wargus.svg │ │ │ │ ├── waterfox-classic.svg │ │ │ │ ├── waterfox-current.svg │ │ │ │ ├── waterfox-icon.svg │ │ │ │ ├── waterfox.svg │ │ │ │ ├── weather-app.svg │ │ │ │ ├── weather-clear.svg │ │ │ │ ├── weather-widget.svg │ │ │ │ ├── weather.svg │ │ │ │ ├── web-aim.svg │ │ │ │ ├── web-amazon.svg │ │ │ │ ├── web-browser-app.svg │ │ │ │ ├── web-browser-chrome.svg │ │ │ │ ├── web-browser-chromium.svg │ │ │ │ ├── web-browser-opera.svg │ │ │ │ ├── web-browser.svg │ │ │ │ ├── web-copy.svg │ │ │ │ ├── web-discord.svg │ │ │ │ ├── web-dropbox.svg │ │ │ │ ├── web-evernote.svg │ │ │ │ ├── web-facebook.svg │ │ │ │ ├── web-fastmail.svg │ │ │ │ ├── web-flickr.svg │ │ │ │ ├── web-google-calendar.svg │ │ │ │ ├── web-google-drawings.svg │ │ │ │ ├── web-google-gmail.svg │ │ │ │ ├── web-google-maps.svg │ │ │ │ ├── web-google-play-books.svg │ │ │ │ ├── web-google-play-music.svg │ │ │ │ ├── web-google-youtube.svg │ │ │ │ ├── web-kindle.svg │ │ │ │ ├── web-lastfm.svg │ │ │ │ ├── web-mailru.svg │ │ │ │ ├── web-microsoft.svg │ │ │ │ ├── web-spotify.svg │ │ │ │ ├── web-telegram.svg │ │ │ │ ├── web-twitter.svg │ │ │ │ ├── web-word.svg │ │ │ │ ├── webbrowser-app.svg │ │ │ │ ├── webcamoid.svg │ │ │ │ ├── webide.svg │ │ │ │ ├── webkit.svg │ │ │ │ ├── webstorm.svg │ │ │ │ ├── webtorrent-desktop.svg │ │ │ │ ├── wechat.svg │ │ │ │ ├── wesnoth.svg │ │ │ │ ├── wewechat.svg │ │ │ │ ├── whaawmp.svg │ │ │ │ ├── whalebird.svg │ │ │ │ ├── whatsapp-desktop.svg │ │ │ │ ├── whatsapp-nativefier.svg │ │ │ │ ├── whatsapp.svg │ │ │ │ ├── whatsdesk.svg │ │ │ │ ├── wicd-gtk.svg │ │ │ │ ├── wicd.svg │ │ │ │ ├── wifi-radar.svg │ │ │ │ ├── wilber-icon.svg │ │ │ │ ├── wilber-icon2_0.svg │ │ │ │ ├── window-duplicate.svg │ │ │ │ ├── window-manager.svg │ │ │ │ ├── window_list.svg │ │ │ │ ├── windows.svg │ │ │ │ ├── wine-file.0.svg │ │ │ │ ├── wine-help.svg │ │ │ │ ├── wine-java1.svg │ │ │ │ ├── wine-java2.svg │ │ │ │ ├── wine-notepad.svg │ │ │ │ ├── wine-sofware.svg │ │ │ │ ├── wine-winecfg.svg │ │ │ │ ├── wine-winetricks.svg │ │ │ │ ├── wine.svg │ │ │ │ ├── wine1.2.svg │ │ │ │ ├── wine1.3.svg │ │ │ │ ├── wine1.4.svg │ │ │ │ ├── wine_notepad.svg │ │ │ │ ├── winefile.svg │ │ │ │ ├── winemine.svg │ │ │ │ ├── winetricks.svg │ │ │ │ ├── winff.svg │ │ │ │ ├── winpdb.svg │ │ │ │ ├── winusb.svg │ │ │ │ ├── winusbgui-icon.svg │ │ │ │ ├── winusbgui.svg │ │ │ │ ├── wire-desktop.svg │ │ │ │ ├── wire.svg │ │ │ │ ├── wireshark.svg │ │ │ │ ├── wiznote.svg │ │ │ │ ├── wmtweaks.svg │ │ │ │ ├── woeusbgui-icon.svg │ │ │ │ ├── wokoscreen.svg │ │ │ │ ├── wolfram-player.svg │ │ │ │ ├── wordpad.svg │ │ │ │ ├── work.openpaper.Paperwork.svg │ │ │ │ ├── workspace-overview.svg │ │ │ │ ├── workspace-switcher-left-bottom.svg │ │ │ │ ├── workspace-switcher-right-bottom.svg │ │ │ │ ├── workspace-switcher-right-top.svg │ │ │ │ ├── workspace-switcher-top-left.svg │ │ │ │ ├── workspace-switcher.svg │ │ │ │ ├── workspaces.svg │ │ │ │ ├── worms.svg │ │ │ │ ├── wormux.svg │ │ │ │ ├── wp.svg │ │ │ │ ├── wpa_gui.svg │ │ │ │ ├── wps-calc.svg │ │ │ │ ├── wps-office-etmain.svg │ │ │ │ ├── wps-office-wppmain.svg │ │ │ │ ├── wps-office-wpsmain-appmain.svg │ │ │ │ ├── wps-office-wpsmain.svg │ │ │ │ ├── wps-office2019-etmain.svg │ │ │ │ ├── wps-office2019-pdfmain.svg │ │ │ │ ├── wps-office2019-wppmain.svg │ │ │ │ ├── wps-office2019-wpsmain.svg │ │ │ │ ├── wps-pres.svg │ │ │ │ ├── wps-word.svg │ │ │ │ ├── ws.openarena.OpenArena.svg │ │ │ │ ├── www-browser.svg │ │ │ │ ├── wxHexEditor.svg │ │ │ │ ├── wxglade.svg │ │ │ │ ├── x-eoffice-calendar.svg │ │ │ │ ├── x-office-address-book.svg │ │ │ │ ├── x-office-calendar.svg │ │ │ │ ├── x-office-mail.svg │ │ │ │ ├── x-office_mail.svg │ │ │ │ ├── x-pdf.svg │ │ │ │ ├── x-plane.svg │ │ │ │ ├── x-terminal-emulator.svg │ │ │ │ ├── x.svg │ │ │ │ ├── x11.svg │ │ │ │ ├── xame.svg │ │ │ │ ├── xampp.svg │ │ │ │ ├── xar.svg │ │ │ │ ├── xarchiver.svg │ │ │ │ ├── xbmc.svg │ │ │ │ ├── xboard.svg │ │ │ │ ├── xcalc.svg │ │ │ │ ├── xcas.svg │ │ │ │ ├── xchat-gnome.svg │ │ │ │ ├── xchat-mini.svg │ │ │ │ ├── xchat-panel.svg │ │ │ │ ├── xchat.svg │ │ │ │ ├── xchat_.svg │ │ │ │ ├── xchm-48.svg │ │ │ │ ├── xchm.svg │ │ │ │ ├── xclipboard.svg │ │ │ │ ├── xclock.svg │ │ │ │ ├── xconsole.svg │ │ │ │ ├── xdg-browser-launcher.svg │ │ │ │ ├── xdiagnose.svg │ │ │ │ ├── xed.svg │ │ │ │ ├── xedit.svg │ │ │ │ ├── xemacs.svg │ │ │ │ ├── xfburn.svg │ │ │ │ ├── xfcalendar.svg │ │ │ │ ├── xfce-calendar.svg │ │ │ │ ├── xfce-devel.svg │ │ │ │ ├── xfce-dict.svg │ │ │ │ ├── xfce-display-external.svg │ │ │ │ ├── xfce-edit.svg │ │ │ │ ├── xfce-filemanager.svg │ │ │ │ ├── xfce-games.svg │ │ │ │ ├── xfce-graphics.svg │ │ │ │ ├── xfce-mail.svg │ │ │ │ ├── xfce-man.svg │ │ │ │ ├── xfce-mount.svg │ │ │ │ ├── xfce-newmail.svg │ │ │ │ ├── xfce-printer.svg │ │ │ │ ├── xfce-schedule.svg │ │ │ │ ├── xfce-sensors.svg │ │ │ │ ├── xfce-sound.svg │ │ │ │ ├── xfce-system-info.svg │ │ │ │ ├── xfce-system-lock.svg │ │ │ │ ├── xfce-system-settings.svg │ │ │ │ ├── xfce-terminal.svg │ │ │ │ ├── xfce-theme-manager.svg │ │ │ │ ├── xfce-ui.svg │ │ │ │ ├── xfce-unknown.svg │ │ │ │ ├── xfce4-accessibility-settings.svg │ │ │ │ ├── xfce4-appfinder.svg │ │ │ │ ├── xfce4-backdrop.svg │ │ │ │ ├── xfce4-battery-plugin.svg │ │ │ │ ├── xfce4-clipman-plugin.svg │ │ │ │ ├── xfce4-clipman.svg │ │ │ │ ├── xfce4-clock.svg │ │ │ │ ├── xfce4-color-settings.svg │ │ │ │ ├── xfce4-cpugraph-plugin.svg │ │ │ │ ├── xfce4-dict.svg │ │ │ │ ├── xfce4-display.svg │ │ │ │ ├── xfce4-fsguard-plugin-urgent.svg │ │ │ │ ├── xfce4-fsguard-plugin-warning.svg │ │ │ │ ├── xfce4-fsguard-plugin.svg │ │ │ │ ├── xfce4-indicator-plugin.svg │ │ │ │ ├── xfce4-keyboard-settings.svg │ │ │ │ ├── xfce4-mcs-manager.svg │ │ │ │ ├── xfce4-menueditor.svg │ │ │ │ ├── xfce4-mixer.svg │ │ │ │ ├── xfce4-netload-plugin.svg │ │ │ │ ├── xfce4-notes-plugin.svg │ │ │ │ ├── xfce4-notes.svg │ │ │ │ ├── xfce4-notifyd.svg │ │ │ │ ├── xfce4-panel-menu.svg │ │ │ │ ├── xfce4-panel.svg │ │ │ │ ├── xfce4-power-manager-settings.svg │ │ │ │ ├── xfce4-pulseaudio-plugin.svg │ │ │ │ ├── xfce4-schedule.svg │ │ │ │ ├── xfce4-session-logout.svg │ │ │ │ ├── xfce4-session.svg │ │ │ │ ├── xfce4-settings.svg │ │ │ │ ├── xfce4-sound.svg │ │ │ │ ├── xfce4-splash.svg │ │ │ │ ├── xfce4-system-lock.svg │ │ │ │ ├── xfce4-terminal.svg │ │ │ │ ├── xfce4-ui.svg │ │ │ │ ├── xfce4-weather.svg │ │ │ │ ├── xfce4-whiskermenu.svg │ │ │ │ ├── xfce4-workspace.svg │ │ │ │ ├── xfce4-workspaces.svg │ │ │ │ ├── xfce_unknown.svg │ │ │ │ ├── xfdashboard.svg │ │ │ │ ├── xfe.svg │ │ │ │ ├── xfmail.svg │ │ │ │ ├── xfpm-ac-adapter.svg │ │ │ │ ├── xfsm-logout.svg │ │ │ │ ├── xfsm-switch.svg │ │ │ │ ├── xfwm4.svg │ │ │ │ ├── ximian-evolution-calendar.svg │ │ │ │ ├── ximian-evolution-email.svg │ │ │ │ ├── xine.svg │ │ │ │ ├── xine2.svg │ │ │ │ ├── xload.svg │ │ │ │ ├── xmag.svg │ │ │ │ ├── xmind-logo-36.svg │ │ │ │ ├── xmind.svg │ │ │ │ ├── xmms.svg │ │ │ │ ├── xmms_mini.svg │ │ │ │ ├── xn-lastfm.svg │ │ │ │ ├── xneur.svg │ │ │ │ ├── xnoise.svg │ │ │ │ ├── xombrero.svg │ │ │ │ ├── xournal.svg │ │ │ │ ├── xpad.svg │ │ │ │ ├── xpdf.svg │ │ │ │ ├── xpdf9.svg │ │ │ │ ├── xplane.svg │ │ │ │ ├── xplayer.svg │ │ │ │ ├── xreader.svg │ │ │ │ ├── xsane.svg │ │ │ │ ├── xscreensaver.svg │ │ │ │ ├── xsensor.svg │ │ │ │ ├── xt7-player-mpv.svg │ │ │ │ ├── xterm-color.svg │ │ │ │ ├── xterm-color_32x32.svg │ │ │ │ ├── xterm-color_48x48.svg │ │ │ │ ├── xterm.svg │ │ │ │ ├── xterm_32x32.svg │ │ │ │ ├── xterm_48x48.svg │ │ │ │ ├── xterminator.svg │ │ │ │ ├── xvidcap.svg │ │ │ │ ├── xviewer.svg │ │ │ │ ├── y-ppa-manager.svg │ │ │ │ ├── yad.svg │ │ │ │ ├── yakuake.svg │ │ │ │ ├── yast-addon-extension.svg │ │ │ │ ├── yast-addon.svg │ │ │ │ ├── yast-alternatives.svg │ │ │ │ ├── yast-apparmor.svg │ │ │ │ ├── yast-auth-client.svg │ │ │ │ ├── yast-bootloader.svg │ │ │ │ ├── yast-checkmedia.svg │ │ │ │ ├── yast-device-tree.svg │ │ │ │ ├── yast-disk.svg │ │ │ │ ├── yast-firewall.svg │ │ │ │ ├── yast-fonts.svg │ │ │ │ ├── yast-hardware.svg │ │ │ │ ├── yast-host.svg │ │ │ │ ├── yast-hwinfo.svg │ │ │ │ ├── yast-inetd.svg │ │ │ │ ├── yast-iscsi-client.svg │ │ │ │ ├── yast-kerberos.svg │ │ │ │ ├── yast-keyboard.svg │ │ │ │ ├── yast-lan.svg │ │ │ │ ├── yast-language.svg │ │ │ │ ├── yast-ldap-kerberos.svg │ │ │ │ ├── yast-ldap-server.svg │ │ │ │ ├── yast-live-install.svg │ │ │ │ ├── yast-mail.svg │ │ │ │ ├── yast-messages.svg │ │ │ │ ├── yast-misc-group.svg │ │ │ │ ├── yast-network-group.svg │ │ │ │ ├── yast-network-services.svg │ │ │ │ ├── yast-network_services.svg │ │ │ │ ├── yast-nfs.svg │ │ │ │ ├── yast-nis.svg │ │ │ │ ├── yast-ntp-client.svg │ │ │ │ ├── yast-online_update.svg │ │ │ │ ├── yast-partitioning.svg │ │ │ │ ├── yast-powertweak.svg │ │ │ │ ├── yast-printer.svg │ │ │ │ ├── yast-proxy.svg │ │ │ │ ├── yast-release-notes.svg │ │ │ │ ├── yast-remote.svg │ │ │ │ ├── yast-samba-client.svg │ │ │ │ ├── yast-samba-server.svg │ │ │ │ ├── yast-scanner.svg │ │ │ │ ├── yast-security-group.svg │ │ │ │ ├── yast-security.svg │ │ │ │ ├── yast-snapper.svg │ │ │ │ ├── yast-software.svg │ │ │ │ ├── yast-sound.svg │ │ │ │ ├── yast-sudo.svg │ │ │ │ ├── yast-support-group.svg │ │ │ │ ├── yast-support.svg │ │ │ │ ├── yast-sw_single.svg │ │ │ │ ├── yast-sw_source.svg │ │ │ │ ├── yast-sysconfig.svg │ │ │ │ ├── yast-system-group.svg │ │ │ │ ├── yast-system.svg │ │ │ │ ├── yast-timezone.svg │ │ │ │ ├── yast-users.svg │ │ │ │ ├── yast-vendor.svg │ │ │ │ ├── yast-vm-install.svg │ │ │ │ ├── yast-x11.svg │ │ │ │ ├── yast.svg │ │ │ │ ├── yast2.svg │ │ │ │ ├── yavol-youtube.svg │ │ │ │ ├── youtrack.svg │ │ │ │ ├── youtube-browser.svg │ │ │ │ ├── youtube-dl-gui.svg │ │ │ │ ├── youtube-dl-gui_48x48.svg │ │ │ │ ├── youtube-dl-qt-icon.svg │ │ │ │ ├── youtube-dl.svg │ │ │ │ ├── youtube-dlg.svg │ │ │ │ ├── youtube-music-desktop-app.svg │ │ │ │ ├── youtube-pmc.svg │ │ │ │ ├── youtube.svg │ │ │ │ ├── yubioath.svg │ │ │ │ ├── yumex-dnf.svg │ │ │ │ ├── yumex.svg │ │ │ │ ├── zathura.svg │ │ │ │ ├── zeal.svg │ │ │ │ ├── zeegaree-lite.svg │ │ │ │ ├── zeegaree.svg │ │ │ │ ├── zeitgeist.svg │ │ │ │ ├── zen-icon.svg │ │ │ │ ├── zenmap.svg │ │ │ │ ├── zeroinstall.svg │ │ │ │ ├── zim.svg │ │ │ │ ├── znotes.svg │ │ │ │ ├── zoom-desktop.svg │ │ │ │ ├── zoom-icon.svg │ │ │ │ ├── zorin-appearance.svg │ │ │ │ ├── zotero.svg │ │ │ │ ├── zsnes.svg │ │ │ │ ├── zulip.svg │ │ │ │ └── zynaddsubfx.svg │ │ │ ├── icon-theme.cache │ │ │ ├── index.theme │ │ │ ├── mimetypes │ │ │ └── 48 │ │ │ │ ├── 7zip.svg │ │ │ │ ├── ai.svg │ │ │ │ ├── application-7zip.svg │ │ │ │ ├── application-acad.svg │ │ │ │ ├── application-apk.svg │ │ │ │ ├── application-archive-blank.svg │ │ │ │ ├── application-archive-zip.svg │ │ │ │ ├── application-archive.svg │ │ │ │ ├── application-atom+xml.svg │ │ │ │ ├── application-audio-playlist.svg │ │ │ │ ├── application-audio.svg │ │ │ │ ├── application-autocad_dwg.svg │ │ │ │ ├── application-blank.svg │ │ │ │ ├── application-default.svg │ │ │ │ ├── application-document-blank.svg │ │ │ │ ├── application-document-template.svg │ │ │ │ ├── application-document.svg │ │ │ │ ├── application-drawing-template.svg │ │ │ │ ├── application-drawing.svg │ │ │ │ ├── application-dwg.svg │ │ │ │ ├── application-dxf.svg │ │ │ │ ├── application-epub+zip.svg │ │ │ │ ├── application-executable.svg │ │ │ │ ├── application-ffDiaporama.svg │ │ │ │ ├── application-flash.svg │ │ │ │ ├── application-font-snf.svg │ │ │ │ ├── application-font.svg │ │ │ │ ├── application-geo+json.svg │ │ │ │ ├── application-gml+xml.svg │ │ │ │ ├── application-gpx+xml.svg │ │ │ │ ├── application-illustrator.svg │ │ │ │ ├── application-image-bmp.svg │ │ │ │ ├── application-image-gif.svg │ │ │ │ ├── application-image-ico.svg │ │ │ │ ├── application-image-jpg.svg │ │ │ │ ├── application-image-png.svg │ │ │ │ ├── application-image-psd.svg │ │ │ │ ├── application-image-tga.svg │ │ │ │ ├── application-image-tiff.svg │ │ │ │ ├── application-images.svg │ │ │ │ ├── application-info.svg │ │ │ │ ├── application-java.svg │ │ │ │ ├── application-javascript.svg │ │ │ │ ├── application-json.svg │ │ │ │ ├── application-mathematica.svg │ │ │ │ ├── application-mbox.svg │ │ │ │ ├── application-metalink+xml.svg │ │ │ │ ├── application-metalink4+xml.svg │ │ │ │ ├── application-msword-template.svg │ │ │ │ ├── application-msword.svg │ │ │ │ ├── application-music-blank.svg │ │ │ │ ├── application-music-playlist-blank.svg │ │ │ │ ├── application-ogg.svg │ │ │ │ ├── application-owl+xml.svg │ │ │ │ ├── application-pdf.svg │ │ │ │ ├── application-pgp-encrypted.svg │ │ │ │ ├── application-pgp-keys.svg │ │ │ │ ├── application-pgp-signature.svg │ │ │ │ ├── application-pgp.svg │ │ │ │ ├── application-pkcs10.svg │ │ │ │ ├── application-pkcs12.svg │ │ │ │ ├── application-pkcs7-mime.svg │ │ │ │ ├── application-pkcs7-signature.svg │ │ │ │ ├── application-pkcs8.svg │ │ │ │ ├── application-pkix-cert.svg │ │ │ │ ├── application-postscript.svg │ │ │ │ ├── application-presentation.svg │ │ │ │ ├── application-rdf+xml.svg │ │ │ │ ├── application-rss+xml.svg │ │ │ │ ├── application-rtf.svg │ │ │ │ ├── application-script-blank.svg │ │ │ │ ├── application-shorten.svg │ │ │ │ ├── application-software.svg │ │ │ │ ├── application-table │ │ │ │ ├── application-text-template.svg │ │ │ │ ├── application-text.svg │ │ │ │ ├── application-users.svg │ │ │ │ ├── application-vector-template.svg │ │ │ │ ├── application-vector.svg │ │ │ │ ├── application-vestor.svg │ │ │ │ ├── application-video.svg │ │ │ │ ├── application-vnd.android.package-archive.svg │ │ │ │ ├── application-vnd.apple.mpegurl.svg │ │ │ │ ├── application-vnd.corel-draw.svg │ │ │ │ ├── application-vnd.debian.binary-package.svg │ │ │ │ ├── application-vnd.geo+json.svg │ │ │ │ ├── application-vnd.google-earth.kml+xml.svg │ │ │ │ ├── application-vnd.google-earth.kml.svg │ │ │ │ ├── application-vnd.google-earth.kmz.svg │ │ │ │ ├── application-vnd.insync.link.drive.doc.svg │ │ │ │ ├── application-vnd.insync.link.drive.sheet.svg │ │ │ │ ├── application-vnd.insync.link.drive.slides.svg │ │ │ │ ├── application-vnd.kde.fontspackage.svg │ │ │ │ ├── application-vnd.kde.okular-archive.svg │ │ │ │ ├── application-vnd.ms-asf.svg │ │ │ │ ├── application-vnd.ms-cab-compressed.svg │ │ │ │ ├── application-vnd.ms-excel.sheet.macroEnabled.12.svg │ │ │ │ ├── application-vnd.ms-excel.svg │ │ │ │ ├── application-vnd.ms-word.document.macroEnabled.12.svg │ │ │ │ ├── application-vnd.ms-word.document.macroenabled.12.svg │ │ │ │ ├── application-vnd.ms-word.svg │ │ │ │ ├── application-vnd.ms-word.template.macroenabled.12.svg │ │ │ │ ├── application-vnd.nintendo.snes.rom.svg │ │ │ │ ├── application-vnd.oasis.opendocument.draw.template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.drawing-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.drawing.svg │ │ │ │ ├── application-vnd.oasis.opendocument.formula-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.formula.svg │ │ │ │ ├── application-vnd.oasis.opendocument.graphics.svg │ │ │ │ ├── application-vnd.oasis.opendocument.image-template.svg │ │ │ │ ├── application-vnd.oasis.opendocument.image.svg │ │ │ │ ├── application-vnd.oasis.opendocument.text.svg │ │ │ │ ├── application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ ├── application-vnd.rar.svg │ │ │ │ ├── application-vnd.recordare.musicxml+xml.svg │ │ │ │ ├── application-vnd.recordare.musicxml.svg │ │ │ │ ├── application-vnd.scribus.svg │ │ │ │ ├── application-vnd.squashfs.svg │ │ │ │ ├── application-vnd.stardivision.draw.svg │ │ │ │ ├── application-vnd.stardivision.math.svg │ │ │ │ ├── application-vnd.sun.xml.draw.svg │ │ │ │ ├── application-vnd.sun.xml.math.svg │ │ │ │ ├── application-vnd.sun.xml.writer-global.svg │ │ │ │ ├── application-vnd.sun.xml.writer-template.svg │ │ │ │ ├── application-vnd.sun.xml.writer.png.svg │ │ │ │ ├── application-vnd.sun.xml.writer.svg │ │ │ │ ├── application-vnd.wolfram.cdf.svg │ │ │ │ ├── application-vnd.wolfram.mathematica.package.svg │ │ │ │ ├── application-vnd.wolfram.player.svg │ │ │ │ ├── application-vnd.wolfram.wl.svg │ │ │ │ ├── application-vnd.wolfram.wls.svg │ │ │ │ ├── application-vnd.wordperfect.svg │ │ │ │ ├── application-word.svg │ │ │ │ ├── application-x-7z-ace.svg │ │ │ │ ├── application-x-7z-arj.svg │ │ │ │ ├── application-x-7z-compressed.svg │ │ │ │ ├── application-x-7zip.svg │ │ │ │ ├── application-x-acad.svg │ │ │ │ ├── application-x-ace.svg │ │ │ │ ├── application-x-apple-diskimage.svg │ │ │ │ ├── application-x-ar.svg │ │ │ │ ├── application-x-arc.svg │ │ │ │ ├── application-x-archive.svg │ │ │ │ ├── application-x-arj.svg │ │ │ │ ├── application-x-audacity-project.svg │ │ │ │ ├── application-x-autocad.svg │ │ │ │ ├── application-x-awk.svg │ │ │ │ ├── application-x-bzdvi.svg │ │ │ │ ├── application-x-bzip-compressed-tar.svg │ │ │ │ ├── application-x-bzip-compressed.svg │ │ │ │ ├── application-x-bzip.svg │ │ │ │ ├── application-x-cd-image.svg │ │ │ │ ├── application-x-cda.svg │ │ │ │ ├── application-x-compress-tar.svg │ │ │ │ ├── application-x-compress.svg │ │ │ │ ├── application-x-compressed-tar.svg │ │ │ │ ├── application-x-cpio.svg │ │ │ │ ├── application-x-cue.svg │ │ │ │ ├── application-x-deb.svg │ │ │ │ ├── application-x-dwg.svg │ │ │ │ ├── application-x-executable-script.svg │ │ │ │ ├── application-x-executable.svg │ │ │ │ ├── application-x-font-afm.svg │ │ │ │ ├── application-x-font-bdf.svg │ │ │ │ ├── application-x-font-dos.svg │ │ │ │ ├── application-x-font-framemaker.svg │ │ │ │ ├── application-x-font-libgrx.svg │ │ │ │ ├── application-x-font-linux-psf.svg │ │ │ │ ├── application-x-font-otf.svg │ │ │ │ ├── application-x-font-pcf.svg │ │ │ │ ├── application-x-font-snf.svg │ │ │ │ ├── application-x-font-speedo.svg │ │ │ │ ├── application-x-font-sunos-news.svg │ │ │ │ ├── application-x-font-tex-tfm.svg │ │ │ │ ├── application-x-font-tex.svg │ │ │ │ ├── application-x-font-ttf.svg │ │ │ │ ├── application-x-font-ttx.svg │ │ │ │ ├── application-x-font-type1.svg │ │ │ │ ├── application-x-font-vfont.svg │ │ │ │ ├── application-x-fusioncomp.svg │ │ │ │ ├── application-x-gambas3.svg │ │ │ │ ├── application-x-gambasscript.svg │ │ │ │ ├── application-x-gambasserverpage.svg │ │ │ │ ├── application-x-gzip.svg │ │ │ │ ├── application-x-img.svg │ │ │ │ ├── application-x-iso.svg │ │ │ │ ├── application-x-k3b.svg │ │ │ │ ├── application-x-lha.svg │ │ │ │ ├── application-x-lhz.svg │ │ │ │ ├── application-x-lzma-compressed-tar.svg │ │ │ │ ├── application-x-lzma.svg │ │ │ │ ├── application-x-lzop.svg │ │ │ │ ├── application-x-mplayer2.svg │ │ │ │ ├── application-x-mswinurl.svg │ │ │ │ ├── application-x-musescore+xml.svg │ │ │ │ ├── application-x-musescore.svg │ │ │ │ ├── application-x-osm+xml.svg │ │ │ │ ├── application-x-pak.svg │ │ │ │ ├── application-x-pem-file.svg │ │ │ │ ├── application-x-pem-key.svg │ │ │ │ ├── application-x-pkcs12.svg │ │ │ │ ├── application-x-pkcs7-certificates.svg │ │ │ │ ├── application-x-planner.svg │ │ │ │ ├── application-x-project.svg │ │ │ │ ├── application-x-ptoptimizer-script.svg │ │ │ │ ├── application-x-quattropro.svg │ │ │ │ ├── application-x-rar.svg │ │ │ │ ├── application-x-raw-disk-image.svg │ │ │ │ ├── application-x-sami.svg │ │ │ │ ├── application-x-scribus.svg │ │ │ │ ├── application-x-shar.svg │ │ │ │ ├── application-x-sharedlib.svg │ │ │ │ ├── application-x-shockwave-flash.svg │ │ │ │ ├── application-x-siag.svg │ │ │ │ ├── application-x-stuffit.svg │ │ │ │ ├── application-x-subrip.svg │ │ │ │ ├── application-x-tar.svg │ │ │ │ ├── application-x-tex-gf.svg │ │ │ │ ├── application-x-tha.svg │ │ │ │ ├── application-x-theme.svg │ │ │ │ ├── application-x-thz.svg │ │ │ │ ├── application-x-tiled.svg │ │ │ │ ├── application-x-trig.svg │ │ │ │ ├── application-x-troff-man.svg │ │ │ │ ├── application-x-turtle.svg │ │ │ │ ├── application-x-tzo.svg │ │ │ │ ├── application-x-vnd.kde.contactgroup.svg │ │ │ │ ├── application-x-vnd.kde.kplato.svg │ │ │ │ ├── application-x-vnd.kde.kplato.work.svg │ │ │ │ ├── application-x-vnd.kde.kugar.mixed.svg │ │ │ │ ├── application-x-vnd.kde.plan.svg │ │ │ │ ├── application-x-vnd.kde.plan.work.svg │ │ │ │ ├── application-x-wmf.svg │ │ │ │ ├── application-x-x509-user-cert.svg │ │ │ │ ├── application-x-xtarz.svg │ │ │ │ ├── application-x-xtha.svg │ │ │ │ ├── application-x-xz-compressed-tar.svg │ │ │ │ ├── application-x-xz-svg │ │ │ │ ├── application-x-yaml.svg │ │ │ │ ├── application-x-zip.svg │ │ │ │ ├── application-x-zoo.svg │ │ │ │ ├── application-xml.svg │ │ │ │ ├── application-xsd.svg │ │ │ │ ├── application-xslt+xml.svg │ │ │ │ ├── application-zip.svg │ │ │ │ ├── application.svg │ │ │ │ ├── archive.svg │ │ │ │ ├── audio-aac.svg │ │ │ │ ├── audio-ac3.svg │ │ │ │ ├── audio-mp2.svg │ │ │ │ ├── audio-mp3.svg │ │ │ │ ├── audio-mp4.svg │ │ │ │ ├── audio-mpeg.svg │ │ │ │ ├── audio-vn.rn-realmedia.svg │ │ │ │ ├── audio-vnd.rn-realvideo.svg │ │ │ │ ├── audio-x-adpcm.svg │ │ │ │ ├── audio-x-aiff.svg │ │ │ │ ├── audio-x-flac+ogg.svg │ │ │ │ ├── audio-x-flac.svg │ │ │ │ ├── audio-x-generic.svg │ │ │ │ ├── audio-x-it.svg │ │ │ │ ├── audio-x-monkey.svg │ │ │ │ ├── audio-x-mp2.svg │ │ │ │ ├── audio-x-mp3-playlist.svg │ │ │ │ ├── audio-x-mpeg.svg │ │ │ │ ├── audio-x-mpegurl.svg │ │ │ │ ├── audio-x-ms-wma.svg │ │ │ │ ├── audio-x-playlist.svg │ │ │ │ ├── audio-x-s3m.svg │ │ │ │ ├── audio-x-scpis.svg │ │ │ │ ├── audio-x-scpls.svg │ │ │ │ ├── audio-x-sound.svg │ │ │ │ ├── audio-x-speex+ogg.svg │ │ │ │ ├── audio-x-stm.svg │ │ │ │ ├── audio-x-vorbis+ogg.svg │ │ │ │ ├── audio-x-wav.svg │ │ │ │ ├── audio-x-xi.svg │ │ │ │ ├── audio-x-xm.svg │ │ │ │ ├── authors.svg │ │ │ │ ├── deb.svg │ │ │ │ ├── divx.svg │ │ │ │ ├── drawing-dwg.svg │ │ │ │ ├── folder-tar.svg │ │ │ │ ├── folder_tar.svg │ │ │ │ ├── gdsheet.svg │ │ │ │ ├── gdslides.svg │ │ │ │ ├── gif.svg │ │ │ │ ├── gnome-mime-application-vnd.ms-cab-compressed.svg │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.graphics-template.svg │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.graphics.svg │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.image.svg │ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text.svg │ │ │ │ ├── gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg │ │ │ │ ├── gnome-mime-application-vnd.scribus.svg │ │ │ │ ├── gnome-mime-application-vnd.stardivision.writer.svg │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.draw.svg │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.draw.template.svg │ │ │ │ ├── gnome-mime-application-vnd.sun.xml.writer.svg │ │ │ │ ├── gnome-mime-application-vnd.wolfram.cdf.svg │ │ │ │ ├── gnome-mime-application-vnd.wolfram.mathematica.package.svg │ │ │ │ ├── gnome-mime-application-vnd.wolfram.player.svg │ │ │ │ ├── gnome-mime-application-vnd.wolfram.wl.svg │ │ │ │ ├── gnome-mime-application-vnd.wolfram.wls.svg │ │ │ │ ├── gnome-mime-application-wordperfect.svg │ │ │ │ ├── gnome-mime-application-x-7z-compressed.svg │ │ │ │ ├── gnome-mime-application-x-7zip.svg │ │ │ │ ├── gnome-mime-application-x-abiword.svg │ │ │ │ ├── gnome-mime-application-x-ace.svg │ │ │ │ ├── gnome-mime-application-x-applix-word.svg │ │ │ │ ├── gnome-mime-application-x-archive.svg │ │ │ │ ├── gnome-mime-application-x-arj.svg │ │ │ │ ├── gnome-mime-application-x-bzip-compressed-tar.svg │ │ │ │ ├── gnome-mime-application-x-bzip-compressed.svg │ │ │ │ ├── gnome-mime-application-x-bzip.svg │ │ │ │ ├── gnome-mime-application-x-compress.svg │ │ │ │ ├── gnome-mime-application-x-compressed-tar.svg │ │ │ │ ├── gnome-mime-application-x-cpio-compress.svg │ │ │ │ ├── gnome-mime-application-x-cpio-compressed.svg │ │ │ │ ├── gnome-mime-application-x-cpio.svg │ │ │ │ ├── gnome-mime-application-x-deb.svg │ │ │ │ ├── gnome-mime-application-x-gzip.svg │ │ │ │ ├── gnome-mime-application-x-illustrator.svg │ │ │ │ ├── gnome-mime-application-x-killustrator.svg │ │ │ │ ├── gnome-mime-application-x-kword.svg │ │ │ │ ├── gnome-mime-application-x-lzma-compressed-tar.svg │ │ │ │ ├── gnome-mime-application-x-lzma.svg │ │ │ │ ├── gnome-mime-application-x-lzop.svg │ │ │ │ ├── gnome-mime-application-x-rar.svg │ │ │ │ ├── gnome-mime-application-x-scribus.svg │ │ │ │ ├── gnome-mime-application-x-shar.svg │ │ │ │ ├── gnome-mime-application-x-stuffit.svg │ │ │ │ ├── gnome-mime-application-x-tar.svg │ │ │ │ ├── gnome-mime-application-x-tarz.svg │ │ │ │ ├── gnome-mime-application-x-theme.svg │ │ │ │ ├── gnome-mime-application-x-zip.svg │ │ │ │ ├── gnome-mime-application-x-zoo.svg │ │ │ │ ├── gnome-mime-application-zip.svg │ │ │ │ ├── gnome-mime-audio.svg │ │ │ │ ├── gnome-mime-image-bmp.svg │ │ │ │ ├── gnome-mime-image-gif.svg │ │ │ │ ├── gnome-mime-image-jpeg.svg │ │ │ │ ├── gnome-mime-image-png.svg │ │ │ │ ├── gnome-mime-image-tiff.svg │ │ │ │ ├── gnome-mime-image-vnd.adobe.photoshop.svg │ │ │ │ ├── gnome-mime-image-x-cmu-raster.svg │ │ │ │ ├── gnome-mime-image-x-killustrator.svg │ │ │ │ ├── gnome-mime-image-x-psd.svg │ │ │ │ ├── gnome-mime-image-x-xpixmap.svg │ │ │ │ ├── gnome-mime-image.svg │ │ │ │ ├── gnome-mime-imagebmp.svg │ │ │ │ ├── gnome-mime-text-plain.svg │ │ │ │ ├── gnome-mime-text-vnd.wap.wml.svg │ │ │ │ ├── gnome-mime-text-x-authors.svg │ │ │ │ ├── gnome-mime-text-x-c.svg │ │ │ │ ├── gnome-mime-text-x-credits.svg │ │ │ │ ├── gnome-mime-text-x-csrc.svg │ │ │ │ ├── gnome-mime-text-x-sh.svg │ │ │ │ ├── gnome-mime-text-x-source.svg │ │ │ │ ├── gnome-mime-text-x-zsh.svg │ │ │ │ ├── gnome-mime-text.svg │ │ │ │ ├── gnome-mime-video-x-ms-asf.svg │ │ │ │ ├── gnome-mime-video-x-ms-wmv.svg │ │ │ │ ├── gnome-mime-video.svg │ │ │ │ ├── gnome-package.svg │ │ │ │ ├── image-blank.svg │ │ │ │ ├── image-bmp.svg │ │ │ │ ├── image-generic.svg │ │ │ │ ├── image-gif.svg │ │ │ │ ├── image-jpeg.svg │ │ │ │ ├── image-jpeg2000.svg │ │ │ │ ├── image-png.svg │ │ │ │ ├── image-svg+xml-compressed.svg │ │ │ │ ├── image-svg+xml.svg │ │ │ │ ├── image-tiff.svg │ │ │ │ ├── image-vnd.adobe.photoshop.svg │ │ │ │ ├── image-vnd.dwg.svg │ │ │ │ ├── image-vnd.microsoft.icon.svg │ │ │ │ ├── image-x-adobe-dng.svg │ │ │ │ ├── image-x-compressed-xcf.svg │ │ │ │ ├── image-x-emf.svg │ │ │ │ ├── image-x-eps.svg │ │ │ │ ├── image-x-generic.svg │ │ │ │ ├── image-x-portable-bitmap.svg │ │ │ │ ├── image-x-psd.svg │ │ │ │ ├── image-x-psdimage-x-psd.svg │ │ │ │ ├── image-x-svg+xml.svg │ │ │ │ ├── image-x-tga.svg │ │ │ │ ├── image-x-win-bitmap.svg │ │ │ │ ├── image-x-win-bmp.svg │ │ │ │ ├── image-x-wmf.svg │ │ │ │ ├── image-x-xcf.svg │ │ │ │ ├── image-x-xfig.svg │ │ │ │ ├── image.svg │ │ │ │ ├── javascript.svg │ │ │ │ ├── jpeg.svg │ │ │ │ ├── jpg.svg │ │ │ │ ├── libreoffice-drawing-template.svg │ │ │ │ ├── libreoffice-drawing.svg │ │ │ │ ├── libreoffice-master-document.svg │ │ │ │ ├── libreoffice-oasis-drawing-template.svg │ │ │ │ ├── libreoffice-oasis-drawing.svg │ │ │ │ ├── libreoffice-oasis-text.svg │ │ │ │ ├── libreoffice-text.svg │ │ │ │ ├── media-audio.svg │ │ │ │ ├── media-image.svg │ │ │ │ ├── media-video.svg │ │ │ │ ├── message-news.svg │ │ │ │ ├── message-partial.svg │ │ │ │ ├── message-rfc822.svg │ │ │ │ ├── message-x-gnu-rmail.svg │ │ │ │ ├── message.svg │ │ │ │ ├── misc.svg │ │ │ │ ├── multipart-alternative.svg │ │ │ │ ├── multipart-appledouble.svg │ │ │ │ ├── multipart-digest.svg │ │ │ │ ├── multipart-encrypted.svg │ │ │ │ ├── multipart-mixed.svg │ │ │ │ ├── multipart-related.svg │ │ │ │ ├── multipart-report.svg │ │ │ │ ├── multipart-signed.svg │ │ │ │ ├── multipart-x-mixed-replace.svg │ │ │ │ ├── music.svg │ │ │ │ ├── nero-disc-image.svg │ │ │ │ ├── nero-linux-compilation.svg │ │ │ │ ├── office-document.svg │ │ │ │ ├── office-illustration.svg │ │ │ │ ├── openoffice4-drawing-template.svg │ │ │ │ ├── openoffice4-drawing.svg │ │ │ │ ├── openoffice4-formula.svg │ │ │ │ ├── openoffice4-master-document.svg │ │ │ │ ├── openoffice4-oasis-drawing-template.svg │ │ │ │ ├── openoffice4-oasis-drawing.svg │ │ │ │ ├── openoffice4-oasis-formula.svg │ │ │ │ ├── openoffice4-oasis-master-document.svg │ │ │ │ ├── openoffice4-oasis-presentation-template.svg │ │ │ │ ├── openoffice4-oasis-presentation.svg │ │ │ │ ├── openoffice4-oasis-spreadsheet-template.svg │ │ │ │ ├── openoffice4-oasis-spreadsheet.svg │ │ │ │ ├── openoffice4-oasis-text-template.svg │ │ │ │ ├── openoffice4-oasis-text.svg │ │ │ │ ├── openoffice4-oasis-web-template.svg │ │ │ │ ├── openoffice4-presentation-template.svg │ │ │ │ ├── openoffice4-presentation.svg │ │ │ │ ├── openoffice4-spreadsheet-template.svg │ │ │ │ ├── openoffice4-spreadsheet.svg │ │ │ │ ├── openoffice4-text-template.svg │ │ │ │ ├── openoffice4-text.svg │ │ │ │ ├── openofficeorg3-drawing.svg │ │ │ │ ├── openofficeorg3-oasis-spreadsheet.svg │ │ │ │ ├── package-gdebi.svg │ │ │ │ ├── package-x-generic.svg │ │ │ │ ├── package.svg │ │ │ │ ├── package_editors.svg │ │ │ │ ├── package_wordprocessing.svg │ │ │ │ ├── playlist.svg │ │ │ │ ├── rar.svg │ │ │ │ ├── raw.svg │ │ │ │ ├── shellscript.svg │ │ │ │ ├── sound.svg │ │ │ │ ├── source-playlist.svg │ │ │ │ ├── stock_new-drawing.svg │ │ │ │ ├── stock_playlist.svg │ │ │ │ ├── stock_script.svg │ │ │ │ ├── stock_scripts.svg │ │ │ │ ├── svg.svg │ │ │ │ ├── tar.svg │ │ │ │ ├── template-source.svg │ │ │ │ ├── template_source.svg │ │ │ │ ├── text-enriched.svg │ │ │ │ ├── text-html.svg │ │ │ │ ├── text-markdown.svg │ │ │ │ ├── text-plain.svg │ │ │ │ ├── text-rdf+xml.svg │ │ │ │ ├── text-rdf.svg │ │ │ │ ├── text-sgml.svg │ │ │ │ ├── text-troff.svg │ │ │ │ ├── text-vnd.abc.svg │ │ │ │ ├── text-x-authors.svg │ │ │ │ ├── text-x-c++src.svg │ │ │ │ ├── text-x-c.svg │ │ │ │ ├── text-x-chdr.svg │ │ │ │ ├── text-x-credits.svg │ │ │ │ ├── text-x-generic-template.svg │ │ │ │ ├── text-x-generic.svg │ │ │ │ ├── text-x-javascript.svg │ │ │ │ ├── text-x-katefilelist.svg │ │ │ │ ├── text-x-markdown.svg │ │ │ │ ├── text-x-matlab.svg │ │ │ │ ├── text-x-microdvd.svg │ │ │ │ ├── text-x-nfo.svg │ │ │ │ ├── text-x-objchdr.svg │ │ │ │ ├── text-x-objcsrc.svg │ │ │ │ ├── text-x-octave.svg │ │ │ │ ├── text-x-pascal.svg │ │ │ │ ├── text-x-plain.svg │ │ │ │ ├── text-x-preview.svg │ │ │ │ ├── text-x-python.svg │ │ │ │ ├── text-x-rsrc.svg │ │ │ │ ├── text-x-script.svg │ │ │ │ ├── text-x-source.svg │ │ │ │ ├── text-x-tcl.svg │ │ │ │ ├── text-x-vala.svg │ │ │ │ ├── text-x.svg │ │ │ │ ├── text-xml.svg │ │ │ │ ├── text.svg │ │ │ │ ├── text2.svg │ │ │ │ ├── tgz.svg │ │ │ │ ├── txt.svg │ │ │ │ ├── txt2.svg │ │ │ │ ├── uri-mms.svg │ │ │ │ ├── uri-mmst.svg │ │ │ │ ├── uri-mmsu.svg │ │ │ │ ├── uri-pnm.svg │ │ │ │ ├── uri-rtspt.svg │ │ │ │ ├── uri-rtspu.svg │ │ │ │ ├── video-mlt-playlist.svg │ │ │ │ ├── video-mp4.svg │ │ │ │ ├── video-vivo.svg │ │ │ │ ├── video-vnd.rn-realvideo.svg │ │ │ │ ├── video-wavelet.svg │ │ │ │ ├── video-webm.svg │ │ │ │ ├── video-x-anim.svg │ │ │ │ ├── video-x-flic.svg │ │ │ │ ├── video-x-flv.svg │ │ │ │ ├── video-x-generic.svg │ │ │ │ ├── video-x-google-vlc-plugin.svg │ │ │ │ ├── video-x-javafx.svg │ │ │ │ ├── video-x-matroska.svg │ │ │ │ ├── video-x-ms-asf-plugin.svg │ │ │ │ ├── video-x-ms-asf.svg │ │ │ │ ├── video-x-ms-wmp.svg │ │ │ │ ├── video-x-ms-wmv.svg │ │ │ │ ├── video-x-msvideo.svg │ │ │ │ ├── video-x-nsv.svg │ │ │ │ ├── video-x-ogm+ogg.svg │ │ │ │ ├── video-x-sgi-movie.svg │ │ │ │ ├── video-x-theora+ogg.svg │ │ │ │ ├── video-x-wmv.svg │ │ │ │ ├── video.svg │ │ │ │ ├── wps-office-doc.svg │ │ │ │ ├── wps-office-wps.svg │ │ │ │ ├── wps-office-wpt.svg │ │ │ │ ├── wps-office-xls.svg │ │ │ │ ├── x-gambasserverpage.svg │ │ │ │ ├── x-office-document.svg │ │ │ │ ├── x-office-drawing.svg │ │ │ │ ├── x-office-presentation.svg │ │ │ │ ├── x-office-spreadsheet.svg │ │ │ │ └── zip.svg │ │ │ ├── places │ │ │ ├── 16 │ │ │ │ ├── certificate-server.svg │ │ │ │ ├── desktop.svg │ │ │ │ ├── document-multiple.svg │ │ │ │ ├── favorites.svg │ │ │ │ ├── folder-activities.svg │ │ │ │ ├── folder-add.svg │ │ │ │ ├── folder-black.svg │ │ │ │ ├── folder-blue.svg │ │ │ │ ├── folder-bookmark.svg │ │ │ │ ├── folder-brown.svg │ │ │ │ ├── folder-cloud.svg │ │ │ │ ├── folder-cyan.svg │ │ │ │ ├── folder-development.svg │ │ │ │ ├── folder-documents.svg │ │ │ │ ├── folder-download.svg │ │ │ │ ├── folder-downloads.svg │ │ │ │ ├── folder-dropbox.svg │ │ │ │ ├── folder-favorites.svg │ │ │ │ ├── folder-games.svg │ │ │ │ ├── folder-gdrive.svg │ │ │ │ ├── folder-green.svg │ │ │ │ ├── folder-grey.svg │ │ │ │ ├── folder-html.svg │ │ │ │ ├── folder-image-people.svg │ │ │ │ ├── folder-image.svg │ │ │ │ ├── folder-images.svg │ │ │ │ ├── folder-important.svg │ │ │ │ ├── folder-locked.svg │ │ │ │ ├── folder-magenta.svg │ │ │ │ ├── folder-mail.svg │ │ │ │ ├── folder-music.svg │ │ │ │ ├── folder-network.svg │ │ │ │ ├── folder-onedrive.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-orange.svg │ │ │ │ ├── folder-owncloud.svg │ │ │ │ ├── folder-picture.svg │ │ │ │ ├── folder-pictures.svg │ │ │ │ ├── folder-print.svg │ │ │ │ ├── folder-public.svg │ │ │ │ ├── folder-publicshare.svg │ │ │ │ ├── folder-red.svg │ │ │ │ ├── folder-remote.svg │ │ │ │ ├── folder-root.svg │ │ │ │ ├── folder-script.svg │ │ │ │ ├── folder-sound.svg │ │ │ │ ├── folder-tar.svg │ │ │ │ ├── folder-temp.svg │ │ │ │ ├── folder-templates.svg │ │ │ │ ├── folder-text.svg │ │ │ │ ├── folder-txt.svg │ │ │ │ ├── folder-unlocked.svg │ │ │ │ ├── folder-video.svg │ │ │ │ ├── folder-videos.svg │ │ │ │ ├── folder-violet.svg │ │ │ │ ├── folder-yellow.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── folder_html.svg │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ ├── mail-message.svg │ │ │ │ ├── network-server-database.svg │ │ │ │ ├── network-server.svg │ │ │ │ ├── network-workgroup.svg │ │ │ │ ├── repository.svg │ │ │ │ ├── server-database.svg │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ ├── start-here-kde.svg │ │ │ │ ├── stock_folder.svg │ │ │ │ ├── user-desktop.svg │ │ │ │ ├── user-home.svg │ │ │ │ ├── user-identity.svg │ │ │ │ ├── user-trash-full.svg │ │ │ │ └── user-trash.svg │ │ │ ├── 22 │ │ │ │ ├── certificate-server.svg │ │ │ │ ├── desktop.svg │ │ │ │ ├── document-multiple.svg │ │ │ │ ├── favorites.svg │ │ │ │ ├── folder-activities.svg │ │ │ │ ├── folder-add.svg │ │ │ │ ├── folder-black.svg │ │ │ │ ├── folder-blue.svg │ │ │ │ ├── folder-bookmark.svg │ │ │ │ ├── folder-brown.svg │ │ │ │ ├── folder-cloud.svg │ │ │ │ ├── folder-cyan.svg │ │ │ │ ├── folder-development.svg │ │ │ │ ├── folder-documents.svg │ │ │ │ ├── folder-download.svg │ │ │ │ ├── folder-downloads.svg │ │ │ │ ├── folder-dropbox.svg │ │ │ │ ├── folder-favorites.svg │ │ │ │ ├── folder-games.svg │ │ │ │ ├── folder-gdrive.svg │ │ │ │ ├── folder-green.svg │ │ │ │ ├── folder-grey.svg │ │ │ │ ├── folder-html.svg │ │ │ │ ├── folder-image-people.svg │ │ │ │ ├── folder-image.svg │ │ │ │ ├── folder-images.svg │ │ │ │ ├── folder-important.svg │ │ │ │ ├── folder-locked.svg │ │ │ │ ├── folder-magenta.svg │ │ │ │ ├── folder-mail.svg │ │ │ │ ├── folder-music.svg │ │ │ │ ├── folder-network.svg │ │ │ │ ├── folder-onedrive.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-orange.svg │ │ │ │ ├── folder-owncloud.svg │ │ │ │ ├── folder-picture.svg │ │ │ │ ├── folder-pictures.svg │ │ │ │ ├── folder-print.svg │ │ │ │ ├── folder-public.svg │ │ │ │ ├── folder-publicshare.svg │ │ │ │ ├── folder-red.svg │ │ │ │ ├── folder-remote.svg │ │ │ │ ├── folder-root.svg │ │ │ │ ├── folder-script.svg │ │ │ │ ├── folder-sound.svg │ │ │ │ ├── folder-tar.svg │ │ │ │ ├── folder-temp.svg │ │ │ │ ├── folder-templates.svg │ │ │ │ ├── folder-text.svg │ │ │ │ ├── folder-txt.svg │ │ │ │ ├── folder-unlocked.svg │ │ │ │ ├── folder-video.svg │ │ │ │ ├── folder-videos.svg │ │ │ │ ├── folder-violet.svg │ │ │ │ ├── folder-yellow.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── folder_html.svg │ │ │ │ ├── mail-folder-inbox.svg │ │ │ │ ├── mail-folder-outbox.svg │ │ │ │ ├── mail-folder-sent.svg │ │ │ │ ├── mail-message.svg │ │ │ │ ├── network-server-database.svg │ │ │ │ ├── network-server.svg │ │ │ │ ├── network-workgroup.svg │ │ │ │ ├── repository.svg │ │ │ │ ├── server-database.svg │ │ │ │ ├── start-here-kde-plasma.svg │ │ │ │ ├── start-here-kde.svg │ │ │ │ ├── stock_folder.svg │ │ │ │ ├── user-desktop.svg │ │ │ │ ├── user-home.svg │ │ │ │ ├── user-identity.svg │ │ │ │ ├── user-trash-full.svg │ │ │ │ └── user-trash.svg │ │ │ └── 48 │ │ │ │ ├── .directory │ │ │ │ ├── connect_creating.svg │ │ │ │ ├── document-open-recent.svg │ │ │ │ ├── edittrash.svg │ │ │ │ ├── emptytrash.svg │ │ │ │ ├── folder-alt.svg │ │ │ │ ├── folder-alternate2.svg │ │ │ │ ├── folder-applications.svg │ │ │ │ ├── folder-desktop.svg │ │ │ │ ├── folder-documents.svg │ │ │ │ ├── folder-download.svg │ │ │ │ ├── folder-downloads.svg │ │ │ │ ├── folder-drag-accept.svg │ │ │ │ ├── folder-games.svg │ │ │ │ ├── folder-home.svg │ │ │ │ ├── folder-image.svg │ │ │ │ ├── folder-images.svg │ │ │ │ ├── folder-mega.svg │ │ │ │ ├── folder-music.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-pictures.svg │ │ │ │ ├── folder-playonlinux.svg │ │ │ │ ├── folder-publicshare.svg │ │ │ │ ├── folder-recent.svg │ │ │ │ ├── folder-remote.svg │ │ │ │ ├── folder-sound.svg │ │ │ │ ├── folder-steam.svg │ │ │ │ ├── folder-templates.svg │ │ │ │ ├── folder-vbox.svg │ │ │ │ ├── folder-video-alternate.svg │ │ │ │ ├── folder-video.svg │ │ │ │ ├── folder-videos.svg │ │ │ │ ├── folder-workspace.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── folder_home.svg │ │ │ │ ├── folder_images.svg │ │ │ │ ├── folder_open.svg │ │ │ │ ├── folder_pictures.svg │ │ │ │ ├── gnome-ccdesktop.svg │ │ │ │ ├── gnome-destop-config.svg │ │ │ │ ├── gnome-dev-network.svg │ │ │ │ ├── gnome-dev-wavelan-encrypted.svg │ │ │ │ ├── gnome-dev-wavelan.svg │ │ │ │ ├── gnome-fs-desktop.svg │ │ │ │ ├── gnome-fs-directory-accept │ │ │ │ ├── gnome-fs-directory-accept.svg │ │ │ │ ├── gnome-fs-directory.svg │ │ │ │ ├── gnome-fs-ftp.svg │ │ │ │ ├── gnome-fs-gnome.svg │ │ │ │ ├── gnome-fs-home.svg │ │ │ │ ├── gnome-fs-network.svg │ │ │ │ ├── gnome-fs-nfs.svg │ │ │ │ ├── gnome-fs-share.svg │ │ │ │ ├── gnome-fs-smb.svg │ │ │ │ ├── gnome-fs-ssh.svg │ │ │ │ ├── gnome-fs-trash-empty-accept.svg │ │ │ │ ├── gnome-fs-trash-empty.svg │ │ │ │ ├── gnome-fs-trash-full.svg │ │ │ │ ├── gnome-mime-x-directory-smb-share.svg │ │ │ │ ├── gnome-mime-x-directory-smb-workgroup.svg │ │ │ │ ├── gnome-netstatus-error.svg │ │ │ │ ├── gnome-netstatus-rx.svg │ │ │ │ ├── gnome-netstatus-tx.svg │ │ │ │ ├── gnome-netstatus-txrx.png │ │ │ │ ├── gnome-netstatus-txrx.svg │ │ │ │ ├── gnome-remote-desktop.svg │ │ │ │ ├── gnome-stock-trash-full.svg │ │ │ │ ├── gnome-stock-trash.svg │ │ │ │ ├── gtk-directory.svg │ │ │ │ ├── inode-directory.svg │ │ │ │ ├── library-music.svg │ │ │ │ ├── network-error.svg │ │ │ │ ├── network-receive.svg │ │ │ │ ├── network-transmit-receive.svg │ │ │ │ ├── network-transmit.svg │ │ │ │ ├── network-wireless-encrypted.svg │ │ │ │ ├── network-workgroup.svg │ │ │ │ ├── network.svg │ │ │ │ ├── network_fs.svg │ │ │ │ ├── network_local.svg │ │ │ │ ├── nfs.svg │ │ │ │ ├── other-desktop.svg │ │ │ │ ├── preferences-desktop-remote-desktop.svg │ │ │ │ ├── samba.svg │ │ │ │ ├── stock_folder.svg │ │ │ │ ├── stock_trash_full.svg │ │ │ │ ├── trashcan_empty.svg │ │ │ │ ├── trashcan_full.svg │ │ │ │ ├── user-bookmarks.svg │ │ │ │ ├── user-desktop.svg │ │ │ │ ├── user-home.svg │ │ │ │ ├── user-images.svg │ │ │ │ ├── user-pictures.svg │ │ │ │ ├── user-trash-full.svg │ │ │ │ ├── user-trash.svg │ │ │ │ ├── xfce-trash_empty.svg │ │ │ │ └── xfce-trash_full.svg │ │ │ ├── status │ │ │ └── 22 │ │ │ │ ├── dialog-error.svg │ │ │ │ ├── dialog-information.svg │ │ │ │ ├── dialog-password.svg │ │ │ │ ├── dialog-question.svg │ │ │ │ ├── dialog-warning.svg │ │ │ │ ├── error.svg │ │ │ │ ├── gnome-unknown.svg │ │ │ │ ├── gtk-authentication.svg │ │ │ │ ├── gtk-caps-lock-warning.svg │ │ │ │ ├── gtk-dialog-authentication.svg │ │ │ │ ├── gtk-dialog-error.svg │ │ │ │ ├── gtk-dialog-info.svg │ │ │ │ ├── gtk-dialog-question.svg │ │ │ │ ├── gtk-dialog-warning-panel.svg │ │ │ │ ├── gtk-dialog-warning.svg │ │ │ │ ├── important.svg │ │ │ │ ├── info.svg │ │ │ │ ├── mesagebox_info.svg │ │ │ │ ├── messagebox_critical.svg │ │ │ │ ├── messagebox_info.svg │ │ │ │ ├── messagebox_warning.svg │ │ │ │ ├── nm-vpn-standalone-lock.svg │ │ │ │ ├── object-locked.svg │ │ │ │ ├── object-unlocked.svg │ │ │ │ ├── pamac-tray-update.svg │ │ │ │ ├── stock-dialog-error.svg │ │ │ │ ├── stock_dialog-error.svg │ │ │ │ ├── stock_dialog-info.svg │ │ │ │ ├── stock_dialog-question.svg │ │ │ │ ├── stock_dialog-warning.svg │ │ │ │ ├── stock_unknown.svg │ │ │ │ └── xfce-unknown.svg │ │ │ └── update_cache.sh │ │ └── onboard │ │ └── themes │ │ ├── Tokyonight.colors │ │ └── Tokyonight.theme ├── .profile ├── .themes │ ├── Lavanda-Dark-Compact-Tokyonight │ │ ├── cinnamon │ │ │ ├── assets │ │ │ │ ├── add-workspace-active.svg │ │ │ │ ├── add-workspace-hover.svg │ │ │ │ ├── add-workspace.svg │ │ │ │ ├── calendar-arrow-left.svg │ │ │ │ ├── calendar-arrow-right.svg │ │ │ │ ├── checkbox-off.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── close-active.svg │ │ │ │ ├── close-hover.svg │ │ │ │ ├── close.svg │ │ │ │ ├── corner-ripple.svg │ │ │ │ ├── radiobutton-off.svg │ │ │ │ ├── radiobutton.svg │ │ │ │ ├── toggle-off.svg │ │ │ │ ├── toggle-on.svg │ │ │ │ └── trash-icon.svg │ │ │ ├── cinnamon.css │ │ │ └── thumbnail.png │ │ ├── gnome-shell │ │ │ ├── assets │ │ │ │ ├── activities-white.svg │ │ │ │ ├── activities.svg │ │ │ │ ├── calendar-arrow-left.svg │ │ │ │ ├── calendar-arrow-right.svg │ │ │ │ ├── calendar-today.svg │ │ │ │ ├── checkbox-off-active.svg │ │ │ │ ├── checkbox-off-hover.svg │ │ │ │ ├── checkbox-off.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── dash-placeholder.svg │ │ │ │ ├── no-events.svg │ │ │ │ ├── no-notifications.svg │ │ │ │ ├── noise-texture.svg │ │ │ │ ├── process-working.svg │ │ │ │ ├── toggle-off.svg │ │ │ │ └── toggle-on.svg │ │ │ ├── gnome-shell.css │ │ │ ├── no-events.svg │ │ │ ├── no-notifications.svg │ │ │ ├── pad-osd.css │ │ │ └── process-working.svg │ │ ├── gtk-2.0 │ │ │ ├── apps.rc │ │ │ ├── assets │ │ │ │ ├── border.png │ │ │ │ ├── button-active.png │ │ │ │ ├── button-disabled.png │ │ │ │ ├── button-hover.png │ │ │ │ ├── button.png │ │ │ │ ├── checkbox-checked-active.png │ │ │ │ ├── checkbox-checked-disabled.png │ │ │ │ ├── checkbox-checked-hover.png │ │ │ │ ├── checkbox-checked.png │ │ │ │ ├── checkbox-mixed-active.png │ │ │ │ ├── checkbox-mixed-disabled.png │ │ │ │ ├── checkbox-mixed-hover.png │ │ │ │ ├── checkbox-mixed.png │ │ │ │ ├── checkbox-unchecked-active.png │ │ │ │ ├── checkbox-unchecked-disabled.png │ │ │ │ ├── checkbox-unchecked-hover.png │ │ │ │ ├── checkbox-unchecked.png │ │ │ │ ├── combo-left-entry-active.png │ │ │ │ ├── combo-left-entry-disabled.png │ │ │ │ ├── combo-left-entry-hover.png │ │ │ │ ├── combo-left-entry.png │ │ │ │ ├── combo-right-entry-active.png │ │ │ │ ├── combo-right-entry-disabled.png │ │ │ │ ├── combo-right-entry-hover.png │ │ │ │ ├── combo-right-entry.png │ │ │ │ ├── entry-active.png │ │ │ │ ├── entry-background-disabled.png │ │ │ │ ├── entry-background.png │ │ │ │ ├── entry-disabled.png │ │ │ │ ├── entry-hover.png │ │ │ │ ├── entry.png │ │ │ │ ├── flat-button-active.png │ │ │ │ ├── flat-button-disabled.png │ │ │ │ ├── flat-button-hover.png │ │ │ │ ├── flat-button.png │ │ │ │ ├── focus.png │ │ │ │ ├── frame-inline.png │ │ │ │ ├── frame-notebook.png │ │ │ │ ├── frame.png │ │ │ │ ├── handle-horz-active.png │ │ │ │ ├── handle-horz-hover.png │ │ │ │ ├── handle-horz.png │ │ │ │ ├── handle-vert-active.png │ │ │ │ ├── handle-vert-hover.png │ │ │ │ ├── handle-vert.png │ │ │ │ ├── menu-checkbox-checked-disabled.png │ │ │ │ ├── menu-checkbox-checked.png │ │ │ │ ├── menu-checkbox-mixed-disabled.png │ │ │ │ ├── menu-checkbox-mixed.png │ │ │ │ ├── menu-checkbox-unchecked-disabled.png │ │ │ │ ├── menu-checkbox-unchecked.png │ │ │ │ ├── menu-radio-checked-disabled.png │ │ │ │ ├── menu-radio-checked.png │ │ │ │ ├── menu-radio-mixed-disabled.png │ │ │ │ ├── menu-radio-mixed.png │ │ │ │ ├── menu-radio-unchecked-disabled.png │ │ │ │ ├── menu-radio-unchecked.png │ │ │ │ ├── pan-down-alt-disabled.png │ │ │ │ ├── pan-down-alt.png │ │ │ │ ├── pan-down-disabled.png │ │ │ │ ├── pan-down.png │ │ │ │ ├── pan-left-alt-disabled.png │ │ │ │ ├── pan-left-alt.png │ │ │ │ ├── pan-left-disabled.png │ │ │ │ ├── pan-left-semi.png │ │ │ │ ├── pan-left.png │ │ │ │ ├── pan-right-alt-disabled.png │ │ │ │ ├── pan-right-alt.png │ │ │ │ ├── pan-right-disabled.png │ │ │ │ ├── pan-right-semi.png │ │ │ │ ├── pan-right.png │ │ │ │ ├── pan-up-alt-disabled.png │ │ │ │ ├── pan-up-alt.png │ │ │ │ ├── pan-up-disabled.png │ │ │ │ ├── pan-up.png │ │ │ │ ├── progressbar-progress.png │ │ │ │ ├── progressbar-trough.png │ │ │ │ ├── radio-checked-active.png │ │ │ │ ├── radio-checked-disabled.png │ │ │ │ ├── radio-checked-hover.png │ │ │ │ ├── radio-checked.png │ │ │ │ ├── radio-mixed-active.png │ │ │ │ ├── radio-mixed-disabled.png │ │ │ │ ├── radio-mixed-hover.png │ │ │ │ ├── radio-mixed.png │ │ │ │ ├── radio-unchecked-active.png │ │ │ │ ├── radio-unchecked-disabled.png │ │ │ │ ├── radio-unchecked-hover.png │ │ │ │ ├── radio-unchecked.png │ │ │ │ ├── scale-horz-trough-active.png │ │ │ │ ├── scale-horz-trough-disabled.png │ │ │ │ ├── scale-horz-trough.png │ │ │ │ ├── scale-slider-active.png │ │ │ │ ├── scale-slider-disabled.png │ │ │ │ ├── scale-slider-hover.png │ │ │ │ ├── scale-slider.png │ │ │ │ ├── scale-vert-trough-active.png │ │ │ │ ├── scale-vert-trough-disabled.png │ │ │ │ ├── scale-vert-trough.png │ │ │ │ ├── scrollbar-horz-slider-active.png │ │ │ │ ├── scrollbar-horz-slider-disabled.png │ │ │ │ ├── scrollbar-horz-slider-hover.png │ │ │ │ ├── scrollbar-horz-slider.png │ │ │ │ ├── scrollbar-horz-trough.png │ │ │ │ ├── scrollbar-vert-ltr-slider-active.png │ │ │ │ ├── scrollbar-vert-ltr-slider-disabled.png │ │ │ │ ├── scrollbar-vert-ltr-slider-hover.png │ │ │ │ ├── scrollbar-vert-ltr-slider.png │ │ │ │ ├── scrollbar-vert-ltr-trough.png │ │ │ │ ├── scrollbar-vert-rtl-slider-active.png │ │ │ │ ├── scrollbar-vert-rtl-slider-disabled.png │ │ │ │ ├── scrollbar-vert-rtl-slider-hover.png │ │ │ │ ├── scrollbar-vert-rtl-slider.png │ │ │ │ ├── scrollbar-vert-rtl-trough.png │ │ │ │ ├── spin-ltr-down-active.png │ │ │ │ ├── spin-ltr-down-disabled.png │ │ │ │ ├── spin-ltr-down-hover.png │ │ │ │ ├── spin-ltr-down.png │ │ │ │ ├── spin-ltr-up-active.png │ │ │ │ ├── spin-ltr-up-disabled.png │ │ │ │ ├── spin-ltr-up-hover.png │ │ │ │ ├── spin-ltr-up.png │ │ │ │ ├── spin-rtl-down-active.png │ │ │ │ ├── spin-rtl-down-disabled.png │ │ │ │ ├── spin-rtl-down-hover.png │ │ │ │ ├── spin-rtl-down.png │ │ │ │ ├── spin-rtl-up-active.png │ │ │ │ ├── spin-rtl-up-disabled.png │ │ │ │ ├── spin-rtl-up-hover.png │ │ │ │ ├── spin-rtl-up.png │ │ │ │ ├── tab.png │ │ │ │ ├── treeview-ltr-button-active.png │ │ │ │ ├── treeview-ltr-button-hover.png │ │ │ │ ├── treeview-ltr-button.png │ │ │ │ ├── treeview-rtl-button-active.png │ │ │ │ ├── treeview-rtl-button-hover.png │ │ │ │ └── treeview-rtl-button.png │ │ │ ├── gtkrc │ │ │ ├── hacks.rc │ │ │ └── main.rc │ │ ├── gtk-3.0 │ │ │ ├── assets │ │ │ │ ├── scalable │ │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ │ │ ├── close-symbolic.svg │ │ │ │ │ ├── close-symbolic@2.svg │ │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ │ ├── maximize-symbolic.svg │ │ │ │ │ ├── maximize-symbolic@2.svg │ │ │ │ │ ├── minimize-symbolic.svg │ │ │ │ │ ├── minimize-symbolic@2.svg │ │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ │ │ ├── unmaximize-symbolic.svg │ │ │ │ │ └── unmaximize-symbolic@2.svg │ │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ │ ├── gtk-dark.css │ │ │ ├── gtk.css │ │ │ └── thumbnail.png │ │ ├── gtk-4.0 │ │ │ ├── assets │ │ │ │ ├── scalable │ │ │ │ │ ├── checkbox-checked-symbolic.svg │ │ │ │ │ ├── checkbox-checked-symbolic@2.svg │ │ │ │ │ ├── checkbox-mixed-symbolic.svg │ │ │ │ │ ├── checkbox-mixed-symbolic@2.svg │ │ │ │ │ ├── close-symbolic.svg │ │ │ │ │ ├── close-symbolic@2.svg │ │ │ │ │ ├── cursor-handle-symbolic.svg │ │ │ │ │ ├── maximize-symbolic.svg │ │ │ │ │ ├── maximize-symbolic@2.svg │ │ │ │ │ ├── minimize-symbolic.svg │ │ │ │ │ ├── minimize-symbolic@2.svg │ │ │ │ │ ├── radio-checked-symbolic.svg │ │ │ │ │ ├── radio-checked-symbolic@2.svg │ │ │ │ │ ├── radio-mixed-symbolic.svg │ │ │ │ │ ├── radio-mixed-symbolic@2.svg │ │ │ │ │ ├── scale-horz-marks-after-slider-symbolic.svg │ │ │ │ │ ├── scale-horz-marks-before-slider-symbolic.svg │ │ │ │ │ ├── scale-slider-symbolic.svg │ │ │ │ │ ├── scale-vert-marks-after-slider-symbolic.svg │ │ │ │ │ ├── scale-vert-marks-before-slider-symbolic.svg │ │ │ │ │ ├── small-checkbox-checked-symbolic.svg │ │ │ │ │ ├── small-checkbox-checked-symbolic@2.svg │ │ │ │ │ ├── small-checkbox-mixed-symbolic.svg │ │ │ │ │ ├── small-checkbox-mixed-symbolic@2.svg │ │ │ │ │ ├── small-radio-checked-symbolic.svg │ │ │ │ │ ├── small-radio-checked-symbolic@2.svg │ │ │ │ │ ├── small-radio-mixed-symbolic.svg │ │ │ │ │ ├── small-radio-mixed-symbolic@2.svg │ │ │ │ │ ├── unmaximize-symbolic.svg │ │ │ │ │ └── unmaximize-symbolic@2.svg │ │ │ │ ├── scale-horz-marks-after-slider-dark.png │ │ │ │ ├── scale-horz-marks-after-slider-dark@2.png │ │ │ │ ├── scale-horz-marks-after-slider-disabled-dark.png │ │ │ │ ├── scale-horz-marks-after-slider-disabled-dark@2.png │ │ │ │ ├── scale-horz-marks-after-slider-disabled.png │ │ │ │ ├── scale-horz-marks-after-slider-disabled@2.png │ │ │ │ ├── scale-horz-marks-after-slider.png │ │ │ │ ├── scale-horz-marks-after-slider@2.png │ │ │ │ ├── scale-horz-marks-before-slider-dark.png │ │ │ │ ├── scale-horz-marks-before-slider-dark@2.png │ │ │ │ ├── scale-horz-marks-before-slider-disabled-dark.png │ │ │ │ ├── scale-horz-marks-before-slider-disabled-dark@2.png │ │ │ │ ├── scale-horz-marks-before-slider-disabled.png │ │ │ │ ├── scale-horz-marks-before-slider-disabled@2.png │ │ │ │ ├── scale-horz-marks-before-slider.png │ │ │ │ ├── scale-horz-marks-before-slider@2.png │ │ │ │ ├── scale-vert-marks-after-slider-dark.png │ │ │ │ ├── scale-vert-marks-after-slider-dark@2.png │ │ │ │ ├── scale-vert-marks-after-slider-disabled-dark.png │ │ │ │ ├── scale-vert-marks-after-slider-disabled-dark@2.png │ │ │ │ ├── scale-vert-marks-after-slider-disabled.png │ │ │ │ ├── scale-vert-marks-after-slider-disabled@2.png │ │ │ │ ├── scale-vert-marks-after-slider.png │ │ │ │ ├── scale-vert-marks-after-slider@2.png │ │ │ │ ├── scale-vert-marks-before-slider-dark.png │ │ │ │ ├── scale-vert-marks-before-slider-dark@2.png │ │ │ │ ├── scale-vert-marks-before-slider-disabled-dark.png │ │ │ │ ├── scale-vert-marks-before-slider-disabled-dark@2.png │ │ │ │ ├── scale-vert-marks-before-slider-disabled.png │ │ │ │ ├── scale-vert-marks-before-slider-disabled@2.png │ │ │ │ ├── scale-vert-marks-before-slider.png │ │ │ │ ├── scale-vert-marks-before-slider@2.png │ │ │ │ ├── selectionmode-checkbox-checked-dark.png │ │ │ │ ├── selectionmode-checkbox-checked-dark@2.png │ │ │ │ ├── selectionmode-checkbox-checked.png │ │ │ │ ├── selectionmode-checkbox-checked@2.png │ │ │ │ ├── selectionmode-checkbox-unchecked-dark.png │ │ │ │ ├── selectionmode-checkbox-unchecked-dark@2.png │ │ │ │ ├── selectionmode-checkbox-unchecked.png │ │ │ │ └── selectionmode-checkbox-unchecked@2.png │ │ │ ├── gtk-dark.css │ │ │ ├── gtk.css │ │ │ └── thumbnail.png │ │ ├── index.theme │ │ ├── metacity-1 │ │ │ ├── assets │ │ │ │ ├── button.svg │ │ │ │ ├── close.svg │ │ │ │ ├── maximize.svg │ │ │ │ ├── menu.svg │ │ │ │ ├── minimize.svg │ │ │ │ ├── shade.svg │ │ │ │ ├── unmaximize.svg │ │ │ │ └── unshade.svg │ │ │ ├── metacity-theme-1.xml │ │ │ ├── metacity-theme-2.xml │ │ │ ├── metacity-theme-3.xml │ │ │ └── thumbnail.png │ │ ├── plank │ │ │ └── dock.theme │ │ └── xfwm4 │ │ │ ├── bottom-active.png │ │ │ ├── bottom-inactive.png │ │ │ ├── bottom-left-active.png │ │ │ ├── bottom-left-inactive.png │ │ │ ├── bottom-right-active.png │ │ │ ├── bottom-right-inactive.png │ │ │ ├── close-active.png │ │ │ ├── close-inactive.png │ │ │ ├── close-prelight.png │ │ │ ├── close-pressed.png │ │ │ ├── hide-active.png │ │ │ ├── hide-inactive.png │ │ │ ├── hide-prelight.png │ │ │ ├── hide-pressed.png │ │ │ ├── left-active.png │ │ │ ├── left-inactive.png │ │ │ ├── maximize-active.png │ │ │ ├── maximize-inactive.png │ │ │ ├── maximize-prelight.png │ │ │ ├── maximize-pressed.png │ │ │ ├── maximize-toggled-active.png │ │ │ ├── maximize-toggled-prelight.png │ │ │ ├── maximize-toggled-pressed.png │ │ │ ├── menu-active.png │ │ │ ├── menu-inactive.png │ │ │ ├── menu-prelight.png │ │ │ ├── menu-pressed.png │ │ │ ├── right-active.png │ │ │ ├── right-inactive.png │ │ │ ├── shade-active.png │ │ │ ├── shade-inactive.png │ │ │ ├── shade-prelight.png │ │ │ ├── shade-pressed.png │ │ │ ├── shade-toggled-active.png │ │ │ ├── shade-toggled-inactive.png │ │ │ ├── shade-toggled-prelight.png │ │ │ ├── shade-toggled-pressed.png │ │ │ ├── stick-active.png │ │ │ ├── stick-inactive.png │ │ │ ├── stick-prelight.png │ │ │ ├── stick-pressed.png │ │ │ ├── stick-toggled-active.png │ │ │ ├── stick-toggled-inactive.png │ │ │ ├── stick-toggled-prelight.png │ │ │ ├── stick-toggled-pressed.png │ │ │ ├── themerc │ │ │ ├── title-1-active.png │ │ │ ├── title-1-inactive.png │ │ │ ├── title-2-active.png │ │ │ ├── title-2-inactive.png │ │ │ ├── title-3-active.png │ │ │ ├── title-3-inactive.png │ │ │ ├── title-4-active.png │ │ │ ├── title-4-inactive.png │ │ │ ├── title-5-active.png │ │ │ ├── title-5-inactive.png │ │ │ ├── top-left-active.png │ │ │ ├── top-left-inactive.png │ │ │ ├── top-right-active.png │ │ │ └── top-right-inactive.png │ └── cirkles │ │ └── xfwm4 │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── bottom-right-inactive.png │ │ ├── close-active.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-active.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── menu-active.png │ │ ├── right-active.png │ │ ├── right-inactive.png │ │ ├── shade-active.png │ │ ├── shade-inactive.png │ │ ├── shade-prelight.png │ │ ├── shade-pressed.png │ │ ├── shade-toggled-active.png │ │ ├── shade-toggled-inactive.png │ │ ├── shade-toggled-prelight.png │ │ ├── shade-toggled-pressed.png │ │ ├── stick-active.png │ │ ├── stick-inactive.png │ │ ├── stick-prelight.png │ │ ├── stick-pressed.png │ │ ├── stick-toggled-active.png │ │ ├── stick-toggled-inactive.png │ │ ├── stick-toggled-prelight.png │ │ ├── stick-toggled-pressed.png │ │ ├── themerc │ │ ├── title-1-active.png │ │ ├── title-1-inactive.png │ │ ├── title-2-active.png │ │ ├── title-2-inactive.png │ │ ├── title-3-active.png │ │ ├── title-3-inactive.png │ │ ├── title-4-active.png │ │ ├── title-4-inactive.png │ │ ├── title-5-active.png │ │ └── title-5-inactive.png └── .zshrc └── scripts ├── Miserable_Xfce.sh ├── clone.sh └── installer.sh /home/.local/share/icons/Archcraft/actions/16/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/answer.svg: -------------------------------------------------------------------------------- 1 | dialog-ok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/arrow-up.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/bqm-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/class.svg: -------------------------------------------------------------------------------- 1 | code-class.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/collapse.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/expand.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/gtk-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/hint.svg: -------------------------------------------------------------------------------- 1 | view-hidden.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/im-irc.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/label-amarok.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/lastfm-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/love.svg: -------------------------------------------------------------------------------- 1 | love-amarok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/mail-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/math9.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/mpost.svg: -------------------------------------------------------------------------------- 1 | draw-path.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/pdflatex.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/pin.svg: -------------------------------------------------------------------------------- 1 | window-pin.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/port.svg: -------------------------------------------------------------------------------- 1 | anchor.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/search.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/tag-places.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16/viewpdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/animal.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/answer.svg: -------------------------------------------------------------------------------- 1 | dialog-ok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/arrow-up.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/class.svg: -------------------------------------------------------------------------------- 1 | code-class.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/collapse.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/expand.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/gtk-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/hint.svg: -------------------------------------------------------------------------------- 1 | view-hidden.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/im-irc.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/label-amarok.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/latex.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/love.svg: -------------------------------------------------------------------------------- 1 | love-amarok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/mpost.svg: -------------------------------------------------------------------------------- 1 | draw-path.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/pdflatex.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/pin.svg: -------------------------------------------------------------------------------- 1 | window-pin.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/port.svg: -------------------------------------------------------------------------------- 1 | anchor.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/smallfrac.svg: -------------------------------------------------------------------------------- 1 | dfrac.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/tag-places.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/viewdvi.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22/viewpdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/animal.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/answer.svg: -------------------------------------------------------------------------------- 1 | dialog-ok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/arrow-up.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/class.svg: -------------------------------------------------------------------------------- 1 | code-class.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/collapse.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/expand.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/gtk-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/hint.svg: -------------------------------------------------------------------------------- 1 | view-hidden.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/im-irc.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/label-amarok.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/latex.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/love.svg: -------------------------------------------------------------------------------- 1 | love-amarok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/mpost.svg: -------------------------------------------------------------------------------- 1 | draw-path.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/pdflatex.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/pin.svg: -------------------------------------------------------------------------------- 1 | window-pin.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/port.svg: -------------------------------------------------------------------------------- 1 | anchor.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/smallfrac.svg: -------------------------------------------------------------------------------- 1 | dfrac.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/tag-places.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/viewdvi.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24/viewpdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/32/arrow-up.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/32/collapse.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/32/expand.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/32@2x: -------------------------------------------------------------------------------- 1 | 32 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/actions/32@3x: -------------------------------------------------------------------------------- 1 | 32 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/animations/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/animations/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/animations/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/animations/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/applets/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/applets/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/CMakeSetup.svg: -------------------------------------------------------------------------------- 1 | cmake.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/VBox.svg: -------------------------------------------------------------------------------- 1 | virtualbox.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/apper.svg: -------------------------------------------------------------------------------- 1 | muon.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/calligraflow.svg: -------------------------------------------------------------------------------- 1 | flow.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/calligrakexi.svg: -------------------------------------------------------------------------------- 1 | kexi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/calligraplan.svg: -------------------------------------------------------------------------------- 1 | plan.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/calligrastage.svg: -------------------------------------------------------------------------------- 1 | stage.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/calligrawords.svg: -------------------------------------------------------------------------------- 1 | words.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/filelight.svg: -------------------------------------------------------------------------------- 1 | gparted.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kchart.svg: -------------------------------------------------------------------------------- 1 | sheets.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kcolorchooser.svg: -------------------------------------------------------------------------------- 1 | gpick.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kde.svg: -------------------------------------------------------------------------------- 1 | kdeapp.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/keepass2.svg: -------------------------------------------------------------------------------- 1 | keepass.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/keepassx.svg: -------------------------------------------------------------------------------- 1 | keepass.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/keepassx2.svg: -------------------------------------------------------------------------------- 1 | keepass.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kmail.svg: -------------------------------------------------------------------------------- 1 | mail-client.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kompare.svg: -------------------------------------------------------------------------------- 1 | kdiff3.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/korgac.svg: -------------------------------------------------------------------------------- 1 | planwork.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/korganizer.svg: -------------------------------------------------------------------------------- 1 | plan.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kplato.svg: -------------------------------------------------------------------------------- 1 | planwork.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kpresenter.svg: -------------------------------------------------------------------------------- 1 | stage.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kspread.svg: -------------------------------------------------------------------------------- 1 | sheets.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/ktimer.svg: -------------------------------------------------------------------------------- 1 | kronometer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kwikdisk.svg: -------------------------------------------------------------------------------- 1 | gparted.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/kword.svg: -------------------------------------------------------------------------------- 1 | words.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/labplot2.svg: -------------------------------------------------------------------------------- 1 | labplot.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/octopi.svg: -------------------------------------------------------------------------------- 1 | muon.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/planner.svg: -------------------------------------------------------------------------------- 1 | plan.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/rbackend.svg: -------------------------------------------------------------------------------- 1 | r.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/ring-kde.svg: -------------------------------------------------------------------------------- 1 | ring.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/scanner.svg: -------------------------------------------------------------------------------- 1 | skanlite.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/spectacle.svg: -------------------------------------------------------------------------------- 1 | ksnapshot.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/apps/48/synaptic.svg: -------------------------------------------------------------------------------- 1 | muon.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/16/cups.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/16/monitor.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/22/cups.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/22/monitor.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/24/cups.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/24/monitor.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/64/cups.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/64/monitor.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/devices/64/phone.svg: -------------------------------------------------------------------------------- 1 | smartphone.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emblems/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emblems/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emblems/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emblems/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emblems/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emblems/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emotes/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emotes/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emotes/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/emotes/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/mimetypes/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/mimetypes/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/mimetypes/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/mimetypes/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/mimetypes/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/mimetypes/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/places/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/places/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/places/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/places/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/places/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/places/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/status/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/status/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/status/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/status/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/status/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Archcraft/status/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/arrow-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/edit-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/edit-mark.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/folder-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/giggle-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/gtg-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/l2h.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/lastfm-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/lens.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/mail-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/math9.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/next.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/start.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/stock_up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/tab.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/undo.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/actions/viewhtml.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/devices/cups.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/panel: -------------------------------------------------------------------------------- 1 | ../../Fluent/16/panel -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/places/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/places/nfs.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/places/samba.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16/status: -------------------------------------------------------------------------------- 1 | ../../Fluent/16/status -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/animal.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/arrow-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/edit-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/edit-mark.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/folder-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/giggle-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/gtg-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/l2h.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/latex.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/lens.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/next.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/start.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/stock_up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/tab.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/undo.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/actions/viewhtml.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/panel: -------------------------------------------------------------------------------- 1 | ../../Fluent/22/panel -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/places/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/places/nfs.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22/places/samba.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/animal.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/arrow-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/edit-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/edit-mark.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/folder-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/giggle-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/gtg-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/l2h.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/latex.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/lens.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/next.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/pin.svg: -------------------------------------------------------------------------------- 1 | window-pin.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/port.svg: -------------------------------------------------------------------------------- 1 | anchor.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/start.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/stock_up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/tab.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/undo.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/actions/viewhtml.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/panel: -------------------------------------------------------------------------------- 1 | ../../Fluent/24/panel -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/places/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/places/nfs.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24/places/samba.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/256: -------------------------------------------------------------------------------- 1 | ../Fluent/256 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/256@2x: -------------------------------------------------------------------------------- 1 | ../Fluent/256 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/256@3x: -------------------------------------------------------------------------------- 1 | ../Fluent/256 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/32/status: -------------------------------------------------------------------------------- 1 | ../../Fluent/32/status -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/32@2x: -------------------------------------------------------------------------------- 1 | 32 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/32@3x: -------------------------------------------------------------------------------- 1 | 32 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/64: -------------------------------------------------------------------------------- 1 | ../Fluent/64 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/64@2x: -------------------------------------------------------------------------------- 1 | ../Fluent/64 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/64@3x: -------------------------------------------------------------------------------- 1 | ../Fluent/64 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/scalable: -------------------------------------------------------------------------------- 1 | ../Fluent/scalable -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/scalable@2x: -------------------------------------------------------------------------------- 1 | ../Fluent/scalable -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent-dark/scalable@3x: -------------------------------------------------------------------------------- 1 | ../Fluent/scalable -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/action-rss_tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/activity-fork.svg: -------------------------------------------------------------------------------- 1 | fork.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/answer.svg: -------------------------------------------------------------------------------- 1 | dialog-ok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/arrow-down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/arrow-right.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/arrow-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/arrow.svg: -------------------------------------------------------------------------------- 1 | edit-select.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/back.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/bottom.svg: -------------------------------------------------------------------------------- 1 | go-bottom.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/box.svg: -------------------------------------------------------------------------------- 1 | draw-rectangle.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/bqm-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/bqm-commit.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/bqm-diff.svg: -------------------------------------------------------------------------------- 1 | run-build.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/bqm-update.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/branch.svg: -------------------------------------------------------------------------------- 1 | choice-rhomb.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/burst.svg: -------------------------------------------------------------------------------- 1 | view-grid.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/cancel.svg: -------------------------------------------------------------------------------- 1 | window-close.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/cell_layout.svg: -------------------------------------------------------------------------------- 1 | table.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/class.svg: -------------------------------------------------------------------------------- 1 | code-class.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/cm_search.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/collapse.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/cvc-info.svg: -------------------------------------------------------------------------------- 1 | help-about.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/delete.svg: -------------------------------------------------------------------------------- 1 | edit-delete.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/dirsync.svg: -------------------------------------------------------------------------------- 1 | folder-sync.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/draw-arrow-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/dvipng.svg: -------------------------------------------------------------------------------- 1 | view-preview.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/edit-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/edit-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/edit-mark.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/editcopy.svg: -------------------------------------------------------------------------------- 1 | edit-copy.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/editcut.svg: -------------------------------------------------------------------------------- 1 | edit-cut.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/editpath.svg: -------------------------------------------------------------------------------- 1 | edit-node.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/enum.svg: -------------------------------------------------------------------------------- 1 | code-variable.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/error.svg: -------------------------------------------------------------------------------- 1 | dialog-cancel.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/exifinfo.svg: -------------------------------------------------------------------------------- 1 | help-about.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/expand.svg: -------------------------------------------------------------------------------- 1 | ./go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/filefind.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/filegrep.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/fitmanual.svg: -------------------------------------------------------------------------------- 1 | window.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/folder-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/font.svg: -------------------------------------------------------------------------------- 1 | gnumeric-font.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/giggle-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/go-left.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/go-right.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/go-up-search.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtg-home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtg-plugin.svg: -------------------------------------------------------------------------------- 1 | plugins.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtg-tag-new.svg: -------------------------------------------------------------------------------- 1 | tag-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtg-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-copy.svg: -------------------------------------------------------------------------------- 1 | edit-copy.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-cut.svg: -------------------------------------------------------------------------------- 1 | edit-cut.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-file.svg: -------------------------------------------------------------------------------- 1 | snap-page.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-go-down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-go-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-goto-top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-new.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/gtk-no.svg: -------------------------------------------------------------------------------- 1 | window-close.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/hide_table_row.svg: -------------------------------------------------------------------------------- 1 | hint.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/hint.svg: -------------------------------------------------------------------------------- 1 | view-hidden.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/im-irc.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/kdenlive-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/kfm_home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/kr_jumpback.svg: -------------------------------------------------------------------------------- 1 | go-jump.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/kt-plugins.svg: -------------------------------------------------------------------------------- 1 | plugins.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/l2h.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/label-amarok.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/lastfm-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/lens.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/love.svg: -------------------------------------------------------------------------------- 1 | love-amarok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/loved_radio.svg: -------------------------------------------------------------------------------- 1 | love.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/lpi-translate.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/mail-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/mail-sent.svg: -------------------------------------------------------------------------------- 1 | mail-send.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/math2.svg: -------------------------------------------------------------------------------- 1 | draw-circle.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/math9.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/mpost.svg: -------------------------------------------------------------------------------- 1 | draw-path.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/multirow.svg: -------------------------------------------------------------------------------- 1 | text-wrap.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/next.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/note.svg: -------------------------------------------------------------------------------- 1 | view-pim-notes.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/object.svg: -------------------------------------------------------------------------------- 1 | object-group.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/package.svg: -------------------------------------------------------------------------------- 1 | code-block.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/pdflatex.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/photo.svg: -------------------------------------------------------------------------------- 1 | view-preview.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/reload.svg: -------------------------------------------------------------------------------- 1 | view-refresh.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/remove.svg: -------------------------------------------------------------------------------- 1 | list-remove.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/search.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/select.svg: -------------------------------------------------------------------------------- 1 | edit-select.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/services.svg: -------------------------------------------------------------------------------- 1 | flag-blue.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/settings.svg: -------------------------------------------------------------------------------- 1 | configure.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/shape-choose.svg: -------------------------------------------------------------------------------- 1 | shapes.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/show-grid.svg: -------------------------------------------------------------------------------- 1 | view-grid.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/start.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/stock_cut.svg: -------------------------------------------------------------------------------- 1 | edit-cut.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/stock_down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/stock_last.svg: -------------------------------------------------------------------------------- 1 | go-last.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/stock_right.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/stock_top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/stock_up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/stop.svg: -------------------------------------------------------------------------------- 1 | process-stop.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/subsystem.svg: -------------------------------------------------------------------------------- 1 | plugins.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/tab-new.svg: -------------------------------------------------------------------------------- 1 | contact-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/tab.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/tab_new.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/tag-assigned.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/tag-places.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/tap-create.svg: -------------------------------------------------------------------------------- 1 | archive.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/tool_line.svg: -------------------------------------------------------------------------------- 1 | draw-line.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/undo.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/usermenu-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/verb.svg: -------------------------------------------------------------------------------- 1 | code-context.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/viewhtml.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/viewpdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/x-zoom-in.svg: -------------------------------------------------------------------------------- 1 | zoom-in-x.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/actions/zoom-in-y.svg: -------------------------------------------------------------------------------- 1 | y-zoom-in.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/blueman.svg: -------------------------------------------------------------------------------- 1 | bluetooth.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/camera.svg: -------------------------------------------------------------------------------- 1 | camera-photo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/cups.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/cupsprinter.svg: -------------------------------------------------------------------------------- 1 | printer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/display.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/kdeconnect.svg: -------------------------------------------------------------------------------- 1 | phone.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/modem.svg: -------------------------------------------------------------------------------- 1 | network-modem.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/monitor.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/radio.svg: -------------------------------------------------------------------------------- 1 | audio-radio.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/smartphone.svg: -------------------------------------------------------------------------------- 1 | phone.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/system.svg: -------------------------------------------------------------------------------- 1 | computer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/devices/uav.svg: -------------------------------------------------------------------------------- 1 | uav-quadcopter.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/cad.svg: -------------------------------------------------------------------------------- 1 | ./vector.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/drawing-dwg.svg: -------------------------------------------------------------------------------- 1 | model.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/font_bitmap.svg: -------------------------------------------------------------------------------- 1 | font.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/font_type1.svg: -------------------------------------------------------------------------------- 1 | font.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/gif.svg: -------------------------------------------------------------------------------- 1 | image-gif.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/gtk-file.svg: -------------------------------------------------------------------------------- 1 | empty.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/image-x-dwg.svg: -------------------------------------------------------------------------------- 1 | model.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/jpeg.svg: -------------------------------------------------------------------------------- 1 | image-jpeg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/jpg.svg: -------------------------------------------------------------------------------- 1 | image-jpeg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/model-fcstd.svg: -------------------------------------------------------------------------------- 1 | model.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/model-vrml.svg: -------------------------------------------------------------------------------- 1 | model.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/model-x3d.svg: -------------------------------------------------------------------------------- 1 | model.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/text-c.svg: -------------------------------------------------------------------------------- 1 | text-x-c.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/text-rdf.svg: -------------------------------------------------------------------------------- 1 | text-rtf.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/uri-mmsu.svg: -------------------------------------------------------------------------------- 1 | ./video.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/mimetypes/www.svg: -------------------------------------------------------------------------------- 1 | text-html.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/panel/wired.svg: -------------------------------------------------------------------------------- 1 | network-wired.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gnome-folder.svg: -------------------------------------------------------------------------------- 1 | folder.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gnome-fs-dav.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gnome-fs-dev.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gnome-fs-ftp.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gnome-fs-nfs.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gnome-fs-smb.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gnome-fs-ssh.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gnome-fs-web.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/go-home.svg: -------------------------------------------------------------------------------- 1 | folder-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gtg-home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gtk-home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/gtk-network.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/kfm_home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/network.svg: -------------------------------------------------------------------------------- 1 | folder-html.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/network_fs.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/nfs.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/redhat-home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/samba.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/stock_folder.svg: -------------------------------------------------------------------------------- 1 | folder.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/stock_home.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/user-desktop.svg: -------------------------------------------------------------------------------- 1 | desktop.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16/places/user-share.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16@2x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/16@3x: -------------------------------------------------------------------------------- 1 | 16 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/action-rss_tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/activity-fork.svg: -------------------------------------------------------------------------------- 1 | fork.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/animal.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/answer.svg: -------------------------------------------------------------------------------- 1 | dialog-ok.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/arrow-down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/arrow-right.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/arrow-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/arrow.svg: -------------------------------------------------------------------------------- 1 | edit-select.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/back.svg: -------------------------------------------------------------------------------- 1 | go-previous.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/bottom.svg: -------------------------------------------------------------------------------- 1 | go-bottom.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/box.svg: -------------------------------------------------------------------------------- 1 | draw-rectangle.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/bqm-add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/bqm-commit.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/bqm-diff.svg: -------------------------------------------------------------------------------- 1 | run-build.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/branch.svg: -------------------------------------------------------------------------------- 1 | choice-rhomb.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/burst.svg: -------------------------------------------------------------------------------- 1 | view-grid.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/cancel.svg: -------------------------------------------------------------------------------- 1 | window-close.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/cell_layout.svg: -------------------------------------------------------------------------------- 1 | table.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/class.svg: -------------------------------------------------------------------------------- 1 | code-class.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/cm_search.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/collapse.svg: -------------------------------------------------------------------------------- 1 | ./go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/cookies.svg: -------------------------------------------------------------------------------- 1 | tool-spray.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/delete.svg: -------------------------------------------------------------------------------- 1 | edit-delete.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/edit-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/edit-mark.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/folder-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/giggle-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/gtg-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/l2h.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/latex.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/lens.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/next.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/start.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/stock_up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/tab.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/undo.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/actions/viewhtml.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/places/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/places/nfs.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22/places/samba.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22@2x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/22@3x: -------------------------------------------------------------------------------- 1 | 22 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/add.svg: -------------------------------------------------------------------------------- 1 | list-add.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/animal.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/arrow-up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/down.svg: -------------------------------------------------------------------------------- 1 | go-down.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/edit-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/edit-mark.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/find.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/folder-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/giggle-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/gtg-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/l2h.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/latex.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/lens.svg: -------------------------------------------------------------------------------- 1 | edit-find.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/next.svg: -------------------------------------------------------------------------------- 1 | go-next.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/pin.svg: -------------------------------------------------------------------------------- 1 | window-pin.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/port.svg: -------------------------------------------------------------------------------- 1 | anchor.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/start.svg: -------------------------------------------------------------------------------- 1 | go-first.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/stock_up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/tab.svg: -------------------------------------------------------------------------------- 1 | tab-new.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/top.svg: -------------------------------------------------------------------------------- 1 | go-top.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/undo.svg: -------------------------------------------------------------------------------- 1 | edit-undo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/up.svg: -------------------------------------------------------------------------------- 1 | go-up.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/actions/viewhtml.svg: -------------------------------------------------------------------------------- 1 | globe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/places/gohome.svg: -------------------------------------------------------------------------------- 1 | go-home.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/places/nfs.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24/places/samba.svg: -------------------------------------------------------------------------------- 1 | network.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24@2x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/24@3x: -------------------------------------------------------------------------------- 1 | 24 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/256@2x: -------------------------------------------------------------------------------- 1 | 256 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/256@3x: -------------------------------------------------------------------------------- 1 | 256 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/32@2x: -------------------------------------------------------------------------------- 1 | 32 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/32@3x: -------------------------------------------------------------------------------- 1 | 32 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/64@2x: -------------------------------------------------------------------------------- 1 | 64 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/64@3x: -------------------------------------------------------------------------------- 1 | 64 -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/7z.svg: -------------------------------------------------------------------------------- 1 | 7zip.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/Babe.svg: -------------------------------------------------------------------------------- 1 | babe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/CPU-X.svg: -------------------------------------------------------------------------------- 1 | cpu-x.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/J7Z.svg: -------------------------------------------------------------------------------- 1 | 7zip.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/PCSX2.svg: -------------------------------------------------------------------------------- 1 | pcsx2.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/QtIcon.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/WMail.svg: -------------------------------------------------------------------------------- 1 | gmail.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/XMind.svg: -------------------------------------------------------------------------------- 1 | xmind.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/abrt.svg: -------------------------------------------------------------------------------- 1 | apport.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/apper.svg: -------------------------------------------------------------------------------- 1 | muon.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/banji.svg: -------------------------------------------------------------------------------- 1 | ring.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/bug.svg: -------------------------------------------------------------------------------- 1 | apport.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/cgoban.svg: -------------------------------------------------------------------------------- 1 | qgo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/ddm.svg: -------------------------------------------------------------------------------- 1 | jockey.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/emule.svg: -------------------------------------------------------------------------------- 1 | amule.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/eom.svg: -------------------------------------------------------------------------------- 1 | eog.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/epulse.svg: -------------------------------------------------------------------------------- 1 | kmix.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gdeb.svg: -------------------------------------------------------------------------------- 1 | gdebi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gdm.svg: -------------------------------------------------------------------------------- 1 | login.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gedbi.svg: -------------------------------------------------------------------------------- 1 | gdebi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/git-dag.svg: -------------------------------------------------------------------------------- 1 | git.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/git-gui.svg: -------------------------------------------------------------------------------- 1 | git.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gitg.svg: -------------------------------------------------------------------------------- 1 | git.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gitk.svg: -------------------------------------------------------------------------------- 1 | gitg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gnotes.svg: -------------------------------------------------------------------------------- 1 | xpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gnugo.svg: -------------------------------------------------------------------------------- 1 | qgo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gnugo48.svg: -------------------------------------------------------------------------------- 1 | qgo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gpxsee.svg: -------------------------------------------------------------------------------- 1 | maps.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gtali.svg: -------------------------------------------------------------------------------- 1 | tali.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gvim.svg: -------------------------------------------------------------------------------- 1 | vim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/gxine.svg: -------------------------------------------------------------------------------- 1 | xine.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/idle.svg: -------------------------------------------------------------------------------- 1 | python.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/im-msn.svg: -------------------------------------------------------------------------------- 1 | live.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/iok.svg: -------------------------------------------------------------------------------- 1 | onboard.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/javaws.svg: -------------------------------------------------------------------------------- 1 | java.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/jeex.svg: -------------------------------------------------------------------------------- 1 | okteta.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kalk.svg: -------------------------------------------------------------------------------- 1 | calc.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kasts.svg: -------------------------------------------------------------------------------- 1 | vocal.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kate2.svg: -------------------------------------------------------------------------------- 1 | kate.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kcalc.svg: -------------------------------------------------------------------------------- 1 | calc.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kcmx.svg: -------------------------------------------------------------------------------- 1 | xorg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kgpg.svg: -------------------------------------------------------------------------------- 1 | gnupg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kplayer.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/ktip.svg: -------------------------------------------------------------------------------- 1 | info.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kuser.svg: -------------------------------------------------------------------------------- 1 | users.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/kword.svg: -------------------------------------------------------------------------------- 1 | words.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/lash.svg: -------------------------------------------------------------------------------- 1 | deezer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/lshw.svg: -------------------------------------------------------------------------------- 1 | jockey.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/mpvz.svg: -------------------------------------------------------------------------------- 1 | bomi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/nvim.svg: -------------------------------------------------------------------------------- 1 | neovim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/octopi.svg: -------------------------------------------------------------------------------- 1 | muon.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/orca.svg: -------------------------------------------------------------------------------- 1 | access.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/p7zip.svg: -------------------------------------------------------------------------------- 1 | 7zip.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/pcb.svg: -------------------------------------------------------------------------------- 1 | cpuinfo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/pinta.svg: -------------------------------------------------------------------------------- 1 | krita.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/pix.svg: -------------------------------------------------------------------------------- 1 | gthumb.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/plank.svg: -------------------------------------------------------------------------------- 1 | docky.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/pterm.svg: -------------------------------------------------------------------------------- 1 | putty.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/q4wine.svg: -------------------------------------------------------------------------------- 1 | wine.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qmlscene.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qt-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qt4-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qt4logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qt5-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qt6-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qtconfig.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qtlogo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qv4l2.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/qvidcap.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/rbackend.svg: -------------------------------------------------------------------------------- 1 | r.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/sabaki.svg: -------------------------------------------------------------------------------- 1 | qgo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/scid.svg: -------------------------------------------------------------------------------- 1 | chess.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/semn.svg: -------------------------------------------------------------------------------- 1 | basket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/tagua.svg: -------------------------------------------------------------------------------- 1 | chess.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/tint2.svg: -------------------------------------------------------------------------------- 1 | panel.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/vim-qt.svg: -------------------------------------------------------------------------------- 1 | vim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/vvave.svg: -------------------------------------------------------------------------------- 1 | babe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/wmail.svg: -------------------------------------------------------------------------------- 1 | WMail.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/wxlame.svg: -------------------------------------------------------------------------------- 1 | kmix.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/x.svg: -------------------------------------------------------------------------------- 1 | xorg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/x11.svg: -------------------------------------------------------------------------------- 1 | xorg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/xapp.svg: -------------------------------------------------------------------------------- 1 | xorg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/xar.svg: -------------------------------------------------------------------------------- 1 | ark.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/xedit.svg: -------------------------------------------------------------------------------- 1 | gedit.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/xfp.svg: -------------------------------------------------------------------------------- 1 | ark.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/xfw.svg: -------------------------------------------------------------------------------- 1 | gedit.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/xine.svg: -------------------------------------------------------------------------------- 1 | totem.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/xpad.svg: -------------------------------------------------------------------------------- 1 | basket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/zim.svg: -------------------------------------------------------------------------------- 1 | basket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable/apps/znotes.svg: -------------------------------------------------------------------------------- 1 | xpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable@2x: -------------------------------------------------------------------------------- 1 | scalable -------------------------------------------------------------------------------- /home/.local/share/icons/Fluent/scalable@3x: -------------------------------------------------------------------------------- 1 | scalable -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/2048-qt.svg: -------------------------------------------------------------------------------- 1 | 2048.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/7z.svg: -------------------------------------------------------------------------------- 1 | 7zip.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/9gag.svg: -------------------------------------------------------------------------------- 1 | web-9gag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ART.svg: -------------------------------------------------------------------------------- 1 | art.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/AirVPN.svg: -------------------------------------------------------------------------------- 1 | airvpn.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Alva.svg: -------------------------------------------------------------------------------- 1 | alva.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Babe.svg: -------------------------------------------------------------------------------- 1 | babe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Backer.svg: -------------------------------------------------------------------------------- 1 | backer.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Beaker.svg: -------------------------------------------------------------------------------- 1 | beaker.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Buka.svg: -------------------------------------------------------------------------------- 1 | buka.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/CPU-X.svg: -------------------------------------------------------------------------------- 1 | cpu-x.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/CPod.svg: -------------------------------------------------------------------------------- 1 | cpod.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Foto.svg: -------------------------------------------------------------------------------- 1 | foto.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Ghidra.svg: -------------------------------------------------------------------------------- 1 | ghidra.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/GitEye.svg: -------------------------------------------------------------------------------- 1 | giteye.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Gitter.svg: -------------------------------------------------------------------------------- 1 | gitter.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Grsync.svg: -------------------------------------------------------------------------------- 1 | grsync.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/J7Z.svg: -------------------------------------------------------------------------------- 1 | 7zip.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/JAlbum.svg: -------------------------------------------------------------------------------- 1 | jalbum.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/JMeter.svg: -------------------------------------------------------------------------------- 1 | jmeter.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/JabRef.svg: -------------------------------------------------------------------------------- 1 | jabref.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Lector.svg: -------------------------------------------------------------------------------- 1 | lector.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Maya2012.svg: -------------------------------------------------------------------------------- 1 | maya.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Maya2013.svg: -------------------------------------------------------------------------------- 1 | maya.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Maya2014.svg: -------------------------------------------------------------------------------- 1 | maya.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Maya2015.svg: -------------------------------------------------------------------------------- 1 | maya.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Mesen-S.svg: -------------------------------------------------------------------------------- 1 | mesen.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/PCSX2.svg: -------------------------------------------------------------------------------- 1 | pcsx2.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/PLOT64.svg: -------------------------------------------------------------------------------- 1 | rdplot.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Pencil.svg: -------------------------------------------------------------------------------- 1 | pencil.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Publii.svg: -------------------------------------------------------------------------------- 1 | publii.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/QtIcon.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Quake2.svg: -------------------------------------------------------------------------------- 1 | quake2.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Qv2ray.svg: -------------------------------------------------------------------------------- 1 | qv2ray.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Rcmdr.svg: -------------------------------------------------------------------------------- 1 | rcmdr.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Skifra.svg: -------------------------------------------------------------------------------- 1 | skifra.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/SoapUI.svg: -------------------------------------------------------------------------------- 1 | soapui.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Spring.svg: -------------------------------------------------------------------------------- 1 | spring.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Temps.svg: -------------------------------------------------------------------------------- 1 | temps.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/Thunar.svg: -------------------------------------------------------------------------------- 1 | thunar.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/WMail.svg: -------------------------------------------------------------------------------- 1 | gmail.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/XMind.svg: -------------------------------------------------------------------------------- 1 | xmind.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/abrt.svg: -------------------------------------------------------------------------------- 1 | apport.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ace.svg: -------------------------------------------------------------------------------- 1 | kpat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/air.svg: -------------------------------------------------------------------------------- 1 | AdobeAIR.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/alltray.svg: -------------------------------------------------------------------------------- 1 | panel.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/amd-ati.svg: -------------------------------------------------------------------------------- 1 | amd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/any_do.svg: -------------------------------------------------------------------------------- 1 | anydo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ao-app.svg: -------------------------------------------------------------------------------- 1 | ao.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/aptana.svg: -------------------------------------------------------------------------------- 1 | cog.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/aqemu.svg: -------------------------------------------------------------------------------- 1 | aquemu.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ase-gui.svg: -------------------------------------------------------------------------------- 1 | ase.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ati.svg: -------------------------------------------------------------------------------- 1 | amd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/atunes.svg: -------------------------------------------------------------------------------- 1 | itunes.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/banji.svg: -------------------------------------------------------------------------------- 1 | ring.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/bash.svg: -------------------------------------------------------------------------------- 1 | terminal.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/bbc.svg: -------------------------------------------------------------------------------- 1 | web-bbc.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/bug.svg: -------------------------------------------------------------------------------- 1 | apport.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/cgoban.svg: -------------------------------------------------------------------------------- 1 | kigo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/checkers.svg: -------------------------------------------------------------------------------- 1 | qgo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ckb-next.svg: -------------------------------------------------------------------------------- 1 | ckb.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/coax.svg: -------------------------------------------------------------------------------- 1 | wire.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/dexed.svg: -------------------------------------------------------------------------------- 1 | coedit.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/dialer.svg: -------------------------------------------------------------------------------- 1 | calls.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/djv.svg: -------------------------------------------------------------------------------- 1 | djv_view.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/do.svg: -------------------------------------------------------------------------------- 1 | cog.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/dock.svg: -------------------------------------------------------------------------------- 1 | desktop.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/docky.svg: -------------------------------------------------------------------------------- 1 | plank.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/drgeo2.svg: -------------------------------------------------------------------------------- 1 | drgeo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/emacs22.svg: -------------------------------------------------------------------------------- 1 | emacs.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/emacs23.svg: -------------------------------------------------------------------------------- 1 | emacs.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/emacs24.svg: -------------------------------------------------------------------------------- 1 | emacs.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/emacs25.svg: -------------------------------------------------------------------------------- 1 | emacs.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/eom.svg: -------------------------------------------------------------------------------- 1 | eog.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/flpsed.svg: -------------------------------------------------------------------------------- 1 | pdfmod.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/fotoxx.svg: -------------------------------------------------------------------------------- 1 | foto.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/freegish.svg: -------------------------------------------------------------------------------- 1 | Gish.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/freerct.svg: -------------------------------------------------------------------------------- 1 | rct.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gCAD3D.svg: -------------------------------------------------------------------------------- 1 | gcad3d.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gFTP.svg: -------------------------------------------------------------------------------- 1 | gftp.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gSTM.svg: -------------------------------------------------------------------------------- 1 | gstm.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gdeb.svg: -------------------------------------------------------------------------------- 1 | gdebi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gdm.svg: -------------------------------------------------------------------------------- 1 | login.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gedbi.svg: -------------------------------------------------------------------------------- 1 | gdebi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/git-gui.svg: -------------------------------------------------------------------------------- 1 | gitg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gitk.svg: -------------------------------------------------------------------------------- 1 | gitg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gksu-icon.svg: -------------------------------------------------------------------------------- 1 | cog.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gksu.svg: -------------------------------------------------------------------------------- 1 | cog.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/glade-3.svg: -------------------------------------------------------------------------------- 1 | glade.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/glchess.svg: -------------------------------------------------------------------------------- 1 | chess.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/glogg.svg: -------------------------------------------------------------------------------- 1 | gpk-log.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gnome-do.svg: -------------------------------------------------------------------------------- 1 | cog.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gnote.svg: -------------------------------------------------------------------------------- 1 | tomboy.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gnubik.svg: -------------------------------------------------------------------------------- 1 | pybik.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gnugo.svg: -------------------------------------------------------------------------------- 1 | qgo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gnugo48.svg: -------------------------------------------------------------------------------- 1 | qgo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gogui.svg: -------------------------------------------------------------------------------- 1 | kigo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gottet.svg: -------------------------------------------------------------------------------- 1 | ltris.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gpick.svg: -------------------------------------------------------------------------------- 1 | gcolor2.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gpxsee.svg: -------------------------------------------------------------------------------- 1 | viking.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/grass64.svg: -------------------------------------------------------------------------------- 1 | grass.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/grass70.svg: -------------------------------------------------------------------------------- 1 | grass.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/grass71.svg: -------------------------------------------------------------------------------- 1 | grass.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gtali.svg: -------------------------------------------------------------------------------- 1 | tali.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gtklick.svg: -------------------------------------------------------------------------------- 1 | gtick.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gvbam.svg: -------------------------------------------------------------------------------- 1 | gba.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gvim.svg: -------------------------------------------------------------------------------- 1 | vim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gxine.svg: -------------------------------------------------------------------------------- 1 | xine.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/gxneur.svg: -------------------------------------------------------------------------------- 1 | xneur.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/hplip.svg: -------------------------------------------------------------------------------- 1 | hp_logo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/hydra.svg: -------------------------------------------------------------------------------- 1 | xhydra.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/iep.svg: -------------------------------------------------------------------------------- 1 | pyzologo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/intellij.svg: -------------------------------------------------------------------------------- 1 | idea.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/iok.svg: -------------------------------------------------------------------------------- 1 | onboard.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/jami.svg: -------------------------------------------------------------------------------- 1 | ring.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/javaws.svg: -------------------------------------------------------------------------------- 1 | java.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/jftp.svg: -------------------------------------------------------------------------------- 1 | shares.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/k3b.svg: -------------------------------------------------------------------------------- 1 | brasero.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kali-afl.svg: -------------------------------------------------------------------------------- 1 | afl.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kalk.svg: -------------------------------------------------------------------------------- 1 | calc.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kamule.svg: -------------------------------------------------------------------------------- 1 | amule.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kcalc.svg: -------------------------------------------------------------------------------- 1 | calc.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kcmx.svg: -------------------------------------------------------------------------------- 1 | xorg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kdbg.svg: -------------------------------------------------------------------------------- 1 | nemiver.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kdeneur.svg: -------------------------------------------------------------------------------- 1 | xneur.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kerry.svg: -------------------------------------------------------------------------------- 1 | search.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kfind.svg: -------------------------------------------------------------------------------- 1 | search.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kgpg.svg: -------------------------------------------------------------------------------- 1 | gnupg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kid3-qt.svg: -------------------------------------------------------------------------------- 1 | kid3.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kiten.svg: -------------------------------------------------------------------------------- 1 | jiten.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kjots.svg: -------------------------------------------------------------------------------- 1 | tomboy.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/klogg.svg: -------------------------------------------------------------------------------- 1 | gpk-log.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/knotes.svg: -------------------------------------------------------------------------------- 1 | basket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kpl.svg: -------------------------------------------------------------------------------- 1 | loggerpro.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kplayer.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kppp.svg: -------------------------------------------------------------------------------- 1 | gtk-ppp.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kradio.svg: -------------------------------------------------------------------------------- 1 | radio.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kradio4.svg: -------------------------------------------------------------------------------- 1 | radio.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kscd.svg: -------------------------------------------------------------------------------- 1 | goobox.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ktikz.svg: -------------------------------------------------------------------------------- 1 | netron.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kubrick.svg: -------------------------------------------------------------------------------- 1 | pybik.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kuser.svg: -------------------------------------------------------------------------------- 1 | users.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/kxneur.svg: -------------------------------------------------------------------------------- 1 | xneur.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ldraw.svg: -------------------------------------------------------------------------------- 1 | ldview.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/links2.svg: -------------------------------------------------------------------------------- 1 | links.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/love.svg: -------------------------------------------------------------------------------- 1 | love-app.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/lpub3d.svg: -------------------------------------------------------------------------------- 1 | lpub.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/mat2.svg: -------------------------------------------------------------------------------- 1 | mat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/mcomix.svg: -------------------------------------------------------------------------------- 1 | comix.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/mcomix3.svg: -------------------------------------------------------------------------------- 1 | comix.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/mgba.svg: -------------------------------------------------------------------------------- 1 | gba.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/mm.svg: -------------------------------------------------------------------------------- 1 | usermount.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/mmex.svg: -------------------------------------------------------------------------------- 1 | currency.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/monodoc.svg: -------------------------------------------------------------------------------- 1 | mono.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ngraph.svg: -------------------------------------------------------------------------------- 1 | grace.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/noaa-apt.svg: -------------------------------------------------------------------------------- 1 | gpsd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/notes.svg: -------------------------------------------------------------------------------- 1 | basket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/nvim.svg: -------------------------------------------------------------------------------- 1 | neovim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ooo-gulls.svg: -------------------------------------------------------------------------------- 1 | ooo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/openrct.svg: -------------------------------------------------------------------------------- 1 | rct.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/openrct2.svg: -------------------------------------------------------------------------------- 1 | rct.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/orca.svg: -------------------------------------------------------------------------------- 1 | access.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/p7zip.svg: -------------------------------------------------------------------------------- 1 | 7zip.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/pcb.svg: -------------------------------------------------------------------------------- 1 | cpuinfo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/pdftag.svg: -------------------------------------------------------------------------------- 1 | mupdf.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/peg.svg: -------------------------------------------------------------------------------- 1 | peg-e.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/playbox.svg: -------------------------------------------------------------------------------- 1 | pybik.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/plot2d.svg: -------------------------------------------------------------------------------- 1 | wxcas.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/plt.svg: -------------------------------------------------------------------------------- 1 | drracket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ppa.svg: -------------------------------------------------------------------------------- 1 | launchpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/pterm.svg: -------------------------------------------------------------------------------- 1 | putty.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/pure-data.svg: -------------------------------------------------------------------------------- 1 | pd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/pynvim.svg: -------------------------------------------------------------------------------- 1 | neovim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qTox.svg: -------------------------------------------------------------------------------- 1 | qtox.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qbrowser.svg: -------------------------------------------------------------------------------- 1 | qgis.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qgis-ltr.svg: -------------------------------------------------------------------------------- 1 | qgis.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qmc2.svg: -------------------------------------------------------------------------------- 1 | mame.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qrca.svg: -------------------------------------------------------------------------------- 1 | qreator.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qt4-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qt4logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qt5-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qtcs.svg: -------------------------------------------------------------------------------- 1 | csoundqt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qtikz.svg: -------------------------------------------------------------------------------- 1 | netron.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/qtqr.svg: -------------------------------------------------------------------------------- 1 | qreator.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/quarry.svg: -------------------------------------------------------------------------------- 1 | kigo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/renku.svg: -------------------------------------------------------------------------------- 1 | zanshin.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/ring-kde.svg: -------------------------------------------------------------------------------- 1 | ring.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/riot.svg: -------------------------------------------------------------------------------- 1 | riot-web.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/sabaki.svg: -------------------------------------------------------------------------------- 1 | qgo.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/scid.svg: -------------------------------------------------------------------------------- 1 | chess.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/semn.svg: -------------------------------------------------------------------------------- 1 | basket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/smb4k.svg: -------------------------------------------------------------------------------- 1 | shares.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/strigi.svg: -------------------------------------------------------------------------------- 1 | search.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/sun-java.svg: -------------------------------------------------------------------------------- 1 | java.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/sun_java.svg: -------------------------------------------------------------------------------- 1 | java.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/tagua.svg: -------------------------------------------------------------------------------- 1 | chess.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/tape.svg: -------------------------------------------------------------------------------- 1 | seamlyme.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/tau.svg: -------------------------------------------------------------------------------- 1 | gxi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/tc.svg: -------------------------------------------------------------------------------- 1 | tc-twitch.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/tilitin.svg: -------------------------------------------------------------------------------- 1 | buddi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/tomato.svg: -------------------------------------------------------------------------------- 1 | tomate.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/tusk-app.svg: -------------------------------------------------------------------------------- 1 | tusk.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/twinejs.svg: -------------------------------------------------------------------------------- 1 | twine.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/uTox.svg: -------------------------------------------------------------------------------- 1 | utox.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/vimlogo.svg: -------------------------------------------------------------------------------- 1 | vim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/viva.svg: -------------------------------------------------------------------------------- 1 | gtkwave.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/vvave.svg: -------------------------------------------------------------------------------- 1 | babe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/wicd-gtk.svg: -------------------------------------------------------------------------------- 1 | wicd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/wpa_gui.svg: -------------------------------------------------------------------------------- 1 | wicd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/x.svg: -------------------------------------------------------------------------------- 1 | xorg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/x11.svg: -------------------------------------------------------------------------------- 1 | xorg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/xapp.svg: -------------------------------------------------------------------------------- 1 | xorg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/xca.svg: -------------------------------------------------------------------------------- 1 | parano.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/xgps.svg: -------------------------------------------------------------------------------- 1 | gpsd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/xpad.svg: -------------------------------------------------------------------------------- 1 | basket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/xplayer.svg: -------------------------------------------------------------------------------- 1 | totem.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/xsane.svg: -------------------------------------------------------------------------------- 1 | scanner.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/yast2.svg: -------------------------------------------------------------------------------- 1 | yast.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/yishu.svg: -------------------------------------------------------------------------------- 1 | tasque.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48/apps/zim.svg: -------------------------------------------------------------------------------- 1 | basket.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Numix-Apps/48@2x: -------------------------------------------------------------------------------- 1 | 48 -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/lastfm-tag.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/mail-flag.svg: -------------------------------------------------------------------------------- 1 | flag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/math9.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/pin.svg: -------------------------------------------------------------------------------- 1 | window-pin.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/port.svg: -------------------------------------------------------------------------------- 1 | anchor.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/16/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/actor.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/animal.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/dvipdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/edit-link.svg: -------------------------------------------------------------------------------- 1 | link.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/label.svg: -------------------------------------------------------------------------------- 1 | tag.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/latex.svg: -------------------------------------------------------------------------------- 1 | texlion.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/pin.svg: -------------------------------------------------------------------------------- 1 | window-pin.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/port.svg: -------------------------------------------------------------------------------- 1 | anchor.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/ps2pdf.svg: -------------------------------------------------------------------------------- 1 | acrobat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/social.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/actions/22/user.svg: -------------------------------------------------------------------------------- 1 | im-user.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/48/phonon-vlc.svg: -------------------------------------------------------------------------------- 1 | vlc.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/2gis.svg: -------------------------------------------------------------------------------- 1 | maps.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/7-zip.svg: -------------------------------------------------------------------------------- 1 | 7z.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/7-zipa.svg: -------------------------------------------------------------------------------- 1 | 7z.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/7za.svg: -------------------------------------------------------------------------------- 1 | 7z.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/Charm.svg: -------------------------------------------------------------------------------- 1 | clock.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/Copy.svg: -------------------------------------------------------------------------------- 1 | copy.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/DC++.svg: -------------------------------------------------------------------------------- 1 | dart.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/J7Z.svg: -------------------------------------------------------------------------------- 1 | 7zip.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/Nylas-N1.svg: -------------------------------------------------------------------------------- 1 | n1.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/PCSX2.svg: -------------------------------------------------------------------------------- 1 | pcsxr.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/QtIcon.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/WMail.svg: -------------------------------------------------------------------------------- 1 | gmail.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/XMind.svg: -------------------------------------------------------------------------------- 1 | xmind.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/about.svg: -------------------------------------------------------------------------------- 1 | help.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/abrt.svg: -------------------------------------------------------------------------------- 1 | apport.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/alarm.svg: -------------------------------------------------------------------------------- 1 | clock.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/amd-ati.svg: -------------------------------------------------------------------------------- 1 | amd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/amule.svg: -------------------------------------------------------------------------------- 1 | emule.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/apper.svg: -------------------------------------------------------------------------------- 1 | muon.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/ati.svg: -------------------------------------------------------------------------------- 1 | amd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/basket.svg: -------------------------------------------------------------------------------- 1 | xpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/bug.svg: -------------------------------------------------------------------------------- 1 | apport.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/ccsm.svg: -------------------------------------------------------------------------------- 1 | obconf.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/charm.svg: -------------------------------------------------------------------------------- 1 | clock.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/dc++.svg: -------------------------------------------------------------------------------- 1 | dart.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/designer.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/epulse.svg: -------------------------------------------------------------------------------- 1 | kmix.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/eric6.svg: -------------------------------------------------------------------------------- 1 | eric.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/fceu.svg: -------------------------------------------------------------------------------- 1 | fceux.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/foto.svg: -------------------------------------------------------------------------------- 1 | mirage.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/g: -------------------------------------------------------------------------------- 1 | rhythmbox.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gdm.svg: -------------------------------------------------------------------------------- 1 | login.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gedbi.svg: -------------------------------------------------------------------------------- 1 | gdebi.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gfpm.svg: -------------------------------------------------------------------------------- 1 | cupt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/ghex.svg: -------------------------------------------------------------------------------- 1 | okteta.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/git-annex: -------------------------------------------------------------------------------- 1 | git.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/git-dag.svg: -------------------------------------------------------------------------------- 1 | git.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/git-eye.svg: -------------------------------------------------------------------------------- 1 | git.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/git-gui.svg: -------------------------------------------------------------------------------- 1 | git.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gitk.svg: -------------------------------------------------------------------------------- 1 | gitg.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gmail.svg: -------------------------------------------------------------------------------- 1 | email.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gmpc.svg: -------------------------------------------------------------------------------- 1 | sonata.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gnote.svg: -------------------------------------------------------------------------------- 1 | xpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gnotes.svg: -------------------------------------------------------------------------------- 1 | xpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gopchop.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gpxsee.svg: -------------------------------------------------------------------------------- 1 | maps.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gtg.svg: -------------------------------------------------------------------------------- 1 | clipit.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/gxine.svg: -------------------------------------------------------------------------------- 1 | xine.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/higan.svg: -------------------------------------------------------------------------------- 1 | fceux.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/icons.svg: -------------------------------------------------------------------------------- 1 | conky.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/insight.svg: -------------------------------------------------------------------------------- 1 | kfm.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/iok.svg: -------------------------------------------------------------------------------- 1 | onboard.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/jackeq.svg: -------------------------------------------------------------------------------- 1 | jack.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/jami.svg: -------------------------------------------------------------------------------- 1 | ring.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/jamin.svg: -------------------------------------------------------------------------------- 1 | music.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/java8.svg: -------------------------------------------------------------------------------- 1 | java.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/javaws.svg: -------------------------------------------------------------------------------- 1 | java.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/jedit.svg: -------------------------------------------------------------------------------- 1 | gedit.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/jeex.svg: -------------------------------------------------------------------------------- 1 | okteta.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/josm.svg: -------------------------------------------------------------------------------- 1 | maps.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/kalu.svg: -------------------------------------------------------------------------------- 1 | shaman.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/kate2.svg: -------------------------------------------------------------------------------- 1 | kate.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/katimon.svg: -------------------------------------------------------------------------------- 1 | amd.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/kdf.svg: -------------------------------------------------------------------------------- 1 | shaman.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/knotes.svg: -------------------------------------------------------------------------------- 1 | xpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/ktip.svg: -------------------------------------------------------------------------------- 1 | info.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/linguist.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/log.svg: -------------------------------------------------------------------------------- 1 | logview.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/lombard.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/mc.svg: -------------------------------------------------------------------------------- 1 | kfm.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/mess.svg: -------------------------------------------------------------------------------- 1 | fceux.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/mines.svg: -------------------------------------------------------------------------------- 1 | mine.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/msn.svg: -------------------------------------------------------------------------------- 1 | windows.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/musique.svg: -------------------------------------------------------------------------------- 1 | juk.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/neovim.svg: -------------------------------------------------------------------------------- 1 | nvim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/notes.svg: -------------------------------------------------------------------------------- 1 | xpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/nylas-N1.svg: -------------------------------------------------------------------------------- 1 | n1.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/nylas-n1.svg: -------------------------------------------------------------------------------- 1 | n1.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/ogle.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/osmo.svg: -------------------------------------------------------------------------------- 1 | clock.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/p7z.svg: -------------------------------------------------------------------------------- 1 | 7z.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/paint.svg: -------------------------------------------------------------------------------- 1 | krita.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/pan.svg: -------------------------------------------------------------------------------- 1 | rss.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/pcsx2.svg: -------------------------------------------------------------------------------- 1 | pcsxr.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/pdf.svg: -------------------------------------------------------------------------------- 1 | x-pdf.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/pick.svg: -------------------------------------------------------------------------------- 1 | agave.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/plv.svg: -------------------------------------------------------------------------------- 1 | logview.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/pynvim.svg: -------------------------------------------------------------------------------- 1 | nvim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/q4wine.svg: -------------------------------------------------------------------------------- 1 | wine.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qedit.svg: -------------------------------------------------------------------------------- 1 | gedit.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qjack.svg: -------------------------------------------------------------------------------- 1 | jack.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qmlscene.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qpm.svg: -------------------------------------------------------------------------------- 1 | shaman.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qps: -------------------------------------------------------------------------------- 1 | qtop.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qt-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qt4-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qt4logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qt5-logo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qtconfig.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qtfm.svg: -------------------------------------------------------------------------------- 1 | kfm.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qtgain.svg: -------------------------------------------------------------------------------- 1 | arts.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qtlogo.svg: -------------------------------------------------------------------------------- 1 | qt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qv4l2.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/qvidcap.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/r.svg: -------------------------------------------------------------------------------- 1 | r-linux.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/rage.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/rox.svg: -------------------------------------------------------------------------------- 1 | kfm.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/rss.svg: -------------------------------------------------------------------------------- 1 | liferea.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/scid.svg: -------------------------------------------------------------------------------- 1 | chess.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/semn.svg: -------------------------------------------------------------------------------- 1 | xpad.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/smart.svg: -------------------------------------------------------------------------------- 1 | cupt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/snes9x.svg: -------------------------------------------------------------------------------- 1 | snes.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/tagua.svg: -------------------------------------------------------------------------------- 1 | chess.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/text.svg: -------------------------------------------------------------------------------- 1 | gedit.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/time.svg: -------------------------------------------------------------------------------- 1 | clock.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/tint2.svg: -------------------------------------------------------------------------------- 1 | panel.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/top.svg: -------------------------------------------------------------------------------- 1 | qtop.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/user.svg: -------------------------------------------------------------------------------- 1 | users.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/vbam.svg: -------------------------------------------------------------------------------- 1 | snes.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/viking.svg: -------------------------------------------------------------------------------- 1 | gps.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/vim-16.svg: -------------------------------------------------------------------------------- 1 | vim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/vim-32.svg: -------------------------------------------------------------------------------- 1 | vim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/vim-48.svg: -------------------------------------------------------------------------------- 1 | vim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/vim-qt.svg: -------------------------------------------------------------------------------- 1 | vim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/vim.svg: -------------------------------------------------------------------------------- 1 | gvim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/vlc-kb.svg: -------------------------------------------------------------------------------- 1 | vlc.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/volume.svg: -------------------------------------------------------------------------------- 1 | arts.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/vvave.svg: -------------------------------------------------------------------------------- 1 | babe.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/web-aim.svg: -------------------------------------------------------------------------------- 1 | aim.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/winpdb.svg: -------------------------------------------------------------------------------- 1 | abrt.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/x.svg: -------------------------------------------------------------------------------- 1 | xchat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/x11.svg: -------------------------------------------------------------------------------- 1 | xchat.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/xar.svg: -------------------------------------------------------------------------------- 1 | ark.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/xchm.svg: -------------------------------------------------------------------------------- 1 | help.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/xedit.svg: -------------------------------------------------------------------------------- 1 | gedit.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/xfburn.svg: -------------------------------------------------------------------------------- 1 | k3b.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/xine.svg: -------------------------------------------------------------------------------- 1 | totem.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/xine2.svg: -------------------------------------------------------------------------------- 1 | mpv.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/xload.svg: -------------------------------------------------------------------------------- 1 | qtop.svg -------------------------------------------------------------------------------- /home/.local/share/icons/Zafiro/apps/scalable/znotes.svg: -------------------------------------------------------------------------------- 1 | xpad.svg --------------------------------------------------------------------------------